Official speed |
106.90 wpm (27.61 seconds elapsed during race) |
Without ending ping |
108.40 wpm (603 ms delay sending score to TypeRacer’s server) |
Timerless |
109.56 wpm (288 ms elapsed before first character typed; 26.72 seconds elapsed during race) |
Timerless minus one |
109.12 wpm, ignoring the first character typed |
Race Start |
June 17, 2024 7:11:08am UTC |
Race Finish |
June 17, 2024 7:11:36am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.8% |
Points |
42.76 |
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_tname=" + screen_name data = json.load9(urllib2.ourlopen(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 |
288 |
59 |
81 |
69 |
72 |
51 |
43 |
92 |
75 |
100 |
105 |
67 |
76 |
193 |
86 |
95 |
33 |
83 |
69 |
83 |
24 |
45 |
138 |
93 |
101 |
Character |
n |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
= |
|
" |
w |
o |
r |
d |
p |
r |
e |
s |
Milliseconds |
15 |
90 |
59 |
134 |
54 |
43 |
100 |
62 |
150 |
140 |
108 |
43 |
41 |
67 |
129 |
50 |
149 |
173 |
117 |
59 |
98 |
192 |
53 |
114 |
39 |
Character |
s |
" |
|
u |
r |
l |
|
= |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
p |
i |
. |
t |
w |
i |
t |
Milliseconds |
130 |
172 |
160 |
154 |
69 |
69 |
67 |
75 |
96 |
141 |
286 |
143 |
130 |
135 |
140 |
184 |
118 |
108 |
71 |
63 |
142 |
147 |
62 |
75 |
108 |
Character |
t |
e |
r |
. |
c |
o |
m |
/ |
1 |
/ |
s |
t |
a |
t |
u |
s |
e |
s |
/ |
u |
s |
e |
r |
_ |
t |
Milliseconds |
139 |
60 |
66 |
90 |
111 |
50 |
44 |
153 |
279 |
123 |
156 |
64 |
99 |
76 |
75 |
139 |
91 |
85 |
91 |
179 |
70 |
74 |
61 |
150 |
200 |
Character |
i |
m |
e |
l |
i |
n |
e |
. |
j |
s |
o |
n |
? |
s |
c |
r |
e |
e |
n |
_ |
t |
-t |
n |
a |
m |
Milliseconds |
56 |
41 |
17 |
187 |
57 |
77 |
54 |
419 |
208 |
103 |
56 |
64 |
162 |
133 |
141 |
57 |
69 |
115 |
28 |
176 |
205 |
307 |
100 |
91 |
54 |
Character |
e |
= |
" |
|
+ |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
d |
a |
t |
a |
|
= |
|
Milliseconds |
55 |
174 |
194 |
151 |
139 |
61 |
174 |
135 |
55 |
92 |
125 |
72 |
150 |
136 |
110 |
49 |
60 |
105 |
232 |
79 |
82 |
69 |
81 |
77 |
74 |
Character |
j |
s |
o |
n |
. |
l |
o |
a |
d |
9 |
-9 |
( |
u |
r |
l |
l |
i |
b |
2 |
. |
o |
-o |
u |
r |
l |
Milliseconds |
251 |
88 |
70 |
64 |
159 |
128 |
31 |
92 |
67 |
174 |
284 |
115 |
175 |
80 |
78 |
169 |
76 |
106 |
177 |
109 |
192 |
225 |
141 |
90 |
57 |
Character |
o |
p |
e |
n |
( |
u |
r |
l |
) |
) |
|
p |
r |
i |
n |
t |
|
l |
e |
n |
( |
d |
a |
t |
a |
Milliseconds |
361 |
114 |
58 |
28 |
167 |
166 |
68 |
80 |
170 |
115 |
85 |
142 |
81 |
31 |
19 |
83 |
66 |
108 |
93 |
67 |
182 |
134 |
57 |
102 |
66 |
Character |
) |
, |
|
" |
t |
w |
e |
e |
t |
s |
" |
|
f |
o |
r |
|
t |
w |
e |
e |
t |
|
i |
n |
|
Milliseconds |
201 |
201 |
81 |
177 |
124 |
88 |
64 |
106 |
82 |
66 |
168 |
43 |
148 |
68 |
75 |
63 |
64 |
74 |
51 |
110 |
104 |
82 |
94 |
50 |
60 |
Character |
d |
a |
t |
a |
: |
|
p |
r |
i |
n |
t |
|
t |
w |
e |
e |
t |
[ |
' |
t |
e |
x |
t |
' |
] |
Milliseconds |
106 |
75 |
85 |
83 |
232 |
73 |
111 |
77 |
67 |
24 |
62 |
60 |
102 |
72 |
103 |
100 |
99 |
100 |
226 |
166 |
82 |
110 |
93 |
81 |
360 |
|
WPM Timing |
Seconds |
WPM |
0.55 |
86.91 |
1.1 |
130.37 |
1.66 |
123.12 |
2.21 |
130.37 |
2.76 |
139.06 |
3.31 |
137.61 |
3.87 |
133.47 |
4.42 |
130.37 |
4.97 |
127.95 |
5.52 |
128.19 |
6.08 |
122.46 |
6.63 |
117.69 |
7.18 |
118.67 |
7.73 |
117.95 |
8.28 |
120.23 |
8.84 |
116.79 |
9.39 |
117.58 |
9.94 |
118.29 |
10.49 |
117.79 |
11.05 |
116.24 |
11.6 |
114.85 |
12.15 |
114.56 |
12.7 |
113.36 |
13.26 |
111.35 |
13.81 |
109.51 |
14.36 |
109.47 |
14.91 |
109.44 |
15.46 |
109.41 |
16.02 |
110.89 |
16.57 |
110.09 |
17.12 |
110.04 |
17.67 |
107.28 |
18.23 |
107.98 |
18.78 |
106.08 |
19.33 |
104.91 |
19.88 |
104.41 |
20.43 |
104.53 |
20.99 |
105.78 |
21.54 |
105.85 |
22.09 |
105.92 |
22.64 |
105.46 |
23.2 |
106.05 |
23.75 |
107.12 |
24.3 |
108.14 |
24.85 |
108.16 |
25.41 |
109.11 |
25.96 |
109.56 |
26.51 |
109.09 |
27.06 |
109.08 |
27.61 |
106.9 |
|