Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Liz Mariela Perez Gervacio (liz_mariela)
Race Number 78
Date Wed, 18 Jun 2025 20:09:19
Universe code
Speed 29 WPM Try to beat?
Accuracy 90.7%
Rank 9th place (out of 15)
Opponents ariane_salazar (6th place) beltran_tarqui (2nd place) jasssel (1st place) jhonny_ct (10th place) machuran3 (12th place) maria_ortega10 (3rd place) nessa2 (11th place) samiraarancibia123426 (7th place) sharick_chungara (5th place) tocsky (8th 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: