/** 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 |
|---|---|---|---|---|
| 979. | qwertyqwerty223 (qwertyqwer... | 47.87 | 97.3% | 2024-05-18 |
| 980. | jason (jeissoni) | 47.86 | — | 2011-02-06 |
| 981. | Ameesh (yellow_flashh) | 47.86 | 94.5% | 2024-09-15 |
| 982. | (ninja_h2) | 47.84 | 93% | 2022-09-04 |
| 983. | Kha1r0 (kha1r0) | 47.84 | 94% | 2023-11-07 |
| 984. | gmsben (gmsben) | 47.78 | 96% | 2023-08-03 |
| 985. | MST (stereotypist) | 47.78 | 96% | 2024-03-04 |
| 986. | Star Fox (anarchy_v) | 47.77 | 95% | 2023-05-30 |
| 987. | ArifAli (testingyu) | 47.77 | 97% | 2023-12-07 |
| 988. | Skiken (aymen1508) | 47.76 | 95% | 2025-06-17 |
| 989. | sk (teslateslatesla) | 47.74 | 96% | 2021-09-13 |
| 990. | Johan7205 (joze7205) | 47.74 | 98.1% | 2023-11-06 |
| 991. | Ali Hassaan (ahmlmh) | 47.71 | 93% | 2012-12-20 |
| 992. | Nadiah (mcnadggets) | 47.69 | 97% | 2024-06-19 |
| 993. | monkescripts (monkescripts) | 47.68 | 97% | 2024-01-07 |
| 994. | Arturo Macias (arturomacias) | 47.64 | 96.4% | 2024-01-16 |
| 995. | Vilson (vilsonkh) | 47.61 | 99% | 2023-08-26 |
| 996. | Ashu (asaral) | 47.61 | 98% | 2023-07-17 |
| 997. | Max (maxsm) | 47.61 | 96% | 2025-04-05 |
| 998. | Payton (seaborgium) | 47.61 | 97% | 2025-05-19 |
| 999. | Elizabeth (emurguia663) | 47.60 | 98% | 2024-10-21 |
| 1000. | Jayden (shiakose) | 47.59 | 93.5% | 2024-04-03 |
| 1001. | Louis (louistan111) | 47.59 | 95% | 2022-11-23 |
| 1002. | xela (xelaos) | 47.56 | 95% | 2023-01-20 |
| 1003. | Raunak (aabbcc333) | 47.55 | 95% | 2025-11-10 |
| 1004. | Raheeb (hoenchioma) | 47.54 | 96% | 2023-09-25 |
| 1005. | Don't give up! (purtrus) | 47.53 | 93% | 2025-04-21 |
| 1006. | BOK (da_bok) | 47.53 | 96% | 2023-08-09 |
| 1007. | pärskis (borje) | 47.51 | 95% | 2023-08-21 |
| 1008. | Lucas (clausm) | 47.48 | 93% | 2025-10-26 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |