/* 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 |
|---|---|---|---|---|
| 1914. | Michael (miyotaka) | 19.18 | 94% | 2025-02-14 |
| 1915. | ፀጋ ተልከሰከሰ... | 19.16 | 94% | 2024-11-14 |
| 1916. | Steve (steve69) | 19.12 | 96% | 2023-07-30 |
| 1917. | Bhavesh Khara (bhavesh_26) | 18.93 | 93% | 2024-03-29 |
| 1918. | Akhilesh Teja (akhil2blue) | 18.93 | 91% | 2024-08-08 |
| 1919. | Max (maxalkin) | 18.92 | 94% | 2024-06-15 |
| 1920. | Enock (enockmutanga01) | 18.82 | 96% | 2023-08-03 |
| 1921. | Aluka Bhanu Prakash (bhanu_... | 18.65 | 92% | 2023-07-12 |
| 1922. | ze (ze234) | 18.47 | 90% | 2023-09-14 |
| 1923. | Coryn (warma_knight) | 18.32 | 93% | 2023-07-04 |
| 1924. | Ali (ali2981) | 18.19 | 91% | 2024-06-02 |
| 1925. | Amira (amira_gamal) | 18.17 | 95% | 2023-08-12 |
| 1926. | Abdullah (abdullah011) | 18.12 | 93% | 2025-05-25 |
| 1927. | Ludger (ludger) | 17.77 | 90.2% | 2023-11-11 |
| 1928. | Cassidy (sidyy) | 17.75 | 96% | 2023-07-09 |
| 1929. | Lucas (ldverde) | 17.74 | 90% | 2024-04-18 |
| 1930. | David (devir67) | 17.59 | 96% | 2024-04-05 |
| 1931. | porwis (porwis) | 17.45 | 89% | 2024-09-25 |
| 1932. | Alif Sha (typerzz345) | 17.37 | 94% | 2023-06-14 |
| 1933. | sai rithvik (tsrithvik) | 17.23 | 93% | 2023-09-11 |
| 1934. | Ruan (tinkerbell888) | 17.17 | 91% | 2025-04-14 |
| 1935. | porfiriomarquez (porfirioma... | 16.97 | 94% | 2025-06-11 |
| 1936. | Nirro (nirro) | 16.73 | 88% | 2024-02-16 |
| 1937. | YASH (yash5908) | 16.64 | 90% | 2024-07-28 |
| 1938. | grainger (graingerofficial) | 16.64 | 94% | 2023-08-25 |
| 1939. | mrashof (mrashof) | 16.56 | 95% | 2025-06-09 |
| 1940. | raiane (raia44) | 16.39 | 89% | 2023-07-12 |
| 1941. | rev (revu) | 16.25 | 95% | 2023-08-03 |
| 1942. | Priya (priya890k) | 16.15 | 95% | 2024-05-27 |
| 1943. | kavya (jungkook_02) | 16.13 | 94% | 2023-07-31 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |