/** 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 |
---|---|---|---|---|
1796. | shubhkarman (death_zeal) | 28.71 | 94% | 2022-12-31 |
1797. | choker (ujjwal_2550) | 28.68 | 93% | 2024-12-23 |
1798. | It's BRCK (itsbrck) | 28.66 | 95% | 2024-01-19 |
1799. | djovak (djovak) | 28.65 | 92% | 2024-03-26 |
1800. | Arjun (arjun857) | 28.58 | 93.6% | 2025-02-12 |
1801. | Varun (varun_1408) | 28.56 | 95% | 2023-06-05 |
1802. | Flameguy (flame01) | 28.55 | 94% | 2025-01-09 |
1803. | vipariano (vipariano) | 28.52 | 89% | 2023-07-19 |
1804. | Aj (aj888) | 28.48 | 96% | 2025-01-03 |
1805. | Asif (asif6777) | 28.45 | 96% | 2023-07-31 |
1806. | Palivela manikyalarao (mani... | 28.45 | 95% | 2024-09-16 |
1807. | wkn1 (wkn1) | 28.44 | 90% | 2024-11-22 |
1808. | ChaSick (chasick) | 28.43 | 93% | 2024-12-26 |
1809. | alexbeltrantarqui (alexbelt... | 28.42 | 92% | 2025-05-16 |
1810. | Armando (jos3ar) | 28.39 | 90% | 2024-10-21 |
1811. | Deflash (flash001) | 28.38 | 92% | 2023-08-02 |
1812. | Mattew (princeofbelair69) | 28.35 | 90% | 2016-09-14 |
1813. | Nikhil Dintakurthi (nikhii_18) | 28.34 | 93% | 2024-01-08 |
1814. | Monia (budzyn) | 28.33 | 96% | 2022-06-16 |
1815. | imtrash (kipakers) | 28.30 | 92% | 2024-01-20 |
1816. | Luis Enrique Palma (luispalma) | 28.29 | 91% | 2024-09-17 |
1817. | ♕乂 Ambisius™乂㊗ (j... | 28.26 | 91.5% | 2024-07-02 |
1818. | Rickus (rickuss) | 28.24 | 91% | 2023-07-31 |
1819. | mohit bhawnani (mohitbhawnani) | 28.18 | 93% | 2024-12-22 |
1820. | austirol (austirol) | 28.17 | 94% | 2023-12-20 |
1821. | UTSAV (utsavtypesfast) | 28.16 | 95.8% | 2024-03-23 |
1822. | yakin (mizaoi) | 28.16 | 92% | 2024-08-01 |
1823. | syna (syna51) | 28.13 | 94% | 2024-08-23 |
1824. | vardan (felon) | 28.07 | 89% | 2011-08-19 |
1825. | Neo (meoo) | 28.06 | 92% | 2023-01-17 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |