/* 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 |
---|---|---|---|---|
1533. | Kyle (kyle_12) | 31.26 | 95% | 2023-07-07 |
1534. | wht002 (wht002) | 31.22 | 92.2% | 2024-03-21 |
1535. | David (david_chen) | 31.22 | 95% | 2025-04-25 |
1536. | Khine (knsxw_) | 31.20 | 96% | 2023-08-30 |
1537. | Naren (spoiled_brat) | 31.19 | 91% | 2024-04-19 |
1538. | Sandra (badmac16) | 31.16 | 97% | 2024-01-31 |
1539. | Hazwar (hazwar_09) | 31.16 | 91% | 2025-01-10 |
1540. | Just Kamal (just_kamal) | 31.15 | 90% | 2025-03-03 |
1541. | eldjey (eldjey) | 31.13 | 93% | 2024-09-13 |
1542. | TheJulez (thejulez) | 31.12 | 93% | 2023-08-17 |
1543. | teresa (tterrrz) | 31.08 | 97% | 2024-12-19 |
1544. | Amarpreet (bhangu_05) | 31.07 | 93% | 2021-11-12 |
1545. | AbuWaleed (abuwaleed) | 31.04 | 96% | 2023-07-10 |
1546. | Sid (8_sid_8) | 31.02 | 98% | 2023-09-07 |
1547. | Palestine Freedom (greenza) | 31.01 | 96% | 2024-05-08 |
1548. | viku (bluesky990) | 31.01 | 94% | 2024-03-08 |
1549. | mauricwhid (mauricwhid) | 30.99 | 93% | 2024-09-08 |
1550. | dendrose (dendrose) | 30.98 | 92.2% | 2024-03-13 |
1551. | sina (sina123) | 30.96 | 95% | 2023-12-31 |
1552. | Angelusica (angelusica) | 30.96 | 92% | 2024-05-14 |
1553. | sunilprajapat (guddubahiya) | 30.95 | 95.9% | 2024-01-11 |
1554. | genieghost (genieghost) | 30.94 | 96% | 2024-02-16 |
1555. | Sasko (sasko) | 30.93 | 91% | 2023-09-23 |
1556. | Sam (sameer_sam) | 30.93 | 98% | 2023-09-23 |
1557. | nb (nb2002) | 30.92 | 89% | 2024-01-15 |
1558. | Skaa (ska4_) | 30.88 | 97% | 2024-01-05 |
1559. | Jasel (js_3l) | 30.86 | 92% | 2024-11-05 |
1560. | Ng (venxuenplays) | 30.86 | 94% | 2023-09-11 |
1561. | yellowflash2646 (yellowflas... | 30.83 | 92% | 2023-11-21 |
1562. | Tambi (jcp_cs_2) | 30.82 | 93% | 2024-02-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |