/** 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 |
---|---|---|---|---|
1134. | wan (wansap) | 43.86 | 97% | 2024-08-17 |
1135. | Sporak (cheeseballoon) | 43.84 | 97% | 2025-06-02 |
1136. | TEJ8 (tej8) | 43.83 | 95% | 2024-10-30 |
1137. | 0xtgk (0xtgk) | 43.80 | 97% | 2023-09-20 |
1138. | Edu (edlofe) | 43.78 | 95% | 2023-06-20 |
1139. | Benjamin (benjaminsanta) | 43.78 | 93% | 2023-05-26 |
1140. | Yahya Alshalabi (yahya_alsh... | 43.76 | 94% | 2024-11-19 |
1141. | Manu (manuruz) | 43.74 | 95% | 2023-04-29 |
1142. | Sabit (sabittsdm) | 43.73 | 92% | 2023-07-23 |
1143. | pikky (piknic) | 43.71 | 96% | 2019-04-19 |
1144. | sam (justlikethat) | 43.65 | 94% | 2025-03-05 |
1145. | Honzik (jvacata) | 43.55 | 95.4% | 2024-01-05 |
1146. | Kevin (watertribe89) | 43.51 | 91% | 2013-02-02 |
1147. | tom (tom12233) | 43.48 | 93% | 2023-12-24 |
1148. | NoƩ (phlogistique) | 43.47 | 96% | 2018-12-26 |
1149. | Walter Camacho (waltercs07) | 43.46 | 96% | 2024-12-06 |
1150. | Priyanshu (_priyanshu_) | 43.45 | 94% | 2023-06-21 |
1151. | simen (weeooweeoo) | 43.38 | 98% | 2018-01-31 |
1152. | old layout (_darya_) | 43.38 | 92% | 2025-04-15 |
1153. | BastTsyLion (yannis_sebs) | 43.36 | 92% | 2025-01-23 |
1154. | AGUS TOTEMO KANASHII (splas... | 43.34 | 92% | 2024-11-29 |
1155. | mashedmatatoes (mashedmatat... | 43.32 | 96% | 2023-08-22 |
1156. | dugong (mrdugong) | 43.26 | 94% | 2024-07-17 |
1157. | Slowest (briandoppler) | 43.25 | 84% | 2013-05-23 |
1158. | Jk (jkdelta) | 43.25 | 95% | 2023-06-06 |
1159. | tstats[imrola] (imrola) | 43.24 | 96% | 2025-03-12 |
1160. | Engr Ghulam (abbas12) | 43.23 | 90% | 2012-12-22 |
1161. | zo (zohway) | 43.23 | 94% | 2023-10-31 |
1162. | JanPomelo (janpomelo) | 43.22 | 95.7% | 2023-11-21 |
1163. | Galeno (galeno) | 43.16 | 95% | 2018-08-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |