/* 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 |
---|---|---|---|---|
1422. | Palestine Freedom (greenza) | 31.01 | 96% | 2024-05-08 |
1423. | viku (bluesky990) | 31.01 | 94% | 2024-03-08 |
1424. | mauricwhid (mauricwhid) | 30.99 | 93% | 2024-09-08 |
1425. | dendrose (dendrose) | 30.98 | 92.2% | 2024-03-13 |
1426. | sina (sina123) | 30.96 | 95% | 2023-12-31 |
1427. | Angelusica (angelusica) | 30.96 | 92% | 2024-05-14 |
1428. | sunilprajapat (guddubahiya) | 30.95 | 95.9% | 2024-01-11 |
1429. | genieghost (genieghost) | 30.94 | 96% | 2024-02-16 |
1430. | Sasko (sasko) | 30.93 | 91% | 2023-09-23 |
1431. | Sam (sameer_sam) | 30.93 | 98% | 2023-09-23 |
1432. | nb (nb2002) | 30.92 | 89% | 2024-01-15 |
1433. | Skaa (ska4_) | 30.88 | 97% | 2024-01-05 |
1434. | Jasel (js_3l) | 30.86 | 92% | 2024-11-05 |
1435. | Ng (venxuenplays) | 30.86 | 94% | 2023-09-11 |
1436. | yellowflash2646 (yellowflas... | 30.83 | 92% | 2023-11-21 |
1437. | Tambi (jcp_cs_2) | 30.82 | 93% | 2024-02-15 |
1438. | iKelsio (ikelsio) | 30.78 | 98% | 2023-08-01 |
1439. | naxys (razumikhin) | 30.77 | 92% | 2024-12-31 |
1440. | Arthur (99guest99) | 30.76 | 93% | 2023-11-19 |
1441. | Juan (jesuus_is_coming) | 30.76 | 94% | 2024-02-15 |
1442. | its_abhi (abhi_guy_01) | 30.75 | 90% | 2024-03-04 |
1443. | AnupGhimire (anupghimire2065) | 30.74 | 92% | 2025-02-01 |
1444. | Ravi (ivholmlu) | 30.67 | 93% | 2024-05-26 |
1445. | henspen (henspen) | 30.62 | 97% | 2024-02-10 |
1446. | Milan (m_i_n_o) | 30.57 | 95% | 2022-11-02 |
1447. | Nel (fodsdj) | 30.51 | 96% | 2024-05-07 |
1448. | ayan (blaze121212) | 30.47 | 90% | 2024-11-13 |
1449. | dkji (dkji1006) | 30.43 | 95% | 2024-09-17 |
1450. | Senvidu (galaxy_slayer_zed_2) | 30.37 | 96% | 2024-10-10 |
1451. | Jay (jelly_dot) | 30.36 | 98% | 2024-05-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |