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