Text race history for Samz (sam261)

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
45 2011-08-14 06:42:47 46.34 94%
44 2011-05-02 14:17:46 57.08
42 2011-04-30 04:40:05 44.50
40 2011-04-30 04:37:43 55.16
39 2011-04-30 04:36:36 50.41
38 2011-04-30 04:35:34 51.29
36 2011-04-14 04:20:01 52.31
33 2011-04-07 08:53:28 51.26
29 2011-02-02 10:18:48 48.93
28 2011-02-02 10:17:44 42.81
27 2011-02-01 09:49:52 49.19
23 2011-02-01 09:42:02 49.34
20 2011-02-01 09:35:36 51.77
18 2011-02-01 09:32:56 47.18
17 2011-02-01 09:31:21 46.13
16 2011-01-30 11:52:35 46.19
15 2011-01-30 11:49:39 57.20
12 2011-01-30 11:46:11 48.78
8 2011-01-28 05:56:31 38.61
1 2011-01-28 05:45:16 43.10