/** 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 |
---|---|---|---|---|
1080. | Ben (banjamaan) | 44.52 | 95% | 2024-05-13 |
1081. | Andrew (wongsifu) | 44.52 | 95% | 2023-08-30 |
1082. | __8k.11Ine_ (yassine999) | 44.51 | 96% | 2024-08-26 |
1083. | maerih🇰🇪 (maerih_ke) | 44.47 | 94% | 2024-10-18 |
1084. | samarth (samarthrai) | 44.46 | 94.8% | 2024-01-09 |
1085. | Junaed (junaed_siam) | 44.45 | 96% | 2023-06-09 |
1086. | Aung Myat (aungmyathein) | 44.45 | 97% | 2023-03-16 |
1087. | Seizoxu (xezious) | 44.43 | 95% | 2021-10-05 |
1088. | Bruno (brumor) | 44.41 | 94.1% | 2024-11-13 |
1089. | Eesa (eesa10) | 44.35 | 97% | 2023-06-06 |
1090. | From the river to the sea (... | 44.35 | 95% | 2023-07-09 |
1091. | catwine (catwine) | 44.31 | 95% | 2024-03-21 |
1092. | Edward (hellogachip) | 44.29 | 97% | 2024-02-14 |
1093. | Waldo (waldoibarra) | 44.28 | 94% | 2019-05-03 |
1094. | Lakshya (lakshyasharma) | 44.25 | 96% | 2024-03-22 |
1095. | Tin Le (tin22) | 44.17 | 95% | 2024-04-01 |
1096. | (mike444) | 44.15 | 95% | 2017-03-09 |
1097. | Korben (webcleric) | 44.15 | 96% | 2023-06-02 |
1098. | Iceyda (iceryda4047) | 44.13 | 90% | 2015-09-08 |
1099. | Jun Kim (giratina3) | 44.13 | 93% | 2023-09-03 |
1100. | Intertial (yuvi_birdi) | 44.11 | 93% | 2022-11-23 |
1101. | Mamaafrica (mamaafrica) | 44.10 | 94% | 2023-08-06 |
1102. | Listo (listo_star) | 44.09 | 94% | 2025-01-15 |
1103. | Weekey (layvth) | 44.07 | 93.7% | 2024-02-25 |
1104. | naxys (razumikhin) | 44.07 | 93.1% | 2025-01-13 |
1105. | Skye W. (xpeq7) | 44.06 | 95% | 2024-02-27 |
1106. | JB (brightchan) | 44.03 | 96% | 2023-10-24 |
1107. | [ISRA]GTSWPM (gtswpm150) | 43.97 | 96% | 2017-10-17 |
1108. | mr. noob (the_noob_3000) | 43.96 | 94% | 2024-09-08 |
1109. | Matthew Papesh (cpp_program... | 43.90 | 94% | 2023-07-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |