/* 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 |
---|---|---|---|---|
1490. | RD (razal_1811) | 27.28 | 93% | 2024-04-18 |
1491. | Ajos (ajos6969) | 27.27 | 93% | 2023-08-15 |
1492. | Fanor (fanor) | 27.25 | 92.9% | 2025-05-04 |
1493. | dropeee (dropeeexx11) | 27.23 | 90% | 2024-11-25 |
1494. | safwan (strikerrr123) | 27.20 | 92% | 2024-12-05 |
1495. | cursed (6ursed) | 27.20 | 90% | 2023-08-03 |
1496. | Heisfer (heisfer) | 27.19 | 92.9% | 2023-12-23 |
1497. | The_Untold (the_untold) | 27.12 | 94% | 2024-06-08 |
1498. | Eskey (eskey) | 27.00 | 93% | 2021-10-23 |
1499. | yakin (mizaoi) | 26.99 | 91% | 2024-08-01 |
1500. | Luis Rodrigo Ramos Martinez... | 26.92 | 94% | 2024-06-09 |
1501. | Danil (agent_d) | 26.92 | 91% | 2024-12-03 |
1502. | Bob (bobc123) | 26.91 | 90% | 2023-10-16 |
1503. | Linis (linis) | 26.91 | 92% | 2023-11-24 |
1504. | memo (m3mo) | 26.86 | 93% | 2024-02-27 |
1505. | Me (warren_jhondry) | 26.85 | 95% | 2025-01-11 |
1506. | ahmed essam (mada07) | 26.81 | 93% | 2023-08-13 |
1507. | Khawla Halim (khawla_hlm) | 26.80 | 94% | 2023-05-24 |
1508. | AlexSanderLopez (alexsander... | 26.79 | 93% | 2024-06-09 |
1509. | Mahmoud (7oodaa) | 26.74 | 90% | 2023-06-06 |
1510. | avelin (avelin) | 26.73 | 90% | 2023-10-09 |
1511. | Vaibhav Kumar (hudson_hornet) | 26.70 | 95% | 2023-06-20 |
1512. | P ʀ ɪ ɴ ᴄ á´... | 26.68 | 95% | 2023-06-15 |
1513. | Ezran (casually_dumb) | 26.54 | 94% | 2024-01-11 |
1514. | AlStarBoy (moonboys) | 26.52 | 91% | 2025-01-19 |
1515. | Mohab (_mohab_) | 26.51 | 93% | 2023-06-05 |
1516. | patrick (the_brucey) | 26.36 | 92% | 2022-10-30 |
1517. | Amine (amine_frihi) | 26.30 | 94.1% | 2025-01-17 |
1518. | Cristian Flores (elamigo246) | 26.27 | 94% | 2024-06-09 |
1519. | austirol (austirol) | 26.24 | 93% | 2023-12-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |