/** 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 |
---|---|---|---|---|
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 |
204. | optional (itsmebr0) | 71.16 | 96% | 2025-01-31 |
205. | aether (romaxion) | 71.12 | 98% | 2024-09-11 |
206. | Bill (wiiird) | 71.11 | 98% | 2023-12-21 |
207. | muchinchai (muchinchai) | 71.06 | 98.5% | 2023-10-20 |
208. | Alex (alexk8) | 70.96 | 90% | 2015-07-21 |
209. | Edisa (snoopy34) | 70.85 | 97% | 2023-12-26 |
210. | Steven (whathecode) | 70.80 | 98% | 2011-07-25 |
211. | Shallan Davar (shallan_davar) | 70.67 | 96% | 2024-11-23 |
212. | plop (ploppiplop) | 70.60 | 96% | 2023-07-10 |
213. | ⛧🦇🎃💀🎃🦇⛧ ... | 70.52 | 94% | 2019-07-12 |
214. | kawi (kawion) | 70.47 | 97% | 2023-10-28 |
215. | Mark (markazhang) | 70.41 | 91% | 2013-08-22 |
216. | RAMs3c (xander360) | 70.22 | 97% | 2025-01-09 |
217. | (nullchilly) | 70.20 | 96% | 2022-07-01 |
218. | Yami (yamileth) | 70.13 | 99% | 2015-09-08 |
219. | bool3max (bolemax) | 70.11 | 96% | 2018-12-14 |
220. | hakan (haakn) | 70.09 | 97% | 2024-05-07 |
221. | Alex (shoutyman) | 70.08 | 97% | 2024-07-03 |
222. | Rigno (redbubba) | 70.00 | 95% | 2025-03-21 |
223. | CHINTAN (chintan357) | 69.89 | 96% | 2022-04-10 |
224. | neo (neov5) | 69.85 | 97% | 2024-07-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |