/* 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 |
---|---|---|---|---|
1115. | Labione (labione) | 38.15 | 94.4% | 2024-10-12 |
1116. | Celokomeu (celokomeu) | 38.15 | 95.4% | 2024-06-18 |
1117. | Jared (lunalorticum) | 38.10 | 94% | 2023-10-03 |
1118. | KEN (kent_type) | 38.08 | 94% | 2023-08-19 |
1119. | Kai (kai_c) | 38.07 | 92% | 2023-07-02 |
1120. | Francesco (cecco43) | 38.01 | 94% | 2024-02-06 |
1121. | Jacq (jacquel) | 38.01 | 96.4% | 2024-01-10 |
1122. | Suman Tiwari (sanz80) | 37.99 | 97% | 2023-06-27 |
1123. | Kamal (_kamal) | 37.98 | 95% | 2024-01-18 |
1124. | maerih (maerih) | 37.95 | 94% | 2024-06-06 |
1125. | techniko (vial1234) | 37.94 | 92% | 2023-06-24 |
1126. | Quick Fox (key_of_boards) | 37.92 | 94% | 2023-07-05 |
1127. | Carlos (carloszapata) | 37.91 | 94% | 2023-05-13 |
1128. | Kyle (wrestlingwarrior3) | 37.87 | 93% | 2024-05-27 |
1129. | Ahmed (ahmed_elashraf) | 37.85 | 93% | 2025-04-19 |
1130. | symbolsnumbers (programmerp... | 37.83 | 93% | 2023-05-31 |
1131. | Near (nearzera) | 37.80 | 94% | 2023-07-12 |
1132. | AyaseShu (ayaseshu) | 37.76 | 93% | 2024-09-23 |
1133. | Mikachewww (mikachewww) | 37.74 | 92% | 2024-08-05 |
1134. | gazi (gazi_maksudur) | 37.73 | 95% | 2023-05-29 |
1135. | farouk (farouk_tn) | 37.66 | 92% | 2024-03-17 |
1136. | Splinx (splinx) | 37.62 | 96% | 2025-01-23 |
1137. | maerih🇰🇪 (maerih_ke) | 37.60 | 92% | 2024-10-12 |
1138. | Zeyad (zeyad_mohamed) | 37.59 | 94% | 2023-06-07 |
1139. | Jasmine (jazmina) | 37.56 | 96% | 2023-07-25 |
1140. | Sophie (sophh) | 37.53 | 88% | 2016-12-20 |
1141. | ATCB1 (atcb1) | 37.49 | 94% | 2024-06-02 |
1142. | Manish (god_of_minds) | 37.47 | 97.1% | 2025-01-25 |
1143. | kketamine (kketamine) | 37.46 | 96% | 2022-01-09 |
1144. | Mark (markharley12) | 37.46 | 95.6% | 2023-10-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |