Text race history for Walter Camacho (waltercs07)

Back to text analysis page

/** 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); }

Game Time WPM Accuracy
169 2024-12-06 18:03:10 43.46 96%
147 2024-10-01 17:29:43 41.14 96.4%
145 2024-09-29 16:19:58 39.40 95%
122 2024-08-07 17:00:40 36.94 95.4%
102 2024-07-17 16:17:54 39.09 95.3%
101 2024-07-16 16:26:29 40.57 96.7%
13 2024-03-17 16:05:42 35.88 93.9%