/* 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 |
|---|---|---|---|---|
| 236. | (scraex) | 65.58 | 96% | 2022-03-09 |
| 237. | dvorak the supreme (drdilyor_) | 65.57 | 95% | 2022-03-21 |
| 238. | Abishiek (abishiek_12) | 65.42 | 96.2% | 2023-12-27 |
| 239. | Chegn (csun) | 65.37 | 94% | 2011-08-01 |
| 240. | z (zde4d) | 65.32 | 97% | 2025-05-11 |
| 241. | Angel (tribaaldos) | 65.31 | 96% | 2023-08-23 |
| 242. | ABCD (x007) | 65.19 | 99% | 2024-09-27 |
| 243. | (´・_・`) (sinji) | 65.15 | — | 2011-01-31 |
| 244. | HUNGRY (hungry04) | 65.14 | 97% | 2023-06-20 |
| 245. | Eibwen (elbwen) | 64.99 | 96% | 2024-08-27 |
| 246. | Grim (grim_reaper191713) | 64.94 | 95% | 2024-06-21 |
| 247. | Colemak (vladtsar37) | 64.93 | 96% | 2024-06-02 |
| 248. | Jeremy (cutecup) | 64.84 | 95% | 2025-11-15 |
| 249. | Ikramuzzaman (2017331054) | 64.79 | 99% | 2025-08-17 |
| 250. | consistentunder95 (rudolphy... | 64.78 | 95% | 2023-07-03 |
| 251. | AspectOfTheNerd (aspectofth... | 64.78 | 97% | 2024-05-11 |
| 252. | merika (merikaa) | 64.71 | 95% | 2025-02-15 |
| 253. | F u r u y á (furuya) | 64.69 | 92% | 2013-06-06 |
| 254. | Tyler (tillertyper2) | 64.67 | 98% | 2024-02-19 |
| 255. | fxf8 (fuexfollets) | 64.65 | 97% | 2023-08-23 |
| 256. | Mustafa (mustafakhan205) | 64.50 | 96% | 2025-02-16 |
| 257. | sang (shatoboar) | 64.49 | 95.6% | 2024-10-04 |
| 258. | (atypicaltypist) | 64.45 | 97% | 2017-11-11 |
| 259. | Calculus (uchihalol) | 64.42 | 94% | 2018-11-01 |
| 260. | Jose (itto) | 64.42 | 96% | 2014-11-07 |
| 261. | (joetyper2014) | 64.39 | 97% | 2025-08-16 |
| 262. | neo (neov5) | 64.39 | 97% | 2024-07-27 |
| 263. | Jacob (jacobtpl) | 64.33 | 96% | 2022-11-16 |
| 264. | Дидакус (didacus) | 64.20 | 99.6% | 2024-02-22 |
| 265. | inncoax (redhitya) | 64.20 | 96% | 2025-08-20 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |