/* 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 |
---|---|---|---|---|
794. | Timur (aalystama) | 46.00 | 93% | 2024-06-03 |
795. | typify1 (typify1) | 45.97 | 94% | 2024-12-29 |
796. | Volum3 (volumes) | 45.90 | 100% | 2023-06-27 |
797. | GreenUmbrella (greenumbrella) | 45.88 | 95% | 2024-02-17 |
798. | Edd (eddtyperacer) | 45.86 | 94% | 2025-03-15 |
799. | devpandaz (devpandaz) | 45.83 | 96% | 2024-04-09 |
800. | naviman (naviman) | 45.72 | 96% | 2019-09-17 |
801. | Gábor (gbr22) | 45.71 | 98% | 2023-08-10 |
802. | Kyurax (kyurax) | 45.69 | 97% | 2024-05-21 |
803. | mata (xmatv2) | 45.65 | 93.2% | 2024-01-29 |
804. | andreas (ansloge) | 45.58 | 96% | 2023-09-29 |
805. | Dog (wtfisthatheck) | 45.57 | 96% | 2023-07-23 |
806. | tstats[gerber_baby] (gerber... | 45.56 | 95% | 2023-08-23 |
807. | Leaden Typer (typeryo) | 45.49 | 95.5% | 2024-05-12 |
808. | Skye W. (xpeq7) | 45.49 | 95.1% | 2024-04-20 |
809. | vito (vitoinhoinhoin) | 45.49 | 96% | 2025-03-31 |
810. | Cloudios (cloudios) | 45.45 | 95.1% | 2024-02-26 |
811. | RRKS (rrks43) | 45.44 | 95% | 2023-05-28 |
812. | typovrak (typovrak) | 45.43 | 96% | 2025-02-17 |
813. | Omar (grawells) | 45.40 | 93.1% | 2025-01-02 |
814. | (atorpy) | 45.40 | 96% | 2022-05-23 |
815. | s (wannamary) | 45.37 | 94% | 2024-02-20 |
816. | Makailon (braumberger) | 45.34 | 94% | 2024-01-06 |
817. | Killer (killer_bb) | 45.32 | 94% | 2025-01-18 |
818. | pete (freybeard) | 45.28 | 96% | 2025-02-28 |
819. | Josh (dwuarf) | 45.27 | 92% | 2025-01-16 |
820. | Badal sura (badalsura) | 45.21 | 96% | 2023-07-20 |
821. | krishna arun singh (krishna... | 45.17 | 97% | 2025-01-11 |
822. | emz (emz69420) | 45.16 | 95% | 2023-05-24 |
823. | starkonly (starkonly) | 45.16 | 95% | 2023-10-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |