/** 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 |
---|---|---|---|---|
275. | Διαμαντής Ραφα... | 67.50 | 97% | 2024-06-03 |
276. | Serg (drgsus) | 67.46 | 95% | 2017-02-09 |
277. | framespersecond (indires) | 67.45 | 99% | 2025-01-01 |
278. | Katherine (jwbstuhr) | 67.40 | 97% | 2023-08-10 |
279. | Douglas (d_a_a) | 67.35 | 96% | 2016-02-18 |
280. | 000 (oknotok_) | 67.24 | 97% | 2023-07-24 |
281. | Panda (sparklehorse61) | 67.22 | 97% | 2024-06-06 |
282. | Prasanth (gprasanth) | 67.17 | 94% | 2017-05-05 |
283. | jason (pravus) | 67.10 | 95% | 2012-02-17 |
284. | Martin (mpgo13) | 67.07 | — | 2011-04-30 |
285. | Ravi (ravishankarr) | 67.04 | 97% | 2025-06-26 |
286. | Pekky (pekkylove) | 66.95 | 91% | 2016-05-04 |
287. | David (bigd4316) | 66.93 | — | 2011-01-28 |
288. | (sura5) | 66.84 | 94% | 2021-12-07 |
289. | Omar (obaqueiro) | 66.67 | 97% | 2020-03-20 |
290. | Niels (nielsjensen) | 66.55 | 96% | 2023-06-07 |
291. | too much lag (actuallyaccur... | 66.52 | 100% | 2019-07-31 |
292. | F u r u y á (furuya) | 66.51 | 94% | 2013-06-06 |
293. | merika (merikaa) | 66.51 | 94% | 2025-02-27 |
294. | Ahnaf (ahnaf75) | 66.47 | 97.1% | 2025-01-14 |
295. | Sort (sortoite) | 66.41 | 95% | 2024-05-21 |
296. | heard (cor_samurai) | 66.33 | 96% | 2025-02-05 |
297. | Дидакус (didacus) | 66.27 | 100% | 2024-05-09 |
298. | David (persig) | 66.08 | 98% | 2018-06-06 |
299. | Mark (verdammelt) | 66.04 | 95% | 2013-09-09 |
300. | Kristján (kripet) | 66.01 | — | 2011-01-21 |
301. | Mikhail (mayham92) | 65.96 | 99% | 2022-07-08 |
302. | Eric (sabokizi) | 65.95 | 95% | 2023-03-28 |
303. | Jeff (zk453) | 65.92 | 97% | 2024-07-08 |
304. | Henrikas (henrikasj) | 65.88 | 95% | 2016-11-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |