/* 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 |
---|---|---|---|---|
209. | Wumbo (jap23) | 66.68 | 92% | 2017-04-12 |
210. | jean (jsddfgh) | 66.68 | 97% | 2023-06-20 |
211. | Διαμαντής Ραφα... | 66.65 | 97% | 2024-06-01 |
212. | Felix (flashy123) | 66.62 | — | 2011-04-23 |
213. | Cuyler (trekkie) | 66.49 | 95% | 2011-08-13 |
214. | Rathgarr (ragnaulfr) | 66.33 | 96% | 2024-06-12 |
215. | Guillermo (schobzax) | 66.29 | 93% | 2015-04-24 |
216. | bob (brobmaurice) | 66.15 | 95% | 2023-12-01 |
217. | qria (qria) | 66.14 | 91% | 2017-02-16 |
218. | Disjunction (disjunction) | 66.08 | 95% | 2025-02-10 |
219. | Neo (neovanni) | 66.06 | 96% | 2024-11-25 |
220. | selphy (selphy) | 66.05 | 89% | 2013-05-05 |
221. | sygi (sygi) | 66.04 | 96% | 2024-12-10 |
222. | jse (dragoncityjose) | 66.03 | 95.5% | 2023-09-27 |
223. | Niels (nielsjensen) | 66.02 | 96% | 2023-06-07 |
224. | chaotic_iak (chaotic_iak) | 65.99 | 91% | 2014-03-14 |
225. | use an appropriate name (ar... | 65.93 | 96.6% | 2024-02-06 |
226. | Captain Neverquit (aurum_ko... | 65.85 | 97% | 2014-08-28 |
227. | tstats[mm_food] (mm_food) | 65.85 | 95% | 2023-08-22 |
228. | S (whizkidz) | 65.82 | 98% | 2016-11-18 |
229. | Andrei (sobercheg) | 65.78 | — | 2011-03-16 |
230. | N (nadeemoidu) | 65.76 | 93% | 2012-02-29 |
231. | Walalang (walalangalaga) | 65.73 | 97% | 2024-05-01 |
232. | Wiggle (insy2) | 65.59 | — | 2011-04-11 |
233. | (scraex) | 65.58 | 96% | 2022-03-09 |
234. | dvorak the supreme (drdilyor_) | 65.57 | 95% | 2022-03-21 |
235. | Abishiek (abishiek_12) | 65.42 | 96.2% | 2023-12-27 |
236. | Chegn (csun) | 65.37 | 94% | 2011-08-01 |
237. | z (zde4d) | 65.32 | 97% | 2025-05-11 |
238. | Angel (tribaaldos) | 65.31 | 96% | 2023-08-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |