Text race history for Groozyn (groozyn)

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
101 2023-11-12 19:56:18 52.26 97%
75 2023-09-03 16:00:30 57.54 97%
51 2023-07-18 19:20:03 52.79 96.9%
46 2023-07-17 21:01:38 53.06 97%
45 2023-07-17 20:59:08 52.03 97.1%
23 2023-07-08 12:30:42 54.00 97.1%
5 2023-04-27 15:05:26 59.28 98%