/* 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 |
---|---|---|---|---|
1486. | Hau (hauhauh) | 30.35 | 95% | 2021-08-28 |
1487. | ImGhost (imghost01) | 30.32 | 95% | 2024-05-22 |
1488. | WiQaS KhaN (su_khan) | 30.31 | 96% | 2023-09-17 |
1489. | Dani (dalynch09) | 30.29 | 93% | 2024-03-17 |
1490. | Cres (crespear) | 30.26 | 95% | 2023-05-23 |
1491. | TypeSquid (typesquid) | 30.24 | 93% | 2024-09-14 |
1492. | Legion (rahul748) | 30.22 | 98.4% | 2025-02-24 |
1493. | Val (val_b0nes) | 30.21 | 97% | 2023-06-07 |
1494. | Khushnudbek (zeroman04) | 30.19 | 95% | 2023-07-04 |
1495. | MBT (mbt2012) | 30.12 | 95% | 2024-10-27 |
1496. | Varshi (varshi03) | 30.08 | 92% | 2024-01-09 |
1497. | steven (hugochavez69) | 30.07 | 95% | 2023-09-16 |
1498. | zoro (bountyhunterzoro) | 30.05 | 94% | 2024-05-09 |
1499. | Erick_Vargas (erick_vargas) | 29.99 | 92% | 2025-05-25 |
1500. | myaonfya (myaonfya) | 29.98 | 94% | 2023-07-31 |
1501. | Arvi (arvi4321) | 29.96 | 94% | 2024-07-17 |
1502. | phines (phinescend) | 29.94 | 95% | 2023-07-20 |
1503. | m77o (m77o) | 29.93 | 93% | 2024-02-20 |
1504. | Madhav (madhav_18) | 29.91 | 93% | 2025-03-03 |
1505. | tstats[majedhmoud] (majedhm... | 29.89 | 92% | 2023-09-13 |
1506. | kawser (kawser25350) | 29.89 | 95% | 2024-11-20 |
1507. | Noe (charl3s_) | 29.89 | 95% | 2023-07-27 |
1508. | Manyani yazid (ymn1010) | 29.83 | 95% | 2024-07-11 |
1509. | Filip (filip_raicccc) | 29.77 | 96% | 2024-03-27 |
1510. | Alazar (mealazar) | 29.75 | 95% | 2021-11-18 |
1511. | Ankit (ankit_10) | 29.71 | 94% | 2023-08-26 |
1512. | Juanpy (juanpy) | 29.69 | 96% | 2023-10-19 |
1513. | APS (aps_yt) | 29.69 | 91% | 2025-06-07 |
1514. | your nightmare_me (yournigh... | 29.68 | 89% | 2024-12-12 |
1515. | Ammar (ammar_hammoud) | 29.66 | 91% | 2024-05-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |