/** 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 |
|---|---|---|---|---|
| 1072. | Delaan (hypa) | 45.98 | 94% | 2024-01-12 |
| 1073. | mat O (mat_o) | 45.97 | 97% | 2024-07-11 |
| 1074. | Duy (azioyon) | 45.97 | 93% | 2024-06-10 |
| 1075. | MX MECHANICAL (mx_mechanical) | 45.96 | 95% | 2024-09-06 |
| 1076. | Florentin (florentinl) | 45.94 | 96% | 2024-08-20 |
| 1077. | Dylan (diazcybertypeski) | 45.93 | 97% | 2024-01-29 |
| 1078. | Hamas Egypt (mohamedadel2000) | 45.92 | 95% | 2024-10-08 |
| 1079. | Garrett (garrett345) | 45.89 | 97% | 2012-09-29 |
| 1080. | Maurício (mauodias) | 45.87 | 93% | 2012-06-21 |
| 1081. | Indeed (indeed001) | 45.87 | 93.9% | 2023-11-14 |
| 1082. | Yannick (yannick_704) | 45.87 | 95.5% | 2024-08-19 |
| 1083. | Tristen (pyrofear) | 45.86 | 94% | 2025-06-15 |
| 1084. | MrBoombastic (mr_boombaastic) | 45.85 | 96% | 2021-07-10 |
| 1085. | Bit (bitnerik) | 45.84 | 98% | 2021-07-18 |
| 1086. | Eliza (tuberkulose_eddy) | 45.78 | 98% | 2022-01-01 |
| 1087. | Kenyo (kenyoo) | 45.76 | 94% | 2025-05-01 |
| 1088. | sakhaprox (rportnoy) | 45.73 | — | 2010-12-22 |
| 1089. | Aburro (telilee) | 45.73 | 91% | 2011-05-17 |
| 1090. | gf (halaluka) | 45.73 | 96% | 2023-08-27 |
| 1091. | Rajat Das (rajat_das777) | 45.73 | 96% | 2023-08-29 |
| 1092. | One Miss (onemiss) | 45.73 | 97% | 2023-08-13 |
| 1093. | Desmond (locksi) | 45.73 | 96% | 2024-12-24 |
| 1094. | Globu (themagicglobe) | 45.71 | 91% | 2023-06-01 |
| 1095. | mdlp (mdlp) | 45.71 | 95% | 2023-09-09 |
| 1096. | jath03 (jath03) | 45.70 | 95% | 2019-08-09 |
| 1097. | Porker (porkerpig) | 45.66 | 96% | 2023-08-04 |
| 1098. | Slow Typist ツ (dasasd1) | 45.65 | 95% | 2023-07-07 |
| 1099. | An (annoyed) | 45.64 | — | 2009-12-26 |
| 1100. | mh10 (hmo_10) | 45.59 | 96% | 2023-11-27 |
| 1101. | zenithzel (zenithzel) | 45.59 | 95% | 2023-09-04 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |