/* 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 |
---|---|---|---|---|
1536. | Ovidiu (oschipor) | 27.74 | 97% | 2019-05-20 |
1537. | Ben (banjamaan) | 27.74 | 91.3% | 2023-11-03 |
1538. | A.A (adnan_aji) | 27.70 | 96% | 2024-01-10 |
1539. | Big Brain (bigbrain15) | 27.70 | 92% | 2024-05-30 |
1540. | Abraham Kifle (abrahm_kifle) | 27.69 | 93% | 2023-08-14 |
1541. | Rohan (r_yadav01) | 27.66 | 94.2% | 2023-12-24 |
1542. | Farhan (farhan_op) | 27.60 | 94% | 2021-07-12 |
1543. | renan (renanv) | 27.56 | 92% | 2023-07-19 |
1544. | mak (makmak2) | 27.48 | 96% | 2024-09-30 |
1545. | Sohil (ozwizardd) | 27.47 | 91% | 2024-07-04 |
1546. | mils (speedymils) | 27.45 | 97% | 2023-07-21 |
1547. | Chammanos (blackpolar555) | 27.44 | 93% | 2024-03-11 |
1548. | tlmterron (tlmterron) | 27.42 | 93% | 2023-09-02 |
1549. | José Rafael (jose_rafael016) | 27.41 | 91% | 2023-08-20 |
1550. | Kelly (zkli) | 27.41 | 95% | 2024-08-14 |
1551. | Monia (budzyn) | 27.39 | 96% | 2022-03-19 |
1552. | DiaPo (diapositive) | 27.36 | 93% | 2025-05-16 |
1553. | dean (aizdeann) | 27.32 | 96% | 2023-08-15 |
1554. | RD (razal_1811) | 27.28 | 93% | 2024-04-18 |
1555. | Ajos (ajos6969) | 27.27 | 93% | 2023-08-15 |
1556. | dropeee (dropeeexx11) | 27.23 | 90% | 2024-11-25 |
1557. | safwan (strikerrr123) | 27.20 | 92% | 2024-12-05 |
1558. | cursed (6ursed) | 27.20 | 90% | 2023-08-03 |
1559. | Heisfer (heisfer) | 27.19 | 92.9% | 2023-12-23 |
1560. | The_Untold (the_untold) | 27.12 | 94% | 2024-06-08 |
1561. | Eskey (eskey) | 27.00 | 93% | 2021-10-23 |
1562. | yakin (mizaoi) | 26.99 | 91% | 2024-08-01 |
1563. | Luis Rodrigo Ramos Martinez... | 26.92 | 94% | 2024-06-09 |
1564. | Danil (agent_d) | 26.92 | 91% | 2024-12-03 |
1565. | Bob (bobc123) | 26.91 | 90% | 2023-10-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |