/* 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 |
---|---|---|---|---|
801. | Cloudios (cloudios) | 45.45 | 95.1% | 2024-02-26 |
802. | RRKS (rrks43) | 45.44 | 95% | 2023-05-28 |
803. | typovrak (typovrak) | 45.43 | 96% | 2025-02-17 |
804. | Omar (grawells) | 45.40 | 93.1% | 2025-01-02 |
805. | (atorpy) | 45.40 | 96% | 2022-05-23 |
806. | s (wannamary) | 45.37 | 94% | 2024-02-20 |
807. | Makailon (braumberger) | 45.34 | 94% | 2024-01-06 |
808. | Killer (killer_bb) | 45.32 | 94% | 2025-01-18 |
809. | pete (freybeard) | 45.28 | 96% | 2025-02-28 |
810. | Josh (dwuarf) | 45.27 | 92% | 2025-01-16 |
811. | Badal sura (badalsura) | 45.21 | 96% | 2023-07-20 |
812. | krishna arun singh (krishna... | 45.17 | 97% | 2025-01-11 |
813. | emz (emz69420) | 45.16 | 95% | 2023-05-24 |
814. | starkonly (starkonly) | 45.16 | 95% | 2023-10-09 |
815. | cj (cecan) | 45.16 | 95% | 2024-04-26 |
816. | HONDA CIVIC (hondacivic1122) | 45.16 | 95% | 2025-03-21 |
817. | nabin (nenwew) | 45.14 | 93% | 2023-07-25 |
818. | xela (xelaos) | 45.12 | 95% | 2023-01-20 |
819. | Aakrit (monkeysunited) | 45.11 | 95% | 2023-10-03 |
820. | joe biden (itsjoever69) | 45.11 | 95% | 2024-09-13 |
821. | J (tsukijon) | 45.08 | 95% | 2023-09-30 |
822. | Carolina (carolina_) | 45.08 | 95% | 2024-08-30 |
823. | Free Palestine (imamo) | 45.07 | 93.2% | 2025-01-21 |
824. | michael (increased) | 45.05 | 94% | 2019-08-16 |
825. | sn (slkuy) | 45.05 | 96% | 2024-06-11 |
826. | freecalls (freecalls) | 45.02 | 95% | 2024-05-21 |
827. | Subash (justatalentedguy) | 45.01 | 95% | 2024-02-26 |
828. | k3pl4 (k3pl4) | 45.00 | 96% | 2023-06-08 |
829. | Rekzer (rekzer) | 44.96 | 93% | 2024-02-02 |
830. | return NULL; (honor12) | 44.95 | 94% | 2024-06-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |