/** 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 |
---|---|---|---|---|
158. | Orgalorrrrg (orgalorg) | 73.80 | 99% | 2024-07-16 |
159. | (´・_・`) (sinji) | 73.75 | — | 2011-02-01 |
160. | (corsairchris) | 73.74 | 97% | 2023-05-29 |
161. | Ashwin (avtrisal) | 73.55 | 97% | 2024-10-28 |
162. | sytzez (sytzez) | 73.55 | 98% | 2025-02-15 |
163. | john (nothisisjohn) | 73.51 | 95% | 2019-07-22 |
164. | Sara (hentaiclockwise) | 73.44 | 92% | 2017-05-19 |
165. | Derpy Stingray (ernchenghoo) | 73.42 | 97% | 2023-12-28 |
166. | i'd buy that for a dollar! ... | 73.37 | 92% | 2013-10-17 |
167. | dev_manush (dev_manush) | 73.36 | 96% | 2023-07-07 |
168. | Wumbo (jap23) | 73.33 | 93% | 2017-05-22 |
169. | Johnny (randomjohnnyh) | 73.33 | 91% | 2012-06-28 |
170. | sang (shatoboar) | 73.32 | 97% | 2024-08-15 |
171. | tPenguinLTG (tpenguinltg) | 73.18 | 97% | 2016-05-04 |
172. | so be it (despot) | 73.17 | 97% | 2021-07-23 |
173. | Jared (jaredtypist) | 73.15 | 96% | 2024-09-26 |
174. | (dso093) | 73.11 | 96.5% | 2024-12-29 |
175. | NiceOne (pkzviiv) | 73.04 | 97% | 2023-08-07 |
176. | phaed (phaed) | 73.02 | — | 2011-02-26 |
177. | GTedZ (gtedz) | 72.96 | 96% | 2024-06-17 |
178. | BaniaTeAmo3 (camilin2002) | 72.82 | 97% | 2023-06-28 |
179. | timothy (tchou) | 72.73 | 97% | 2012-02-29 |
180. | Nicholas (nicholas_r) | 72.72 | 98% | 2025-02-05 |
181. | Brian (bradams26) | 72.65 | 96% | 2021-08-13 |
182. | Tibnel (tonels) | 72.61 | 97% | 2025-06-04 |
183. | Roy (scaryroy) | 72.57 | 97% | 2024-07-20 |
184. | DaCaN (dacan) | 72.55 | 97% | 2024-07-12 |
185. | DNF (lam4nk) | 72.54 | 96.8% | 2024-01-11 |
186. | Jake (jmill1125) | 72.50 | 96.9% | 2024-12-12 |
187. | Jose (itto) | 72.47 | 97% | 2014-11-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |