/* 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 |
---|---|---|---|---|
1166. | Hamza (hamza_g) | 37.33 | 94% | 2022-07-30 |
1167. | LightTreasure (lighttreasure) | 37.33 | 95% | 2024-09-20 |
1168. | Mat (clockowl) | 37.33 | 98% | 2023-07-15 |
1169. | Brigita (bribri01) | 37.27 | 93% | 2022-08-05 |
1170. | alif (alifoliah) | 37.25 | 95% | 2023-08-09 |
1171. | Salam Adel (salam1800) | 37.24 | 93% | 2023-09-13 |
1172. | h3llo (alowqo) | 37.20 | 93% | 2023-09-23 |
1173. | Mohit (mohit_rider) | 37.17 | 95.5% | 2023-09-27 |
1174. | Vivian (modernnighthail) | 37.15 | 97.1% | 2024-12-10 |
1175. | mdogza (mdogza) | 37.13 | 97% | 2023-08-09 |
1176. | earomc (earomc) | 37.12 | 94% | 2023-07-27 |
1177. | Free Palestine (koenigsegg77) | 37.11 | 95.5% | 2024-07-30 |
1178. | Chanelle (nelle_son) | 37.07 | 97% | 2023-07-09 |
1179. | tstats[zanies07] (zanies07) | 36.98 | 96% | 2023-01-05 |
1180. | Rayhan (chaosm26) | 36.94 | 96% | 2023-06-29 |
1181. | Walter Camacho (waltercs07) | 36.94 | 95.8% | 2024-09-21 |
1182. | oleg (oleg_ros) | 36.92 | 95.3% | 2023-11-08 |
1183. | john (xtradiamond) | 36.91 | 92% | 2023-05-24 |
1184. | Gonzalo (gmurop) | 36.87 | 96.7% | 2024-02-24 |
1185. | Asta (radhekrishnan) | 36.85 | 95.1% | 2025-01-06 |
1186. | Fanor (fanor) | 36.82 | 96% | 2025-06-08 |
1187. | Manjari (manjari19) | 36.80 | 97% | 2024-11-08 |
1188. | DonSpoon (theholyslice) | 36.79 | 96% | 2023-05-23 |
1189. | melvin (melvink) | 36.78 | 97% | 2023-05-28 |
1190. | Sebastian (sebastian541990) | 36.66 | 93% | 2025-03-10 |
1191. | ChocolateBar10 (chocolateba... | 36.65 | 94.5% | 2024-05-11 |
1192. | twomouth (twomouth) | 36.64 | 96% | 2023-08-08 |
1193. | kazuma (kazuma1605) | 36.62 | 93% | 2023-08-12 |
1194. | Ankit (ankp) | 36.58 | 96% | 2024-03-20 |
1195. | alc0der (alc0der) | 36.56 | 96% | 2024-01-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |