/* 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 |
---|---|---|---|---|
1608. | Krishna Negi (krishna_3028) | 19.47 | 91% | 2024-08-06 |
1609. | Raven (tushar_raven) | 19.45 | 93% | 2024-04-03 |
1610. | zo (zozo_10) | 19.44 | 92% | 2024-08-10 |
1611. | ፀጋ ተልከሰከሰ... | 19.16 | 94% | 2024-11-14 |
1612. | Steve (steve69) | 19.12 | 96% | 2023-07-30 |
1613. | Bhavesh Khara (bhavesh_26) | 18.93 | 93% | 2024-03-29 |
1614. | Akhilesh Teja (akhil2blue) | 18.93 | 91% | 2024-08-08 |
1615. | Max (maxalkin) | 18.92 | 94% | 2024-06-15 |
1616. | Enock (enockmutanga01) | 18.82 | 96% | 2023-08-03 |
1617. | ze (ze234) | 18.47 | 90% | 2023-09-14 |
1618. | Coryn (warma_knight) | 18.32 | 93% | 2023-07-04 |
1619. | Ali (ali2981) | 18.19 | 91% | 2024-06-02 |
1620. | Ludger (ludger) | 17.77 | 90.2% | 2023-11-11 |
1621. | David (devir67) | 17.59 | 96% | 2024-04-05 |
1622. | porwis (porwis) | 17.45 | 89% | 2024-09-25 |
1623. | sai rithvik (tsrithvik) | 17.23 | 93% | 2023-09-11 |
1624. | Ruan (tinkerbell888) | 17.17 | 91% | 2025-04-14 |
1625. | Nirro (nirro) | 16.73 | 88% | 2024-02-16 |
1626. | YASH (yash5908) | 16.64 | 90% | 2024-07-28 |
1627. | rev (revu) | 16.25 | 95% | 2023-08-03 |
1628. | Priya (priya890k) | 16.15 | 95% | 2024-05-27 |
1629. | Nitish (bankai_z8) | 15.94 | 93% | 2023-08-14 |
1630. | Conley (_____123_____) | 15.54 | 98% | 2024-01-16 |
1631. | Adil Shah (adilshah17) | 15.43 | 91% | 2024-05-26 |
1632. | jazzu (jazzuxly) | 15.12 | 95% | 2024-07-27 |
1633. | ritik (karlos_nikov) | 14.95 | 91% | 2023-08-05 |
1634. | Rahul Ahirwar (9emrahul_) | 14.80 | 91% | 2024-12-25 |
1635. | murgahahaha (murgahahaha) | 14.48 | 96.1% | 2023-10-07 |
1636. | wandji (legentia) | 14.37 | 89% | 2023-08-03 |
1637. | Claire (claire_07) | 13.89 | 94% | 2023-07-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |