Text race history for Anthony (white_snake)

Back to text analysis page

import os import sys def run(program, *args): pid = os.fork() if not pid: os.execvp(program, program + args) return os.wait()[0] run("python", "hello.py")

Game Time WPM Accuracy
164 2011-08-14 17:42:59 54.86 93%
163 2011-08-14 17:41:59 58.60 91%
158 2011-06-27 13:15:31 56.66 91%
153 2011-05-14 11:37:27 56.17 93%
139 2011-03-30 13:57:49 48.76
120 2011-03-02 20:08:22 63.44
117 2011-03-02 20:04:20 57.83
113 2011-02-28 20:03:36 59.37
105 2011-02-28 19:52:13 53.46
96 2011-02-27 12:23:11 57.37
95 2011-02-27 12:22:15 50.69
93 2011-02-27 12:19:41 47.84
86 2011-02-23 22:09:01 56.23
83 2011-02-23 22:04:48 58.51
78 2011-02-23 21:56:55 45.77
67 2011-02-20 19:24:55 48.24
39 2011-01-30 09:32:23 50.64
36 2011-01-30 09:27:45 51.08
32 2011-01-30 09:22:51 45.55
23 2011-01-29 17:29:38 49.18
22 2011-01-28 19:20:28 44.81
13 2011-01-28 19:02:56 47.35
8 2011-01-28 18:53:55 46.09
5 2011-01-28 18:48:49 45.30