/** 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 |
---|---|---|---|---|
1324. | Mino (minot) | 41.05 | 96% | 2024-06-18 |
1325. | LukeTZ (zmf5) | 41.02 | 96% | 2023-09-30 |
1326. | Astolfo (astolfokawaii) | 41.02 | 95% | 2022-01-19 |
1327. | Samz (sam261) | 41.01 | — | 2011-02-01 |
1328. | SJ (sj__) | 40.99 | 94% | 2025-04-14 |
1329. | arz (arzr) | 40.98 | 94% | 2023-08-09 |
1330. | djassdjd (nitrodac) | 40.98 | 95% | 2023-06-29 |
1331. | Bullett (bullitt) | 40.98 | 98% | 2023-08-10 |
1332. | Dog (wtfisthatheck) | 40.94 | 95% | 2023-07-17 |
1333. | John Doe (typist1029384756) | 40.89 | 98% | 2023-03-29 |
1334. | Hermano95 (kovacsgellertpal) | 40.89 | 99% | 2025-03-11 |
1335. | Alyn (alyn28) | 40.87 | 92% | 2023-05-30 |
1336. | Mac10 (marcus_mcburger) | 40.86 | 96% | 2024-04-21 |
1337. | Mike (mirkzzz) | 40.85 | 94% | 2023-10-24 |
1338. | H7ti guy (eternality) | 40.83 | 94% | 2023-08-14 |
1339. | x'Kakaseka'x (kakaseka) | 40.82 | 96% | 2023-09-03 |
1340. | . (adarshthapa) | 40.80 | 94% | 2019-12-23 |
1341. | gazi (gazi_maksudur) | 40.80 | 96% | 2023-06-09 |
1342. | PotatoSalad (eyacx) | 40.76 | 95% | 2023-08-30 |
1343. | Aleks (alekscraft) | 40.72 | 96% | 2023-11-14 |
1344. | such is life (smileyyy___) | 40.68 | 91% | 2023-05-30 |
1345. | 15Cu2+ (15cu2_plus) | 40.67 | 91% | 2024-12-26 |
1346. | chinnu (chinnu19) | 40.65 | 95% | 2024-04-12 |
1347. | Titli (titli) | 40.64 | 95% | 2023-06-25 |
1348. | Sudip (donda) | 40.63 | 94% | 2023-06-23 |
1349. | Dividing (diogames) | 40.57 | 94% | 2024-07-12 |
1350. | Adi (adiludmer88) | 40.56 | 94% | 2023-07-16 |
1351. | melika (thymekill) | 40.53 | 96% | 2024-03-31 |
1352. | Andrés (andresmosquera) | 40.52 | 93.9% | 2023-10-14 |
1353. | jesuschristluvsme (jesuschr... | 40.51 | 97% | 2024-02-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |