/* 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 |
---|---|---|---|---|
1171. | Mohit (mohit_rider) | 37.17 | 95.5% | 2023-09-27 |
1172. | Vivian (modernnighthail) | 37.15 | 97.1% | 2024-12-10 |
1173. | mdogza (mdogza) | 37.13 | 97% | 2023-08-09 |
1174. | earomc (earomc) | 37.12 | 94% | 2023-07-27 |
1175. | Free Palestine (koenigsegg77) | 37.11 | 95.5% | 2024-07-30 |
1176. | Chanelle (nelle_son) | 37.07 | 97% | 2023-07-09 |
1177. | tstats[zanies07] (zanies07) | 36.98 | 96% | 2023-01-05 |
1178. | Rayhan (chaosm26) | 36.94 | 96% | 2023-06-29 |
1179. | Walter Camacho (waltercs07) | 36.94 | 95.8% | 2024-09-21 |
1180. | oleg (oleg_ros) | 36.92 | 95.3% | 2023-11-08 |
1181. | john (xtradiamond) | 36.91 | 92% | 2023-05-24 |
1182. | Gonzalo (gmurop) | 36.87 | 96.7% | 2024-02-24 |
1183. | Asta (radhekrishnan) | 36.85 | 95.1% | 2025-01-06 |
1184. | Fanor (fanor) | 36.82 | 96% | 2025-06-08 |
1185. | Manjari (manjari19) | 36.80 | 97% | 2024-11-08 |
1186. | DonSpoon (theholyslice) | 36.79 | 96% | 2023-05-23 |
1187. | melvin (melvink) | 36.78 | 97% | 2023-05-28 |
1188. | Sebastian (sebastian541990) | 36.66 | 93% | 2025-03-10 |
1189. | ChocolateBar10 (chocolateba... | 36.65 | 94.5% | 2024-05-11 |
1190. | twomouth (twomouth) | 36.64 | 96% | 2023-08-08 |
1191. | kazuma (kazuma1605) | 36.62 | 93% | 2023-08-12 |
1192. | Ankit (ankp) | 36.58 | 96% | 2024-03-20 |
1193. | alc0der (alc0der) | 36.56 | 96% | 2024-01-10 |
1194. | naftaliHolland (naftali_hol... | 36.53 | 95% | 2024-02-26 |
1195. | sei (ninjawanko) | 36.52 | 93% | 2024-08-03 |
1196. | Johan7205 (joze7205) | 36.48 | 96% | 2023-09-08 |
1197. | Yasin (silznce) | 36.48 | 92% | 2023-06-14 |
1198. | SlicKeys (slickeys) | 36.47 | 94% | 2024-07-27 |
1199. | D (d_qwerty) | 36.45 | 97% | 2024-10-31 |
1200. | 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 |