/** 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 |
|---|---|---|---|---|
| 298. | Niels (nielsjensen) | 66.55 | 96% | 2023-06-07 |
| 299. | too much lag (actuallyaccur... | 66.52 | 100% | 2019-07-31 |
| 300. | F u r u y á (furuya) | 66.51 | 94% | 2013-06-06 |
| 301. | merika (merikaa) | 66.51 | 94% | 2025-02-27 |
| 302. | Ahnaf (ahnaf75) | 66.47 | 97.1% | 2025-01-14 |
| 303. | Sort (sortoite) | 66.41 | 95% | 2024-05-21 |
| 304. | heard (cor_samurai) | 66.33 | 96% | 2025-02-05 |
| 305. | Дидакус (didacus) | 66.27 | 100% | 2024-05-09 |
| 306. | David (persig) | 66.08 | 98% | 2018-06-06 |
| 307. | Mark (verdammelt) | 66.04 | 95% | 2013-09-09 |
| 308. | Kristján (kripet) | 66.01 | — | 2011-01-21 |
| 309. | partytie5 (partytie5) | 65.98 | 97% | 2025-08-19 |
| 310. | Mikhail (mayham92) | 65.96 | 99% | 2022-07-08 |
| 311. | Eric (sabokizi) | 65.95 | 95% | 2023-03-28 |
| 312. | Jeff (zk453) | 65.92 | 97% | 2024-07-08 |
| 313. | Henrikas (henrikasj) | 65.88 | 95% | 2016-11-19 |
| 314. | AI ⚡️ go to matrices.cl... | 65.87 | 93% | 2013-05-26 |
| 315. | KeyboardWarrior (adamrune50) | 65.79 | 95% | 2012-12-05 |
| 316. | IonCube (ioncube) | 65.74 | 98% | 2025-03-28 |
| 317. | Light (shadesoflight) | 65.70 | 95% | 2011-05-06 |
| 318. | yuumita (yuumita) | 65.70 | 94% | 2023-10-28 |
| 319. | صبر (morocco01) | 65.64 | 97% | 2023-09-03 |
| 320. | ABCD (x007) | 65.57 | 100% | 2024-09-26 |
| 321. | Tamber (tamber) | 65.46 | 93% | 2011-07-30 |
| 322. | rey_ (airfilled) | 65.29 | 97.4% | 2025-04-12 |
| 323. | kostas (kostas1) | 65.25 | — | 2011-03-03 |
| 324. | kewl (hyper_racer) | 65.19 | 95% | 2019-07-20 |
| 325. | du7lx (du7lx) | 65.12 | 97% | 2024-04-25 |
| 326. | ppbeto (ppesq) | 65.06 | 97% | 2021-09-03 |
| 327. | 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 |