/* 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 |
---|---|---|---|---|
181. | hodgeka (hodgeka) | 67.93 | 92% | 2016-12-29 |
182. | Anthony (xeorem) | 67.86 | 96% | 2011-07-05 |
183. | Sumit (smtchahal2) | 67.81 | 88% | 2014-01-03 |
184. | Wei (yayitswei) | 67.65 | 92% | 2014-07-01 |
185. | Chris (cjvogt) | 67.63 | 97% | 2017-08-10 |
186. | pianofluteflute (pianoflute... | 67.42 | 99% | 2024-08-18 |
187. | dockit (dockit) | 67.40 | 96% | 2023-06-01 |
188. | Sara (hentaiclockwise) | 67.33 | 92% | 2016-12-20 |
189. | unfrog (unfrog) | 67.27 | 98% | 2017-11-21 |
190. | Steve (steveleem) | 67.17 | 96.2% | 2024-01-09 |
191. | dev_manush (dev_manush) | 67.09 | 96% | 2023-07-02 |
192. | Abdelmiged (z222bk) | 67.03 | 96% | 2024-06-10 |
193. | john (johnmarco123) | 67.00 | 97% | 2024-10-07 |
194. | Ashley (squeakyhsu) | 66.95 | 90% | 2014-07-01 |
195. | MySpaceBarIsBroken (kanto) | 66.85 | 95% | 2018-08-04 |
196. | Jon (jonsport) | 66.85 | 97% | 2022-07-06 |
197. | phaed (phaed) | 66.83 | — | 2011-02-26 |
198. | Wumbo (jap23) | 66.68 | 92% | 2017-04-12 |
199. | Διαμαντής Ραφα... | 66.65 | 97% | 2024-06-01 |
200. | Felix (flashy123) | 66.62 | — | 2011-04-23 |
201. | Cuyler (trekkie) | 66.49 | 95% | 2011-08-13 |
202. | Rathgarr (ragnaulfr) | 66.33 | 96% | 2024-06-12 |
203. | Guillermo (schobzax) | 66.29 | 93% | 2015-04-24 |
204. | bob (brobmaurice) | 66.15 | 95% | 2023-12-01 |
205. | qria (qria) | 66.14 | 91% | 2017-02-16 |
206. | Disjunction (disjunction) | 66.08 | 95% | 2025-02-10 |
207. | selphy (selphy) | 66.05 | 89% | 2013-05-05 |
208. | sygi (sygi) | 66.04 | 96% | 2024-12-10 |
209. | jse (dragoncityjose) | 66.03 | 95.5% | 2023-09-27 |
210. | Niels (nielsjensen) | 66.02 | 96% | 2023-06-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |