/* 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 |
---|---|---|---|---|
265. | ⭐️⭐️⭐️ (pbnl2) | 64.06 | 99% | 2020-03-31 |
266. | nr922 (nr922) | 63.98 | 97% | 2024-05-02 |
267. | i talk to the wind (pastash... | 63.96 | 96% | 2022-04-14 |
268. | Zobo (raynmetal) | 63.91 | 98% | 2023-06-29 |
269. | molotov (askzebo) | 63.81 | 95% | 2025-03-28 |
270. | Jonathon (swaggyphresh) | 63.78 | 91% | 2015-05-15 |
271. | Warden (warden7383) | 63.74 | 96% | 2023-06-18 |
272. | ⛧🦇🎃💀🎃🦇⛧ ... | 63.61 | 94% | 2019-07-12 |
273. | Ravi (ravishankarr) | 63.61 | 96.2% | 2025-04-24 |
274. | kingquarter (kingquarter) | 63.53 | 99% | 2023-07-26 |
275. | P (queenit) | 63.47 | 92% | 2011-10-19 |
276. | Folco (skylazzz) | 63.46 | 94% | 2017-02-17 |
277. | Yi_Sun (yi_sun) | 63.45 | 95% | 2025-04-01 |
278. | Yami (yamileth) | 63.31 | 99% | 2015-09-15 |
279. | K (ufomi) | 63.23 | 96.7% | 2023-11-28 |
280. | Jacky (jackyx5724) | 63.21 | 98% | 2011-08-13 |
281. | Kyle (gnulnx) | 63.19 | 94% | 2012-11-14 |
282. | Andrei (cheez3d) | 63.16 | 97% | 2023-03-16 |
283. | tiffany (tiffany352) | 63.11 | 96% | 2012-02-27 |
284. | fastpotion (fastpotion) | 63.11 | 97% | 2024-02-17 |
285. | racer (dev_racer) | 63.10 | 97% | 2024-12-25 |
286. | Othmane (boumediane1) | 63.09 | 97% | 2023-06-15 |
287. | Andrew (robotello) | 63.08 | 97% | 2025-02-16 |
288. | Sergito (yoonseok) | 63.06 | 96.1% | 2024-12-29 |
289. | Chris (chrisdjames1) | 63.05 | 96% | 2017-03-05 |
290. | RH (dzaefn) | 62.96 | 95% | 2015-11-09 |
291. | (sura5) | 62.96 | 94% | 2021-12-07 |
292. | ꜛ ᵘᵄᵎᵘᵒᵊᵄ ... | 62.83 | — | 2011-02-16 |
293. | Josh (joshbochuan2020) | 62.77 | 95% | 2024-04-20 |
294. | x86me (x86me) | 62.73 | 97% | 2025-04-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |