/* 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 |
|---|---|---|---|---|
| 1142. | jaselsss (jasssel) | 39.80 | 94% | 2025-06-18 |
| 1143. | Mike (mirkzzz) | 39.77 | 94% | 2023-10-24 |
| 1144. | Kare (khorium) | 39.76 | 95% | 2023-08-22 |
| 1145. | biste de res (bistederes) | 39.72 | 94% | 2023-09-17 |
| 1146. | bigppgamer (thatbigppgamer) | 39.71 | 96% | 2024-02-26 |
| 1147. | Trackti (trackti_) | 39.67 | 94% | 2024-03-17 |
| 1148. | Hrigved (hrigved) | 39.64 | 94% | 2024-05-20 |
| 1149. | Ashu (asaral) | 39.61 | 95% | 2023-07-17 |
| 1150. | sk (teslateslatesla) | 39.60 | 94% | 2021-09-06 |
| 1151. | Themeh (themeh5) | 39.58 | 94% | 2025-01-31 |
| 1152. | Fady Kamil (fady_kamil) | 39.56 | 93% | 2023-09-25 |
| 1153. | Nathan (diogenes1) | 39.54 | 93.5% | 2024-10-03 |
| 1154. | Russ (jrmtrumpet) | 39.52 | 96% | 2024-07-24 |
| 1155. | carl emil (cedsgm) | 39.51 | 94% | 2024-02-26 |
| 1156. | p4n (ihateant1212) | 39.51 | 95% | 2023-07-18 |
| 1157. | Puho (puho_op) | 39.47 | 93% | 2023-06-10 |
| 1158. | chinnu (chinnu19) | 39.45 | 95% | 2024-04-12 |
| 1159. | TargiX (targix) | 39.43 | 94% | 2023-11-15 |
| 1160. | Tihmux (tihmux) | 39.40 | 95% | 2023-06-29 |
| 1161. | . (adarshthapa) | 39.37 | 95% | 2019-12-24 |
| 1162. | KASMOT (eeijneb) | 39.35 | 95% | 2024-06-18 |
| 1163. | Hemanth (xxh3m4nthxx) | 39.35 | 96% | 2025-04-17 |
| 1164. | Walter Camacho (waltercs07) | 39.34 | 96% | 2025-11-09 |
| 1165. | Gerald (geob16) | 39.32 | 92% | 2024-09-26 |
| 1166. | Demogorgon (typeracer0110) | 39.31 | 94% | 2023-05-22 |
| 1167. | Irfan (irfany) | 39.28 | 94% | 2024-09-16 |
| 1168. | goldenjayr (goldenjayr) | 39.27 | 94% | 2018-11-28 |
| 1169. | idk man (ithatme) | 39.25 | 91% | 2022-07-05 |
| 1170. | douglas (dougalves) | 39.20 | 97% | 2022-10-27 |
| 1171. | malaya (milomystique) | 39.18 | 94% | 2024-06-08 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |