/** 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 |
|---|---|---|---|---|
| 600. | Hayder (thepinkpanther77) | 56.24 | 95% | 2024-04-04 |
| 601. | Isaac (skmisaac) | 56.20 | 96% | 2015-01-07 |
| 602. | no (nomaybeyes) | 56.20 | 98% | 2022-09-19 |
| 603. | Elvar (elvar333) | 56.19 | 93% | 2025-09-17 |
| 604. | Max (xlmax2lx) | 56.17 | 97% | 2023-05-03 |
| 605. | sintyaku (sansyaku) | 56.12 | 94% | 2011-05-17 |
| 606. | Noe (noe7) | 56.11 | 96% | 2016-04-27 |
| 607. | Durim (dura007k) | 56.08 | 97% | 2014-12-09 |
| 608. | Alex (themajoralex) | 56.03 | 94% | 2024-12-29 |
| 609. | Nulldev (nulldev) | 55.99 | 92% | 2017-04-07 |
| 610. | :) (heyimpakistani) | 55.98 | 96% | 2019-05-21 |
| 611. | Shinn (slok) | 55.98 | — | 2011-02-23 |
| 612. | silverfish (s1lverfish) | 55.98 | 97% | 2023-06-11 |
| 613. | lavi (reallavi) | 55.88 | 96.8% | 2024-01-21 |
| 614. | Lamen (lamen_) | 55.85 | 95% | 2023-07-18 |
| 615. | coen (coencidence) | 55.82 | 96% | 2025-10-17 |
| 616. | Gswt (gswt) | 55.78 | 96% | 2023-11-23 |
| 617. | saeed (saeedhsv) | 55.75 | 96.3% | 2025-04-17 |
| 618. | Yeho (yeho) | 55.72 | 94% | 2018-06-06 |
| 619. | ashalisalamdanam (ashalisal... | 55.72 | 97% | 2023-08-22 |
| 620. | Pramod Adhikari (justpramod) | 55.70 | 96.6% | 2025-01-14 |
| 621. | Kit (yukit123) | 55.68 | 99.1% | 2023-12-07 |
| 622. | Slippery (1staznbum) | 55.67 | 97% | 2025-03-05 |
| 623. | Mog (moginspace) | 55.66 | 97% | 2024-08-05 |
| 624. | slayerofthend (slayerofthend) | 55.64 | 94% | 2022-08-08 |
| 625. | Supawat (tamsri) | 55.60 | 97% | 2023-07-21 |
| 626. | flying511 (flying511) | 55.56 | 97% | 2024-10-09 |
| 627. | Bud (budmc29) | 55.51 | 95% | 2017-05-28 |
| 628. | John (johnmellor) | 55.45 | 90% | 2014-10-27 |
| 629. | Andrew (andmarek) | 55.43 | 91% | 2016-05-12 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |