/* 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 |
---|---|---|---|---|
1027. | Azrael (_azrael) | 40.34 | 93% | 2025-06-08 |
1028. | Tito (titogocrazy) | 40.32 | 96% | 2023-12-01 |
1029. | kynmp (rng2036) | 40.32 | 97% | 2024-12-05 |
1030. | punit (thakelatyper) | 40.31 | 96% | 2022-07-26 |
1031. | Yuna (yunafix) | 40.30 | 96% | 2022-07-29 |
1032. | 242 baha (ejjs242) | 40.30 | 94% | 2024-05-04 |
1033. | mugurel (dobrogeanum) | 40.28 | 92% | 2015-07-10 |
1034. | tomas (tcajiao) | 40.27 | 93% | 2024-02-24 |
1035. | Annie (annietrann) | 40.25 | 89% | 2014-04-16 |
1036. | ng (ngenji) | 40.24 | 97% | 2024-02-28 |
1037. | Marcelo (kokosensei) | 40.21 | 94% | 2024-11-05 |
1038. | Afzal (afzal_ansari) | 40.20 | 96.7% | 2024-08-08 |
1039. | JD (jigglyjd) | 40.20 | 95% | 2023-08-14 |
1040. | Andrés (andresmosquera) | 40.20 | 95.9% | 2023-10-14 |
1041. | Fairyball (fairyballyt) | 40.19 | 94% | 2023-07-24 |
1042. | billy (billytheg) | 40.18 | 94% | 2025-02-03 |
1043. | aebii (ae_bii) | 40.11 | 94% | 2024-12-04 |
1044. | Zeyad (zeyad22) | 40.08 | 96% | 2019-08-08 |
1045. | Sarah (smm2319) | 40.05 | 96% | 2024-05-15 |
1046. | Test.Subject.001 (testsubje... | 40.05 | 93% | 2025-01-18 |
1047. | Cody (xavier5a) | 40.03 | 97% | 2023-11-11 |
1048. | Type10 (cagnpwaa) | 40.03 | 95% | 2024-07-16 |
1049. | ⊂(▀¯▀⊂) (trieudung... | 40.02 | 94% | 2023-07-17 |
1050. | Juey (spyrox) | 39.95 | 97% | 2024-07-24 |
1051. | Reymondo (thelegendarygodray) | 39.93 | 94% | 2024-09-23 |
1052. | Naija (naija_w) | 39.92 | 97% | 2023-07-06 |
1053. | Mnkx (mnkx) | 39.89 | 95% | 2021-10-10 |
1054. | Drowning (kobisherm) | 39.88 | 97% | 2023-06-13 |
1055. | Goku (rmehedi) | 39.87 | 94.1% | 2024-04-05 |
1056. | KobesMom (vradeus) | 39.87 | 94% | 2024-10-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |