/** 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 |
---|---|---|---|---|
992. | Leaden Typer (typeryo) | 46.75 | 96.4% | 2024-03-14 |
993. | g (gamamer) | 46.74 | 93.4% | 2023-10-16 |
994. | Nam (nammmm44) | 46.68 | 96% | 2023-12-06 |
995. | Anush Rao (anushrao) | 46.64 | 94% | 2023-06-25 |
996. | hhesenjan (hhesenjan) | 46.64 | 93.2% | 2023-09-25 |
997. | nobin sutradhar (nobin_sutr... | 46.64 | 96.3% | 2024-12-13 |
998. | Andre (andr_ehh) | 46.60 | 92% | 2023-06-09 |
999. | Justin (hwangster) | 46.55 | — | 2011-04-22 |
1000. | frobs (frobs) | 46.55 | 96% | 2024-04-07 |
1001. | dlam (dylam07) | 46.54 | 84% | 2013-04-21 |
1002. | Finn (finn7736) | 46.53 | 93% | 2017-02-06 |
1003. | sw1821 (sw1821) | 46.53 | 94% | 2024-06-08 |
1004. | Jayson (jay_dud) | 46.51 | 94.5% | 2024-11-21 |
1005. | Hyoonk (hyoonk) | 46.47 | 93% | 2022-10-09 |
1006. | Connor (nellak) | 46.44 | 97% | 2018-01-27 |
1007. | Prime (primevisualss) | 46.36 | 93% | 2023-09-26 |
1008. | Ankit Kumar (lazzy_turtle) | 46.34 | 96% | 2023-11-17 |
1009. | 10 finger ginger (10finger_... | 46.34 | 95% | 2024-07-09 |
1010. | Abdulla (abd_racer) | 46.30 | 93% | 2023-10-09 |
1011. | mugurel (dobrogeanum) | 46.29 | 93% | 2015-07-10 |
1012. | Adam (adames4) | 46.28 | 95% | 2023-06-08 |
1013. | techniko (vial1234) | 46.28 | 95% | 2023-06-24 |
1014. | Rafael (baeroe) | 46.23 | 95% | 2024-03-03 |
1015. | justin (jso_) | 46.22 | 95% | 2023-10-10 |
1016. | Typical (fasterthanyourmaster) | 46.21 | 94% | 2024-04-11 |
1017. | Hemant_Prajapat (hemant_bca... | 46.16 | 96% | 2024-03-03 |
1018. | lekshuu (lekshuu) | 46.15 | 95% | 2023-05-24 |
1019. | The Mad Typist (qodz) | 46.12 | 95% | 2021-08-17 |
1020. | Eetu (1emk) | 46.11 | 93% | 2023-07-07 |
1021. | YOUSSEF (itz_youssef) | 46.09 | 95% | 2024-02-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |