/* 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 |
---|---|---|---|---|
1017. | Bit (bitnerik) | 40.46 | 97% | 2021-07-18 |
1018. | Tommy (hayden7857) | 40.42 | 96.5% | 2024-03-28 |
1019. | Christian (trotuele) | 40.40 | 93% | 2024-02-29 |
1020. | MX MECHANICAL (mx_mechanical) | 40.38 | 95% | 2024-09-05 |
1021. | jSON (json0318) | 40.38 | 95% | 2025-01-23 |
1022. | Chirag (chirag_2580) | 40.34 | 93% | 2024-02-17 |
1023. | Tito (titogocrazy) | 40.32 | 96% | 2023-12-01 |
1024. | kynmp (rng2036) | 40.32 | 97% | 2024-12-05 |
1025. | punit (thakelatyper) | 40.31 | 96% | 2022-07-26 |
1026. | Yuna (yunafix) | 40.30 | 96% | 2022-07-29 |
1027. | 242 baha (ejjs242) | 40.30 | 94% | 2024-05-04 |
1028. | mugurel (dobrogeanum) | 40.28 | 92% | 2015-07-10 |
1029. | tomas (tcajiao) | 40.27 | 93% | 2024-02-24 |
1030. | Annie (annietrann) | 40.25 | 89% | 2014-04-16 |
1031. | ng (ngenji) | 40.24 | 97% | 2024-02-28 |
1032. | Marcelo (kokosensei) | 40.21 | 94% | 2024-11-05 |
1033. | Afzal (afzal_ansari) | 40.20 | 96.7% | 2024-08-08 |
1034. | JD (jigglyjd) | 40.20 | 95% | 2023-08-14 |
1035. | Andrés (andresmosquera) | 40.20 | 95.9% | 2023-10-14 |
1036. | Fairyball (fairyballyt) | 40.19 | 94% | 2023-07-24 |
1037. | billy (billytheg) | 40.18 | 94% | 2025-02-03 |
1038. | aebii (ae_bii) | 40.11 | 94% | 2024-12-04 |
1039. | Zeyad (zeyad22) | 40.08 | 96% | 2019-08-08 |
1040. | Sarah (smm2319) | 40.05 | 96% | 2024-05-15 |
1041. | Test.Subject.001 (testsubje... | 40.05 | 93% | 2025-01-18 |
1042. | Cody (xavier5a) | 40.03 | 97% | 2023-11-11 |
1043. | Type10 (cagnpwaa) | 40.03 | 95% | 2024-07-16 |
1044. | ⊂(▀¯▀⊂) (trieudung... | 40.02 | 94% | 2023-07-17 |
1045. | Juey (spyrox) | 39.95 | 97% | 2024-07-24 |
1046. | Reymondo (thelegendarygodray) | 39.93 | 94% | 2024-09-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |