/** 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 |
---|---|---|---|---|
861. | Ravi (lamkoti) | 49.28 | 96% | 2023-06-26 |
862. | Vrexu (vrexo) | 49.26 | 98% | 2012-11-27 |
863. | Ivan Aldwin (ivanaldwin730) | 49.25 | 95% | 2023-08-20 |
864. | Serg (seprimion) | 49.23 | 99% | 2024-04-11 |
865. | Danuartha (danuuuuu) | 49.23 | 96% | 2024-03-25 |
866. | Ezra (thedigitalallo) | 49.22 | 98% | 2025-01-22 |
867. | Matthew (mppp) | 49.21 | 89% | 2012-12-01 |
868. | frog (fijixt) | 49.21 | 96% | 2023-10-19 |
869. | jjk2005 (jungjunkim) | 49.21 | 97% | 2023-07-25 |
870. | Lucian (robominator667) | 49.19 | 94% | 2023-09-25 |
871. | Abdul (abdulwd) | 49.18 | 95% | 2020-04-05 |
872. | SkyPromp (skyprompdvorak) | 49.17 | 96% | 2024-06-09 |
873. | ᨐ (lostmia) | 49.12 | 93% | 2024-01-11 |
874. | Utsav (utsav2) | 49.08 | 85% | 2016-09-09 |
875. | Shrikanth (shrikanth) | 49.02 | 96% | 2011-08-12 |
876. | Badal sura (badalsura) | 49.02 | 96% | 2023-07-20 |
877. | Light (marcodlzo) | 48.98 | 92% | 2024-02-21 |
878. | Sayan (sayan_c) | 48.97 | 94% | 2023-06-11 |
879. | paddy (kattumanidhan) | 48.97 | 95% | 2023-06-16 |
880. | azw4d (azw4d) | 48.97 | 93% | 2023-10-17 |
881. | Arturo (arturojreal) | 48.96 | 91% | 2015-12-29 |
882. | Grandhal (grandhal) | 48.95 | 91% | 2013-03-15 |
883. | Arif (arifali) | 48.95 | 97% | 2023-09-19 |
884. | Kevin (skillz9600) | 48.93 | 96% | 2022-12-12 |
885. | Andy (supertyper123123123) | 48.93 | 94% | 2024-11-05 |
886. | Eskanel (eskanel) | 48.77 | 94% | 2024-01-05 |
887. | Ayham (ayhamgh) | 48.73 | 94% | 2023-08-15 |
888. | Piotr (piotros) | 48.73 | 95% | 2023-10-27 |
889. | Jack (jacknachos) | 48.71 | 95.3% | 2024-12-05 |
890. | Jason (tracerx) | 48.71 | 98% | 2023-07-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |