/* 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 |
---|---|---|---|---|
1177. | Bree (bree1254) | 38.57 | 94% | 2024-09-15 |
1178. | Terrell (hackerg) | 38.55 | 98% | 2024-10-16 |
1179. | Arik (_arik) | 38.54 | 96% | 2023-07-14 |
1180. | Dandy (handy_dandy) | 38.52 | 95% | 2024-08-03 |
1181. | ProRick2358Y (prysp) | 38.52 | 94% | 2025-07-05 |
1182. | Marko (greasy_feta_cheese) | 38.51 | 92% | 2023-08-15 |
1183. | moneybagswag (nwwolf96) | 38.51 | 92% | 2023-06-13 |
1184. | kostis (oh_yeah_go) | 38.50 | 94% | 2022-01-25 |
1185. | Sayooj (syjmohn) | 38.49 | 94% | 2024-12-26 |
1186. | Joakim (wakakins) | 38.47 | 92% | 2024-11-18 |
1187. | zen (zensa) | 38.44 | 95% | 2023-06-18 |
1188. | Mithophir (mithophir) | 38.43 | 93% | 2024-04-28 |
1189. | travler (travler) | 38.40 | 93% | 2023-09-18 |
1190. | Suraj (suraj80) | 38.40 | 95% | 2024-06-15 |
1191. | Grunde (superheltenroy) | 38.39 | 96% | 2025-06-25 |
1192. | Walter Camacho (waltercs07) | 38.38 | 96% | 2025-07-29 |
1193. | Avazbek (a_avazbek_a) | 38.37 | 93% | 2023-06-18 |
1194. | Amit (amit__123) | 38.36 | 93% | 2023-08-03 |
1195. | bukaku (bukaku) | 38.32 | 93% | 2024-02-12 |
1196. | Pawornprut Siriwattanakan (... | 38.31 | 93% | 2025-09-13 |
1197. | David (cptdavid) | 38.30 | 97% | 2023-11-21 |
1198. | Abhinav (typingcompany) | 38.30 | 97% | 2025-07-10 |
1199. | yrsntei (yrsntei) | 38.23 | 91.8% | 2024-01-27 |
1200. | Celokomeu (celokomeu) | 38.15 | 95.4% | 2024-06-18 |
1201. | Shiro (shirori) | 38.11 | 95% | 2024-12-12 |
1202. | Jared (lunalorticum) | 38.10 | 94% | 2023-10-03 |
1203. | Kai (kai_c) | 38.07 | 92% | 2023-07-02 |
1204. | Francesco (cecco43) | 38.01 | 94% | 2024-02-06 |
1205. | Jacq (jacquel) | 38.01 | 96.4% | 2024-01-10 |
1206. | Suman Tiwari (sanz80) | 37.99 | 97% | 2023-06-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |