Official speed |
62.13 wpm (47.51 seconds elapsed during race) |
Without ending ping |
62.29 wpm (507 ms delay sending score to TypeRacer’s server) |
Timerless |
62.79 wpm (373 ms elapsed before first character typed; 46.63 seconds elapsed during race) |
Timerless minus one |
62.53 wpm, ignoring the first character typed |
Race Start |
July 28, 2024 8:24:05pm UTC |
Race Finish |
July 28, 2024 8:24:53pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.6% |
Points |
24.85 |
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 teweet 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 |
373 |
93 |
159 |
33 |
141 |
205 |
197 |
55 |
133 |
285 |
216 |
51 |
166 |
199 |
262 |
63 |
122 |
147 |
39 |
148 |
178 |
209 |
200 |
145 |
19 |
Character |
n |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
= |
|
" |
w |
o |
r |
d |
p |
r |
e |
s |
Milliseconds |
114 |
233 |
138 |
65 |
186 |
149 |
202 |
196 |
335 |
232 |
287 |
47 |
212 |
388 |
317 |
262 |
280 |
266 |
242 |
132 |
338 |
44 |
121 |
141 |
219 |
Character |
s |
" |
|
u |
r |
l |
|
= |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
p |
i |
. |
t |
w |
i |
t |
Milliseconds |
196 |
246 |
301 |
114 |
177 |
302 |
212 |
241 |
267 |
183 |
229 |
103 |
170 |
189 |
144 |
264 |
232 |
384 |
26 |
308 |
301 |
262 |
191 |
159 |
103 |
Character |
t |
e |
r |
. |
c |
o |
m |
/ |
1 |
/ |
s |
t |
a |
t |
u |
s |
e |
s |
/ |
u |
s |
e |
r |
_ |
t |
Milliseconds |
150 |
130 |
89 |
148 |
185 |
109 |
104 |
223 |
212 |
213 |
303 |
85 |
235 |
0 |
116 |
261 |
96 |
225 |
119 |
381 |
242 |
0 |
83 |
309 |
173 |
Character |
i |
m |
e |
l |
i |
n |
e |
. |
j |
s |
o |
n |
? |
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
= |
Milliseconds |
101 |
75 |
85 |
199 |
24 |
105 |
165 |
209 |
447 |
115 |
348 |
119 |
400 |
420 |
90 |
126 |
139 |
179 |
149 |
307 |
153 |
268 |
0 |
135 |
270 |
Character |
" |
|
+ |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
d |
a |
t |
a |
|
= |
|
j |
s |
Milliseconds |
211 |
387 |
452 |
315 |
251 |
120 |
178 |
115 |
218 |
135 |
329 |
128 |
244 |
19 |
115 |
266 |
199 |
182 |
10 |
240 |
154 |
348 |
367 |
229 |
185 |
Character |
o |
n |
. |
l |
o |
a |
d |
( |
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
( |
u |
Milliseconds |
19 |
101 |
195 |
271 |
115 |
165 |
170 |
234 |
251 |
108 |
162 |
178 |
50 |
68 |
198 |
207 |
486 |
148 |
187 |
206 |
190 |
227 |
260 |
307 |
310 |
Character |
r |
l |
) |
) |
|
p |
r |
i |
n |
t |
|
l |
e |
n |
( |
d |
a |
t |
a |
) |
, |
|
" |
t |
w |
Milliseconds |
117 |
231 |
208 |
180 |
197 |
124 |
85 |
145 |
87 |
110 |
198 |
173 |
47 |
121 |
266 |
370 |
197 |
0 |
245 |
498 |
320 |
187 |
250 |
216 |
249 |
Character |
e |
e |
t |
s |
" |
|
f |
o |
r |
|
t |
e |
-e |
w |
e |
e |
t |
|
i |
n |
|
d |
a |
t |
a |
Milliseconds |
165 |
170 |
150 |
245 |
204 |
226 |
125 |
66 |
70 |
223 |
0 |
184 |
727 |
246 |
468 |
174 |
208 |
184 |
27 |
135 |
154 |
95 |
155 |
18 |
200 |
Character |
: |
|
p |
r |
i |
n |
t |
|
t |
w |
e |
e |
t |
[ |
' |
t |
e |
x |
t |
' |
] |
Milliseconds |
167 |
283 |
77 |
124 |
122 |
76 |
126 |
192 |
76 |
169 |
120 |
184 |
184 |
340 |
287 |
340 |
182 |
161 |
208 |
392 |
439 |
|
WPM Timing |
Seconds |
WPM |
0.95 |
63.14 |
1.9 |
69.45 |
2.85 |
71.56 |
3.8 |
72.61 |
4.75 |
78.29 |
5.7 |
73.66 |
6.65 |
70.36 |
7.6 |
66.3 |
8.55 |
65.95 |
9.5 |
65.67 |
10.45 |
64.29 |
11.4 |
63.14 |
12.35 |
64.11 |
13.3 |
63.14 |
14.25 |
62.3 |
15.2 |
64.72 |
16.15 |
63.88 |
17.1 |
64.54 |
18.06 |
65.13 |
19.01 |
66.3 |
19.96 |
65.55 |
20.91 |
64.86 |
21.86 |
64.79 |
22.81 |
64.72 |
23.76 |
64.15 |
24.71 |
62.65 |
25.66 |
63.14 |
26.61 |
63.59 |
27.56 |
63.58 |
28.51 |
63.14 |
29.46 |
63.55 |
30.41 |
63.53 |
31.36 |
63.52 |
32.31 |
63.51 |
33.26 |
62.78 |
34.21 |
62.79 |
35.16 |
63.48 |
36.11 |
63.47 |
37.06 |
63.14 |
38.01 |
62.82 |
38.96 |
62.83 |
39.91 |
63.44 |
40.86 |
61.97 |
41.81 |
61.71 |
42.76 |
62.58 |
43.71 |
62.87 |
44.66 |
63.41 |
45.61 |
62.61 |
46.56 |
62.37 |
47.51 |
62.13 |
|