/* 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 |
---|---|---|---|---|
1077. | Fady Kamil (fady_kamil) | 39.56 | 93% | 2023-09-25 |
1078. | Nathan (diogenes1) | 39.54 | 93.5% | 2024-10-03 |
1079. | Russ (jrmtrumpet) | 39.52 | 96% | 2024-07-24 |
1080. | carl emil (cedsgm) | 39.51 | 94% | 2024-02-26 |
1081. | p4n (ihateant1212) | 39.51 | 95% | 2023-07-18 |
1082. | Puho (puho_op) | 39.47 | 93% | 2023-06-10 |
1083. | chinnu (chinnu19) | 39.45 | 95% | 2024-04-12 |
1084. | TargiX (targix) | 39.43 | 94% | 2023-11-15 |
1085. | Tihmux (tihmux) | 39.40 | 95% | 2023-06-29 |
1086. | . (adarshthapa) | 39.37 | 95% | 2019-12-24 |
1087. | KASMOT (eeijneb) | 39.35 | 95% | 2024-06-18 |
1088. | Hemanth (xxh3m4nthxx) | 39.35 | 96% | 2025-04-17 |
1089. | Gerald (geob16) | 39.32 | 92% | 2024-09-26 |
1090. | Demogorgon (typeracer0110) | 39.31 | 94% | 2023-05-22 |
1091. | Irfan (irfany) | 39.28 | 94% | 2024-09-16 |
1092. | goldenjayr (goldenjayr) | 39.27 | 94% | 2018-11-28 |
1093. | idk man (ithatme) | 39.25 | 91% | 2022-07-05 |
1094. | douglas (dougalves) | 39.20 | 97% | 2022-10-27 |
1095. | malaya (milomystique) | 39.18 | 94% | 2024-06-08 |
1096. | dlabsign (dlabsign) | 39.17 | 95% | 2025-03-22 |
1097. | Paradox (paradox_0cs) | 39.14 | 93% | 2024-05-09 |
1098. | Antonio (some1b) | 39.13 | 96% | 2023-07-24 |
1099. | Daniel (dannyly021) | 39.13 | 94% | 2023-12-28 |
1100. | Dominic (yungblurri) | 39.12 | 97% | 2023-06-04 |
1101. | IfYouCanBeatMe (beatme_) | 39.04 | 94% | 2024-02-21 |
1102. | John (evillife) | 39.02 | 94% | 2024-01-04 |
1103. | Omar (dotarow) | 39.02 | 93.6% | 2024-01-22 |
1104. | Mike (mbarman) | 38.99 | 97% | 2024-08-04 |
1105. | Lencheuous (lencheuous) | 38.96 | 95% | 2023-08-01 |
1106. | Rick (rick_200wpm) | 38.96 | 94% | 2024-08-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |