/** 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 |
|---|---|---|---|---|
| 1143. | Mohamed (normal_eg) | 44.98 | 95% | 2023-09-22 |
| 1144. | Vishnu (crazy_typeracer) | 44.98 | 95% | 2023-01-09 |
| 1145. | Tobias (bolleeer) | 44.96 | 92% | 2023-05-30 |
| 1146. | duh (maparkski) | 44.95 | 94.2% | 2025-01-11 |
| 1147. | Huhuhn (huhuhn) | 44.94 | 96% | 2018-06-26 |
| 1148. | Gabriel (neoracer) | 44.90 | 88% | 2013-12-15 |
| 1149. | jvsdo (Brazil) (jvsdo) | 44.90 | 93% | 2023-08-13 |
| 1150. | Mohamad (mohamadasghari) | 44.85 | 95% | 2022-02-03 |
| 1151. | voxdoxx (iaeax) | 44.85 | 95% | 2024-09-26 |
| 1152. | Abdulrahman (abdulrahmanal_... | 44.85 | 92% | 2023-07-20 |
| 1153. | Fredo (eternalsunshineofspo... | 44.81 | 96.2% | 2023-05-23 |
| 1154. | zcc44 (zcc44) | 44.75 | 95% | 2024-10-03 |
| 1155. | April (whut_ermehgerd) | 44.74 | 95% | 2023-02-23 |
| 1156. | Polish (gtadragonball) | 44.72 | 93% | 2023-05-25 |
| 1157. | Jacq (jacquel) | 44.72 | 98.1% | 2024-01-09 |
| 1158. | Free Palestine (koenigsegg77) | 44.72 | 94% | 2025-07-15 |
| 1159. | jesse (jessef_9000) | 44.70 | 95% | 2023-06-09 |
| 1160. | James (defused) | 44.69 | — | 2011-02-13 |
| 1161. | Hiep (hiepvd1k) | 44.69 | 97% | 2024-06-20 |
| 1162. | Paweł (p_a_w_m) | 44.68 | 93% | 2013-09-08 |
| 1163. | KobesMom (vradeus) | 44.67 | 93% | 2024-10-23 |
| 1164. | Mohamed (wooork) | 44.63 | 95% | 2025-01-09 |
| 1165. | ILoveET (iloveet) | 44.63 | 95% | 2023-06-08 |
| 1166. | Ashok (ashokabrother) | 44.60 | 98% | 2024-06-19 |
| 1167. | CAIIIARH (caiiiarh) | 44.55 | 96% | 2023-09-02 |
| 1168. | sfagetthi (sfagetthi) | 44.54 | 95% | 2025-06-13 |
| 1169. | KhooHF (hfkhoo) | 44.53 | 93% | 2024-07-19 |
| 1170. | Ben (banjamaan) | 44.52 | 94.9% | 2024-05-13 |
| 1171. | Andrew (wongsifu) | 44.52 | 95% | 2023-08-30 |
| 1172. | __8k.11Ine_ (yassine999) | 44.51 | 95.7% | 2024-08-26 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |