/* Read a set of characters from the socket */ StringBuffer command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.nextInt() % 1024); } while (expected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e) { log.warn("StandardServer.await: read: ", e); ch = -1; } if (ch < 32) /* Control character or EOF terminates loop break; command.append((char) ch); expected--; }
—from Tomcat Server, a software by Apache Project
Active since December 19, 2009.
542 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
1001. | hack89 (hack89) | 40.77 | 97% | 2022-02-17 |
1002. | Ashok (ashokabrother) | 40.77 | 97% | 2024-04-18 |
1003. | #1 (speed18) | 40.76 | 93.4% | 2025-02-16 |
1004. | Ahmed (a_h5s_h) | 40.73 | 95% | 2023-08-18 |
1005. | Daniel (danyong) | 40.70 | 96% | 2025-04-28 |
1006. | GAfan(dr34ml3nd) (gafan_dr3... | 40.67 | 93.8% | 2025-03-10 |
1007. | Moogie (moogie1) | 40.66 | 97% | 2023-06-19 |
1008. | Marktyper (bruhahaha) | 40.55 | 93% | 2024-12-08 |
1009. | danjkstra (danjkstra) | 40.54 | 94% | 2022-11-16 |
1010. | Iman Ranjbar (imanranjbar) | 40.53 | 95% | 2023-04-21 |
1011. | SPIDER 🕷️🕸️ (mrlust) | 40.53 | 91% | 2024-02-05 |
1012. | Pencho (pencho_ludia) | 40.51 | 91% | 2024-04-21 |
1013. | jhosmar (jhosmar_carlos) | 40.51 | 93% | 2025-06-08 |
1014. | Bit (bitnerik) | 40.46 | 97% | 2021-07-18 |
1015. | Tommy (hayden7857) | 40.42 | 96.5% | 2024-03-28 |
1016. | Christian (trotuele) | 40.40 | 93% | 2024-02-29 |
1017. | MX MECHANICAL (mx_mechanical) | 40.38 | 95% | 2024-09-05 |
1018. | jSON (json0318) | 40.38 | 95% | 2025-01-23 |
1019. | Chirag (chirag_2580) | 40.34 | 93% | 2024-02-17 |
1020. | Tito (titogocrazy) | 40.32 | 96% | 2023-12-01 |
1021. | kynmp (rng2036) | 40.32 | 97% | 2024-12-05 |
1022. | punit (thakelatyper) | 40.31 | 96% | 2022-07-26 |
1023. | Yuna (yunafix) | 40.30 | 96% | 2022-07-29 |
1024. | 242 baha (ejjs242) | 40.30 | 94% | 2024-05-04 |
1025. | mugurel (dobrogeanum) | 40.28 | 92% | 2015-07-10 |
1026. | tomas (tcajiao) | 40.27 | 93% | 2024-02-24 |
1027. | Annie (annietrann) | 40.25 | 89% | 2014-04-16 |
1028. | ng (ngenji) | 40.24 | 97% | 2024-02-28 |
1029. | Marcelo (kokosensei) | 40.21 | 94% | 2024-11-05 |
1030. | Afzal (afzal_ansari) | 40.20 | 96.7% | 2024-08-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |