/** 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 |
|---|---|---|---|---|
| 1214. | TEJ8 (tej8) | 43.83 | 95% | 2024-10-30 |
| 1215. | 0xtgk (0xtgk) | 43.80 | 97% | 2023-09-20 |
| 1216. | Edu (edlofe) | 43.78 | 95% | 2023-06-20 |
| 1217. | Benjamin (benjaminsanta) | 43.78 | 93% | 2023-05-26 |
| 1218. | Humbble (freedom97) | 43.77 | 93% | 2025-07-28 |
| 1219. | Yahya Alshalabi (yahya_alsh... | 43.76 | 94% | 2024-11-19 |
| 1220. | Manuel_Farfan (manu_233) | 43.76 | 94% | 2025-09-29 |
| 1221. | Manu (manuruz) | 43.74 | 95% | 2023-04-29 |
| 1222. | Sabit (sabittsdm) | 43.73 | 92% | 2023-07-23 |
| 1223. | pikky (piknic) | 43.71 | 96% | 2019-04-19 |
| 1224. | sam (justlikethat) | 43.65 | 94% | 2025-03-05 |
| 1225. | Honzik (jvacata) | 43.55 | 95.4% | 2024-01-05 |
| 1226. | Kevin (watertribe89) | 43.51 | 91% | 2013-02-02 |
| 1227. | tom (tom12233) | 43.48 | 93% | 2023-12-24 |
| 1228. | NoƩ (phlogistique) | 43.47 | 96% | 2018-12-26 |
| 1229. | Priyanshu (_priyanshu_) | 43.45 | 94% | 2023-06-21 |
| 1230. | simen (weeooweeoo) | 43.38 | 98% | 2018-01-31 |
| 1231. | old layout (_darya_) | 43.38 | 92% | 2025-04-15 |
| 1232. | BastTsyLion (yannis_sebs) | 43.36 | 92% | 2025-01-23 |
| 1233. | AGUS TOTEMO KANASHII (splas... | 43.34 | 92% | 2024-11-29 |
| 1234. | mashedmatatoes (mashedmatat... | 43.32 | 96% | 2023-08-22 |
| 1235. | dugong (mrdugong) | 43.26 | 94% | 2024-07-17 |
| 1236. | Slowest (briandoppler) | 43.25 | 84% | 2013-05-23 |
| 1237. | Jk (jkdelta) | 43.25 | 95% | 2023-06-06 |
| 1238. | tstats[imrola] (imrola) | 43.24 | 96.3% | 2025-03-12 |
| 1239. | Engr Ghulam (abbas12) | 43.23 | 90% | 2012-12-22 |
| 1240. | zo (zohway) | 43.23 | 94% | 2023-10-31 |
| 1241. | JanPomelo (janpomelo) | 43.22 | 95.7% | 2023-11-21 |
| 1242. | Galeno (galeno) | 43.16 | 95% | 2018-08-04 |
| 1243. | lek (allexxlekk) | 43.14 | 97% | 2024-04-05 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |