/* 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 |
---|---|---|---|---|
751. | typify1 (typify1) | 45.97 | 94% | 2024-12-29 |
752. | GreenUmbrella (greenumbrella) | 45.88 | 95% | 2024-02-17 |
753. | devpandaz (devpandaz) | 45.83 | 96% | 2024-04-09 |
754. | naviman (naviman) | 45.72 | 96% | 2019-09-17 |
755. | Gábor (gbr22) | 45.71 | 98% | 2023-08-10 |
756. | Kyurax (kyurax) | 45.69 | 97% | 2024-05-21 |
757. | mata (xmatv2) | 45.65 | 93.2% | 2024-01-29 |
758. | andreas (ansloge) | 45.58 | 96% | 2023-09-29 |
759. | Dog (wtfisthatheck) | 45.57 | 96% | 2023-07-23 |
760. | tstats[gerber_baby] (gerber... | 45.56 | 95% | 2023-08-23 |
761. | Leaden Typer (typeryo) | 45.49 | 95% | 2024-05-12 |
762. | Skye W. (xpeq7) | 45.49 | 95.1% | 2024-04-20 |
763. | vito (vitoinhoinhoin) | 45.49 | 96% | 2025-03-31 |
764. | Cloudios (cloudios) | 45.45 | 95.1% | 2024-02-26 |
765. | RRKS (rrks43) | 45.44 | 95% | 2023-05-28 |
766. | typovrak (typovrak) | 45.43 | 96% | 2025-02-17 |
767. | Omar (grawells) | 45.40 | 93.1% | 2025-01-02 |
768. | (atorpy) | 45.40 | 96% | 2022-05-23 |
769. | s (wannamary) | 45.37 | 94% | 2024-02-20 |
770. | Makailon (braumberger) | 45.34 | 94% | 2024-01-06 |
771. | Killer (killer_bb) | 45.32 | 94% | 2025-01-18 |
772. | pete (freybeard) | 45.28 | 96% | 2025-02-28 |
773. | Josh (dwuarf) | 45.27 | 92% | 2025-01-16 |
774. | Badal sura (badalsura) | 45.21 | 96% | 2023-07-20 |
775. | krishna arun singh (krishna... | 45.17 | 97% | 2025-01-11 |
776. | emz (emz69420) | 45.16 | 95% | 2023-05-24 |
777. | starkonly (starkonly) | 45.16 | 95% | 2023-10-09 |
778. | cj (cecan) | 45.16 | 95% | 2024-04-26 |
779. | HONDA CIVIC (hondacivic1122) | 45.16 | 95% | 2025-03-21 |
780. | xela (xelaos) | 45.12 | 95% | 2023-01-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |