/* 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 |
---|---|---|---|---|
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 |
331. | Chieh laptop (leejay8011piq) | 60.20 | 98% | 2023-09-14 |
332. | Heath (heathcorp) | 60.15 | 97% | 2024-10-21 |
333. | Didistreu (didistreu) | 60.10 | 96% | 2023-08-25 |
334. | (sputype) | 60.00 | 98% | 2019-03-02 |
335. | Jon (zzrdvark) | 59.98 | — | 2011-04-10 |
336. | Sapient (sapient) | 59.92 | 96% | 2025-02-02 |
337. | Milan (milang13) | 59.89 | 97% | 2017-11-21 |
338. | Martin (mfp02639) | 59.83 | 95% | 2024-06-15 |
339. | Rene (rene8988) | 59.83 | 96% | 2024-08-09 |
340. | Mike (meiguoren) | 59.78 | 97% | 2023-07-25 |
341. | Tim (attilitus) | 59.76 | — | 2011-02-06 |
342. | Commotion6071 (commotion6071) | 59.75 | 98.1% | 2025-05-12 |
343. | James (codetiger) | 59.72 | 97% | 2023-12-22 |
344. | idk (thecakeisfalse) | 59.71 | 95% | 2023-10-01 |
345. | 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 |