/* 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 |
|---|---|---|---|---|
| 1178. | LAKSHAY (lucifer_2020) | 39.03 | 96% | 2025-07-15 |
| 1179. | John (evillife) | 39.02 | 94% | 2024-01-04 |
| 1180. | Omar (dotarow) | 39.02 | 93.6% | 2024-01-22 |
| 1181. | Dispute (dispute_) | 39.01 | 94% | 2025-04-06 |
| 1182. | Mike (mbarman) | 38.99 | 97% | 2024-08-04 |
| 1183. | Lencheuous (lencheuous) | 38.96 | 95% | 2023-08-01 |
| 1184. | Rick (rick_200wpm) | 38.96 | 94% | 2024-08-22 |
| 1185. | Hugo (paulz_420) | 38.96 | 95.6% | 2025-01-26 |
| 1186. | Osteicht (osteicht_7891) | 38.95 | 97% | 2023-09-25 |
| 1187. | #One More Year (supeer_heroo) | 38.94 | 95% | 2023-05-25 |
| 1188. | Johannes (johannes0704) | 38.92 | 92% | 2023-10-07 |
| 1189. | Anas wael (anas_wael) | 38.91 | 94% | 2024-01-28 |
| 1190. | Trish (trishmn98) | 38.91 | 95% | 2024-07-05 |
| 1191. | rebecca (rebecca613) | 38.91 | 96.4% | 2025-02-14 |
| 1192. | Mohamed Y Jazza (mohammad_j... | 38.90 | 95% | 2025-05-28 |
| 1193. | Bob (noobeldub) | 38.90 | 91% | 2025-01-13 |
| 1194. | Matt (tigerstyle) | 38.86 | 98% | 2023-10-04 |
| 1195. | typowyppo (typowyppo) | 38.86 | 96.6% | 2024-03-24 |
| 1196. | RISKUUU!!U!U (riskian) | 38.86 | 92% | 2024-12-04 |
| 1197. | Matho (matho_) | 38.85 | 92.9% | 2024-09-25 |
| 1198. | Delaan (hypa) | 38.78 | 93% | 2024-01-12 |
| 1199. | Asif (asif6777) | 38.74 | 95.8% | 2024-02-29 |
| 1200. | feedbacker (feedbacker) | 38.73 | 97% | 2023-05-22 |
| 1201. | Redon (redon1998) | 38.73 | 94% | 2023-11-07 |
| 1202. | Bishwo (b_so) | 38.69 | 97% | 2024-05-06 |
| 1203. | luzifer2222 (luzifer2222) | 38.68 | 96% | 2024-07-12 |
| 1204. | zaldeg (zaldeg) | 38.67 | 95% | 2023-11-26 |
| 1205. | Manolo (pacopaquetes) | 38.66 | 90% | 2025-01-31 |
| 1206. | Chase (chase626) | 38.61 | 95% | 2022-04-18 |
| 1207. | Bree (bree1254) | 38.57 | 94% | 2024-09-15 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |