/** 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 |
---|---|---|---|---|
2049. | aamena (aamena) | 17.90 | 96% | 2023-07-17 |
2050. | hemisquid (hemisquid_1) | 17.70 | 93% | 2023-07-20 |
2051. | Thikshan (thikshan) | 17.52 | 94% | 2023-08-08 |
2052. | huoxingren (huoxingren) | 17.17 | 94% | 2024-02-12 |
2053. | Cube_123 (cube_123) | 17.13 | 91% | 2025-05-25 |
2054. | Nirro (nirro) | 17.05 | 89% | 2024-02-16 |
2055. | KOPAL (kopal_124) | 16.97 | 93% | 2024-12-12 |
2056. | Talipcan (talip) | 16.67 | 92% | 2024-04-03 |
2057. | prince (ffhacker) | 16.48 | 92% | 2023-06-17 |
2058. | Corpsejack (james29333) | 16.44 | 90% | 2024-04-06 |
2059. | Abhi :) (a_bhi) | 16.41 | 92% | 2023-12-15 |
2060. | drialo (drialo) | 16.20 | 95% | 2024-10-02 |
2061. | predator (indian_predator) | 15.53 | 91% | 2024-08-12 |
2062. | Amira (amira_gamal) | 15.47 | 96% | 2023-08-04 |
2063. | Marius (marius_daum) | 15.41 | 91% | 2023-08-29 |
2064. | Melanie (lanieee) | 15.35 | 96% | 2024-07-31 |
2065. | Emran (emranhossainsikder) | 14.84 | 88% | 2023-06-17 |
2066. | Tahmid (tarmine) | 14.70 | 89% | 2024-02-06 |
2067. | Claire (claire_07) | 13.82 | 92% | 2023-06-28 |
2068. | Nikhil (nikhilchhabra) | 13.63 | 94% | 2023-12-23 |
2069. | raiane (raia44) | 13.40 | 89% | 2023-07-12 |
2070. | porwis (porwis) | 13.12 | 86.6% | 2024-09-16 |
2071. | wandji (legentia) | 13.02 | 90% | 2023-08-03 |
2072. | Priya (priya890k) | 12.89 | 94.4% | 2024-05-18 |
2073. | aman (aman2007) | 12.45 | 88% | 2023-11-04 |
2074. | subomoto (jellnym) | 12.23 | 92% | 2024-12-12 |
2075. | ritik (karlos_nikov) | 12.06 | 91% | 2023-08-03 |
2076. | yrsntei (yrsntei) | 11.84 | 89% | 2024-01-29 |
2077. | Cesar Lopez (cesarlopezr4) | 10.49 | 93% | 2024-04-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |