/* 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 |
---|---|---|---|---|
260. | Ravi (ravishankarr) | 63.61 | 96% | 2025-04-24 |
261. | kingquarter (kingquarter) | 63.53 | 99% | 2023-07-26 |
262. | P (queenit) | 63.47 | 92% | 2011-10-19 |
263. | Folco (skylazzz) | 63.46 | 94% | 2017-02-17 |
264. | Yami (yamileth) | 63.31 | 99% | 2015-09-15 |
265. | K (ufomi) | 63.23 | 96.7% | 2023-11-28 |
266. | Jacky (jackyx5724) | 63.21 | 98% | 2011-08-13 |
267. | Kyle (gnulnx) | 63.19 | 94% | 2012-11-14 |
268. | Andrei (cheez3d) | 63.16 | 97% | 2023-03-16 |
269. | tiffany (tiffany352) | 63.11 | 96% | 2012-02-27 |
270. | fastpotion (fastpotion) | 63.11 | 97% | 2024-02-17 |
271. | racer (dev_racer) | 63.10 | 97% | 2024-12-25 |
272. | Othmane (boumediane1) | 63.09 | 97% | 2023-06-15 |
273. | Andrew (robotello) | 63.08 | 97% | 2025-02-16 |
274. | Sergito (yoonseok) | 63.06 | 96.1% | 2024-12-29 |
275. | Chris (chrisdjames1) | 63.05 | 96% | 2017-03-05 |
276. | RH (dzaefn) | 62.96 | 95% | 2015-11-09 |
277. | (sura5) | 62.96 | 94% | 2021-12-07 |
278. | ꜛ ᵘᵄᵎᵘᵒᵊᵄ ê... | 62.83 | — | 2011-02-16 |
279. | Josh (joshbochuan2020) | 62.77 | 95% | 2024-04-20 |
280. | jason (jeissoni) | 62.37 | — | 2011-02-06 |
281. | Arnold (arnoldchewbacca) | 62.36 | 98% | 2021-12-07 |
282. | Alex (alexklaus) | 62.35 | 98% | 2021-08-30 |
283. | account deleted (xsession) | 62.35 | 95% | 2022-06-18 |
284. | jinhwan (fleo0917) | 62.33 | 96% | 2016-12-12 |
285. | Alex (a_kaban) | 62.24 | 99.3% | 2024-09-03 |
286. | Panda (sparklehorse61) | 62.16 | 96% | 2023-06-30 |
287. | du7lx (du7lx) | 62.07 | 96% | 2024-04-26 |
288. | Sachin Sharma (ragemodeon) | 62.06 | 95% | 2022-07-11 |
289. | cobra (karvalian) | 62.02 | 96% | 2023-05-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |