Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Beimar Ramirez (jhony99)
Race Number 29
Date Sun, 1 Jun 2025 0:22:43
Universe code
Speed 22 WPM Try to beat?
Accuracy 90.7%
Rank 13th place (out of 17)
Opponents alvaro_ (9th place) blizhte (7th place) cris1310 (14th place) eliasbaltazar (8th place) erick0334 (2nd place) fa1progra (3rd place) iverjoel (15th place) jgary199 (4th place) jhosmar_carlos (1st place) luis_univ (6th place) magali_alanoca (11th place) priscilacervantes23 (12th place) souljin99 (10th 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: