/* 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 |
---|---|---|---|---|
254. | ⭐️⭐️⭐️ (pbnl2) | 64.06 | 99% | 2020-03-31 |
255. | nr922 (nr922) | 63.98 | 97% | 2024-05-02 |
256. | (pastashapes) | 63.96 | 96% | 2022-04-14 |
257. | Zobo (raynmetal) | 63.91 | 98% | 2023-06-29 |
258. | Jonathon (swaggyphresh) | 63.78 | 91% | 2015-05-15 |
259. | Warden (warden7383) | 63.74 | 96% | 2023-06-18 |
260. | ⛧🦇🎃💀🎃🦇⛧ ... | 63.61 | 94% | 2019-07-12 |
261. | Ravi (ravishankarr) | 63.61 | 96% | 2025-04-24 |
262. | kingquarter (kingquarter) | 63.53 | 99% | 2023-07-26 |
263. | P (queenit) | 63.47 | 92% | 2011-10-19 |
264. | Folco (skylazzz) | 63.46 | 94% | 2017-02-17 |
265. | Yami (yamileth) | 63.31 | 99% | 2015-09-15 |
266. | K (ufomi) | 63.23 | 96.7% | 2023-11-28 |
267. | Jacky (jackyx5724) | 63.21 | 98% | 2011-08-13 |
268. | Kyle (gnulnx) | 63.19 | 94% | 2012-11-14 |
269. | Andrei (cheez3d) | 63.16 | 97% | 2023-03-16 |
270. | tiffany (tiffany352) | 63.11 | 96% | 2012-02-27 |
271. | fastpotion (fastpotion) | 63.11 | 97% | 2024-02-17 |
272. | racer (dev_racer) | 63.10 | 97% | 2024-12-25 |
273. | Othmane (boumediane1) | 63.09 | 97% | 2023-06-15 |
274. | Andrew (robotello) | 63.08 | 97% | 2025-02-16 |
275. | Sergito (yoonseok) | 63.06 | 96.1% | 2024-12-29 |
276. | Chris (chrisdjames1) | 63.05 | 96% | 2017-03-05 |
277. | RH (dzaefn) | 62.96 | 95% | 2015-11-09 |
278. | (sura5) | 62.96 | 94% | 2021-12-07 |
279. | ꜛ ᵘᵄᵎᵘᵒᵊᵄ ... | 62.83 | — | 2011-02-16 |
280. | Josh (joshbochuan2020) | 62.77 | 95% | 2024-04-20 |
281. | jason (jeissoni) | 62.37 | — | 2011-02-06 |
282. | Arnold (arnoldchewbacca) | 62.36 | 98% | 2021-12-07 |
283. | Alex (alexklaus) | 62.35 | 98% | 2021-08-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |