/* 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 |
---|---|---|---|---|
581. | Anna (slewa) | 51.09 | 97% | 2022-07-02 |
582. | (0x0x0x) | 51.08 | 95% | 2021-07-07 |
583. | tstats[jaycelab] (jaycelab) | 51.08 | 96% | 2023-09-05 |
584. | Isak (izzeww) | 50.99 | 98% | 2023-10-13 |
585. | tactics8805 (ntmtyper) | 50.99 | 96% | 2025-05-31 |
586. | Bruh (windsmith) | 50.99 | 96% | 2025-02-28 |
587. | monkescripts (monkescripts) | 50.98 | 96% | 2024-01-11 |
588. | ggng (newgn3) | 50.98 | 93% | 2023-05-24 |
589. | Sean (djallstar) | 50.95 | 89% | 2013-02-13 |
590. | Tara (tarabryn) | 50.94 | 98.1% | 2024-03-10 |
591. | Stefan (zamfigod) | 50.91 | 96% | 2023-06-13 |
592. | Evanovache (evanovache) | 50.91 | 97% | 2024-08-10 |
593. | Pana (pana1312) | 50.89 | 93% | 2023-12-27 |
594. | Huts (huts1) | 50.89 | 97% | 2023-06-23 |
595. | Kev (kev9933) | 50.85 | 94% | 2021-10-28 |
596. | Arthead (arthead) | 50.85 | 95% | 2024-02-25 |
597. | chris (stupaddaso) | 50.76 | — | 2009-12-23 |
598. | Anush Rao (anushrao) | 50.76 | 95.7% | 2023-11-04 |
599. | Victor Levitskiy (victorlev01) | 50.74 | 95.7% | 2024-03-26 |
600. | Intertial (yuvi_birdi) | 50.71 | 94% | 2022-11-24 |
601. | Frozen (frozen0wl) | 50.67 | 96% | 2024-04-05 |
602. | Vashista (vashista) | 50.65 | 95% | 2024-09-17 |
603. | Klaus (klaustzy) | 50.59 | 95% | 2024-07-03 |
604. | Atreides (atreidaus) | 50.58 | 96% | 2025-03-31 |
605. | U-Jean (sedimaster007) | 50.53 | 97% | 2023-08-18 |
606. | Kent (kent239) | 50.51 | 94% | 2023-07-12 |
607. | Corn Philips (cornphilips) | 50.46 | 95.4% | 2023-10-31 |
608. | Dennis (he66pro) | 50.44 | 96% | 2023-06-22 |
609. | Karl (xillionpro) | 50.43 | 96% | 2021-11-12 |
610. | Brent (bpappas) | 50.41 | 95% | 2024-01-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |