/** 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 |
---|---|---|---|---|
1007. | Maidul (goal100wpm) | 45.18 | 98% | 2023-07-22 |
1008. | Nikolaus (bak15351) | 45.18 | 93.1% | 2024-01-18 |
1009. | ✌✌✌ (roolee) | 45.11 | 98% | 2024-05-02 |
1010. | Miguel Caparróz (miguel0001) | 45.04 | 93% | 2025-02-18 |
1011. | Blake (eclypse750) | 45.03 | 96% | 2024-07-24 |
1012. | syrianii (syrianii) | 44.98 | 95% | 2022-01-02 |
1013. | Abdullah (bunajim) | 44.98 | 97% | 2021-10-29 |
1014. | Mohamed (normal_eg) | 44.98 | 95% | 2023-09-22 |
1015. | Vishnu (crazy_typeracer) | 44.98 | 95% | 2023-01-09 |
1016. | Tobias (bolleeer) | 44.96 | 92% | 2023-05-30 |
1017. | duh (maparkski) | 44.95 | 94.2% | 2025-01-11 |
1018. | Huhuhn (huhuhn) | 44.94 | 96% | 2018-06-26 |
1019. | Gabriel (neoracer) | 44.90 | 88% | 2013-12-15 |
1020. | jvsdo (Brazil) (jvsdo) | 44.90 | 93% | 2023-08-13 |
1021. | Mohamad (mohamadasghari) | 44.85 | 95% | 2022-02-03 |
1022. | voxdoxx (iaeax) | 44.85 | 95% | 2024-09-26 |
1023. | Fredo (eternalsunshineofspo... | 44.81 | 96% | 2023-05-23 |
1024. | zcc44 (zcc44) | 44.75 | 95% | 2024-10-03 |
1025. | April (whut_ermehgerd) | 44.74 | 95% | 2023-02-23 |
1026. | Polish (gtadragonball) | 44.72 | 93% | 2023-05-25 |
1027. | Jacq (jacquel) | 44.72 | 98.1% | 2024-01-09 |
1028. | jesse (jessef_9000) | 44.70 | 95% | 2023-06-09 |
1029. | James (defused) | 44.69 | — | 2011-02-13 |
1030. | Hiep (hiepvd1k) | 44.69 | 97% | 2024-06-20 |
1031. | Paweł (p_a_w_m) | 44.68 | 93% | 2013-09-08 |
1032. | KobesMom (vradeus) | 44.67 | 93% | 2024-10-23 |
1033. | Mohamed (wooork) | 44.63 | 95% | 2025-01-09 |
1034. | Ashok (ashokabrother) | 44.60 | 98% | 2024-06-19 |
1035. | CAIIIARH (caiiiarh) | 44.55 | 96% | 2023-09-02 |
1036. | KhooHF (hfkhoo) | 44.53 | 93% | 2024-07-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |