/** 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 |
---|---|---|---|---|
1286. | Astolfo (astolfokawaii) | 41.02 | 95% | 2022-01-19 |
1287. | Samz (sam261) | 41.01 | — | 2011-02-01 |
1288. | SJ (sj__) | 40.99 | 94% | 2025-04-14 |
1289. | arz (arzr) | 40.98 | 94% | 2023-08-09 |
1290. | djassdjd (nitrodac) | 40.98 | 95% | 2023-06-29 |
1291. | Bullett (bullitt) | 40.98 | 98% | 2023-08-10 |
1292. | Dog (wtfisthatheck) | 40.94 | 95% | 2023-07-17 |
1293. | John Doe (typist1029384756) | 40.89 | 98% | 2023-03-29 |
1294. | Alyn (alyn28) | 40.87 | 92% | 2023-05-30 |
1295. | Mac10 (marcus_mcburger) | 40.86 | 96% | 2024-04-21 |
1296. | Mike (mirkzzz) | 40.85 | 94% | 2023-10-24 |
1297. | H7ti guy (eternality) | 40.83 | 94% | 2023-08-14 |
1298. | x'Kakaseka'x (kakaseka) | 40.82 | 96% | 2023-09-03 |
1299. | . (adarshthapa) | 40.80 | 94% | 2019-12-23 |
1300. | gazi (gazi_maksudur) | 40.80 | 96% | 2023-06-09 |
1301. | PotatoSalad (eyacx) | 40.76 | 95% | 2023-08-30 |
1302. | Aleks (alekscraft) | 40.72 | 96% | 2023-11-14 |
1303. | such is life (smileyyy___) | 40.68 | 91% | 2023-05-30 |
1304. | 15Cu2+ (15cu2_plus) | 40.67 | 91% | 2024-12-26 |
1305. | chinnu (chinnu19) | 40.65 | 95% | 2024-04-12 |
1306. | Titli (titli) | 40.64 | 95% | 2023-06-25 |
1307. | Sudip (donda) | 40.63 | 94% | 2023-06-23 |
1308. | Dividing (diogames) | 40.57 | 94% | 2024-07-12 |
1309. | Adi (adiludmer88) | 40.56 | 94% | 2023-07-16 |
1310. | melika (thymekill) | 40.53 | 96% | 2024-03-31 |
1311. | Andrés (andresmosquera) | 40.52 | 93.9% | 2023-10-14 |
1312. | jesuschristluvsme (jesuschr... | 40.51 | 97% | 2024-02-13 |
1313. | Juan (datboiathop) | 40.51 | 93% | 2023-07-11 |
1314. | aculeasis (aculeasis) | 40.50 | 92% | 2021-10-10 |
1315. | Mohamed Y Jazza (mohammad_j... | 40.42 | 95% | 2025-05-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |