/** 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 |
---|---|---|---|---|
1883. | JAVI (javimadrid5) | 27.76 | 95% | 2025-01-20 |
1884. | Adelkaa (fuska007) | 27.73 | 92% | 2023-07-20 |
1885. | MauricioRiverin (mau_r_1) | 27.72 | 96% | 2024-10-21 |
1886. | ixparker (ixparker) | 27.69 | 92% | 2024-09-10 |
1887. | Dave (thewave91) | 27.69 | 97.5% | 2024-09-28 |
1888. | Chra (chradora) | 27.68 | 92% | 2023-07-26 |
1889. | pinktape (funnybutpink) | 27.65 | 96% | 2023-07-26 |
1890. | Pritong Sabaw (niggatar123) | 27.64 | 93% | 2024-12-12 |
1891. | Luis (lui01) | 27.63 | 93% | 2025-02-26 |
1892. | Ahmed webx4 (web_x4) | 27.57 | 94% | 2023-10-01 |
1893. | jenna addams (wed_28) | 27.56 | 95% | 2024-08-25 |
1894. | Sne (clueless_af) | 27.52 | 96% | 2023-06-13 |
1895. | harsh (harsh691999) | 27.46 | 91.2% | 2023-12-25 |
1896. | Akshay (abhiaks) | 27.46 | 93% | 2025-04-06 |
1897. | Linis (linis) | 27.45 | 92.6% | 2023-11-11 |
1898. | gabriel flores (gabogood) | 27.43 | 92.8% | 2025-04-01 |
1899. | 1v1 (1v1menoob) | 27.39 | 95% | 2023-09-29 |
1900. | HeyRynchik (heyrynchik) | 27.32 | 93% | 2023-07-07 |
1901. | liiz mariela perez gervacio... | 27.32 | 93% | 2025-05-18 |
1902. | MM (maclema) | 27.28 | 93.5% | 2023-10-13 |
1903. | Aheed (aheedbn) | 27.28 | 93% | 2023-09-13 |
1904. | mak (makmak2) | 27.19 | 95% | 2024-09-27 |
1905. | Guest (guest137) | 27.17 | 96% | 2025-02-14 |
1906. | ﮩ٨ـﮩﮩ٨ـ💖ﮩ٨Ù... | 27.15 | 95% | 2024-02-12 |
1907. | Anna (650561585513) | 27.12 | 97% | 2025-01-30 |
1908. | Sandra (zeeraa_) | 27.10 | 94% | 2023-07-28 |
1909. | simonndungu (symoh) | 27.07 | 93% | 2024-04-12 |
1910. | khaled ataa (khaled_ataa) | 27.07 | 95% | 2023-06-18 |
1911. | Kamlesh (kamlesh504) | 26.99 | 89% | 2024-04-28 |
1912. | Osama (osama_5) | 26.82 | 96.3% | 2024-09-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |