Official speed |
45.52 wpm (64.85 seconds elapsed during race) |
Without ending ping |
45.59 wpm (622 ms delay sending score to TypeRacer’s server) |
Timerless |
45.97 wpm (529 ms elapsed before first character typed; 63.70 seconds elapsed during race) |
Timerless minus one |
45.78 wpm, ignoring the first character typed |
Race Start |
April 29, 2025 11:48:46pm UTC |
Race Finish |
April 29, 2025 11:49:51pm UTC |
Outcome |
No win (2 of 3) |
Accuracy |
98.8% |
Points |
18.21 |
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_fname = "wordpress=" url = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=" + screen_name data = jsonl.load(urllib2.urlopen(url)) print len(data), "tweets" for tweet in data: print tweet['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 |
529 |
24 |
92 |
200 |
129 |
248 |
123 |
110 |
189 |
236 |
213 |
363 |
372 |
302 |
282 |
211 |
18 |
82 |
131 |
139 |
182 |
120 |
1052 |
361 |
56 |
Character |
n |
|
s |
c |
r |
e |
e |
n |
_ |
f |
-f |
n |
a |
m |
e |
|
= |
|
" |
w |
o |
r |
d |
p |
r |
Milliseconds |
246 |
99 |
115 |
229 |
45 |
216 |
214 |
266 |
219 |
300 |
512 |
247 |
142 |
50 |
295 |
251 |
199 |
364 |
285 |
272 |
190 |
122 |
137 |
262 |
149 |
Character |
e |
s |
s |
= |
-= |
" |
|
u |
r |
l |
|
= |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
p |
i |
. |
Milliseconds |
284 |
187 |
298 |
585 |
485 |
382 |
415 |
118 |
196 |
304 |
381 |
155 |
378 |
235 |
287 |
196 |
248 |
235 |
321 |
617 |
274 |
324 |
102 |
476 |
158 |
Character |
t |
w |
i |
t |
t |
e |
r |
. |
c |
o |
m |
/ |
1 |
/ |
s |
t |
a |
t |
u |
s |
e |
s |
/ |
u |
s |
Milliseconds |
380 |
99 |
301 |
99 |
181 |
139 |
84 |
475 |
422 |
0 |
233 |
534 |
251 |
562 |
270 |
151 |
396 |
205 |
115 |
285 |
207 |
274 |
733 |
370 |
263 |
Character |
e |
r |
_ |
t |
i |
m |
e |
l |
i |
n |
e |
. |
j |
s |
o |
n |
? |
s |
c |
r |
e |
e |
n |
_ |
n |
Milliseconds |
183 |
165 |
295 |
292 |
235 |
0 |
763 |
81 |
307 |
196 |
637 |
113 |
948 |
388 |
51 |
428 |
701 |
736 |
181 |
61 |
240 |
218 |
216 |
180 |
354 |
Character |
a |
m |
e |
= |
" |
|
+ |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
d |
a |
t |
a |
|
Milliseconds |
128 |
123 |
267 |
515 |
460 |
388 |
371 |
433 |
178 |
248 |
49 |
231 |
218 |
272 |
203 |
385 |
178 |
78 |
219 |
98 |
88 |
248 |
128 |
227 |
202 |
Character |
= |
|
j |
s |
o |
n |
l |
-l |
. |
l |
o |
a |
d |
( |
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
Milliseconds |
216 |
413 |
217 |
352 |
80 |
329 |
239 |
644 |
194 |
365 |
213 |
237 |
165 |
401 |
331 |
152 |
244 |
166 |
242 |
200 |
334 |
345 |
255 |
209 |
412 |
Character |
o |
p |
e |
n |
( |
u |
r |
l |
) |
) |
|
p |
r |
i |
n |
t |
|
l |
e |
n |
( |
d |
a |
t |
a |
Milliseconds |
322 |
197 |
260 |
162 |
211 |
251 |
207 |
296 |
394 |
177 |
299 |
76 |
74 |
220 |
114 |
152 |
161 |
168 |
249 |
222 |
199 |
260 |
258 |
165 |
130 |
Character |
) |
, |
|
" |
t |
w |
e |
e |
t |
s |
" |
|
f |
o |
r |
|
t |
w |
e |
e |
t |
|
i |
n |
|
Milliseconds |
569 |
417 |
385 |
447 |
432 |
136 |
248 |
182 |
167 |
164 |
332 |
486 |
95 |
153 |
137 |
178 |
172 |
219 |
296 |
178 |
177 |
83 |
141 |
122 |
78 |
Character |
d |
a |
t |
a |
: |
|
p |
r |
i |
n |
t |
|
t |
w |
e |
e |
t |
[ |
' |
t |
e |
x |
t |
' |
] |
Milliseconds |
42 |
267 |
228 |
254 |
341 |
312 |
109 |
56 |
215 |
120 |
245 |
117 |
204 |
114 |
263 |
183 |
235 |
483 |
585 |
367 |
535 |
116 |
309 |
192 |
400 |
|
WPM Timing |
Seconds |
WPM |
1.3 |
55.51 |
2.59 |
55.51 |
3.89 |
58.6 |
5.19 |
50.89 |
6.49 |
53.66 |
7.78 |
52.43 |
9.08 |
50.23 |
10.38 |
49.73 |
11.67 |
51.4 |
12.97 |
47.19 |
14.27 |
46.26 |
15.56 |
45.49 |
16.86 |
45.55 |
18.16 |
44.94 |
19.46 |
45.03 |
20.75 |
45.68 |
22.05 |
45.72 |
23.35 |
44.72 |
24.64 |
45.29 |
25.94 |
44.41 |
27.24 |
44.94 |
28.53 |
44.58 |
29.83 |
43.44 |
31.13 |
43.18 |
32.43 |
42.19 |
33.72 |
42.7 |
35.02 |
42.83 |
36.32 |
42.3 |
37.61 |
42.75 |
38.91 |
43.48 |
40.21 |
43.87 |
41.5 |
43.95 |
42.8 |
42.9 |
44.1 |
42.99 |
45.4 |
43.35 |
46.69 |
43.18 |
47.99 |
43.51 |
49.29 |
43.58 |
50.58 |
44.36 |
51.88 |
44.64 |
53.18 |
44.23 |
54.47 |
44.06 |
55.77 |
44.11 |
57.07 |
44.58 |
58.37 |
45.44 |
59.66 |
45.66 |
60.96 |
46.06 |
62.26 |
45.68 |
63.55 |
45.5 |
64.85 |
45.52 |
|