/** 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 |
---|---|---|---|---|
1690. | Shea (shea378) | 32.43 | 93% | 2023-06-27 |
1691. | JOCSH (jocsh) | 32.43 | 94% | 2025-01-21 |
1692. | r (blazinrt) | 32.39 | 93% | 2023-07-02 |
1693. | E (the_fast_one) | 32.37 | 93% | 2023-06-08 |
1694. | Ipadplayer (ipad_player09) | 32.35 | 93% | 2023-06-30 |
1695. | WiQaS KhaN (su_khan) | 32.34 | 95% | 2023-09-20 |
1696. | Paul (isea) | 32.32 | 89% | 2012-03-11 |
1697. | Elite (getgoodelite) | 32.28 | 93% | 2023-07-17 |
1698. | PastaSmuggler (pasta_smuggler) | 32.27 | 93% | 2024-08-16 |
1699. | Obed Gonzalez (bedo45) | 32.20 | 93% | 2024-03-19 |
1700. | Gustavo (gustxw) | 32.17 | 91% | 2016-05-17 |
1701. | mrKreme (__mrkreme__) | 32.16 | 91% | 2024-02-17 |
1702. | arman (sjraja) | 32.14 | 95% | 2024-06-02 |
1703. | Alazar (mealazar) | 32.13 | 96% | 2021-11-18 |
1704. | Seane (seane_cifer) | 32.13 | 94% | 2023-05-28 |
1705. | hhdpihs (hairypizza) | 32.06 | 93% | 2023-07-15 |
1706. | Racer503 (racer503) | 32.04 | 92% | 2024-08-16 |
1707. | Alvaro Moyata (tocsky) | 32.04 | 98% | 2025-06-06 |
1708. | Muhammad (salahovich_2020) | 31.96 | 91% | 2023-10-08 |
1709. | itza (monstercann) | 31.95 | 97% | 2024-06-26 |
1710. | Utsab (utsab_bera) | 31.94 | 94% | 2023-05-27 |
1711. | Leo (tekitt) | 31.92 | 90% | 2024-04-16 |
1712. | Rui Tao (gfgchkg) | 31.91 | 95% | 2023-08-13 |
1713. | Nechmo (nechmo111) | 31.90 | 95% | 2023-06-08 |
1714. | jaysay (jaysay) | 31.90 | 91% | 2024-06-28 |
1715. | LearnedSage (learnedsage) | 31.90 | 96% | 2024-06-22 |
1716. | tstats[majedhmoud] (majedhm... | 31.87 | 94% | 2023-09-13 |
1717. | Gunasamvaro (gsvr99) | 31.85 | 95% | 2024-08-31 |
1718. | yassin (yassin_tafouzert) | 31.78 | 93% | 2025-03-08 |
1719. | 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 |