/** 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 |
---|---|---|---|---|
2002. | Dehao (dehao) | 23.56 | 94% | 2023-07-16 |
2003. | Big Boi (big_boi_bob) | 23.55 | 93% | 2024-04-03 |
2004. | Eldritch_Woman (eldritch_wo... | 23.54 | 91% | 2023-08-12 |
2005. | ABTech19 (abtech19) | 23.53 | 93.3% | 2025-01-03 |
2006. | Michaela (michaelapadua) | 23.43 | 91% | 2024-12-12 |
2007. | Cassidy (sidyy) | 23.40 | 95% | 2023-07-08 |
2008. | dave (shalomski) | 23.39 | 94% | 2023-06-02 |
2009. | James (paraside_) | 23.32 | 94% | 2023-08-21 |
2010. | saksham (sam1392) | 23.29 | 93% | 2024-04-24 |
2011. | MACR(india) (macrforever67) | 23.25 | 91% | 2023-06-29 |
2012. | JessniahSapphire (jessniah_... | 23.23 | 95% | 2023-08-12 |
2013. | Grypho (gryphox) | 23.13 | 93% | 2025-02-23 |
2014. | Daniele (l0d1n) | 22.92 | 92% | 2023-07-23 |
2015. | Aryan Gupta (guptaxaryan) | 22.87 | 96% | 2023-08-08 |
2016. | Keem Kairi (k33m_k4r1) | 22.77 | 95% | 2024-05-03 |
2017. | Ali (abth_ab) | 22.59 | 93% | 2023-11-21 |
2018. | Who Cares? (babitaoli424) | 22.56 | 94% | 2023-07-12 |
2019. | kp (kpraj) | 22.56 | 93% | 2023-07-05 |
2020. | Marko (hawk691) | 22.54 | 94% | 2024-12-27 |
2021. | bentor TOA (gorengikan) | 22.26 | 91% | 2025-01-15 |
2022. | mahek (mahek406) | 22.17 | 93% | 2024-06-10 |
2023. | ፀጋ ተልከሰከሰ�... | 22.05 | 96% | 2024-11-14 |
2024. | Ajay (ajaymaurya51) | 21.90 | 92% | 2023-07-19 |
2025. | cool (proguy321) | 21.90 | 90% | 2025-04-11 |
2026. | Hussain (hussainahmad7) | 21.67 | 93% | 2023-08-18 |
2027. | MMR (mmr1) | 21.64 | 95.8% | 2025-05-07 |
2028. | NSM101 (nsm101) | 21.62 | 90% | 2025-05-29 |
2029. | YASH (yash5908) | 21.61 | 92% | 2024-07-29 |
2030. | bander (8havya) | 21.42 | 94% | 2023-07-26 |
2031. | Hanziepanzie (hanziepanzie) | 21.28 | 93% | 2024-11-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |