/* 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 |
---|---|---|---|---|
1330. | Rajat Das (rajat_das777) | 33.58 | 95% | 2023-08-29 |
1331. | Colin (cmothersead) | 33.57 | 94% | 2023-08-17 |
1332. | an (clockworkman) | 33.54 | 97.1% | 2024-07-08 |
1333. | Sky (happysky) | 33.52 | 94% | 2023-02-16 |
1334. | Infinity (its_infinity) | 33.51 | 97% | 2024-11-10 |
1335. | AK (thechalktopus) | 33.50 | 94% | 2023-09-25 |
1336. | Gabriel (gabpro) | 33.50 | 92% | 2024-11-06 |
1337. | Saurabh (ssb456) | 33.49 | 94% | 2025-03-15 |
1338. | hennyboiszz (hennessydylan) | 33.47 | 93% | 2023-12-09 |
1339. | W rich (racer_will12) | 33.45 | 94% | 2023-08-30 |
1340. | Amit (am542) | 33.41 | 96% | 2023-06-21 |
1341. | Sree (sree341) | 33.36 | 93% | 2023-08-02 |
1342. | 456holam (456holam) | 33.36 | 93% | 2024-01-10 |
1343. | عفاف (afafemad187) | 33.32 | 95% | 2023-08-05 |
1344. | Novadeluxe (fuccboy420) | 33.28 | 93% | 2024-12-15 |
1345. | Cao Huu (khanh300) | 33.27 | 95% | 2024-06-09 |
1346. | Anshul (anshul_pawar1) | 33.26 | 94.5% | 2023-07-10 |
1347. | Greg (crashtestgreg) | 33.24 | 92% | 2024-01-05 |
1348. | Tuong (tuong2k6) | 33.24 | 96% | 2024-12-09 |
1349. | suraj pratap singh (9910729... | 33.23 | 98% | 2023-10-20 |
1350. | matthew (tanim19955) | 33.21 | 97% | 2025-04-29 |
1351. | Hope (hopeinaguy) | 33.17 | 91.8% | 2025-02-18 |
1352. | mathew (foxxworx) | 33.16 | 95% | 2023-06-09 |
1353. | SnekChrmr (snekchrmr) | 33.15 | 95.6% | 2024-07-29 |
1354. | Ana Eltop (anaeltop) | 33.14 | 93% | 2025-04-08 |
1355. | Hex (tenhex) | 33.12 | 95% | 2024-08-22 |
1356. | Mani (user_mani) | 33.12 | 94% | 2025-02-05 |
1357. | parth (parthjuneja24) | 33.09 | 92% | 2024-01-12 |
1358. | itsmenewbie03 (itsmenewbie03) | 33.07 | 91.6% | 2024-01-22 |
1359. | Maya (nexity) | 33.04 | 94% | 2025-03-31 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |