/** 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 |
---|---|---|---|---|
1865. | Josh (turtletyper7) | 27.87 | 93% | 2023-08-17 |
1866. | osama (osm037) | 27.86 | 90% | 2023-12-01 |
1867. | Sephiroth (jukethehitman) | 27.84 | 96% | 2025-04-30 |
1868. | portgas'd'ace (adwaasda) | 27.83 | 93% | 2023-09-07 |
1869. | Ludger (ludger) | 27.79 | 91.9% | 2023-12-04 |
1870. | JAVI (javimadrid5) | 27.76 | 95% | 2025-01-20 |
1871. | Adelkaa (fuska007) | 27.73 | 92% | 2023-07-20 |
1872. | MauricioRiverin (mau_r_1) | 27.72 | 96% | 2024-10-21 |
1873. | ixparker (ixparker) | 27.69 | 92% | 2024-09-10 |
1874. | Dave (thewave91) | 27.69 | 97.5% | 2024-09-28 |
1875. | Chra (chradora) | 27.68 | 92% | 2023-07-26 |
1876. | pinktape (funnybutpink) | 27.65 | 96% | 2023-07-26 |
1877. | Pritong Sabaw (niggatar123) | 27.64 | 93% | 2024-12-12 |
1878. | Luis (lui01) | 27.63 | 93% | 2025-02-26 |
1879. | Ahmed webx4 (web_x4) | 27.57 | 94% | 2023-10-01 |
1880. | jenna addams (wed_28) | 27.56 | 95% | 2024-08-25 |
1881. | Sne (clueless_af) | 27.52 | 96% | 2023-06-13 |
1882. | harsh (harsh691999) | 27.46 | 91.2% | 2023-12-25 |
1883. | Akshay (abhiaks) | 27.46 | 93% | 2025-04-06 |
1884. | Linis (linis) | 27.45 | 92.6% | 2023-11-11 |
1885. | gabriel flores (gabogood) | 27.43 | 92.8% | 2025-04-01 |
1886. | 1v1 (1v1menoob) | 27.39 | 95% | 2023-09-29 |
1887. | HeyRynchik (heyrynchik) | 27.32 | 93% | 2023-07-07 |
1888. | liiz mariela perez gervacio... | 27.32 | 93% | 2025-05-18 |
1889. | MM (maclema) | 27.28 | 93.5% | 2023-10-13 |
1890. | Aheed (aheedbn) | 27.28 | 93% | 2023-09-13 |
1891. | mak (makmak2) | 27.19 | 95% | 2024-09-27 |
1892. | Guest (guest137) | 27.17 | 96% | 2025-02-14 |
1893. | ﮩ٨ـﮩﮩ٨ـ💖ﮩ٨Ù... | 27.15 | 95% | 2024-02-12 |
1894. | Anna (650561585513) | 27.12 | 97% | 2025-01-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |