/** 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 |
---|---|---|---|---|
1980. | Dehao (dehao) | 23.56 | 94% | 2023-07-16 |
1981. | Big Boi (big_boi_bob) | 23.55 | 93% | 2024-04-03 |
1982. | Eldritch_Woman (eldritch_wo... | 23.54 | 91% | 2023-08-12 |
1983. | ABTech19 (abtech19) | 23.53 | 93.3% | 2025-01-03 |
1984. | Michaela (michaelapadua) | 23.43 | 91% | 2024-12-12 |
1985. | Cassidy (sidyy) | 23.40 | 95% | 2023-07-08 |
1986. | dave (shalomski) | 23.39 | 94% | 2023-06-02 |
1987. | James (paraside_) | 23.32 | 94% | 2023-08-21 |
1988. | saksham (sam1392) | 23.29 | 93% | 2024-04-24 |
1989. | MACR(india) (macrforever67) | 23.25 | 91% | 2023-06-29 |
1990. | JessniahSapphire (jessniah_... | 23.23 | 95% | 2023-08-12 |
1991. | Grypho (gryphox) | 23.13 | 93% | 2025-02-23 |
1992. | Daniele (l0d1n) | 22.92 | 92% | 2023-07-23 |
1993. | Aryan Gupta (guptaxaryan) | 22.87 | 96% | 2023-08-08 |
1994. | Keem Kairi (k33m_k4r1) | 22.77 | 95% | 2024-05-03 |
1995. | Ali (abth_ab) | 22.59 | 93% | 2023-11-21 |
1996. | Who Cares? (babitaoli424) | 22.56 | 94% | 2023-07-12 |
1997. | Marko (hawk691) | 22.54 | 94% | 2024-12-27 |
1998. | bentor TOA (gorengikan) | 22.26 | 91% | 2025-01-15 |
1999. | mahek (mahek406) | 22.17 | 93% | 2024-06-10 |
2000. | ፀጋ ተልከሰከሰ... | 22.05 | 96% | 2024-11-14 |
2001. | Ajay (ajaymaurya51) | 21.90 | 92% | 2023-07-19 |
2002. | cool (proguy321) | 21.90 | 90% | 2025-04-11 |
2003. | Hussain (hussainahmad7) | 21.67 | 93% | 2023-08-18 |
2004. | MMR (mmr1) | 21.64 | 95.8% | 2025-05-07 |
2005. | YASH (yash5908) | 21.61 | 92% | 2024-07-29 |
2006. | bander (8havya) | 21.42 | 94% | 2023-07-26 |
2007. | Hanziepanzie (hanziepanzie) | 21.28 | 93% | 2024-11-06 |
2008. | SunnyD (sunnyd1) | 21.00 | 97% | 2024-07-13 |
2009. | Enock (enockmutanga01) | 20.92 | 96% | 2024-02-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |