/* 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 |
|---|---|---|---|---|
| 1206. | zen (zensa) | 38.44 | 95% | 2023-06-18 |
| 1207. | Mithophir (mithophir) | 38.43 | 93% | 2024-04-28 |
| 1208. | Jyothinath (jyothinath) | 38.43 | 94% | 2025-09-30 |
| 1209. | travler (travler) | 38.40 | 93% | 2023-09-18 |
| 1210. | Suraj (suraj80) | 38.40 | 95% | 2024-06-15 |
| 1211. | Grunde (superheltenroy) | 38.39 | 96% | 2025-06-25 |
| 1212. | Avazbek (a_avazbek_a) | 38.37 | 93% | 2023-06-18 |
| 1213. | Amit (amit__123) | 38.36 | 93% | 2023-08-03 |
| 1214. | bukaku (bukaku) | 38.32 | 93% | 2024-02-12 |
| 1215. | Pawornprut Siriwattanakan (... | 38.31 | 93% | 2025-09-13 |
| 1216. | David (cptdavid) | 38.30 | 97% | 2023-11-21 |
| 1217. | Abhinav (typingcompany) | 38.30 | 97% | 2025-07-10 |
| 1218. | yrsntei (yrsntei) | 38.23 | 91.8% | 2024-01-27 |
| 1219. | Celokomeu (celokomeu) | 38.15 | 95.4% | 2024-06-18 |
| 1220. | Shiro (shirori) | 38.11 | 95% | 2024-12-12 |
| 1221. | Jared (lunalorticum) | 38.10 | 94% | 2023-10-03 |
| 1222. | Kai (kai_c) | 38.07 | 92% | 2023-07-02 |
| 1223. | Francesco (cecco43) | 38.01 | 94% | 2024-02-06 |
| 1224. | Jacq (jacquel) | 38.01 | 96.4% | 2024-01-10 |
| 1225. | Suman Tiwari (sanz80) | 37.99 | 97% | 2023-06-27 |
| 1226. | kil (kilzo1) | 37.99 | 95% | 2025-05-27 |
| 1227. | Kamal (_kamal) | 37.98 | 95% | 2024-01-18 |
| 1228. | techniko (vial1234) | 37.94 | 92% | 2023-06-24 |
| 1229. | Quick Fox (key_of_boards) | 37.92 | 94% | 2023-07-05 |
| 1230. | Carlos (carloszapata) | 37.91 | 94% | 2023-05-13 |
| 1231. | Kyle (wrestlingwarrior3) | 37.87 | 93% | 2024-05-27 |
| 1232. | Ahmed (ahmed_elashraf) | 37.85 | 93% | 2025-04-19 |
| 1233. | symbolsnumbers (programmerp... | 37.83 | 93% | 2023-05-31 |
| 1234. | Near (nearzera) | 37.80 | 94% | 2023-07-12 |
| 1235. | AyaseShu (ayaseshu) | 37.76 | 93% | 2024-09-23 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |