/* 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 |
---|---|---|---|---|
1146. | Mikachewww (mikachewww) | 37.74 | 92% | 2024-08-05 |
1147. | gazi (gazi_maksudur) | 37.73 | 95% | 2023-05-29 |
1148. | farouk (farouk_tn) | 37.66 | 92% | 2024-03-17 |
1149. | Splinx (splinx) | 37.62 | 96% | 2025-01-23 |
1150. | maerih🇰🇪 (maerih_ke) | 37.60 | 92% | 2024-10-12 |
1151. | Zeyad (zeyad_mohamed) | 37.59 | 94% | 2023-06-07 |
1152. | omgSRT (omgsrt) | 37.58 | 96% | 2023-05-22 |
1153. | Jasmine (jazmina) | 37.56 | 96% | 2023-07-25 |
1154. | Sophie (sophh) | 37.53 | 88% | 2016-12-20 |
1155. | ATCB1 (atcb1) | 37.49 | 94% | 2024-06-02 |
1156. | Manish (god_of_minds) | 37.47 | 97.1% | 2025-01-25 |
1157. | kketamine (kketamine) | 37.46 | 96% | 2022-01-09 |
1158. | Mark (markharley12) | 37.46 | 95.6% | 2023-10-04 |
1159. | arsenganteng (arsenjago) | 37.45 | 90% | 2024-08-25 |
1160. | Sam (brem_dog) | 37.43 | 90% | 2023-07-14 |
1161. | Jack (backpack_jack) | 37.38 | 94% | 2025-05-22 |
1162. | Hamza (hamza_g) | 37.33 | 94% | 2022-07-30 |
1163. | LightTreasure (lighttreasure) | 37.33 | 95% | 2024-09-20 |
1164. | Mat (clockowl) | 37.33 | 98% | 2023-07-15 |
1165. | Brigita (bribri01) | 37.27 | 93% | 2022-08-05 |
1166. | alif (alifoliah) | 37.25 | 95% | 2023-08-09 |
1167. | Salam Adel (salam1800) | 37.24 | 93% | 2023-09-13 |
1168. | h3llo (alowqo) | 37.20 | 93% | 2023-09-23 |
1169. | Mohit (mohit_rider) | 37.17 | 95.5% | 2023-09-27 |
1170. | Vivian (modernnighthail) | 37.15 | 97.1% | 2024-12-10 |
1171. | mdogza (mdogza) | 37.13 | 97% | 2023-08-09 |
1172. | earomc (earomc) | 37.12 | 94% | 2023-07-27 |
1173. | Free Palestine (koenigsegg77) | 37.11 | 95.5% | 2024-07-30 |
1174. | Chanelle (nelle_son) | 37.07 | 97% | 2023-07-09 |
1175. | tstats[zanies07] (zanies07) | 36.98 | 96% | 2023-01-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |