/* 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 |
|---|---|---|---|---|
| 1316. | Prakhar (prakhartyper) | 36.13 | 96% | 2023-08-01 |
| 1317. | mohamed magdy (engobito) | 36.11 | 92% | 2023-12-03 |
| 1318. | Mike (michaelmss) | 36.09 | 94% | 2019-06-17 |
| 1319. | Vegim (vegma) | 36.09 | 95% | 2024-01-30 |
| 1320. | tsushima (tsushima) | 36.08 | 94.1% | 2024-07-16 |
| 1321. | rguzmanc (rguzmanc) | 36.07 | 94% | 2023-12-27 |
| 1322. | Christ Servant (_christ_ser... | 36.07 | 94.1% | 2024-04-11 |
| 1323. | Vinne (vinneruch) | 36.06 | 96% | 2024-08-02 |
| 1324. | t (ttata) | 36.04 | 93% | 2024-05-24 |
| 1325. | Onsterm (onsterm) | 36.03 | 94.8% | 2024-06-14 |
| 1326. | Jack (jx34tech) | 36.02 | 93% | 2024-05-12 |
| 1327. | Abdullah (bunajim) | 36.00 | 95% | 2021-10-29 |
| 1328. | CodeMasterRobby (robbyspark) | 35.94 | 92% | 2023-11-19 |
| 1329. | Ray (rebirth_21) | 35.94 | 96% | 2024-01-18 |
| 1330. | Mary (fufu778) | 35.94 | 95% | 2024-07-26 |
| 1331. | Maruf Hasan (mehad605) | 35.91 | 94% | 2025-09-08 |
| 1332. | Matthew (ocdvisuals) | 35.84 | 95% | 2024-04-06 |
| 1333. | okaysakashi (okaysakashi) | 35.83 | 94% | 2024-10-10 |
| 1334. | Sergey1380528 (sergey1380528) | 35.80 | 98% | 2023-09-10 |
| 1335. | Raj (king_vegeta) | 35.79 | 94% | 2023-06-18 |
| 1336. | Techy (techyskills) | 35.78 | 93% | 2023-08-10 |
| 1337. | SKY (skymurdock53) | 35.76 | 95% | 2023-10-11 |
| 1338. | Toilybay (tikava) | 35.76 | 93% | 2023-06-18 |
| 1339. | Erick (erick0334) | 35.73 | 92% | 2025-06-08 |
| 1340. | Farhan (farhanbd_yt) | 35.70 | 96% | 2023-07-04 |
| 1341. | Ioan (ioans) | 35.68 | 96% | 2023-01-31 |
| 1342. | Arsalan Hashmi (a1_sharp) | 35.65 | 94% | 2023-09-10 |
| 1343. | Vincent (rubixon) | 35.64 | 95% | 2023-11-15 |
| 1344. | James (dreadnoughtsix) | 35.63 | 82% | 2016-10-07 |
| 1345. | Mansur (thehumaun) | 35.62 | 93% | 2024-07-01 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |