/* 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 |
---|---|---|---|---|
1043. | GAfan(dr34ml3nd) (gafan_dr3... | 40.67 | 93.8% | 2025-03-10 |
1044. | Moogie (moogie1) | 40.66 | 97% | 2023-06-19 |
1045. | Jhosmar (jhosmar) | 40.59 | 94% | 2025-05-29 |
1046. | Marktyper (bruhahaha) | 40.55 | 93% | 2024-12-08 |
1047. | danjkstra (danjkstra) | 40.54 | 94% | 2022-11-16 |
1048. | Iman Ranjbar (imanranjbar) | 40.53 | 95% | 2023-04-21 |
1049. | SPIDER 🕷️🕸️ (mrlust) | 40.53 | 91% | 2024-02-05 |
1050. | Pencho (pencho_ludia) | 40.51 | 91% | 2024-04-21 |
1051. | jhosmar (jhosmar_carlos) | 40.51 | 93% | 2025-06-08 |
1052. | Bit (bitnerik) | 40.46 | 97% | 2021-07-18 |
1053. | Tommy (hayden7857) | 40.42 | 96.5% | 2024-03-28 |
1054. | Christian (trotuele) | 40.40 | 93% | 2024-02-29 |
1055. | MX MECHANICAL (mx_mechanical) | 40.38 | 95% | 2024-09-05 |
1056. | jSON (json0318) | 40.38 | 95% | 2025-01-23 |
1057. | Chirag (chirag_2580) | 40.34 | 93% | 2024-02-17 |
1058. | Azrael (_azrael) | 40.34 | 93% | 2025-06-08 |
1059. | Tito (titogocrazy) | 40.32 | 96% | 2023-12-01 |
1060. | kynmp (rng2036) | 40.32 | 97% | 2024-12-05 |
1061. | punit (thakelatyper) | 40.31 | 96% | 2022-07-26 |
1062. | Yuna (yunafix) | 40.30 | 96% | 2022-07-29 |
1063. | 242 baha (ejjs242) | 40.30 | 94% | 2024-05-04 |
1064. | mugurel (dobrogeanum) | 40.28 | 92% | 2015-07-10 |
1065. | tomas (tcajiao) | 40.27 | 93% | 2024-02-24 |
1066. | Annie (annietrann) | 40.25 | 89% | 2014-04-16 |
1067. | ng (ngenji) | 40.24 | 97% | 2024-02-28 |
1068. | Afzal (afzal_ansari) | 40.20 | 96.7% | 2024-08-08 |
1069. | JD (jigglyjd) | 40.20 | 95% | 2023-08-14 |
1070. | Andrés (andresmosquera) | 40.20 | 95.9% | 2023-10-14 |
1071. | Fairyball (fairyballyt) | 40.19 | 94% | 2023-07-24 |
1072. | billy (billytheg) | 40.18 | 94% | 2025-02-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |