/* 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 |
---|---|---|---|---|
1105. | Mithophir (mithophir) | 38.43 | 93% | 2024-04-28 |
1106. | travler (travler) | 38.40 | 93% | 2023-09-18 |
1107. | Suraj (suraj80) | 38.40 | 95% | 2024-06-15 |
1108. | Avazbek (a_avazbek_a) | 38.37 | 93% | 2023-06-18 |
1109. | Amit (amit__123) | 38.36 | 93% | 2023-08-03 |
1110. | bukaku (bukaku) | 38.32 | 93% | 2024-02-12 |
1111. | David (cptdavid) | 38.30 | 97% | 2023-11-21 |
1112. | yrsntei (yrsntei) | 38.23 | 91.8% | 2024-01-27 |
1113. | Labione (labione) | 38.15 | 94.4% | 2024-10-12 |
1114. | Celokomeu (celokomeu) | 38.15 | 95.4% | 2024-06-18 |
1115. | Jared (lunalorticum) | 38.10 | 94% | 2023-10-03 |
1116. | KEN (kent_type) | 38.08 | 94% | 2023-08-19 |
1117. | Francesco (cecco43) | 38.01 | 94% | 2024-02-06 |
1118. | Jacq (jacquel) | 38.01 | 96.4% | 2024-01-10 |
1119. | Kamal (_kamal) | 37.98 | 95% | 2024-01-18 |
1120. | maerih (maerih) | 37.95 | 94% | 2024-06-06 |
1121. | techniko (vial1234) | 37.94 | 92% | 2023-06-24 |
1122. | Quick Fox (key_of_boards) | 37.92 | 94% | 2023-07-05 |
1123. | Carlos (carloszapata) | 37.91 | 94% | 2023-05-13 |
1124. | Kyle (wrestlingwarrior3) | 37.87 | 93% | 2024-05-27 |
1125. | Ahmed (ahmed_elashraf) | 37.85 | 93% | 2025-04-19 |
1126. | Near (nearzera) | 37.80 | 94% | 2023-07-12 |
1127. | AyaseShu (ayaseshu) | 37.76 | 93% | 2024-09-23 |
1128. | Mikachewww (mikachewww) | 37.74 | 92% | 2024-08-05 |
1129. | gazi (gazi_maksudur) | 37.73 | 95% | 2023-05-29 |
1130. | farouk (farouk_tn) | 37.66 | 92% | 2024-03-17 |
1131. | Splinx (splinx) | 37.62 | 96% | 2025-01-23 |
1132. | maerih🇰🇪 (maerih_ke) | 37.60 | 92% | 2024-10-12 |
1133. | Zeyad (zeyad_mohamed) | 37.59 | 94% | 2023-06-07 |
1134. | Jasmine (jazmina) | 37.56 | 96% | 2023-07-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |