/** 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 |
---|---|---|---|---|
1062. | Maidul (goal100wpm) | 45.18 | 98% | 2023-07-22 |
1063. | Nikolaus (bak15351) | 45.18 | 93.1% | 2024-01-18 |
1064. | ✌✌✌ (roolee) | 45.11 | 98% | 2024-05-02 |
1065. | Miguel Caparróz (miguel0001) | 45.04 | 93% | 2025-02-18 |
1066. | Blake (eclypse750) | 45.03 | 96% | 2024-07-24 |
1067. | X (spark_mandrill) | 45.02 | 96% | 2025-05-17 |
1068. | bachubanphim (khaiky71) | 45.01 | 95% | 2025-05-08 |
1069. | syrianii (syrianii) | 44.98 | 95% | 2022-01-02 |
1070. | Abdullah (bunajim) | 44.98 | 97% | 2021-10-29 |
1071. | Mohamed (normal_eg) | 44.98 | 95% | 2023-09-22 |
1072. | Vishnu (crazy_typeracer) | 44.98 | 95% | 2023-01-09 |
1073. | Tobias (bolleeer) | 44.96 | 92% | 2023-05-30 |
1074. | duh (maparkski) | 44.95 | 94.2% | 2025-01-11 |
1075. | Huhuhn (huhuhn) | 44.94 | 96% | 2018-06-26 |
1076. | Gabriel (neoracer) | 44.90 | 88% | 2013-12-15 |
1077. | jvsdo (Brazil) (jvsdo) | 44.90 | 93% | 2023-08-13 |
1078. | Mohamad (mohamadasghari) | 44.85 | 95% | 2022-02-03 |
1079. | voxdoxx (iaeax) | 44.85 | 95% | 2024-09-26 |
1080. | Abdulrahman (abdulrahmanal_... | 44.85 | 92% | 2023-07-20 |
1081. | Fredo (eternalsunshineofspo... | 44.81 | 96% | 2023-05-23 |
1082. | zcc44 (zcc44) | 44.75 | 95% | 2024-10-03 |
1083. | April (whut_ermehgerd) | 44.74 | 95% | 2023-02-23 |
1084. | Polish (gtadragonball) | 44.72 | 93% | 2023-05-25 |
1085. | Jacq (jacquel) | 44.72 | 98.1% | 2024-01-09 |
1086. | jesse (jessef_9000) | 44.70 | 95% | 2023-06-09 |
1087. | James (defused) | 44.69 | — | 2011-02-13 |
1088. | Hiep (hiepvd1k) | 44.69 | 97% | 2024-06-20 |
1089. | Paweł (p_a_w_m) | 44.68 | 93% | 2013-09-08 |
1090. | KobesMom (vradeus) | 44.67 | 93% | 2024-10-23 |
1091. | Mohamed (wooork) | 44.63 | 95% | 2025-01-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |