/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); }
—from Tomcat Server, a software by Apache Project
Active since December 13, 2009.
445 total characters in this text.
View Pit Stop page for this text
| Rank | Username | WPM | Accuracy | Date |
|---|---|---|---|---|
| 142. | Yuganshu (yuganshu) | 75.03 | 97% | 2024-12-06 |
| 143. | Aren (tl8xv) | 74.99 | 99% | 2023-05-23 |
| 144. | E (ee89) | 74.89 | 96% | 2023-09-17 |
| 145. | Joe (joeprokill) | 74.89 | 95% | 2025-06-21 |
| 146. | (jlachney) | 74.85 | 95% | 2019-02-10 |
| 147. | (boy_314) | 74.75 | 98% | 2019-10-17 |
| 148. | Kyle (gnulnx) | 74.71 | 95% | 2012-09-07 |
| 149. | phil (ronald12) | 74.70 | 19% | 2013-08-11 |
| 150. | PROUD (storm) | 74.46 | 97% | 2019-07-20 |
| 151. | narf (pinky4x4x4) | 74.44 | 97% | 2024-08-21 |
| 152. | Icecuber (icecuber) | 74.43 | 97% | 2025-06-24 |
| 153. | Shoemaker-Levy 9 (atthetop) | 74.42 | 96% | 2018-10-31 |
| 154. | Kevin (ksun48) | 74.39 | 95% | 2022-10-04 |
| 155. | GoKeWhO (gokewho) | 74.30 | 95.5% | 2023-05-30 |
| 156. | toprak (topraq) | 74.25 | 98% | 2025-04-08 |
| 157. | Sapient (sapient) | 74.20 | 98% | 2025-02-02 |
| 158. | ^_^ (rainbowdashc) | 74.09 | 95% | 2014-03-10 |
| 159. | Joshua (joshuawn) | 74.00 | — | 2011-03-22 |
| 160. | forgedstudios.com/vote (kry... | 73.95 | 96% | 2024-05-30 |
| 161. | Orgalorrrrg (orgalorg) | 73.80 | 99% | 2024-07-16 |
| 162. | (´・_・`) (sinji) | 73.75 | — | 2011-02-01 |
| 163. | (corsairchris) | 73.74 | 97% | 2023-05-29 |
| 164. | Ashwin (avtrisal) | 73.55 | 97% | 2024-10-28 |
| 165. | sytzez (sytzez) | 73.55 | 98% | 2025-02-15 |
| 166. | john (nothisisjohn) | 73.51 | 95% | 2019-07-22 |
| 167. | Sara (hentaiclockwise) | 73.44 | 92% | 2017-05-19 |
| 168. | Derpy Stingray (ernchenghoo) | 73.42 | 97% | 2023-12-28 |
| 169. | i'd buy that for a dollar! ... | 73.37 | 92% | 2013-10-17 |
| 170. | dev_manush (dev_manush) | 73.36 | 96% | 2023-07-07 |
| 171. | Johnny (randomjohnnyh) | 73.33 | 91% | 2012-06-28 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |