/* 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 |
---|---|---|---|---|
625. | Shiji (sandevistan) | 50.04 | 98.6% | 2024-11-27 |
626. | Jawahir (jawa_481) | 49.97 | 94.9% | 2023-10-24 |
627. | Zed (_zedd) | 49.89 | 96% | 2024-11-28 |
628. | creasac (creasac) | 49.87 | 96% | 2024-05-06 |
629. | Wyatt (katrro) | 49.86 | 95% | 2025-04-16 |
630. | Angus (mr_angoose) | 49.82 | 97% | 2024-05-07 |
631. | Eugene (havlong) | 49.81 | 95% | 2024-02-02 |
632. | Nes (nes370) | 49.78 | 98% | 2019-02-24 |
633. | 💀💀💀 (gospell) | 49.78 | 95% | 2021-12-25 |
634. | Audi (traineraudi) | 49.78 | 97% | 2024-10-07 |
635. | Basil (basilbasil) | 49.73 | 93% | 2024-11-09 |
636. | montanaromero (montanaromero) | 49.69 | 96% | 2024-04-03 |
637. | Elvis Ola (skillz_918) | 49.58 | 97% | 2023-09-11 |
638. | Rus (amortalist) | 49.56 | 96% | 2024-04-18 |
639. | Adam (adamsyaq) | 49.46 | 96% | 2024-11-01 |
640. | Adam (achomey) | 49.43 | 96.8% | 2024-03-08 |
641. | Anton (twisted_8) | 49.41 | 97% | 2024-05-05 |
642. | Michael (not_noob) | 49.40 | 96% | 2024-05-20 |
643. | tstats[aucker] (aucker) | 49.35 | 95% | 2023-06-19 |
644. | trut (trut) | 49.31 | 95% | 2023-09-19 |
645. | ican tpye fwtf (sup_chief) | 49.29 | 88% | 2021-09-12 |
646. | papalial (papalial) | 49.29 | 94.5% | 2024-02-09 |
647. | Alex (evil_alex) | 49.29 | 94% | 2025-01-07 |
648. | Finn (finn7736) | 49.28 | 96% | 2017-02-05 |
649. | Eliza (tuberkulose_eddy) | 49.27 | 98% | 2022-01-02 |
650. | Jelq King (jelqing) | 49.20 | 92% | 2024-11-12 |
651. | vincent (vinkwok) | 49.18 | 93% | 2023-09-29 |
652. | dreadlordhar (drlh) | 49.17 | 95% | 2024-11-30 |
653. | Jayden (shiakose) | 49.16 | 94% | 2024-09-27 |
654. | T (stjerngossen) | 49.15 | 96.9% | 2023-12-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |