/* 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 |
---|---|---|---|---|
1743. | Raven (tushar_raven) | 19.45 | 93% | 2024-04-03 |
1744. | zo (zozo_10) | 19.44 | 92% | 2024-08-10 |
1745. | pr0h0 (pr0h0) | 19.33 | 94% | 2025-04-29 |
1746. | Grypho (gryphox) | 19.31 | 91% | 2025-02-22 |
1747. | Michael (miyotaka) | 19.18 | 94% | 2025-02-14 |
1748. | ፀጋ ተልከሰከሰ... | 19.16 | 94% | 2024-11-14 |
1749. | Steve (steve69) | 19.12 | 96% | 2023-07-30 |
1750. | Bhavesh Khara (bhavesh_26) | 18.93 | 93% | 2024-03-29 |
1751. | Akhilesh Teja (akhil2blue) | 18.93 | 91% | 2024-08-08 |
1752. | Max (maxalkin) | 18.92 | 94% | 2024-06-15 |
1753. | Enock (enockmutanga01) | 18.82 | 96% | 2023-08-03 |
1754. | Aluka Bhanu Prakash (bhanu_... | 18.65 | 92% | 2023-07-12 |
1755. | ze (ze234) | 18.47 | 90% | 2023-09-14 |
1756. | Coryn (warma_knight) | 18.32 | 93% | 2023-07-04 |
1757. | Ali (ali2981) | 18.19 | 91% | 2024-06-02 |
1758. | Amira (amira_gamal) | 18.17 | 95% | 2023-08-12 |
1759. | Abdullah (abdullah011) | 18.12 | 93% | 2025-05-25 |
1760. | Ludger (ludger) | 17.77 | 90.2% | 2023-11-11 |
1761. | Cassidy (sidyy) | 17.75 | 96% | 2023-07-09 |
1762. | David (devir67) | 17.59 | 96% | 2024-04-05 |
1763. | porwis (porwis) | 17.45 | 89% | 2024-09-25 |
1764. | sai rithvik (tsrithvik) | 17.23 | 93% | 2023-09-11 |
1765. | Ruan (tinkerbell888) | 17.17 | 91% | 2025-04-14 |
1766. | Nirro (nirro) | 16.73 | 88% | 2024-02-16 |
1767. | YASH (yash5908) | 16.64 | 90% | 2024-07-28 |
1768. | grainger (graingerofficial) | 16.64 | 94% | 2023-08-25 |
1769. | mrashof (mrashof) | 16.56 | 95% | 2025-06-09 |
1770. | raiane (raia44) | 16.39 | 89% | 2023-07-12 |
1771. | rev (revu) | 16.25 | 95% | 2023-08-03 |
1772. | Priya (priya890k) | 16.15 | 95% | 2024-05-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |