/* 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 |
---|---|---|---|---|
817. | emz (emz69420) | 45.16 | 95% | 2023-05-24 |
818. | starkonly (starkonly) | 45.16 | 95% | 2023-10-09 |
819. | cj (cecan) | 45.16 | 95% | 2024-04-26 |
820. | HONDA CIVIC (hondacivic1122) | 45.16 | 95% | 2025-03-21 |
821. | nabin (nenwew) | 45.14 | 93% | 2023-07-25 |
822. | xela (xelaos) | 45.12 | 95% | 2023-01-20 |
823. | Aakrit (monkeysunited) | 45.11 | 95% | 2023-10-03 |
824. | joe biden (itsjoever69) | 45.11 | 95% | 2024-09-13 |
825. | J (tsukijon) | 45.08 | 95% | 2023-09-30 |
826. | Carolina (carolina_) | 45.08 | 95% | 2024-08-30 |
827. | Free Palestine (imamo) | 45.07 | 93.2% | 2025-01-21 |
828. | michael (increased) | 45.05 | 94% | 2019-08-16 |
829. | sn (slkuy) | 45.05 | 96% | 2024-06-11 |
830. | freecalls (freecalls) | 45.02 | 95% | 2024-05-21 |
831. | Subash (justatalentedguy) | 45.01 | 95% | 2024-02-26 |
832. | k3pl4 (k3pl4) | 45.00 | 96% | 2023-06-08 |
833. | I (i_s_h_a_n) | 44.99 | 94% | 2023-06-04 |
834. | Rekzer (rekzer) | 44.96 | 93% | 2024-02-02 |
835. | return NULL; (honor12) | 44.95 | 94% | 2024-06-08 |
836. | tstats[xeg28] (xeg28) | 44.87 | 93% | 2023-07-09 |
837. | Electric (cuitcuit) | 44.84 | 95% | 2022-02-08 |
838. | Bashar (bashar77) | 44.78 | 96% | 2023-03-30 |
839. | Parag (parag776) | 44.77 | 96% | 2022-07-31 |
840. | Foxientist (foxientist) | 44.77 | 97% | 2025-03-26 |
841. | V3ness (venessang) | 44.74 | 93% | 2023-07-04 |
842. | C (human_116905184541) | 44.73 | 97% | 2023-08-06 |
843. | Amit (amitkumariitm) | 44.66 | 96% | 2025-03-05 |
844. | Mamaafrica (mamaafrica) | 44.56 | 94.8% | 2024-05-03 |
845. | Erick (chaconerick) | 44.50 | 95% | 2023-12-15 |
846. | λ (yambda) | 44.49 | 96% | 2023-07-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |