/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); }
—from Tomcat Server, a software by Apache Project
Active since December 13, 2009.
445 total characters in this text.
View Pit Stop page for this text
| Rank | Username | WPM | Accuracy | Date |
|---|---|---|---|---|
| 1165. | ILoveET (iloveet) | 44.63 | 95% | 2023-06-08 |
| 1166. | Ashok (ashokabrother) | 44.60 | 98% | 2024-06-19 |
| 1167. | CAIIIARH (caiiiarh) | 44.55 | 96% | 2023-09-02 |
| 1168. | sfagetthi (sfagetthi) | 44.54 | 95% | 2025-06-13 |
| 1169. | KhooHF (hfkhoo) | 44.53 | 93% | 2024-07-19 |
| 1170. | Ben (banjamaan) | 44.52 | 94.9% | 2024-05-13 |
| 1171. | Andrew (wongsifu) | 44.52 | 95% | 2023-08-30 |
| 1172. | __8k.11Ine_ (yassine999) | 44.51 | 95.7% | 2024-08-26 |
| 1173. | Gerar Quispe (gquispe) | 44.50 | 99% | 2025-05-01 |
| 1174. | Dhia Eddine (bl1ndk) | 44.48 | 94% | 2025-07-07 |
| 1175. | maerih🇰🇪 (maerih_ke) | 44.47 | 94% | 2024-10-18 |
| 1176. | samarth (samarthrai) | 44.46 | 94.8% | 2024-01-09 |
| 1177. | Junaed (junaed_siam) | 44.45 | 96% | 2023-06-09 |
| 1178. | Aung Myat (aungmyathein) | 44.45 | 97% | 2023-03-16 |
| 1179. | Seizoxu (xezious) | 44.43 | 95% | 2021-10-05 |
| 1180. | Bruno (brumor) | 44.41 | 94.1% | 2024-11-13 |
| 1181. | Hadley (hadleyang) | 44.37 | 94% | 2025-07-15 |
| 1182. | Eesa (eesa10) | 44.35 | 97% | 2023-06-06 |
| 1183. | From the river to the sea (... | 44.35 | 95% | 2023-07-09 |
| 1184. | rini (inanan) | 44.35 | 97% | 2025-11-13 |
| 1185. | catwine (catwine) | 44.31 | 95% | 2024-03-21 |
| 1186. | Edward (hellogachip) | 44.29 | 97% | 2024-02-14 |
| 1187. | ShonenSyntax (shonensyntax) | 44.29 | 96% | 2025-09-02 |
| 1188. | Waldo (waldoibarra) | 44.28 | 94% | 2019-05-03 |
| 1189. | Lakshya (lakshyasharma) | 44.25 | 96% | 2024-03-22 |
| 1190. | Eshwar Vanguri (speed18) | 44.24 | 93% | 2025-11-07 |
| 1191. | Tin Le (tin22) | 44.17 | 95% | 2024-04-01 |
| 1192. | (mike444) | 44.15 | 95% | 2017-03-09 |
| 1193. | Korben (webcleric) | 44.15 | 96% | 2023-06-02 |
| 1194. | Iceyda (iceryda4047) | 44.13 | 90% | 2015-09-08 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |