/** 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 |
---|---|---|---|---|
282. | Niels (nielsjensen) | 66.55 | 96% | 2023-06-07 |
283. | too much lag (actuallyaccur... | 66.52 | 100% | 2019-07-31 |
284. | F u r u y á (furuya) | 66.51 | 94% | 2013-06-06 |
285. | merika (merikaa) | 66.51 | 94% | 2025-02-27 |
286. | Ahnaf (ahnaf75) | 66.47 | 97.1% | 2025-01-14 |
287. | Sort (sortoite) | 66.41 | 95% | 2024-05-21 |
288. | heard (cor_samurai) | 66.33 | 96% | 2025-02-05 |
289. | Дидакус (didacus) | 66.27 | 100% | 2024-05-09 |
290. | Ravi (ravishankarr) | 66.15 | 96.9% | 2024-07-23 |
291. | David (persig) | 66.08 | 98% | 2018-06-06 |
292. | Mark (verdammelt) | 66.04 | 95% | 2013-09-09 |
293. | Kristján (kripet) | 66.01 | — | 2011-01-21 |
294. | Mikhail (mayham92) | 65.96 | 99% | 2022-07-08 |
295. | Eric (sabokizi) | 65.95 | 95% | 2023-03-28 |
296. | Jeff (zk453) | 65.92 | 97% | 2024-07-08 |
297. | Henrikas (henrikasj) | 65.88 | 95% | 2016-11-19 |
298. | AI ⚡️ go to matrices.cl... | 65.87 | 93% | 2013-05-26 |
299. | KeyboardWarrior (adamrune50) | 65.79 | 95% | 2012-12-05 |
300. | IonCube (ioncube) | 65.74 | 98% | 2025-03-28 |
301. | Light (shadesoflight) | 65.70 | 95% | 2011-05-06 |
302. | yuumita (yuumita) | 65.70 | 94% | 2023-10-28 |
303. | صبر (morocco01) | 65.64 | 97% | 2023-09-03 |
304. | ABCD (x007) | 65.57 | 100% | 2024-09-26 |
305. | Tamber (tamber) | 65.46 | 93% | 2011-07-30 |
306. | AirFilled (airfilled) | 65.29 | 97% | 2025-04-12 |
307. | kostas (kostas1) | 65.25 | — | 2011-03-03 |
308. | kewl (hyper_racer) | 65.19 | 95% | 2019-07-20 |
309. | du7lx (du7lx) | 65.12 | 97% | 2024-04-25 |
310. | ppbeto (ppesq) | 65.06 | 97% | 2021-09-03 |
311. | Stefan Jovanović (stefanst... | 65.02 | 95% | 2023-08-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |