/** 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 |
---|---|---|---|---|
1404. | AbuWaleed (abuwaleed) | 38.45 | 96% | 2023-07-10 |
1405. | David (cptdavid) | 38.44 | 98.5% | 2023-11-20 |
1406. | Baibars (sazin_me) | 38.43 | 94% | 2023-04-18 |
1407. | riel (chairielazizi) | 38.41 | 95% | 2024-12-18 |
1408. | 🔻KareemHany_FreePalestin... | 38.40 | 93% | 2024-08-31 |
1409. | Jhosmar (jhosmar) | 38.40 | 94% | 2025-05-29 |
1410. | Carlos (carloszapata) | 38.36 | 92% | 2023-05-13 |
1411. | Gautam (ramos2000) | 38.33 | 95% | 2024-01-17 |
1412. | Jimmy (james_101) | 38.33 | 94% | 2023-07-25 |
1413. | PlayerA (player_a) | 38.31 | 94% | 2024-02-03 |
1414. | naicoco (naicoco) | 38.29 | 92% | 2024-02-02 |
1415. | Afzal (afzal_ansari) | 38.26 | 94.7% | 2024-01-24 |
1416. | Near (nearzera) | 38.26 | 94% | 2023-07-12 |
1417. | LeoLodra (leolodra_58) | 38.24 | 93% | 2023-05-24 |
1418. | Sarah (smm2319) | 38.22 | 97% | 2024-05-15 |
1419. | SnekChrmr (snekchrmr) | 38.19 | 96% | 2025-01-26 |
1420. | Erick (pandaberick) | 38.13 | 95% | 2023-08-05 |
1421. | Amit (amit__123) | 38.12 | 93% | 2023-08-03 |
1422. | ISU (isu_theking) | 38.07 | 92% | 2025-02-09 |
1423. | Omar (oamrelhorbity) | 38.06 | 95% | 2023-06-10 |
1424. | Thomas (tl23) | 38.06 | 97% | 2024-03-13 |
1425. | Owen (sheedguy) | 38.03 | 94% | 2024-04-26 |
1426. | tsushima (tsushima) | 38.00 | 94% | 2024-07-16 |
1427. | nora (smart_toaster) | 38.00 | 94% | 2024-05-05 |
1428. | Izor (creator_12) | 37.99 | 92% | 2023-08-03 |
1429. | this is my instagram: ethan... | 37.98 | 98% | 2024-12-05 |
1430. | zikk (zikk) | 37.96 | 95% | 2015-08-28 |
1431. | Humanbeen (free_palestine_313) | 37.92 | 95% | 2024-04-18 |
1432. | C0br6 (c0br6) | 37.89 | 95% | 2025-02-08 |
1433. | Infinity (its_infinity) | 37.88 | 97.1% | 2024-11-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |