/* 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 |
---|---|---|---|---|
308. | 🐷Technoblade never dies... | 61.29 | 95% | 2019-07-21 |
309. | jason (pravus) | 61.24 | 94% | 2012-02-17 |
310. | michael (mikul) | 61.23 | 96% | 2023-04-30 |
311. | ChK (chkg2a) | 61.23 | 98% | 2024-03-12 |
312. | Klemens (klemensbaum) | 61.18 | 93% | 2012-05-21 |
313. | David (ipanda27) | 61.06 | 94% | 2024-09-27 |
314. | Thunderz (thunderz2016) | 61.06 | 93% | 2025-01-24 |
315. | discord# unsalek (mustafa_r... | 61.05 | 95% | 2023-06-19 |
316. | Heitor (heittpr) | 61.01 | 94% | 2023-09-22 |
317. | Shiro (polarbear4u) | 60.98 | 96% | 2024-04-05 |
318. | Kaleb (kwainright) | 60.89 | 95% | 2023-06-02 |
319. | too much lag (actuallyaccur... | 60.72 | 99% | 2019-07-22 |
320. | Peter (doc_chungles) | 60.72 | 98% | 2024-01-07 |
321. | yuzu (yuzupop) | 60.63 | 96% | 2018-02-16 |
322. | Jiyu (dakcrustykrab) | 60.59 | 94% | 2024-02-02 |
323. | (dso093) | 60.59 | 97.1% | 2024-12-29 |
324. | Lupi (thedogz) | 60.52 | 95% | 2024-03-13 |
325. | Luci (theonetruepi) | 60.50 | 98% | 2024-02-02 |
326. | VERISTUN FAN (poem) | 60.47 | 96.5% | 2019-01-30 |
327. | Roy (scaryroy) | 60.32 | 96% | 2024-07-25 |
328. | Groozyn (groozyn) | 60.30 | 97.1% | 2024-03-09 |
329. | guy (grayeyes) | 60.29 | 89% | 2016-12-29 |
330. | Chieh laptop (leejay8011piq) | 60.20 | 98% | 2023-09-14 |
331. | Heath (heathcorp) | 60.15 | 97% | 2024-10-21 |
332. | Didistreu (didistreu) | 60.10 | 96% | 2023-08-25 |
333. | (sputype) | 60.00 | 98% | 2019-03-02 |
334. | Jon (zzrdvark) | 59.98 | — | 2011-04-10 |
335. | Sapient (sapient) | 59.92 | 96% | 2025-02-02 |
336. | Milan (milang13) | 59.89 | 97% | 2017-11-21 |
337. | Martin (mfp02639) | 59.83 | 95% | 2024-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 |