/** 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 |
---|---|---|---|---|
1639. | Mandi (mandi_w) | 32.45 | 96% | 2023-11-25 |
1640. | Shea (shea378) | 32.43 | 93% | 2023-06-27 |
1641. | JOCSH (jocsh) | 32.43 | 94% | 2025-01-21 |
1642. | r (blazinrt) | 32.39 | 93% | 2023-07-02 |
1643. | E (the_fast_one) | 32.37 | 93% | 2023-06-08 |
1644. | Ipadplayer (ipad_player09) | 32.35 | 93% | 2023-06-30 |
1645. | WiQaS KhaN (su_khan) | 32.34 | 95% | 2023-09-20 |
1646. | Paul (isea) | 32.32 | 89% | 2012-03-11 |
1647. | Elite (getgoodelite) | 32.28 | 93% | 2023-07-17 |
1648. | PastaSmuggler (pasta_smuggler) | 32.27 | 93% | 2024-08-16 |
1649. | Obed Gonzalez (bedo45) | 32.20 | 93% | 2024-03-19 |
1650. | Gustavo (gustxw) | 32.17 | 91% | 2016-05-17 |
1651. | mrKreme (__mrkreme__) | 32.16 | 91% | 2024-02-17 |
1652. | arman (sjraja) | 32.14 | 95% | 2024-06-02 |
1653. | Alazar (mealazar) | 32.13 | 96% | 2021-11-18 |
1654. | Seane (seane_cifer) | 32.13 | 94% | 2023-05-28 |
1655. | hhdpihs (hairypizza) | 32.06 | 93% | 2023-07-15 |
1656. | Racer503 (racer503) | 32.04 | 92% | 2024-08-16 |
1657. | Muhammad (salahovich_2020) | 31.96 | 91% | 2023-10-08 |
1658. | itza (monstercann) | 31.95 | 97% | 2024-06-26 |
1659. | Utsab (utsab_bera) | 31.94 | 94% | 2023-05-27 |
1660. | Leo (tekitt) | 31.92 | 90% | 2024-04-16 |
1661. | Rui Tao (gfgchkg) | 31.91 | 95% | 2023-08-13 |
1662. | Nechmo (nechmo111) | 31.90 | 95% | 2023-06-08 |
1663. | jaysay (jaysay) | 31.90 | 91% | 2024-06-28 |
1664. | LearnedSage (learnedsage) | 31.90 | 96% | 2024-06-22 |
1665. | tstats[majedhmoud] (majedhm... | 31.87 | 94% | 2023-09-13 |
1666. | Gunasamvaro (gsvr99) | 31.85 | 95% | 2024-08-31 |
1667. | yassin (yassin_tafouzert) | 31.78 | 93% | 2025-03-08 |
1668. | Yakin (mizaoi_) | 31.78 | 93% | 2024-08-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |