/* Read a set of characters from the socket */ StringBuffer command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.nextInt() % 1024); } while (expected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e) { log.warn("StandardServer.await: read: ", e); ch = -1; } if (ch < 32) /* Control character or EOF terminates loop break; command.append((char) ch); expected--; }
—from Tomcat Server, a software by Apache Project
Active since December 19, 2009.
542 total characters in this text.
View Pit Stop page for this text
| Rank | Username | WPM | Accuracy | Date |
|---|---|---|---|---|
| 1210. | Dandy (handy_dandy) | 38.52 | 95% | 2024-08-03 |
| 1211. | Marko (greasy_feta_cheese) | 38.51 | 92% | 2023-08-15 |
| 1212. | moneybagswag (nwwolf96) | 38.51 | 92% | 2023-06-13 |
| 1213. | kostis (oh_yeah_go) | 38.50 | 94% | 2022-01-25 |
| 1214. | Sayooj (syjmohn) | 38.49 | 94% | 2024-12-26 |
| 1215. | Joakim (wakakins) | 38.47 | 92% | 2024-11-18 |
| 1216. | zen (zensa) | 38.44 | 95% | 2023-06-18 |
| 1217. | Mithophir (mithophir) | 38.43 | 93% | 2024-04-28 |
| 1218. | Jyothinath (jyothinath) | 38.43 | 94% | 2025-09-30 |
| 1219. | travler (travler) | 38.40 | 93% | 2023-09-18 |
| 1220. | Suraj (suraj80) | 38.40 | 95% | 2024-06-15 |
| 1221. | Grunde (superheltenroy) | 38.39 | 96% | 2025-06-25 |
| 1222. | Avazbek (a_avazbek_a) | 38.37 | 93% | 2023-06-18 |
| 1223. | Amit (amit__123) | 38.36 | 93% | 2023-08-03 |
| 1224. | bukaku (bukaku) | 38.32 | 93% | 2024-02-12 |
| 1225. | Pawornprut Siriwattanakan (... | 38.31 | 93% | 2025-09-13 |
| 1226. | David (cptdavid) | 38.30 | 97% | 2023-11-21 |
| 1227. | Abhinav (typingcompany) | 38.30 | 97% | 2025-07-10 |
| 1228. | yrsntei (yrsntei) | 38.23 | 91.8% | 2024-01-27 |
| 1229. | Celokomeu (celokomeu) | 38.15 | 95.4% | 2024-06-18 |
| 1230. | Shiro (shirori) | 38.11 | 95% | 2024-12-12 |
| 1231. | Jared (lunalorticum) | 38.10 | 94% | 2023-10-03 |
| 1232. | Kai (kai_c) | 38.07 | 92% | 2023-07-02 |
| 1233. | Francesco (cecco43) | 38.01 | 94% | 2024-02-06 |
| 1234. | Jacq (jacquel) | 38.01 | 96.4% | 2024-01-10 |
| 1235. | Suman Tiwari (sanz80) | 37.99 | 97% | 2023-06-27 |
| 1236. | kil (kilzo1) | 37.99 | 95% | 2025-05-27 |
| 1237. | Kamal (_kamal) | 37.98 | 95% | 2024-01-18 |
| 1238. | techniko (vial1234) | 37.94 | 92% | 2023-06-24 |
| 1239. | Quick Fox (key_of_boards) | 37.92 | 94% | 2023-07-05 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |