/** 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 |
---|---|---|---|---|
374. | iSyqozz512 (isyqozz512) | 62.48 | 98% | 2023-10-04 |
375. | Type like never before! (re... | 62.47 | 96% | 2021-12-29 |
376. | ¯\_(ツ)_/¯ (babanin) | 62.47 | 98% | 2024-10-06 |
377. | w (artemisfowl3rd) | 62.35 | 89% | 2013-12-13 |
378. | Faisal (md_faisal) | 62.30 | 98% | 2023-04-08 |
379. | lightning (pespidoge) | 62.27 | 95% | 2018-01-03 |
380. | Yuma (el_yuma) | 62.25 | 98.5% | 2025-01-15 |
381. | P (queenit) | 62.05 | 94% | 2011-05-27 |
382. | David (ipanda27) | 62.00 | 94% | 2024-09-27 |
383. | John (johndo3) | 61.98 | 98% | 2013-01-08 |
384. | ¯\_(ツ)_/¯ (caliskimmer) | 61.95 | 96% | 2011-10-28 |
385. | Pratimesh (theshortlonger) | 61.90 | 96% | 2025-02-02 |
386. | Maphey (keepinupwmae) | 61.86 | 98.3% | 2025-03-29 |
387. | jaoey (joetyper2014) | 61.77 | 96% | 2024-02-05 |
388. | Avijit (eggsy001) | 61.68 | 96% | 2023-06-07 |
389. | hayfever (hayfever) | 61.67 | 96% | 2024-06-12 |
390. | Typhoid (typhoid) | 61.60 | 97.9% | 2023-06-29 |
391. | Philip (owlrv) | 61.60 | 95% | 2023-12-06 |
392. | Kayega (briankayega) | 61.58 | 97.6% | 2024-06-16 |
393. | Beast (beastcodz) | 61.55 | 93% | 2024-02-12 |
394. | asciiman (swishkebab) | 61.49 | 96% | 2023-06-27 |
395. | nonni (nonni) | 61.46 | 95% | 2011-06-29 |
396. | aux frelemeu (auxfree) | 61.45 | 96% | 2023-04-08 |
397. | rex (rexwow) | 61.34 | 96% | 2023-07-07 |
398. | emily (swimmerpenguin) | 61.34 | 95% | 2023-11-10 |
399. | xmesty (xmesty) | 61.24 | 93% | 2012-12-03 |
400. | quirino (codeforces) | 61.24 | 94% | 2022-05-26 |
401. | Rui (trickyrlee) | 61.18 | 97% | 2024-05-21 |
402. | Linsk (linsk) | 61.10 | 96% | 2019-02-25 |
403. | guy (grayeyes) | 61.09 | 90% | 2016-12-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |