/** 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 |
---|---|---|---|---|
970. | trut (trut) | 46.90 | 94% | 2021-11-08 |
971. | Phantom (mcphantom) | 46.85 | 95% | 2025-03-12 |
972. | Bao (thbao4545) | 46.84 | 94% | 2023-06-02 |
973. | IdoN_Tlikethis (idon_tliket... | 46.84 | 94% | 2023-06-30 |
974. | Ruan (ruanp) | 46.78 | 96% | 2022-05-18 |
975. | Zoan24 (zoanhy24) | 46.78 | 95% | 2023-07-07 |
976. | Leaden Typer (typeryo) | 46.75 | 96.4% | 2024-03-14 |
977. | g (gamamer) | 46.74 | 93.4% | 2023-10-16 |
978. | Nam (nammmm44) | 46.68 | 96% | 2023-12-06 |
979. | Anush Rao (anushrao) | 46.64 | 94% | 2023-06-25 |
980. | hhesenjan (hhesenjan) | 46.64 | 93.2% | 2023-09-25 |
981. | nobin sutradhar (nobin_sutr... | 46.64 | 96.3% | 2024-12-13 |
982. | Andre (andr_ehh) | 46.60 | 92% | 2023-06-09 |
983. | Justin (hwangster) | 46.55 | — | 2011-04-22 |
984. | frobs (frobs) | 46.55 | 96% | 2024-04-07 |
985. | dlam (dylam07) | 46.54 | 84% | 2013-04-21 |
986. | Finn (finn7736) | 46.53 | 93% | 2017-02-06 |
987. | sw1821 (sw1821) | 46.53 | 94% | 2024-06-08 |
988. | Jayson (jay_dud) | 46.51 | 94.5% | 2024-11-21 |
989. | Hyoonk (hyoonk) | 46.47 | 93% | 2022-10-09 |
990. | Connor (nellak) | 46.44 | 97% | 2018-01-27 |
991. | Prime (primevisualss) | 46.36 | 93% | 2023-09-26 |
992. | Ankit Kumar (lazzy_turtle) | 46.34 | 96% | 2023-11-17 |
993. | 10 finger ginger (10finger_... | 46.34 | 95% | 2024-07-09 |
994. | Abdulla (abd_racer) | 46.30 | 93% | 2023-10-09 |
995. | mugurel (dobrogeanum) | 46.29 | 93% | 2015-07-10 |
996. | Adam (adames4) | 46.28 | 95% | 2023-06-08 |
997. | techniko (vial1234) | 46.28 | 95% | 2023-06-24 |
998. | Rafael (baeroe) | 46.23 | 95% | 2024-03-03 |
999. | justin (jso_) | 46.22 | 95% | 2023-10-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |