/* 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 |
---|---|---|---|---|
323. | yuzu (yuzupop) | 60.63 | 96% | 2018-02-16 |
324. | Jiyu (dakcrustykrab) | 60.59 | 94% | 2024-02-02 |
325. | (dso093) | 60.59 | 97.1% | 2024-12-29 |
326. | Lupi (thedogz) | 60.52 | 95% | 2024-03-13 |
327. | Luci (theonetruepi) | 60.50 | 98% | 2024-02-02 |
328. | (poem) | 60.47 | 96.5% | 2019-01-30 |
329. | Roy (scaryroy) | 60.32 | 96% | 2024-07-25 |
330. | Groozyn (groozyn) | 60.30 | 97.1% | 2024-03-09 |
331. | guy (grayeyes) | 60.29 | 89% | 2016-12-29 |
332. | Chieh laptop (leejay8011piq) | 60.20 | 98% | 2023-09-14 |
333. | Heath (heathcorp) | 60.15 | 97% | 2024-10-21 |
334. | Didistreu (didistreu) | 60.10 | 96% | 2023-08-25 |
335. | (sputype) | 60.00 | 98% | 2019-03-02 |
336. | Jon (zzrdvark) | 59.98 | — | 2011-04-10 |
337. | Sapient (sapient) | 59.92 | 96% | 2025-02-02 |
338. | Milan (milang13) | 59.89 | 97% | 2017-11-21 |
339. | Martin (mfp02639) | 59.83 | 95% | 2024-06-15 |
340. | Rene (rene8988) | 59.83 | 96% | 2024-08-09 |
341. | Mike (meiguoren) | 59.78 | 97% | 2023-07-25 |
342. | Tim (attilitus) | 59.76 | — | 2011-02-06 |
343. | Commotion6071 (commotion6071) | 59.75 | 98.1% | 2025-05-12 |
344. | James (codetiger) | 59.72 | 97% | 2023-12-22 |
345. | idk (thecakeisfalse) | 59.71 | 95% | 2023-10-01 |
346. | Redflamingo69 (redflamingo69) | 59.67 | 95% | 2024-11-30 |
347. | mildlyaggressivecherry (mil... | 59.54 | 95% | 2025-03-06 |
348. | Gideon (gideonbear) | 59.50 | 95.3% | 2023-09-22 |
349. | Anandu (anandubajith) | 59.49 | 94% | 2023-07-23 |
350. | Words Per Minute (k_ev) | 59.47 | 96.7% | 2025-02-19 |
351. | kranberrry (krvnberry) | 59.45 | 95% | 2023-12-04 |
352. | rofllex (rofllex) | 59.42 | 95% | 2023-05-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |