Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Jhosmar (jhosmar)
Race Number 3
Date Thu, 29 May 2025 1:26:40
Universe code
Speed 38 WPM Try to beat?
Accuracy 93.9%
Rank 1st place (out of 17)
Opponents alvaro_ (7th place) blizhte (8th place) erick0334 (3rd place) fanor (4th place) jgary199 (2nd place) jhony99 (10th place) luis_univ (6th place) magali_alanoca (11th place) priscilacervantes23 (12th place) souljin99 (9th place)

Text typed:

/** 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); }
— (software) by Apache Project (see stats)

Typing Review: