/** 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 |
---|---|---|---|---|
182. | Amir (amirahmedimtiaz) | 72.46 | 97% | 2024-02-04 |
183. | qria (qria) | 72.43 | 91% | 2017-02-16 |
184. | Tom (demented329) | 72.38 | 98% | 2025-02-12 |
185. | Eti-ini (randombernie) | 72.34 | 98% | 2025-01-06 |
186. | chaotic_iak (chaotic_iak) | 72.32 | 92% | 2014-03-14 |
187. | Warden (warden7383) | 71.95 | 97% | 2023-05-25 |
188. | enigma_mf (enigma_mf) | 71.87 | 97% | 2021-11-26 |
189. | MEN (menmentsu) | 71.73 | 97% | 2019-02-27 |
190. | Albert (hsabove) | 71.68 | 96.1% | 2023-10-29 |
191. | Harry (hajohlay) | 71.66 | 97% | 2019-11-24 |
192. | Dave (almitydave) | 71.62 | 97% | 2011-08-12 |
193. | tw0f1v3w0n (capricitor) | 71.60 | 98.5% | 2025-02-01 |
194. | beachturkey (beachtukrey) | 71.58 | 96% | 2023-06-27 |
195. | Chris (chrisdjames1) | 71.54 | 99% | 2017-03-05 |
196. | bani (enumerator7typers) | 71.53 | 94% | 2024-09-08 |
197. | Angel (angel_j) | 71.45 | 97% | 2018-02-07 |
198. | (roboaedin) | 71.40 | 97% | 2017-09-18 |
199. | (scraex) | 71.40 | 96% | 2022-07-17 |
200. | Grace (talktalki) | 71.28 | 98% | 2024-11-30 |
201. | sygi (sygi) | 71.21 | 97% | 2024-11-19 |
202. | optional (itsmebr0) | 71.16 | 96% | 2025-01-31 |
203. | aether (romaxion) | 71.12 | 98% | 2024-09-11 |
204. | Bill (wiiird) | 71.11 | 98% | 2023-12-21 |
205. | muchinchai (muchinchai) | 71.06 | 98.5% | 2023-10-20 |
206. | Alex (alexk8) | 70.96 | 90% | 2015-07-21 |
207. | Edisa (snoopy34) | 70.85 | 97% | 2023-12-26 |
208. | Steven (whathecode) | 70.80 | 98% | 2011-07-25 |
209. | Shallan Davar (shallan_davar) | 70.67 | 96% | 2024-11-23 |
210. | plop (ploppiplop) | 70.60 | 96% | 2023-07-10 |
211. | ⛧🦇🎃💀🎃🦇⛧ ... | 70.52 | 94% | 2019-07-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |