/* 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 |
|---|---|---|---|---|
| 1837. | I like frogs (luluthegreat) | 24.04 | 96% | 2024-01-28 |
| 1838. | poom (poomm) | 24.02 | 95% | 2024-08-10 |
| 1839. | Kscii (kscii) | 24.02 | 92% | 2024-07-31 |
| 1840. | Dilshod (dilshod09) | 23.99 | 91% | 2023-05-31 |
| 1841. | Dre (dreahid) | 23.97 | 94% | 2024-08-27 |
| 1842. | Brian Kip (briankip1) | 23.96 | 91.6% | 2023-08-09 |
| 1843. | Avina (avinana_) | 23.95 | 95% | 2024-08-01 |
| 1844. | Nafiul Hasan (nafiulhasan) | 23.90 | 94% | 2024-04-25 |
| 1845. | Elbow (elbow53tb) | 23.83 | 92% | 2024-04-20 |
| 1846. | Md Mehedi Hasan Bhuiyan (me... | 23.82 | 93.5% | 2023-10-09 |
| 1847. | KasAyko (kasayko) | 23.78 | 91% | 2024-06-20 |
| 1848. | naya (npls) | 23.77 | 93% | 2025-04-25 |
| 1849. | Kharinandan (theunbeatenseven) | 23.74 | 97% | 2022-04-21 |
| 1850. | dcode (dcode) | 23.74 | 92% | 2023-08-02 |
| 1851. | Jeruk (tuntunn) | 23.63 | 91% | 2024-08-01 |
| 1852. | sysout(" Endeavour") (sysou... | 23.48 | 95% | 2023-08-20 |
| 1853. | Matthew (shorent) | 23.47 | 90% | 2022-11-14 |
| 1854. | rooh (roohullah) | 23.38 | 92% | 2025-02-21 |
| 1855. | meryoum (marryane) | 23.31 | 90% | 2024-01-19 |
| 1856. | cheeseburger (avytar) | 23.25 | 94% | 2025-02-27 |
| 1857. | Anna (650561585513) | 23.21 | 98% | 2025-01-27 |
| 1858. | Arindam (adam_009) | 23.20 | 94% | 2024-06-10 |
| 1859. | tonystark (tonystark_1234) | 23.20 | 93% | 2024-12-09 |
| 1860. | kp (kpraj) | 23.14 | 93% | 2023-07-05 |
| 1861. | jou (jou69) | 23.13 | 92% | 2023-12-15 |
| 1862. | DucKY (shainog) | 23.13 | 96% | 2024-12-18 |
| 1863. | Harsh (harsh0011) | 23.06 | 96% | 2024-07-26 |
| 1864. | Petersoon (peterson_brasil) | 23.05 | 95% | 2023-05-27 |
| 1865. | harih (harithamxr) | 23.02 | 89% | 2023-06-22 |
| 1866. | mohit bhawnani (mohitbhawnani) | 22.94 | 94% | 2024-12-22 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |