/* 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 |
---|---|---|---|---|
301. | daniel3131 (daniel3131) | 61.51 | 95% | 2019-10-15 |
302. | ImpyQ (impyq) | 61.48 | 96% | 2025-04-21 |
303. | Dan Dan (dtmtcm) | 61.47 | 93% | 2013-01-09 |
304. | Caffebar kb lmao! (baccupacc) | 61.45 | 94% | 2022-07-01 |
305. | hugo (nineballs) | 61.38 | 96% | 2024-12-02 |
306. | (peaceinchrist) | 61.37 | 97% | 2021-11-08 |
307. | masterjabzz25 (masterjabzz25) | 61.33 | 96% | 2024-06-03 |
308. | Jacob (jacob5257) | 61.32 | 97.2% | 2025-04-15 |
309. | poem ⛈️ (storm) | 61.29 | 95% | 2019-07-21 |
310. | jason (pravus) | 61.24 | 94% | 2012-02-17 |
311. | michael (mikul) | 61.23 | 96% | 2023-04-30 |
312. | ChK (chkg2a) | 61.23 | 98% | 2024-03-12 |
313. | Klemens (klemensbaum) | 61.18 | 93% | 2012-05-21 |
314. | David (ipanda27) | 61.06 | 94% | 2024-09-27 |
315. | Thunderz (thunderz2016) | 61.06 | 93% | 2025-01-24 |
316. | discord# unsalek (mustafa_r... | 61.05 | 95% | 2023-06-19 |
317. | Heitor (heittpr) | 61.01 | 94% | 2023-09-22 |
318. | Shiro (polarbear4u) | 60.98 | 96% | 2024-04-05 |
319. | Kaleb (kwainright) | 60.89 | 95% | 2023-06-02 |
320. | too much lag (actuallyaccur... | 60.72 | 99% | 2019-07-22 |
321. | Peter (doc_chungles) | 60.72 | 98% | 2024-01-07 |
322. | yuzu (yuzupop) | 60.63 | 96% | 2018-02-16 |
323. | Jiyu (dakcrustykrab) | 60.59 | 94% | 2024-02-02 |
324. | (dso093) | 60.59 | 97.1% | 2024-12-29 |
325. | Lupi (thedogz) | 60.52 | 95% | 2024-03-13 |
326. | Luci (theonetruepi) | 60.50 | 98% | 2024-02-02 |
327. | (poem) | 60.47 | 96.5% | 2019-01-30 |
328. | Roy (scaryroy) | 60.32 | 96% | 2024-07-25 |
329. | Groozyn (groozyn) | 60.30 | 97.1% | 2024-03-09 |
330. | guy (grayeyes) | 60.29 | 89% | 2016-12-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |