/* 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 |
---|---|---|---|---|
791. | ViktorT (vitr_88) | 46.17 | 96.3% | 2024-04-24 |
792. | duebdab (ultraduebdab) | 46.14 | 99% | 2025-04-23 |
793. | Joe (icorion) | 46.12 | 94% | 2024-04-06 |
794. | Serg (seprimion) | 46.09 | 97% | 2024-06-21 |
795. | Andy (lithium_x) | 46.07 | 94.4% | 2023-11-22 |
796. | joe fazer (smokingthatsoulj... | 46.04 | 95% | 2024-05-23 |
797. | Timur (aalystama) | 46.00 | 93% | 2024-06-03 |
798. | typify1 (typify1) | 45.97 | 94% | 2024-12-29 |
799. | Volum3 (volumes) | 45.90 | 100% | 2023-06-27 |
800. | GreenUmbrella (greenumbrella) | 45.88 | 95% | 2024-02-17 |
801. | Edd (eddtyperacer) | 45.86 | 94% | 2025-03-15 |
802. | devpandaz (devpandaz) | 45.83 | 96% | 2024-04-09 |
803. | naviman (naviman) | 45.72 | 96% | 2019-09-17 |
804. | Gábor (gbr22) | 45.71 | 98% | 2023-08-10 |
805. | Kyurax (kyurax) | 45.69 | 97% | 2024-05-21 |
806. | mata (xmatv2) | 45.65 | 93.2% | 2024-01-29 |
807. | andreas (ansloge) | 45.58 | 96% | 2023-09-29 |
808. | Dog (wtfisthatheck) | 45.57 | 96% | 2023-07-23 |
809. | tstats[gerber_baby] (gerber... | 45.56 | 95% | 2023-08-23 |
810. | Leaden Typer (typeryo) | 45.49 | 95.5% | 2024-05-12 |
811. | Skye W. (xpeq7) | 45.49 | 95.1% | 2024-04-20 |
812. | vito (vitoinhoinhoin) | 45.49 | 96% | 2025-03-31 |
813. | Cloudios (cloudios) | 45.45 | 95.1% | 2024-02-26 |
814. | RRKS (rrks43) | 45.44 | 95% | 2023-05-28 |
815. | typovrak (typovrak) | 45.43 | 96% | 2025-02-17 |
816. | Omar (grawells) | 45.40 | 93.1% | 2025-01-02 |
817. | (atorpy) | 45.40 | 96% | 2022-05-23 |
818. | s (wannamary) | 45.37 | 94% | 2024-02-20 |
819. | Makailon (braumberger) | 45.34 | 94% | 2024-01-06 |
820. | Killer (killer_bb) | 45.32 | 94% | 2025-01-18 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |