/** 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 |
---|---|---|---|---|
1667. | sukhoi su-57 (shezy) | 32.79 | 96% | 2023-08-30 |
1668. | Zuan (syezo_08) | 32.74 | 94% | 2024-06-27 |
1669. | Bluue (bluuefuzzy) | 32.74 | 95% | 2023-08-10 |
1670. | juminten (manikdharma) | 32.69 | 96% | 2024-03-25 |
1671. | sven (svenhutchinson) | 32.66 | 95.4% | 2024-05-29 |
1672. | tstats[sirojiddinov] (siroj... | 32.64 | 94% | 2023-06-04 |
1673. | kleeon (kleeon) | 32.59 | 94% | 2023-07-28 |
1674. | Dheeraj (dheerajsarana) | 32.59 | 94% | 2024-01-08 |
1675. | LIVELI (liveli123) | 32.58 | 94% | 2023-08-11 |
1676. | Vishesh (vishesh_patel) | 32.58 | 93% | 2023-05-24 |
1677. | Fanor (fanor) | 32.57 | 95% | 2025-05-29 |
1678. | Venky (venkyiiit) | 32.49 | 93.4% | 2024-07-05 |
1679. | Simone (mariophd) | 32.49 | 96% | 2023-07-23 |
1680. | Mandi (mandi_w) | 32.45 | 96% | 2023-11-25 |
1681. | Shea (shea378) | 32.43 | 93% | 2023-06-27 |
1682. | JOCSH (jocsh) | 32.43 | 94% | 2025-01-21 |
1683. | r (blazinrt) | 32.39 | 93% | 2023-07-02 |
1684. | E (the_fast_one) | 32.37 | 93% | 2023-06-08 |
1685. | Ipadplayer (ipad_player09) | 32.35 | 93% | 2023-06-30 |
1686. | WiQaS KhaN (su_khan) | 32.34 | 95% | 2023-09-20 |
1687. | Paul (isea) | 32.32 | 89% | 2012-03-11 |
1688. | Elite (getgoodelite) | 32.28 | 93% | 2023-07-17 |
1689. | PastaSmuggler (pasta_smuggler) | 32.27 | 93% | 2024-08-16 |
1690. | Obed Gonzalez (bedo45) | 32.20 | 93% | 2024-03-19 |
1691. | Gustavo (gustxw) | 32.17 | 91% | 2016-05-17 |
1692. | mrKreme (__mrkreme__) | 32.16 | 91% | 2024-02-17 |
1693. | arman (sjraja) | 32.14 | 95% | 2024-06-02 |
1694. | Alazar (mealazar) | 32.13 | 96% | 2021-11-18 |
1695. | Seane (seane_cifer) | 32.13 | 94% | 2023-05-28 |
1696. | hhdpihs (hairypizza) | 32.06 | 93% | 2023-07-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |