/** 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 |
---|---|---|---|---|
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 |
188. | Amir (amirahmedimtiaz) | 72.46 | 97% | 2024-02-04 |
189. | qria (qria) | 72.43 | 91% | 2017-02-16 |
190. | Tom (demented329) | 72.38 | 98% | 2025-02-12 |
191. | Eti-ini (randombernie) | 72.34 | 98% | 2025-01-06 |
192. | chaotic_iak (chaotic_iak) | 72.32 | 92% | 2014-03-14 |
193. | dave (davey000) | 72.15 | 96% | 2025-04-05 |
194. | Warden (warden7383) | 71.95 | 97% | 2023-05-25 |
195. | enigma_mf (enigma_mf) | 71.87 | 97% | 2021-11-26 |
196. | MEN (menmentsu) | 71.73 | 97% | 2019-02-27 |
197. | Albert (hsabove) | 71.68 | 96.1% | 2023-10-29 |
198. | Harry (hajohlay) | 71.66 | 97% | 2019-11-24 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |