/* 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 |
---|---|---|---|---|
1070. | Celokomeu (celokomeu) | 38.15 | 95.4% | 2024-06-18 |
1071. | Jared (lunalorticum) | 38.10 | 94% | 2023-10-03 |
1072. | KEN (kent_type) | 38.08 | 94% | 2023-08-19 |
1073. | Francesco (cecco43) | 38.01 | 94% | 2024-02-06 |
1074. | Jacq (jacquel) | 38.01 | 96.4% | 2024-01-10 |
1075. | Kamal (_kamal) | 37.98 | 95% | 2024-01-18 |
1076. | maerih (maerih) | 37.95 | 94% | 2024-06-06 |
1077. | Quick Fox (key_of_boards) | 37.92 | 94% | 2023-07-05 |
1078. | Carlos (carloszapata) | 37.91 | 94% | 2023-05-13 |
1079. | Kyle (wrestlingwarrior3) | 37.87 | 93% | 2024-05-27 |
1080. | Ahmed (ahmed_elashraf) | 37.85 | 93% | 2025-04-19 |
1081. | AyaseShu (ayaseshu) | 37.76 | 93% | 2024-09-23 |
1082. | Mikachewww (mikachewww) | 37.74 | 92% | 2024-08-05 |
1083. | gazi (gazi_maksudur) | 37.73 | 95% | 2023-05-29 |
1084. | farouk (farouk_tn) | 37.66 | 92% | 2024-03-17 |
1085. | Splinx (splinx) | 37.62 | 96% | 2025-01-23 |
1086. | maerih🇰🇪 (maerih_ke) | 37.60 | 92% | 2024-10-12 |
1087. | Zeyad (zeyad_mohamed) | 37.59 | 94% | 2023-06-07 |
1088. | Jasmine (jazmina) | 37.56 | 96% | 2023-07-25 |
1089. | Daniel (danyong) | 37.55 | 96% | 2023-07-01 |
1090. | Sophie (sophh) | 37.53 | 88% | 2016-12-20 |
1091. | ATCB1 (atcb1) | 37.49 | 94% | 2024-06-02 |
1092. | Manish (god_of_minds) | 37.47 | 97.1% | 2025-01-25 |
1093. | kketamine (kketamine) | 37.46 | 96% | 2022-01-09 |
1094. | Mark (markharley12) | 37.46 | 95.6% | 2023-10-04 |
1095. | arsenganteng (arsenjago) | 37.45 | 90% | 2024-08-25 |
1096. | Sam (brem_dog) | 37.43 | 90% | 2023-07-14 |
1097. | Hamza (hamza_g) | 37.33 | 94% | 2022-07-30 |
1098. | LightTreasure (lighttreasure) | 37.33 | 95% | 2024-09-20 |
1099. | Brigita (bribri01) | 37.27 | 93% | 2022-08-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |