/** 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 |
---|---|---|---|---|
91. | Leo (leoz) | 79.64 | 97% | 2011-05-31 |
92. | Mihir (sahasrabudhemg) | 79.57 | 93% | 2012-02-29 |
93. | GEDO (z222bk) | 79.47 | 96.6% | 2024-06-10 |
94. | austin (0x13ba) | 79.41 | 99% | 2024-02-21 |
95. | Brandon (kempy92) | 79.31 | 95% | 2011-09-07 |
96. | Maja` (meithecatte) | 79.31 | 98% | 2024-03-16 |
97. | Angel (tribaaldos) | 79.20 | 98% | 2023-08-23 |
98. | meteora (erokopes) | 79.19 | 97% | 2022-04-28 |
99. | Jetmode🐊🐍 (botpro) | 78.87 | 96.9% | 2024-04-05 |
100. | GoodKnight (goodknight) | 78.84 | 97% | 2023-08-18 |
101. | Jay (jayjayli) | 78.75 | 97% | 2023-11-28 |
102. | Jon (jonsport) | 78.73 | 99% | 2022-07-06 |
103. | vqh (vqh_) | 78.73 | 96% | 2025-02-25 |
104. | (ghall) | 78.71 | — | 2010-12-30 |
105. | shashinagraj (nagrajshashi) | 78.63 | 99% | 2023-07-12 |
106. | (altrocality) | 78.43 | 96% | 2024-07-14 |
107. | LeSirH (lesirh) | 78.42 | 95% | 2019-08-08 |
108. | Josef (jo5ef) | 78.40 | — | 2011-04-30 |
109. | Kamperi (kamperi) | 78.25 | 97% | 2013-10-23 |
110. | Gabor (gktek) | 78.22 | 97% | 2013-10-02 |
111. | aerora (imqyuu) | 78.21 | 96% | 2023-08-30 |
112. | ssshanto (ssshanto) | 78.20 | 96% | 2021-09-25 |
113. | fishy15 (fishy15) | 77.96 | 97% | 2020-03-01 |
114. | police (styrofoam) | 77.94 | 97% | 2018-10-31 |
115. | freezingflame (freezingflame) | 77.92 | 96% | 2023-12-13 |
116. | Taro (yada) | 77.87 | 96% | 2012-10-07 |
117. | Musically (musically_ut) | 77.83 | 98% | 2017-06-20 |
118. | :) (bavadin) | 77.79 | 98% | 2020-01-10 |
119. | Kasper (kaspertypes) | 77.78 | 96% | 2023-05-29 |
120. | Ben (benjkcw) | 77.58 | 96% | 2019-03-18 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |