/* 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 |
|---|---|---|---|---|
| 1097. | Moogie (moogie1) | 40.66 | 97% | 2023-06-19 |
| 1098. | Jhosmar (jhosmar) | 40.59 | 94% | 2025-05-29 |
| 1099. | Marktyper (bruhahaha) | 40.55 | 93% | 2024-12-08 |
| 1100. | danjkstra (danjkstra) | 40.54 | 94% | 2022-11-16 |
| 1101. | Iman Ranjbar (imanranjbar) | 40.53 | 95% | 2023-04-21 |
| 1102. | SPIDER 🕷️🕸️ (mrlust) | 40.53 | 91% | 2024-02-05 |
| 1103. | Pencho (pencho_ludia) | 40.51 | 91% | 2024-04-21 |
| 1104. | jhosmar (jhosmar_carlos) | 40.51 | 93% | 2025-06-08 |
| 1105. | Bit (bitnerik) | 40.46 | 97% | 2021-07-18 |
| 1106. | Tommy (hayden7857) | 40.42 | 96.5% | 2024-03-28 |
| 1107. | Christian (trotuele) | 40.40 | 93% | 2024-02-29 |
| 1108. | MX MECHANICAL (mx_mechanical) | 40.38 | 95% | 2024-09-05 |
| 1109. | jSON (json0318) | 40.38 | 95% | 2025-01-23 |
| 1110. | Chirag (chirag_2580) | 40.34 | 93% | 2024-02-17 |
| 1111. | Azrael (_azrael) | 40.34 | 93% | 2025-06-08 |
| 1112. | aadithebest (aadithebeast) | 40.34 | 94% | 2025-09-24 |
| 1113. | Tito (titogocrazy) | 40.32 | 96% | 2023-12-01 |
| 1114. | kynmp (rng2036) | 40.32 | 97% | 2024-12-05 |
| 1115. | punit (thakelatyper) | 40.31 | 96% | 2022-07-26 |
| 1116. | Yuna (yunafix) | 40.30 | 96% | 2022-07-29 |
| 1117. | 242 baha (ejjs242) | 40.30 | 94% | 2024-05-04 |
| 1118. | mugurel (dobrogeanum) | 40.28 | 92% | 2015-07-10 |
| 1119. | tomas (tcajiao) | 40.27 | 93% | 2024-02-24 |
| 1120. | Annie (annietrann) | 40.25 | 89% | 2014-04-16 |
| 1121. | ng (ngenji) | 40.24 | 97% | 2024-02-28 |
| 1122. | Afzal (afzal_ansari) | 40.20 | 96.7% | 2024-08-08 |
| 1123. | JD (jigglyjd) | 40.20 | 95% | 2023-08-14 |
| 1124. | Andrés (andresmosquera) | 40.20 | 95.9% | 2023-10-14 |
| 1125. | Fairyball (fairyballyt) | 40.19 | 94% | 2023-07-24 |
| 1126. | billy (billytheg) | 40.18 | 94% | 2025-02-03 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |