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