/* 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 |
---|---|---|---|---|
1108. | kostis (oh_yeah_go) | 38.50 | 94% | 2022-01-25 |
1109. | Sayooj (syjmohn) | 38.49 | 94% | 2024-12-26 |
1110. | Joakim (wakakins) | 38.47 | 92% | 2024-11-18 |
1111. | zen (zensa) | 38.44 | 95% | 2023-06-18 |
1112. | Mithophir (mithophir) | 38.43 | 93% | 2024-04-28 |
1113. | travler (travler) | 38.40 | 93% | 2023-09-18 |
1114. | Suraj (suraj80) | 38.40 | 95% | 2024-06-15 |
1115. | Avazbek (a_avazbek_a) | 38.37 | 93% | 2023-06-18 |
1116. | Amit (amit__123) | 38.36 | 93% | 2023-08-03 |
1117. | bukaku (bukaku) | 38.32 | 93% | 2024-02-12 |
1118. | David (cptdavid) | 38.30 | 97% | 2023-11-21 |
1119. | yrsntei (yrsntei) | 38.23 | 91.8% | 2024-01-27 |
1120. | Labione (labione) | 38.15 | 94.4% | 2024-10-12 |
1121. | Celokomeu (celokomeu) | 38.15 | 95.4% | 2024-06-18 |
1122. | Jared (lunalorticum) | 38.10 | 94% | 2023-10-03 |
1123. | KEN (kent_type) | 38.08 | 94% | 2023-08-19 |
1124. | Kai (kai_c) | 38.07 | 92% | 2023-07-02 |
1125. | Francesco (cecco43) | 38.01 | 94% | 2024-02-06 |
1126. | Jacq (jacquel) | 38.01 | 96.4% | 2024-01-10 |
1127. | Suman Tiwari (sanz80) | 37.99 | 97% | 2023-06-27 |
1128. | Kamal (_kamal) | 37.98 | 95% | 2024-01-18 |
1129. | maerih (maerih) | 37.95 | 94% | 2024-06-06 |
1130. | techniko (vial1234) | 37.94 | 92% | 2023-06-24 |
1131. | Quick Fox (key_of_boards) | 37.92 | 94% | 2023-07-05 |
1132. | Carlos (carloszapata) | 37.91 | 94% | 2023-05-13 |
1133. | Kyle (wrestlingwarrior3) | 37.87 | 93% | 2024-05-27 |
1134. | Ahmed (ahmed_elashraf) | 37.85 | 93% | 2025-04-19 |
1135. | symbolsnumbers (programmerp... | 37.83 | 93% | 2023-05-31 |
1136. | Near (nearzera) | 37.80 | 94% | 2023-07-12 |
1137. | AyaseShu (ayaseshu) | 37.76 | 93% | 2024-09-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |