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