/* 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 |
---|---|---|---|---|
1436. | Jan (janq0) | 31.85 | 95% | 2023-08-06 |
1437. | D Leek (d_leek) | 31.80 | 93% | 2024-08-26 |
1438. | TurTle_Typist (2001prem) | 31.79 | 93% | 2023-08-10 |
1439. | z80 (zilogz80) | 31.76 | 99.3% | 2023-12-02 |
1440. | pinktape (funnybutpink) | 31.73 | 96% | 2023-11-21 |
1441. | Md. Mamun (mamun_sheikh) | 31.73 | 93% | 2023-06-16 |
1442. | Seane (seane_cifer) | 31.66 | 93.7% | 2024-05-11 |
1443. | MAMUN (wmamunhossain) | 31.64 | 95% | 2023-02-19 |
1444. | hanhcr7 (hanhcr7) | 31.61 | 91% | 2025-03-23 |
1445. | Buggy (bugssey) | 31.57 | 94% | 2023-12-09 |
1446. | sarvagna (sarvagna13) | 31.56 | 95% | 2023-07-27 |
1447. | Isay (isay__) | 31.55 | 95% | 2024-08-30 |
1448. | S (bigdooke) | 31.52 | 94% | 2024-03-27 |
1449. | Sergio Moises Apaza Caballe... | 31.51 | 93.2% | 2024-05-29 |
1450. | Sk Sofiur Rahaman (sksofiur... | 31.51 | 94% | 2023-07-08 |
1451. | Gareth42 (gareth42) | 31.47 | 95.3% | 2024-03-23 |
1452. | E aehhh rapazz como ta??? (... | 31.45 | 90% | 2011-07-12 |
1453. | Rodion (stalskyle) | 31.32 | 95% | 2023-06-25 |
1454. | Nacho (la_gorra) | 31.30 | 97% | 2025-02-28 |
1455. | Liz Mariela Perez Gervacio ... | 31.30 | 95% | 2025-06-09 |
1456. | Yobe (yobegaming) | 31.27 | 90% | 2025-01-30 |
1457. | pylic (pylic) | 31.27 | 93% | 2024-10-29 |
1458. | Kyle (kyle_12) | 31.26 | 95% | 2023-07-07 |
1459. | wht002 (wht002) | 31.22 | 92.2% | 2024-03-21 |
1460. | Khine (knsxw_) | 31.20 | 96% | 2023-08-30 |
1461. | Naren (spoiled_brat) | 31.19 | 91% | 2024-04-19 |
1462. | Sandra (badmac16) | 31.16 | 97% | 2024-01-31 |
1463. | Hazwar (hazwar_09) | 31.16 | 91% | 2025-01-10 |
1464. | Just Kamal (just_kamal) | 31.15 | 90% | 2025-03-03 |
1465. | eldjey (eldjey) | 31.13 | 93% | 2024-09-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |