/* 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 |
---|---|---|---|---|
1206. | Mohit (mohit_rider) | 37.17 | 95.5% | 2023-09-27 |
1207. | Vivian (modernnighthail) | 37.15 | 97.1% | 2024-12-10 |
1208. | mdogza (mdogza) | 37.13 | 97% | 2023-08-09 |
1209. | earomc (earomc) | 37.12 | 94% | 2023-07-27 |
1210. | Chanelle (nelle_son) | 37.07 | 97% | 2023-07-09 |
1211. | tstats[zanies07] (zanies07) | 36.98 | 96% | 2023-01-05 |
1212. | Rayhan (chaosm26) | 36.94 | 96% | 2023-06-29 |
1213. | Walter Camacho (waltercs07) | 36.94 | 95.8% | 2024-09-21 |
1214. | oleg (oleg_ros) | 36.92 | 95.3% | 2023-11-08 |
1215. | john (xtradiamond) | 36.91 | 92% | 2023-05-24 |
1216. | Gonzalo (gmurop) | 36.87 | 96.7% | 2024-02-24 |
1217. | Asta (radhekrishnan) | 36.85 | 95.1% | 2025-01-06 |
1218. | Fanor (fanor) | 36.82 | 96% | 2025-06-08 |
1219. | Manjari (manjari19) | 36.80 | 97% | 2024-11-08 |
1220. | DonSpoon (theholyslice) | 36.79 | 96% | 2023-05-23 |
1221. | melvin (melvink) | 36.78 | 97% | 2023-05-28 |
1222. | Sebastian (sebastian541990) | 36.66 | 93% | 2025-03-10 |
1223. | ChocolateBar10 (chocolateba... | 36.65 | 94.5% | 2024-05-11 |
1224. | twomouth (twomouth) | 36.64 | 96% | 2023-08-08 |
1225. | Leonidas (leonidas_the_great) | 36.64 | 95% | 2024-09-23 |
1226. | kazuma (kazuma1605) | 36.62 | 93% | 2023-08-12 |
1227. | Ankit (ankp) | 36.58 | 96% | 2024-03-20 |
1228. | alc0der (alc0der) | 36.56 | 96% | 2024-01-10 |
1229. | naftaliHolland (naftali_hol... | 36.53 | 95% | 2024-02-26 |
1230. | sei (ninjawanko) | 36.52 | 93% | 2024-08-03 |
1231. | Johan7205 (joze7205) | 36.48 | 96% | 2023-09-08 |
1232. | Yasin (silznce) | 36.48 | 92% | 2023-06-14 |
1233. | SlicKeys (slickeys) | 36.47 | 94% | 2024-07-27 |
1234. | D (d_qwerty) | 36.45 | 97% | 2024-10-31 |
1235. | Amine (amine237) | 36.42 | 96.9% | 2023-12-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |