/** 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 |
---|---|---|---|---|
1394. | Carlos (ovalle) | 36.33 | 93% | 2024-11-27 |
1395. | Ling (obsolescencel) | 36.31 | 95% | 2018-10-13 |
1396. | MoEgypt (mohamedadel20) | 36.29 | 94.5% | 2024-09-02 |
1397. | Banner (banner9078) | 36.28 | 95% | 2024-04-03 |
1398. | Splinx (splinx) | 36.26 | 95% | 2024-02-01 |
1399. | kynmp (rng2036) | 36.26 | 95% | 2024-12-04 |
1400. | Ioan (ioans) | 36.25 | 96% | 2022-09-21 |
1401. | Fatik (fatek) | 36.23 | 93.1% | 2024-01-26 |
1402. | Cynics (cynics22) | 36.20 | 92.4% | 2024-10-21 |
1403. | Vincent (rubixon) | 36.19 | 96% | 2023-09-03 |
1404. | Claxx (claxxartik) | 36.19 | 95% | 2024-06-09 |
1405. | gelijah (gelijah) | 36.18 | 94% | 2023-07-19 |
1406. | 👽 (trappistone2100) | 36.18 | 94% | 2024-01-30 |
1407. | 1plus1equals0 (1plus1equals0) | 36.17 | 93% | 2025-01-01 |
1408. | LightTreasure (lighttreasure) | 36.11 | 96% | 2024-09-20 |
1409. | Hamza (hamza_g) | 36.10 | 95% | 2022-07-26 |
1410. | Moaath (moaath) | 36.09 | 94% | 2024-08-16 |
1411. | Binup (binup) | 36.07 | 95% | 2023-07-06 |
1412. | Send (typer10067) | 36.05 | 94% | 2019-02-17 |
1413. | vinobien (vinobien) | 36.05 | 93% | 2023-08-20 |
1414. | Invincibolos (invincibolos) | 36.05 | 95% | 2023-12-24 |
1415. | Mirzha Ghani Fadhil (mirzha... | 36.05 | 96% | 2024-07-09 |
1416. | Misery (misery69) | 36.02 | 94% | 2023-11-03 |
1417. | Dr.Braig (drbraig) | 36.01 | 92% | 2024-01-31 |
1418. | dendrose (dendrose) | 36.00 | 93.7% | 2024-03-13 |
1419. | Kare (khorium) | 35.98 | 95% | 2023-06-27 |
1420. | NGANONG LAMI ANG GINADILI (... | 35.97 | 93% | 2024-02-08 |
1421. | cysliac (cysliac) | 35.92 | 91% | 2023-05-30 |
1422. | Lilith (kimmyli) | 35.88 | 95% | 2025-04-15 |
1423. | dmitriy (bigzet200120) | 35.87 | 93% | 2025-02-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |