/** 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 |
---|---|---|---|---|
84. | alieb (alieb) | 81.44 | 96% | 2023-08-17 |
85. | SalmanMKC (hellothen) | 81.30 | 96.8% | 2024-02-12 |
86. | . (qwertrewq) | 80.91 | 98% | 2012-09-28 |
87. | Kim (kimson52) | 80.04 | 98% | 2024-09-28 |
88. | jse (dragoncityjose) | 79.91 | 95.9% | 2024-09-14 |
89. | Guillermo (schobzax) | 79.90 | 92% | 2015-05-10 |
90. | hamza (mizoxes) | 79.78 | 98% | 2022-10-16 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |