/** 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 |
---|---|---|---|---|
1850. | vipariano (vipariano) | 28.52 | 89% | 2023-07-19 |
1851. | Aj (aj888) | 28.48 | 96% | 2025-01-03 |
1852. | Asif (asif6777) | 28.45 | 96% | 2023-07-31 |
1853. | Palivela manikyalarao (mani... | 28.45 | 95% | 2024-09-16 |
1854. | wkn1 (wkn1) | 28.44 | 90% | 2024-11-22 |
1855. | ChaSick (chasick) | 28.43 | 93% | 2024-12-26 |
1856. | alexbeltrantarqui (alexbelt... | 28.42 | 92% | 2025-05-16 |
1857. | Armando (jos3ar) | 28.39 | 90% | 2024-10-21 |
1858. | Deflash (flash001) | 28.38 | 92% | 2023-08-02 |
1859. | Mattew (princeofbelair69) | 28.35 | 90% | 2016-09-14 |
1860. | Nikhil Dintakurthi (nikhii_18) | 28.34 | 93% | 2024-01-08 |
1861. | Monia (budzyn) | 28.33 | 96% | 2022-06-16 |
1862. | imtrash (kipakers) | 28.30 | 92% | 2024-01-20 |
1863. | Luis Enrique Palma (luispalma) | 28.29 | 91% | 2024-09-17 |
1864. | ♕乂 Ambisius™乂㊗ (j... | 28.26 | 91.5% | 2024-07-02 |
1865. | Rickus (rickuss) | 28.24 | 91% | 2023-07-31 |
1866. | mohit bhawnani (mohitbhawnani) | 28.18 | 93% | 2024-12-22 |
1867. | austirol (austirol) | 28.17 | 94% | 2023-12-20 |
1868. | UTSAV (utsavtypesfast) | 28.16 | 95.8% | 2024-03-23 |
1869. | yakin (mizaoi) | 28.16 | 92% | 2024-08-01 |
1870. | syna (syna51) | 28.13 | 94% | 2024-08-23 |
1871. | vardan (felon) | 28.07 | 89% | 2011-08-19 |
1872. | Neo (meoo) | 28.06 | 92% | 2023-01-17 |
1873. | ash (3timesash) | 28.05 | 90% | 2024-09-14 |
1874. | Jason Hean (jackson95) | 27.94 | 92.9% | 2024-01-08 |
1875. | Nafiur Rahman Shafi (nrshafi) | 27.93 | 96% | 2024-07-15 |
1876. | Chris (ch445591) | 27.92 | 94% | 2023-08-16 |
1877. | MNSスNEJI (mns_neji) | 27.88 | 95% | 2023-09-09 |
1878. | Josh (turtletyper7) | 27.87 | 93% | 2023-08-17 |
1879. | osama (osm037) | 27.86 | 90% | 2023-12-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |