/** 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 |
---|---|---|---|---|
97. | meteora (erokopes) | 79.19 | 97% | 2022-04-28 |
98. | Jetmode🐊🐍 (botpro) | 78.87 | 96.9% | 2024-04-05 |
99. | GoodKnight (goodknight) | 78.84 | 97% | 2023-08-18 |
100. | Jay (jayjayli) | 78.75 | 97% | 2023-11-28 |
101. | Jon (jonsport) | 78.73 | 99% | 2022-07-06 |
102. | vqh (vqh_) | 78.73 | 96% | 2025-02-25 |
103. | (ghall) | 78.71 | — | 2010-12-30 |
104. | shashinagraj (nagrajshashi) | 78.63 | 99% | 2023-07-12 |
105. | (altrocality) | 78.43 | 96% | 2024-07-14 |
106. | LeSirH (lesirh) | 78.42 | 95% | 2019-08-08 |
107. | Josef (jo5ef) | 78.40 | — | 2011-04-30 |
108. | Kamperi (kamperi) | 78.25 | 97% | 2013-10-23 |
109. | Gabor (gktek) | 78.22 | 97% | 2013-10-02 |
110. | aerora (imqyuu) | 78.21 | 96% | 2023-08-30 |
111. | ssshanto (ssshanto) | 78.20 | 96% | 2021-09-25 |
112. | fishy15 (fishy15) | 77.96 | 97% | 2020-03-01 |
113. | police (styrofoam) | 77.94 | 97% | 2018-10-31 |
114. | freezingflame (freezingflame) | 77.92 | 96% | 2023-12-13 |
115. | Taro (yada) | 77.87 | 96% | 2012-10-07 |
116. | Musically (musically_ut) | 77.83 | 98% | 2017-06-20 |
117. | :) (bavadin) | 77.79 | 98% | 2020-01-10 |
118. | Kasper (kaspertypes) | 77.78 | 96% | 2023-05-29 |
119. | Ben (benjkcw) | 77.58 | 96% | 2019-03-18 |
120. | Rahul (jet_blazer) | 77.58 | 98% | 2011-07-03 |
121. | icebox (flsf) | 77.51 | 99% | 2019-04-28 |
122. | Hey What's Up (oystersmiling) | 77.30 | 96% | 2016-11-17 |
123. | good Bye lol (but a Little ... | 77.28 | 94% | 2017-10-08 |
124. | Ethan (waitblock) | 77.10 | 96% | 2022-06-07 |
125. | (jyin) | 76.80 | 96% | 2019-12-28 |
126. | KTH (kthmanish) | 76.73 | 99.1% | 2024-08-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |