/* 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 |
---|---|---|---|---|
154. | Harry (hajohlay) | 70.36 | 97% | 2019-11-23 |
155. | DNF (lam4nk) | 70.29 | 96.9% | 2023-12-20 |
156. | SkimnerPhi (skyminer707) | 70.27 | 95% | 2022-09-04 |
157. | austin (0x13ba) | 70.22 | 98% | 2024-02-21 |
158. | TC (tccaetano) | 70.20 | 94% | 2011-10-24 |
159. | Ethan (waitblock) | 70.18 | 96% | 2022-05-31 |
160. | Jake (jmill1125) | 69.89 | 98% | 2024-11-22 |
161. | tstats[joshuarose] (joshuar... | 69.82 | 96.9% | 2023-12-18 |
162. | loois (gorgontes) | 69.55 | 98% | 2023-11-01 |
163. | Rohan B. (linuxman_linux) | 69.47 | 97% | 2018-11-07 |
164. | おやすみ (ishki) | 69.43 | 94% | 2012-02-27 |
165. | muchinchai (muchinchai) | 69.40 | 99% | 2024-05-25 |
166. | hakan (haakn) | 69.32 | 97% | 2024-03-07 |
167. | Tranquility (secondarily) | 69.21 | 94% | 2012-06-25 |
168. | Amit Ho (vkij) | 69.21 | 95% | 2023-05-24 |
169. | i'd buy that for a dollar! ... | 69.16 | 91% | 2013-10-17 |
170. | Jacob (vanosgaming2014) | 69.13 | 95% | 2022-01-15 |
171. | Ahnaf (ahnaf75) | 69.01 | 97.8% | 2025-01-18 |
172. | Moutopia (moutopia) | 68.95 | 96% | 2024-09-13 |
173. | Ali (djsum) | 68.88 | 97% | 2023-07-25 |
174. | DaCaN (dacan) | 68.87 | 97.6% | 2024-06-29 |
175. | ASDFG (jassanna) | 68.84 | 92% | 2011-12-09 |
176. | Yerder (gokewhoo) | 68.83 | 96.9% | 2024-04-04 |
177. | Դավիթ (seyranyandavid) | 68.80 | 98% | 2022-02-19 |
178. | صَقْرُ السُّرْ... | 68.71 | 99% | 2024-09-14 |
179. | tPenguinLTG (tpenguinltg) | 68.62 | 96% | 2016-10-07 |
180. | Josef (jo5ef) | 68.46 | — | 2011-04-30 |
181. | Jay (jayjayli) | 68.45 | 96.1% | 2023-11-28 |
182. | Joe (joeprokill) | 68.23 | 96.1% | 2023-09-25 |
183. | Rahul (jet_blazer) | 68.20 | 95% | 2011-07-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |