/** 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 |
---|---|---|---|---|
1404. | SnekChrmr (snekchrmr) | 38.19 | 96% | 2025-01-26 |
1405. | Erick (pandaberick) | 38.13 | 95% | 2023-08-05 |
1406. | Amit (amit__123) | 38.12 | 93% | 2023-08-03 |
1407. | ISU (isu_theking) | 38.07 | 92% | 2025-02-09 |
1408. | Omar (oamrelhorbity) | 38.06 | 95% | 2023-06-10 |
1409. | Thomas (tl23) | 38.06 | 97% | 2024-03-13 |
1410. | Owen (sheedguy) | 38.03 | 94% | 2024-04-26 |
1411. | tsushima (tsushima) | 38.00 | 94% | 2024-07-16 |
1412. | nora (smart_toaster) | 38.00 | 94% | 2024-05-05 |
1413. | Izor (creator_12) | 37.99 | 92% | 2023-08-03 |
1414. | this is my instagram: ethan... | 37.98 | 98% | 2024-12-05 |
1415. | zikk (zikk) | 37.96 | 95% | 2015-08-28 |
1416. | Humanbeen (free_palestine_313) | 37.92 | 95% | 2024-04-18 |
1417. | C0br6 (c0br6) | 37.89 | 95% | 2025-02-08 |
1418. | Infinity (its_infinity) | 37.88 | 97.1% | 2024-11-07 |
1419. | Labione (labione) | 37.85 | 95% | 2025-06-03 |
1420. | danyls (danyls) | 37.83 | 96% | 2023-05-31 |
1421. | kublaikhan (uncarvedblock) | 37.83 | 92% | 2023-07-18 |
1422. | krish (krish008) | 37.82 | 95% | 2023-07-14 |
1423. | ditsabil (ditsabil) | 37.81 | 96% | 2024-08-15 |
1424. | Redon (redon1998) | 37.75 | 94% | 2023-11-07 |
1425. | Lotus (lotusanimations) | 37.69 | 95% | 2024-11-23 |
1426. | Top#Secret~ (tataki) | 37.66 | 93% | 2024-01-09 |
1427. | Ahmed (e_elashra1) | 37.65 | 92.8% | 2025-05-15 |
1428. | Antonio (some1b) | 37.63 | 95% | 2023-08-02 |
1429. | Python (slimpython) | 37.58 | 95% | 2024-04-07 |
1430. | Manish (god_of_minds) | 37.50 | 97.1% | 2025-03-16 |
1431. | juliet (jc848) | 37.48 | 95% | 2024-06-13 |
1432. | Laurie (fairywren33) | 37.36 | 95% | 2023-07-22 |
1433. | FLLFFL (fllffl) | 37.36 | 94% | 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 |