/* 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 |
---|---|---|---|---|
1084. | Splinx (splinx) | 37.62 | 96% | 2025-01-23 |
1085. | maerih🇰🇪 (maerih_ke) | 37.60 | 92% | 2024-10-12 |
1086. | Zeyad (zeyad_mohamed) | 37.59 | 94% | 2023-06-07 |
1087. | Jasmine (jazmina) | 37.56 | 96% | 2023-07-25 |
1088. | Daniel (danyong) | 37.55 | 96% | 2023-07-01 |
1089. | Sophie (sophh) | 37.53 | 88% | 2016-12-20 |
1090. | ATCB1 (atcb1) | 37.49 | 94% | 2024-06-02 |
1091. | Manish (god_of_minds) | 37.47 | 97.1% | 2025-01-25 |
1092. | kketamine (kketamine) | 37.46 | 96% | 2022-01-09 |
1093. | Mark (markharley12) | 37.46 | 95.6% | 2023-10-04 |
1094. | arsenganteng (arsenjago) | 37.45 | 90% | 2024-08-25 |
1095. | Sam (brem_dog) | 37.43 | 90% | 2023-07-14 |
1096. | Hamza (hamza_g) | 37.33 | 94% | 2022-07-30 |
1097. | LightTreasure (lighttreasure) | 37.33 | 95% | 2024-09-20 |
1098. | Brigita (bribri01) | 37.27 | 93% | 2022-08-05 |
1099. | alif (alifoliah) | 37.25 | 95% | 2023-08-09 |
1100. | Salam Adel (salam1800) | 37.24 | 93% | 2023-09-13 |
1101. | h3llo (alowqo) | 37.20 | 93% | 2023-09-23 |
1102. | Mohit (mohit_rider) | 37.17 | 95.5% | 2023-09-27 |
1103. | Vivian (modernnighthail) | 37.15 | 97.1% | 2024-12-10 |
1104. | mdogza (mdogza) | 37.13 | 97% | 2023-08-09 |
1105. | earomc (earomc) | 37.12 | 94% | 2023-07-27 |
1106. | Free Palestine (koenigsegg77) | 37.11 | 95% | 2024-07-30 |
1107. | tstats[zanies07] (zanies07) | 36.98 | 96% | 2023-01-05 |
1108. | Rayhan (chaosm26) | 36.94 | 96% | 2023-06-29 |
1109. | oleg (oleg_ros) | 36.92 | 95.3% | 2023-11-08 |
1110. | john (xtradiamond) | 36.91 | 92% | 2023-05-24 |
1111. | Gonzalo (gmurop) | 36.87 | 96.7% | 2024-02-24 |
1112. | Asta (radhekrishnan) | 36.85 | 95.1% | 2025-01-06 |
1113. | Manjari (manjari19) | 36.80 | 97% | 2024-11-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |