/** 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 |
---|---|---|---|---|
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 |
413. | Jordan (jordan_speedy_hands) | 60.72 | 97.1% | 2024-08-07 |
414. | Jayden (jripic137) | 60.67 | 95% | 2024-06-11 |
415. | Lee (cytokid101) | 60.58 | 91% | 2011-06-18 |
416. | Grace (grace_m) | 60.53 | 97% | 2024-02-02 |
417. | U (ugoracer) | 60.50 | 96% | 2023-11-04 |
418. | Arian (ariankg) | 60.43 | 95% | 2024-03-20 |
419. | λ (yambda) | 60.42 | 98% | 2023-11-19 |
420. | Othmane (boumediane1) | 60.42 | 96% | 2023-06-06 |
421. | sinasinapy (sinasinapy) | 60.42 | 97% | 2024-12-15 |
422. | Fade to black (dreamsonfire) | 60.41 | 93% | 2012-11-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |