/* 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 |
---|---|---|---|---|
1443. | Kyle (kyle_12) | 31.26 | 95% | 2023-07-07 |
1444. | wht002 (wht002) | 31.22 | 92% | 2024-03-21 |
1445. | Khine (knsxw_) | 31.20 | 96% | 2023-08-30 |
1446. | Naren (spoiled_brat) | 31.19 | 91% | 2024-04-19 |
1447. | Sandra (badmac16) | 31.16 | 97% | 2024-01-31 |
1448. | Hazwar (hazwar_09) | 31.16 | 91% | 2025-01-10 |
1449. | eldjey (eldjey) | 31.13 | 93% | 2024-09-13 |
1450. | TheJulez (thejulez) | 31.12 | 93% | 2023-08-17 |
1451. | teresa (tterrrz) | 31.08 | 97% | 2024-12-19 |
1452. | Amarpreet (bhangu_05) | 31.07 | 93% | 2021-11-12 |
1453. | AbuWaleed (abuwaleed) | 31.04 | 96% | 2023-07-10 |
1454. | PastaSmuggler (pasta_smuggler) | 31.03 | 92% | 2024-08-16 |
1455. | Sid (8_sid_8) | 31.02 | 98% | 2023-09-07 |
1456. | Palestine Freedom (greenza) | 31.01 | 96% | 2024-05-08 |
1457. | viku (bluesky990) | 31.01 | 94% | 2024-03-08 |
1458. | mauricwhid (mauricwhid) | 30.99 | 93% | 2024-09-08 |
1459. | dendrose (dendrose) | 30.98 | 92.2% | 2024-03-13 |
1460. | sina (sina123) | 30.96 | 95% | 2023-12-31 |
1461. | Angelusica (angelusica) | 30.96 | 92% | 2024-05-14 |
1462. | sunilprajapat (guddubahiya) | 30.95 | 95.9% | 2024-01-11 |
1463. | genieghost (genieghost) | 30.94 | 96% | 2024-02-16 |
1464. | Sasko (sasko) | 30.93 | 91% | 2023-09-23 |
1465. | Sam (sameer_sam) | 30.93 | 98% | 2023-09-23 |
1466. | nb (nb2002) | 30.92 | 89% | 2024-01-15 |
1467. | Skaa (ska4_) | 30.88 | 97% | 2024-01-05 |
1468. | Jasel (js_3l) | 30.86 | 92% | 2024-11-05 |
1469. | Ng (venxuenplays) | 30.86 | 94% | 2023-09-11 |
1470. | yellowflash2646 (yellowflas... | 30.83 | 92% | 2023-11-21 |
1471. | Tambi (jcp_cs_2) | 30.82 | 93% | 2024-02-15 |
1472. | iKelsio (ikelsio) | 30.78 | 98% | 2023-08-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |