/** 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 |
---|---|---|---|---|
1882. | syna (syna51) | 28.13 | 94% | 2024-08-23 |
1883. | vardan (felon) | 28.07 | 89% | 2011-08-19 |
1884. | Neo (meoo) | 28.06 | 92% | 2023-01-17 |
1885. | ash (3timesash) | 28.05 | 90% | 2024-09-14 |
1886. | Jason Hean (jackson95) | 27.94 | 92.9% | 2024-01-08 |
1887. | Nafiur Rahman Shafi (nrshafi) | 27.93 | 96% | 2024-07-15 |
1888. | Chris (ch445591) | 27.92 | 94% | 2023-08-16 |
1889. | MNSスNEJI (mns_neji) | 27.88 | 95% | 2023-09-09 |
1890. | Josh (turtletyper7) | 27.87 | 93% | 2023-08-17 |
1891. | osama (osm037) | 27.86 | 90% | 2023-12-01 |
1892. | Sephiroth (jukethehitman) | 27.84 | 96% | 2025-04-30 |
1893. | portgas'd'ace (adwaasda) | 27.83 | 93% | 2023-09-07 |
1894. | Ludger (ludger) | 27.79 | 91.9% | 2023-12-04 |
1895. | JAVI (javimadrid5) | 27.76 | 95% | 2025-01-20 |
1896. | Adelkaa (fuska007) | 27.73 | 92% | 2023-07-20 |
1897. | MauricioRiverin (mau_r_1) | 27.72 | 96% | 2024-10-21 |
1898. | ixparker (ixparker) | 27.69 | 92% | 2024-09-10 |
1899. | Dave (thewave91) | 27.69 | 97.5% | 2024-09-28 |
1900. | Chra (chradora) | 27.68 | 92% | 2023-07-26 |
1901. | pinktape (funnybutpink) | 27.65 | 96% | 2023-07-26 |
1902. | Pritong Sabaw (niggatar123) | 27.64 | 93% | 2024-12-12 |
1903. | Luis (lui01) | 27.63 | 93% | 2025-02-26 |
1904. | Ahmed webx4 (web_x4) | 27.57 | 94% | 2023-10-01 |
1905. | jenna addams (wed_28) | 27.56 | 95% | 2024-08-25 |
1906. | Sne (clueless_af) | 27.52 | 96% | 2023-06-13 |
1907. | harsh (harsh691999) | 27.46 | 91.2% | 2023-12-25 |
1908. | Akshay (abhiaks) | 27.46 | 93% | 2025-04-06 |
1909. | Linis (linis) | 27.45 | 92.6% | 2023-11-11 |
1910. | gabriel flores (gabogood) | 27.43 | 92.8% | 2025-04-01 |
1911. | Krishnadev (krishnadev1) | 27.43 | 89% | 2025-05-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |