/* 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 |
---|---|---|---|---|
651. | Free Palestine (anas150khan) | 50.20 | 98% | 2024-09-30 |
652. | Daniel (danyong) | 50.17 | 97% | 2025-06-02 |
653. | Kreingkrai (kengkreingkrai) | 50.10 | 97% | 2023-06-16 |
654. | dvorak25 (dvorak25) | 50.10 | 97% | 2025-05-04 |
655. | minezackra (minezackra) | 50.05 | 95.7% | 2024-12-02 |
656. | Shiji (sandevistan) | 50.04 | 98.6% | 2024-11-27 |
657. | Jawahir (jawa_481) | 49.97 | 94.9% | 2023-10-24 |
658. | maerih (maerih) | 49.94 | 94% | 2025-09-15 |
659. | Zed (_zedd) | 49.89 | 96% | 2024-11-28 |
660. | creasac (creasac) | 49.87 | 96% | 2024-05-06 |
661. | Wyatt (katrro) | 49.86 | 95% | 2025-04-16 |
662. | Angus (mr_angoose) | 49.82 | 97% | 2024-05-07 |
663. | Eugene (havlong) | 49.81 | 95% | 2024-02-02 |
664. | Nes (nes370) | 49.78 | 98% | 2019-02-24 |
665. | 💀💀💀 (gospell) | 49.78 | 95% | 2021-12-25 |
666. | Audi (traineraudi) | 49.78 | 97% | 2024-10-07 |
667. | Basil (basilbasil) | 49.73 | 93% | 2024-11-09 |
668. | montanaromero (montanaromero) | 49.69 | 96% | 2024-04-03 |
669. | HBS (hbs3) | 49.65 | 98% | 2025-04-10 |
670. | Elvis Ola (skillz_918) | 49.58 | 97% | 2023-09-11 |
671. | Rus (amortalist) | 49.56 | 96% | 2024-04-18 |
672. | Abdelrahman (eltyar) | 49.47 | 95% | 2025-09-09 |
673. | Adam (adamsyaq) | 49.46 | 96% | 2024-11-01 |
674. | Adam (achomey) | 49.43 | 96.8% | 2024-03-08 |
675. | Anton (twisted_8) | 49.41 | 97% | 2024-05-05 |
676. | Michael (not_noob) | 49.40 | 96% | 2024-05-20 |
677. | tstats[aucker] (aucker) | 49.35 | 95% | 2023-06-19 |
678. | trut (trut) | 49.31 | 95% | 2023-09-19 |
679. | ican tpye fwtf (sup_chief) | 49.29 | 88% | 2021-09-12 |
680. | papalial (papalial) | 49.29 | 94.5% | 2024-02-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |