/** 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 |
---|---|---|---|---|
560. | Titia (titiadecastro) | 56.31 | 95% | 2023-08-15 |
561. | SPIDER 🕷️🕸️ (mrlust) | 56.24 | 92% | 2024-02-28 |
562. | Hayder (thepinkpanther77) | 56.24 | 95% | 2024-04-04 |
563. | Isaac (skmisaac) | 56.20 | 96% | 2015-01-07 |
564. | no (nomaybeyes) | 56.20 | 98% | 2022-09-19 |
565. | Max (xlmax2lx) | 56.17 | 97% | 2023-05-03 |
566. | sintyaku (sansyaku) | 56.12 | 94% | 2011-05-17 |
567. | Noe (noe7) | 56.11 | 96% | 2016-04-27 |
568. | Durim (dura007k) | 56.08 | 97% | 2014-12-09 |
569. | Alex (themajoralex) | 56.03 | 94% | 2024-12-29 |
570. | Nulldev (nulldev) | 55.99 | 92% | 2017-04-07 |
571. | :) (heyimpakistani) | 55.98 | 96% | 2019-05-21 |
572. | Shinn (slok) | 55.98 | — | 2011-02-23 |
573. | silverfish (s1lverfish) | 55.98 | 97% | 2023-06-11 |
574. | lavi (reallavi) | 55.88 | 96.8% | 2024-01-21 |
575. | Lamen (lamen_) | 55.85 | 95% | 2023-07-18 |
576. | Per (dubgeiser) | 55.81 | 97.9% | 2024-09-06 |
577. | Gswt (gswt) | 55.78 | 96% | 2023-11-23 |
578. | saeed (saeedhsv) | 55.75 | 96.3% | 2025-04-17 |
579. | Yeho (yeho) | 55.72 | 94% | 2018-06-06 |
580. | ashalisalamdanam (ashalisal... | 55.72 | 97% | 2023-08-22 |
581. | stoney456 (stoney456) | 55.72 | 97% | 2025-04-08 |
582. | Pramod Adhikari (justpramod) | 55.70 | 97% | 2025-01-14 |
583. | Kit (yukit123) | 55.68 | 99.1% | 2023-12-07 |
584. | Slippery (1staznbum) | 55.67 | 97% | 2025-03-05 |
585. | Mog (moginspace) | 55.66 | 97% | 2024-08-05 |
586. | slayerofthend (slayerofthend) | 55.64 | 94% | 2022-08-08 |
587. | Supawat (tamsri) | 55.60 | 97% | 2023-07-21 |
588. | flying511 (flying511) | 55.56 | 97% | 2024-10-09 |
589. | Bud (budmc29) | 55.51 | 95% | 2017-05-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |