Official speed |
99.48 wpm (29.67 seconds elapsed during race) |
Without ending ping |
100.12 wpm (428 ms delay sending score to TypeRacer’s server) |
Timerless |
101.74 wpm (468 ms elapsed before first character typed; 28.78 seconds elapsed during race) |
Timerless minus one |
101.33 wpm, ignoring the first character typed |
Race Start |
May 1, 2024 4:57:55am UTC |
Race Finish |
May 1, 2024 4:58:25am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.6% |
Points |
39.79 |
Text |
#10020 (Length: 246 characters) import urllib2 import json screen_name = "wordpress" url = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=" + screen_name data = json.load(urllib2.urlopen(url)) print len(data), "tweets" for tweet in data: print tweet['text'] |
Characters typed |
import urllib2 import json screen_name = "wordpress" url = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=" + screen_name data = json.load(urllib2.urlopen(url)) print len(data), "tweets" for tweet in data: print tweet[t'text'] |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
2 |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
Milliseconds |
468 |
0 |
58 |
62 |
47 |
143 |
31 |
93 |
109 |
78 |
78 |
31 |
78 |
139 |
77 |
108 |
31 |
62 |
63 |
49 |
136 |
93 |
93 |
96 |
108 |
Character |
n |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
= |
|
" |
w |
o |
r |
d |
p |
r |
e |
s |
Milliseconds |
49 |
78 |
62 |
124 |
155 |
140 |
95 |
79 |
312 |
187 |
65 |
79 |
60 |
76 |
1310 |
112 |
235 |
142 |
94 |
47 |
138 |
93 |
78 |
46 |
141 |
Character |
s |
" |
|
u |
r |
l |
|
= |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
p |
i |
. |
t |
w |
i |
t |
Milliseconds |
138 |
220 |
140 |
93 |
95 |
62 |
94 |
124 |
92 |
252 |
201 |
109 |
110 |
76 |
308 |
187 |
124 |
265 |
51 |
74 |
173 |
110 |
109 |
107 |
79 |
Character |
t |
e |
r |
. |
c |
o |
m |
/ |
1 |
/ |
s |
t |
a |
t |
u |
s |
e |
s |
/ |
u |
s |
e |
r |
_ |
t |
Milliseconds |
126 |
152 |
63 |
46 |
113 |
59 |
47 |
139 |
93 |
78 |
271 |
118 |
97 |
61 |
76 |
62 |
94 |
94 |
61 |
161 |
63 |
25 |
47 |
187 |
171 |
Character |
i |
m |
e |
l |
i |
n |
e |
. |
j |
s |
o |
n |
? |
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
= |
Milliseconds |
30 |
48 |
109 |
63 |
31 |
62 |
140 |
94 |
188 |
94 |
61 |
78 |
171 |
153 |
140 |
139 |
125 |
108 |
63 |
219 |
156 |
31 |
93 |
48 |
171 |
Character |
" |
|
+ |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
d |
a |
t |
a |
|
= |
|
j |
s |
Milliseconds |
249 |
142 |
139 |
78 |
265 |
138 |
154 |
123 |
109 |
93 |
173 |
155 |
62 |
64 |
45 |
93 |
65 |
123 |
64 |
94 |
47 |
94 |
62 |
143 |
106 |
Character |
o |
n |
. |
l |
o |
a |
d |
( |
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
( |
u |
Milliseconds |
78 |
76 |
139 |
342 |
451 |
75 |
62 |
221 |
155 |
122 |
48 |
93 |
47 |
63 |
122 |
61 |
138 |
92 |
48 |
172 |
62 |
77 |
64 |
263 |
299 |
Character |
r |
l |
) |
) |
|
p |
r |
i |
n |
t |
|
l |
e |
n |
( |
d |
a |
t |
a |
) |
, |
|
" |
t |
w |
Milliseconds |
109 |
77 |
282 |
110 |
125 |
139 |
77 |
62 |
30 |
62 |
78 |
47 |
92 |
46 |
187 |
76 |
111 |
91 |
94 |
234 |
157 |
77 |
218 |
186 |
375 |
Character |
e |
e |
t |
s |
" |
|
f |
o |
r |
|
t |
w |
e |
e |
t |
|
i |
n |
|
d |
a |
t |
a |
: |
|
Milliseconds |
169 |
109 |
79 |
93 |
211 |
103 |
95 |
77 |
63 |
78 |
93 |
140 |
141 |
108 |
62 |
62 |
92 |
15 |
63 |
48 |
110 |
77 |
93 |
217 |
63 |
Character |
p |
r |
i |
n |
t |
|
t |
w |
e |
e |
t |
[ |
t |
-t |
' |
t |
e |
x |
t |
' |
] |
Milliseconds |
108 |
78 |
47 |
63 |
62 |
94 |
79 |
77 |
108 |
141 |
143 |
245 |
311 |
326 |
156 |
51 |
72 |
125 |
94 |
63 |
110 |
|
WPM Timing |
Seconds |
WPM |
0.59 |
80.88 |
1.19 |
111.21 |
1.78 |
128.06 |
2.37 |
126.37 |
2.97 |
125.36 |
3.56 |
114.58 |
4.15 |
112.65 |
4.75 |
98.57 |
5.34 |
92.11 |
5.93 |
90.99 |
6.53 |
93.75 |
7.12 |
94.36 |
7.72 |
93.32 |
8.31 |
92.43 |
8.9 |
90.31 |
9.5 |
90.99 |
10.09 |
92.77 |
10.68 |
95.48 |
11.28 |
95.78 |
11.87 |
99.08 |
12.46 |
99.17 |
13.06 |
100.18 |
13.65 |
100.22 |
14.24 |
100.26 |
14.84 |
100.29 |
15.43 |
99.54 |
16.02 |
98.85 |
16.62 |
98.21 |
17.21 |
100.4 |
17.8 |
101.77 |
18.4 |
100.45 |
18.99 |
99.2 |
19.59 |
99.26 |
20.18 |
100.5 |
20.77 |
99.94 |
21.37 |
99.41 |
21.96 |
98.91 |
22.55 |
100.57 |
23.15 |
100.58 |
23.74 |
100.09 |
24.33 |
98.63 |
24.93 |
98.69 |
25.52 |
99.22 |
26.11 |
100.64 |
26.71 |
101.1 |
27.3 |
101.98 |
27.89 |
101.53 |
28.49 |
99.83 |
29.08 |
99.86 |
29.67 |
99.48 |
|