/* 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 |
---|---|---|---|---|
251. | Achromatic - youtu.be/VuzE7... | 64.13 | 97% | 2019-07-24 |
252. | Tamber (tamber) | 64.06 | 96% | 2011-07-30 |
253. | ⭐️⭐️⭐️ (pbnl2) | 64.06 | 99% | 2020-03-31 |
254. | nr922 (nr922) | 63.98 | 97% | 2024-05-02 |
255. | (pastashapes) | 63.96 | 96% | 2022-04-14 |
256. | Zobo (raynmetal) | 63.91 | 98% | 2023-06-29 |
257. | Jonathon (swaggyphresh) | 63.78 | 91% | 2015-05-15 |
258. | Warden (warden7383) | 63.74 | 96% | 2023-06-18 |
259. | ⛧🦇🎃💀🎃🦇⛧ ... | 63.61 | 94% | 2019-07-12 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |