/* 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 |
---|---|---|---|---|
244. | sang (shatoboar) | 64.49 | 95.6% | 2024-10-04 |
245. | (atypicaltypist) | 64.45 | 97% | 2017-11-11 |
246. | Calculus (uchihalol) | 64.42 | 94% | 2018-11-01 |
247. | Jose (itto) | 64.42 | 96% | 2014-11-07 |
248. | neo (neov5) | 64.39 | 97% | 2024-07-27 |
249. | Jacob (jacobtpl) | 64.33 | 96% | 2022-11-16 |
250. | Дидакус (didacus) | 64.20 | 99.6% | 2024-02-22 |
251. | Tonmnoy Hasan (tonmoy__02) | 64.19 | 97% | 2024-07-25 |
252. | Achromatic - youtu.be/VuzE7... | 64.13 | 97% | 2019-07-24 |
253. | Tamber (tamber) | 64.06 | 96% | 2011-07-30 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |