/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); }
—from Tomcat Server, a software by Apache Project
Active since December 13, 2009.
445 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
383. | Yuma (el_yuma) | 62.25 | 98.5% | 2025-01-15 |
384. | P (queenit) | 62.05 | 94% | 2011-05-27 |
385. | David (ipanda27) | 62.00 | 94% | 2024-09-27 |
386. | John (johndo3) | 61.98 | 98% | 2013-01-08 |
387. | ¯\_(ツ)_/¯ (caliskimmer) | 61.95 | 96% | 2011-10-28 |
388. | Pratimesh (theshortlonger) | 61.90 | 96% | 2025-02-02 |
389. | Maphey (keepinupwmae) | 61.86 | 98.3% | 2025-03-29 |
390. | jaoey (joetyper2014) | 61.77 | 96% | 2024-02-05 |
391. | Avijit (eggsy001) | 61.68 | 96% | 2023-06-07 |
392. | hayfever (hayfever) | 61.67 | 96% | 2024-06-12 |
393. | Typhoid (typhoid) | 61.60 | 97.9% | 2023-06-29 |
394. | Philip (owlrv) | 61.60 | 95% | 2023-12-06 |
395. | Kayega (briankayega) | 61.58 | 97.6% | 2024-06-16 |
396. | Beast (beastcodz) | 61.55 | 93% | 2024-02-12 |
397. | asciiman (swishkebab) | 61.49 | 96% | 2023-06-27 |
398. | nonni (nonni) | 61.46 | 95% | 2011-06-29 |
399. | aux frelemeu (auxfree) | 61.45 | 96% | 2023-04-08 |
400. | rex (rexwow) | 61.34 | 96% | 2023-07-07 |
401. | emily (swimmerpenguin) | 61.34 | 95% | 2023-11-10 |
402. | xmesty (xmesty) | 61.24 | 93% | 2012-12-03 |
403. | quirino (codeforces) | 61.24 | 94% | 2022-05-26 |
404. | Rui (trickyrlee) | 61.18 | 97% | 2024-05-21 |
405. | Linsk (linsk) | 61.10 | 96% | 2019-02-25 |
406. | guy (grayeyes) | 61.09 | 90% | 2016-12-29 |
407. | lptp (dragoncityjose1738) | 61.03 | 95% | 2023-09-26 |
408. | racer (dev_racer) | 60.95 | 96% | 2024-12-28 |
409. | Fxh7+ (bossrubik) | 60.91 | 95% | 2013-03-09 |
410. | nopseudoidea (nopseudoidea) | 60.91 | 94% | 2012-06-27 |
411. | Nikhil (quill_workman) | 60.88 | 97% | 2023-06-18 |
412. | Userzin (userzin) | 60.84 | 95% | 2021-11-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |