/** 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 |
---|---|---|---|---|
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 |
184. | Amir (amirahmedimtiaz) | 72.46 | 97% | 2024-02-04 |
185. | qria (qria) | 72.43 | 91% | 2017-02-16 |
186. | Tom (demented329) | 72.38 | 98% | 2025-02-12 |
187. | Eti-ini (randombernie) | 72.34 | 98% | 2025-01-06 |
188. | chaotic_iak (chaotic_iak) | 72.32 | 92% | 2014-03-14 |
189. | Warden (warden7383) | 71.95 | 97% | 2023-05-25 |
190. | enigma_mf (enigma_mf) | 71.87 | 97% | 2021-11-26 |
191. | MEN (menmentsu) | 71.73 | 97% | 2019-02-27 |
192. | Albert (hsabove) | 71.68 | 96.1% | 2023-10-29 |
193. | Harry (hajohlay) | 71.66 | 97% | 2019-11-24 |
194. | Dave (almitydave) | 71.62 | 97% | 2011-08-12 |
195. | tw0f1v3w0n (capricitor) | 71.60 | 98.5% | 2025-02-01 |
196. | beachturkey (beachtukrey) | 71.58 | 96% | 2023-06-27 |
197. | Chris (chrisdjames1) | 71.54 | 99% | 2017-03-05 |
198. | bani (enumerator7typers) | 71.53 | 94% | 2024-09-08 |
199. | Angel (angel_j) | 71.45 | 97% | 2018-02-07 |
200. | (roboaedin) | 71.40 | 97% | 2017-09-18 |
201. | (scraex) | 71.40 | 96% | 2022-07-17 |
202. | Grace (talktalki) | 71.28 | 98% | 2024-11-30 |
203. | sygi (sygi) | 71.21 | 97% | 2024-11-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |