/* 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 |
---|---|---|---|---|
1438. | Stephen (steve5041) | 28.69 | 96% | 2024-02-20 |
1439. | Rutvik (rutvik_416) | 28.62 | 92% | 2024-05-04 |
1440. | Fixed (pedestrianlove) | 28.62 | 97% | 2024-10-22 |
1441. | djovak (djovak) | 28.62 | 91% | 2024-03-27 |
1442. | Marie (cu4tro) | 28.58 | 95% | 2024-04-13 |
1443. | Adrian (paradox_42) | 28.57 | 93% | 2024-03-15 |
1444. | Devesh (devesh_agarwal) | 28.52 | 93% | 2023-09-12 |
1445. | yassin (yassin_tafouzert) | 28.45 | 93% | 2025-03-08 |
1446. | Nana (nanaisnotavailable) | 28.36 | 94% | 2024-08-22 |
1447. | Mohamed massous (hamassous) | 28.20 | 92% | 2023-08-23 |
1448. | sukhoi su-57 (shezy) | 28.16 | 94% | 2023-08-03 |
1449. | UTSAV (utsavtypesfast) | 28.13 | 96% | 2024-03-23 |
1450. | Zun_Si_Yuan (zun_si) | 28.08 | 94% | 2024-11-21 |
1451. | Victor (victor_2803) | 28.06 | 91% | 2024-10-16 |
1452. | Steven (steven7183) | 28.06 | 93% | 2024-11-21 |
1453. | Rihanna (isitcasual) | 28.06 | 95% | 2024-08-19 |
1454. | Frogbok (frogbok) | 28.00 | 93% | 2024-11-13 |
1455. | Jono (kobebigbanana) | 27.87 | 92% | 2024-11-23 |
1456. | mestiri77 (sfectorian) | 27.80 | 91% | 2024-01-21 |
1457. | pooaa (pooaa) | 27.76 | 91% | 2023-05-23 |
1458. | Ovidiu (oschipor) | 27.74 | 97% | 2019-05-20 |
1459. | Ben (banjamaan) | 27.74 | 91.3% | 2023-11-03 |
1460. | A.A (adnan_aji) | 27.70 | 96% | 2024-01-10 |
1461. | Big Brain (bigbrain15) | 27.70 | 92% | 2024-05-30 |
1462. | Rohan (r_yadav01) | 27.66 | 94.2% | 2023-12-24 |
1463. | Farhan (farhan_op) | 27.60 | 94% | 2021-07-12 |
1464. | renan (renanv) | 27.56 | 92% | 2023-07-19 |
1465. | mak (makmak2) | 27.48 | 96% | 2024-09-30 |
1466. | Sohil (ozwizardd) | 27.47 | 91% | 2024-07-04 |
1467. | Chammanos (blackpolar555) | 27.44 | 93% | 2024-03-11 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |