/* 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 |
---|---|---|---|---|
1795. | I like frogs (luluthegreat) | 24.04 | 96% | 2024-01-28 |
1796. | poom (poomm) | 24.02 | 95% | 2024-08-10 |
1797. | Kscii (kscii) | 24.02 | 92% | 2024-07-31 |
1798. | Dilshod (dilshod09) | 23.99 | 91% | 2023-05-31 |
1799. | Dre (dreahid) | 23.97 | 94% | 2024-08-27 |
1800. | Brian Kip (briankip1) | 23.96 | 91.6% | 2023-08-09 |
1801. | Avina (avinana_) | 23.95 | 95% | 2024-08-01 |
1802. | Nafiul Hasan (nafiulhasan) | 23.90 | 94% | 2024-04-25 |
1803. | Elbow (elbow53tb) | 23.83 | 92% | 2024-04-20 |
1804. | Md Mehedi Hasan Bhuiyan (me... | 23.82 | 93.5% | 2023-10-09 |
1805. | KasAyko (kasayko) | 23.78 | 91% | 2024-06-20 |
1806. | naya (npls) | 23.77 | 93% | 2025-04-25 |
1807. | Kharinandan (theunbeatenseven) | 23.74 | 97% | 2022-04-21 |
1808. | dcode (dcode) | 23.74 | 92% | 2023-08-02 |
1809. | Jeruk (tuntunn) | 23.63 | 91% | 2024-08-01 |
1810. | sysout(" Endeavour") (sysou... | 23.48 | 95% | 2023-08-20 |
1811. | Matthew (shorent) | 23.47 | 90% | 2022-11-14 |
1812. | rooh (roohullah) | 23.38 | 92% | 2025-02-21 |
1813. | meryoum (marryane) | 23.31 | 90% | 2024-01-19 |
1814. | cheeseburger (avytar) | 23.25 | 94% | 2025-02-27 |
1815. | Anna (650561585513) | 23.21 | 98% | 2025-01-27 |
1816. | Arindam (adam_009) | 23.20 | 94% | 2024-06-10 |
1817. | tonystark (tonystark_1234) | 23.20 | 93% | 2024-12-09 |
1818. | kp (kpraj) | 23.14 | 93% | 2023-07-05 |
1819. | jou (jou69) | 23.13 | 92% | 2023-12-15 |
1820. | DucKY (shainog) | 23.13 | 96% | 2024-12-18 |
1821. | Harsh (harsh0011) | 23.06 | 96% | 2024-07-26 |
1822. | Petersoon (peterson_brasil) | 23.05 | 95% | 2023-05-27 |
1823. | harih (harithamxr) | 23.02 | 89% | 2023-06-22 |
1824. | 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 |