/** 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 |
---|---|---|---|---|
74. | (zak389) | 83.32 | 96.6% | 2025-04-14 |
75. | marsh (yepeyi) | 83.09 | 96% | 2023-08-19 |
76. | Albertus (ioie98) | 82.98 | 96% | 2016-03-25 |
77. | Noah (parillan) | 82.94 | 95% | 2023-09-30 |
78. | ASDFG (jassanna) | 82.88 | 94% | 2011-12-09 |
79. | NebulaGrey (dmorrow3) | 82.45 | 98% | 2019-08-30 |
80. | TimeLoad (timeload) | 82.26 | 98% | 2019-05-28 |
81. | silver (gr0ff) | 82.21 | 98% | 2024-02-13 |
82. | Karan Jain (karanjain18) | 82.03 | 98% | 2021-07-21 |
83. | lemon (icedlemontea1) | 81.61 | 96% | 2024-05-21 |
84. | alieb (alieb) | 81.44 | 96% | 2023-08-17 |
85. | SalmanMKC (hellothen) | 81.30 | 96.8% | 2024-02-12 |
86. | . (qwertrewq) | 80.91 | 98% | 2012-09-28 |
87. | Kim (kimson52) | 80.04 | 98% | 2024-09-28 |
88. | jse (dragoncityjose) | 79.91 | 95.9% | 2024-09-14 |
89. | Guillermo (schobzax) | 79.90 | 92% | 2015-05-10 |
90. | hamza (mizoxes) | 79.78 | 98% | 2022-10-16 |
91. | Leo (leoz) | 79.64 | 97% | 2011-05-31 |
92. | Mihir (sahasrabudhemg) | 79.57 | 93% | 2012-02-29 |
93. | GEDO (z222bk) | 79.47 | 96.6% | 2024-06-10 |
94. | austin (0x13ba) | 79.41 | 99% | 2024-02-21 |
95. | Brandon (kempy92) | 79.31 | 95% | 2011-09-07 |
96. | Maja` (meithecatte) | 79.31 | 98% | 2024-03-16 |
97. | Angel (tribaaldos) | 79.20 | 98% | 2023-08-23 |
98. | meteora (erokopes) | 79.19 | 97% | 2022-04-28 |
99. | Jetmode🐊🐍 (botpro) | 78.87 | 96.9% | 2024-04-05 |
100. | GoodKnight (goodknight) | 78.84 | 97% | 2023-08-18 |
101. | Jay (jayjayli) | 78.75 | 97% | 2023-11-28 |
102. | Jon (jonsport) | 78.73 | 99% | 2022-07-06 |
103. | vqh (vqh_) | 78.73 | 96% | 2025-02-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |