Race Result Details |
Racer | Ariane_Salazar (ariane_salazar) |
Race Number | 50 |
Date | Wed, 18 Jun 2025 20:09:05 |
Universe | code |
Speed |
32 WPM
![]() |
Accuracy | 93.5% |
Rank | 6th place (out of 15) |
Opponents | beltran_tarqui (2nd place) jasssel (1st place) jhonny_ct (10th place) liz_mariela (9th 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)
|