/** 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 |
---|---|---|---|---|
1171. | Jacob (skaterboy14915) | 42.92 | 89% | 2014-01-30 |
1172. | KkZam (kkzam) | 42.90 | 96.6% | 2024-02-04 |
1173. | Andro (meetandro) | 42.86 | 94% | 2023-06-03 |
1174. | Vince (slatonvg) | 42.85 | 96% | 2025-02-05 |
1175. | Denis (redup) | 42.84 | 98% | 2025-04-29 |
1176. | KEN (kent_type) | 42.83 | 95.6% | 2023-06-23 |
1177. | Kai (gigadelic) | 42.82 | 92% | 2023-06-29 |
1178. | Joseph Gates (josephgates) | 42.82 | 95% | 2023-09-20 |
1179. | Ahmad (ahmad7salah) | 42.80 | 98% | 2023-10-07 |
1180. | Nicole (mykneelani) | 42.77 | 96% | 2023-10-19 |
1181. | Witold (netmaniac) | 42.73 | 96% | 2023-06-14 |
1182. | Jerome (jerometan) | 42.68 | 96% | 2023-08-03 |
1183. | Jeramy (jeramy_with_an_a) | 42.66 | 94% | 2024-08-14 |
1184. | Alex (l33twildanimal) | 42.66 | 86% | 2012-01-05 |
1185. | vivek (vivek39266) | 42.66 | 96.5% | 2024-03-01 |
1186. | mocoma (mocoma) | 42.66 | 95% | 2024-10-23 |
1187. | Jack (jx34tech) | 42.61 | 93% | 2024-05-12 |
1188. | Yahshi (jahshi) | 42.61 | 94% | 2025-04-20 |
1189. | aju (aju_chacko) | 42.61 | 96.2% | 2025-03-04 |
1190. | TOXIC (t031c) | 42.61 | 96% | 2025-01-01 |
1191. | Unus (_unus) | 42.60 | 96% | 2023-07-04 |
1192. | Ye (very_vrooooom) | 42.57 | 95% | 2023-08-13 |
1193. | Jonathan (jj_evergreen) | 42.54 | 96% | 2023-09-29 |
1194. | Ahmad Foresta (ddpaud) | 42.50 | 95% | 2023-07-02 |
1195. | MrJockel (mrjockel) | 42.49 | 95% | 2024-01-28 |
1196. | Noiseyguest (noiseyguest) | 42.49 | 94% | 2025-04-25 |
1197. | William (ithan) | 42.47 | 94% | 2022-08-13 |
1198. | oyzr (oyzr) | 42.45 | 95% | 2025-01-05 |
1199. | Dara (tuvi) | 42.44 | 95% | 2023-07-27 |
1200. | Nathy (nathy23) | 42.44 | 96% | 2023-10-31 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |