/* 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 |
---|---|---|---|---|
332. | Heitor (heittpr) | 61.01 | 94% | 2023-09-22 |
333. | Shiro (polarbear4u) | 60.98 | 96% | 2024-04-05 |
334. | Kaleb (kwainright) | 60.89 | 95% | 2023-06-02 |
335. | too much lag (actuallyaccur... | 60.72 | 99% | 2019-07-22 |
336. | Peter (doc_chungles) | 60.72 | 98% | 2024-01-07 |
337. | partytie5 (partytie5) | 60.68 | 97% | 2025-08-15 |
338. | yuzu (yuzupop) | 60.63 | 96% | 2018-02-16 |
339. | Jiyu (dakcrustykrab) | 60.59 | 94% | 2024-02-02 |
340. | (dso093) | 60.59 | 97.1% | 2024-12-29 |
341. | Lupi (thedogz) | 60.52 | 95% | 2024-03-13 |
342. | Luci (theonetruepi) | 60.50 | 98% | 2024-02-02 |
343. | (poem) | 60.47 | 96.5% | 2019-01-30 |
344. | Roy (scaryroy) | 60.32 | 96% | 2024-07-25 |
345. | Groozyn (groozyn) | 60.30 | 97.1% | 2024-03-09 |
346. | guy (grayeyes) | 60.29 | 89% | 2016-12-29 |
347. | Chieh laptop (leejay8011piq) | 60.20 | 98% | 2023-09-14 |
348. | Heath (heathcorp) | 60.15 | 97% | 2024-10-21 |
349. | Commotion6071 (commotion6071) | 60.12 | 97% | 2025-08-13 |
350. | Didistreu (didistreu) | 60.10 | 96% | 2023-08-25 |
351. | (sputype) | 60.00 | 98% | 2019-03-02 |
352. | Jon (zzrdvark) | 59.98 | — | 2011-04-10 |
353. | Sapient (sapient) | 59.92 | 96% | 2025-02-02 |
354. | Milan (milang13) | 59.89 | 97% | 2017-11-21 |
355. | Martin (mfp02639) | 59.83 | 95% | 2024-06-15 |
356. | Rene (rene8988) | 59.83 | 96% | 2024-08-09 |
357. | Mike (meiguoren) | 59.78 | 97% | 2023-07-25 |
358. | Tim (attilitus) | 59.76 | — | 2011-02-06 |
359. | James (codetiger) | 59.72 | 97% | 2023-12-22 |
360. | idk (thecakeisfalse) | 59.71 | 95% | 2023-10-01 |
361. | Redflamingo69 (redflamingo69) | 59.67 | 95% | 2024-11-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |