/** 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 |
---|---|---|---|---|
1244. | Mohammad (daretohackme) | 39.88 | 97% | 2023-01-09 |
1245. | . (ahhhhhhhhhhhhhhhhhh) | 39.86 | 95% | 2023-06-02 |
1246. | online (bushyhak) | 39.84 | 96.1% | 2024-01-20 |
1247. | Fajar (tititupn) | 39.84 | 93% | 2023-05-22 |
1248. | cinder (cinderr) | 39.84 | 93% | 2024-06-11 |
1249. | Iason (thebabo) | 39.73 | 97% | 2022-09-06 |
1250. | rothdu (rothdu) | 39.72 | 95% | 2024-07-28 |
1251. | Vivian (modernnighthail) | 39.69 | 97.1% | 2024-12-10 |
1252. | Margaret Snatcher (stinkypa... | 39.68 | 93% | 2025-02-05 |
1253. | Ahmed (ahmed_elashraf) | 39.66 | 95.2% | 2025-03-01 |
1254. | Witz (witzie) | 39.66 | 94% | 2024-06-16 |
1255. | RISKUUU!!U!U (riskian) | 39.63 | 92.7% | 2024-12-04 |
1256. | Lightning (lightning_mcq) | 39.61 | 93% | 2023-04-05 |
1257. | Drowning (kobisherm) | 39.61 | 98% | 2023-06-13 |
1258. | Hamza (hamza_malick) | 39.57 | 97% | 2023-07-24 |
1259. | Aaryash (aaryash) | 39.57 | 95% | 2023-06-14 |
1260. | á—œHarri (steno) (harrri) | 39.56 | 95% | 2023-11-06 |
1261. | Hege (anonymvs) | 39.56 | 95% | 2024-03-12 |
1262. | sn (slkuy) | 39.56 | 94% | 2024-06-08 |
1263. | Chan (chanmanabat) | 39.54 | 91% | 2023-06-02 |
1264. | arti (artiarti) | 39.51 | 98% | 2024-07-11 |
1265. | kostis (oh_yeah_go) | 39.47 | 94% | 2022-01-24 |
1266. | Ayush (ayush_2003) | 39.44 | 91% | 2023-07-15 |
1267. | aymen (aymenalwh) | 39.39 | 94% | 2023-07-02 |
1268. | TJ (ohqay) | 39.37 | 92% | 2024-12-28 |
1269. | Star Dvorak (stardvorak) | 39.35 | 94% | 2023-12-26 |
1270. | Sandratra (deathgun002) | 39.35 | 94% | 2024-10-25 |
1271. | Bright (_br1ght_) | 39.34 | 96% | 2024-10-14 |
1272. | Innominate (scarwpm) | 39.32 | 95% | 2021-12-25 |
1273. | jht (jht0) | 39.27 | 95.6% | 2024-07-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |