/* 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 |
---|---|---|---|---|
415. | Mohammad (alamin_typist) | 57.28 | 97% | 2018-11-09 |
416. | JG (j32587) | 57.28 | 96.4% | 2024-11-12 |
417. | Bpandu (bpandu) | 57.21 | 97% | 2024-06-08 |
418. | Amandine (amtirino) | 57.21 | 96.6% | 2025-02-13 |
419. | Mark (mveron) | 57.20 | 95% | 2025-01-31 |
420. | ace (pressctrlandw) | 57.13 | 97% | 2023-05-22 |
421. | Bruh (kuhhhh) | 57.09 | 97% | 2023-06-25 |
422. | Jordan (jordan_speedy_hands) | 57.05 | 94.2% | 2024-07-24 |
423. | Nikhil (quill_workman) | 57.04 | 98% | 2023-06-17 |
424. | Jacek (akintos) | 56.99 | 97% | 2024-08-10 |
425. | Samuel (samsja) | 56.90 | 97% | 2024-11-09 |
426. | Jake (startler03) | 56.88 | 94% | 2025-01-25 |
427. | صبر (morocco01) | 56.80 | 95.6% | 2023-11-25 |
428. | Alfredo 🎉 (zalfredo) | 56.78 | 95% | 2018-03-24 |
429. | The don (photondestroyer) | 56.71 | 96% | 2023-01-22 |
430. | Joe (edwin1222) | 56.65 | 96% | 2023-07-30 |
431. | Sneyder Nunjar (snayder123_) | 56.64 | 96% | 2025-08-02 |
432. | Clayborn (clayborn) | 56.59 | 95% | 2023-05-28 |
433. | Kaio (mvkaio) | 56.58 | 97% | 2023-09-22 |
434. | Jawad (noob_100) | 56.56 | 95% | 2023-08-05 |
435. | Nikola (p4nd0) | 56.48 | 93% | 2024-06-20 |
436. | Pablo Palou (pablitopaloutdm) | 56.48 | 96% | 2025-01-10 |
437. | Brian (briantang) | 56.46 | 95% | 2023-05-23 |
438. | lptp (dragoncityjose1738) | 56.43 | 96% | 2023-09-25 |
439. | (joetyper2014) | 56.41 | 95% | 2024-02-05 |
440. | TRLT - YouTube (krux_254) | 56.41 | 96% | 2025-03-26 |
441. | val (mushrumi) | 56.37 | 96.1% | 2023-10-12 |
442. | Kayega (briankayega) | 56.34 | 97% | 2024-04-26 |
443. | mm2325 (moinl) | 56.32 | 97% | 2024-06-17 |
444. | mtk (mdtareque) | 56.30 | 97% | 2022-12-18 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |