/** 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 |
---|---|---|---|---|
1005. | SeanH (seanh8) | 46.02 | 97% | 2023-11-01 |
1006. | Tony (yehjunwei) | 46.00 | 93% | 2013-04-13 |
1007. | Delaan (hypa) | 45.98 | 94% | 2024-01-12 |
1008. | mat O (mat_o) | 45.97 | 97% | 2024-07-11 |
1009. | Duy (azioyon) | 45.97 | 93% | 2024-06-10 |
1010. | MX MECHANICAL (mx_mechanical) | 45.96 | 95% | 2024-09-06 |
1011. | Florentin (florentinl) | 45.94 | 96% | 2024-08-20 |
1012. | Hamas Egypt (mohamedadel2000) | 45.92 | 95% | 2024-10-08 |
1013. | Garrett (garrett345) | 45.89 | 97% | 2012-09-29 |
1014. | Maurício (mauodias) | 45.87 | 93% | 2012-06-21 |
1015. | Indeed (indeed001) | 45.87 | 93.9% | 2023-11-14 |
1016. | Yannick (yannick_704) | 45.87 | 95.5% | 2024-08-19 |
1017. | MrBoombastic (mr_boombaastic) | 45.85 | 96% | 2021-07-10 |
1018. | Bit (bitnerik) | 45.84 | 98% | 2021-07-18 |
1019. | Eliza (tuberkulose_eddy) | 45.78 | 98% | 2022-01-01 |
1020. | Kenyo (kenyoo) | 45.76 | 94% | 2025-05-01 |
1021. | sakhaprox (rportnoy) | 45.73 | — | 2010-12-22 |
1022. | Aburro (telilee) | 45.73 | 91% | 2011-05-17 |
1023. | gf (halaluka) | 45.73 | 96% | 2023-08-27 |
1024. | Rajat Das (rajat_das777) | 45.73 | 96% | 2023-08-29 |
1025. | One Miss (onemiss) | 45.73 | 97% | 2023-08-13 |
1026. | Desmond (locksi) | 45.73 | 96% | 2024-12-24 |
1027. | Globu (themagicglobe) | 45.71 | 91% | 2023-06-01 |
1028. | mdlp (mdlp) | 45.71 | 95% | 2023-09-09 |
1029. | jath03 (jath03) | 45.70 | 95% | 2019-08-09 |
1030. | Porker (porkerpig) | 45.66 | 96% | 2023-08-04 |
1031. | Slow Typist ツ (dasasd1) | 45.65 | 95% | 2023-07-07 |
1032. | An (annoyed) | 45.64 | — | 2009-12-26 |
1033. | mh10 (hmo_10) | 45.59 | 96% | 2023-11-27 |
1034. | zenithzel (zenithzel) | 45.59 | 95% | 2023-09-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |