| Official speed |
50.08 wpm (104.95 seconds elapsed during race) |
| Without ending ping |
50.20 wpm (1,686 ms delay sending score to TypeRacer’s server) |
| Timerless |
50.38 wpm (371 ms elapsed before first character typed; 102.90 seconds elapsed during race) |
| Timerless minus one |
50.26 wpm, ignoring the first character typed |
| Race Start |
May 17, 2024 3:52:35am UTC |
| Race Finish |
May 17, 2024 3:54:19am UTC |
| Outcome |
Win (1 of 3) |
| Accuracy |
98.0% |
| Points |
58.43 |
| Text |
#10021 (Length: 438 characters) import urllib2 import urllib import json url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&" query = raw_input("What do you want to search for ? >> ") query = urllib.urlencode( {'q' : query } ) response = urllib2.urlopen (url + query ).read() data = json.loads ( response ) results = data [ 'responseData' ] [ 'results' ] for result in results: title = result['title'] url = result['url'] print ( title + '; ' + url ) |
| Characters typed |
import urllib2 import urllib import json url = "http://ajax.googleaopis.com/ajax/services/search/web?v=1.0&" query = raw_input("What do you want to seraarch for ? >> ") uquery = urllib.urlencode( { 'q' : query } ) response -= urllib2.urlopen (url + query ).read() data = json.loads ( response ) eresults = data [ 'response Data' ] [ 'results' ] for result in results: title = result['title'] url - = result']['url'] print ( title + '; ' + url ) |
| Timing |
| Character |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
2 |
|
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
| Milliseconds |
371 |
41 |
209 |
102 |
11 |
217 |
325 |
297 |
85 |
578 |
137 |
90 |
225 |
235 |
138 |
202 |
144 |
187 |
70 |
82 |
176 |
99 |
168 |
160 |
88 |
| Character |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
|
" |
h |
t |
| Milliseconds |
111 |
129 |
183 |
163 |
239 |
152 |
209 |
112 |
112 |
183 |
95 |
271 |
234 |
97 |
146 |
168 |
147 |
135 |
110 |
326 |
270 |
209 |
510 |
360 |
127 |
| Character |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
o |
-o |
p |
i |
s |
. |
c |
o |
| Milliseconds |
158 |
102 |
683 |
247 |
457 |
255 |
109 |
78 |
272 |
164 |
359 |
66 |
131 |
137 |
180 |
104 |
433 |
155 |
409 |
243 |
180 |
252 |
173 |
211 |
33 |
| Character |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
| Milliseconds |
140 |
360 |
332 |
90 |
131 |
266 |
298 |
235 |
134 |
184 |
249 |
101 |
231 |
175 |
129 |
200 |
412 |
109 |
240 |
139 |
235 |
103 |
412 |
283 |
134 |
| Character |
b |
? |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
|
r |
a |
w |
_ |
i |
n |
p |
| Milliseconds |
232 |
355 |
337 |
350 |
380 |
293 |
303 |
574 |
361 |
253 |
279 |
68 |
215 |
156 |
148 |
211 |
186 |
282 |
503 |
213 |
394 |
829 |
339 |
77 |
220 |
| Character |
u |
t |
( |
" |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
| Milliseconds |
62 |
163 |
273 |
653 |
344 |
306 |
38 |
190 |
182 |
234 |
59 |
124 |
192 |
95 |
98 |
17 |
289 |
159 |
121 |
146 |
122 |
150 |
47 |
89 |
228 |
| Character |
e |
r |
a |
-a |
-r |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
u |
-u |
q |
| Milliseconds |
92 |
137 |
209 |
323 |
127 |
80 |
118 |
255 |
71 |
168 |
206 |
67 |
107 |
578 |
1245 |
365 |
170 |
136 |
190 |
261 |
816 |
316 |
284 |
329 |
118 |
| Character |
u |
e |
r |
y |
|
= |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
| Milliseconds |
60 |
188 |
134 |
173 |
151 |
219 |
125 |
199 |
116 |
175 |
212 |
176 |
299 |
274 |
253 |
139 |
107 |
552 |
110 |
228 |
66 |
168 |
146 |
267 |
483 |
| Character |
{ |
|
- |
' |
q |
' |
|
: |
|
q |
u |
e |
r |
y |
|
} |
|
) |
|
r |
e |
s |
p |
o |
n |
| Milliseconds |
681 |
388 |
313 |
244 |
397 |
1695 |
243 |
273 |
235 |
375 |
81 |
143 |
127 |
154 |
176 |
325 |
195 |
249 |
265 |
168 |
78 |
204 |
129 |
156 |
240 |
| Character |
s |
e |
|
- |
-- |
= |
|
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
u |
| Milliseconds |
107 |
99 |
197 |
513 |
494 |
234 |
215 |
178 |
181 |
103 |
140 |
123 |
134 |
401 |
193 |
226 |
201 |
599 |
202 |
194 |
187 |
70 |
155 |
211 |
263 |
| Character |
r |
l |
|
+ |
|
q |
u |
e |
r |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
| Milliseconds |
116 |
259 |
519 |
365 |
242 |
210 |
56 |
157 |
166 |
113 |
268 |
248 |
383 |
166 |
81 |
206 |
152 |
267 |
177 |
258 |
375 |
138 |
165 |
68 |
134 |
| Character |
= |
|
j |
s |
o |
n |
. |
l |
o |
a |
d |
s |
|
( |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
) |
| Milliseconds |
186 |
266 |
544 |
208 |
65 |
116 |
233 |
363 |
192 |
224 |
209 |
229 |
140 |
190 |
485 |
262 |
59 |
166 |
138 |
155 |
218 |
110 |
61 |
252 |
322 |
| Character |
|
e |
-e |
r |
e |
s |
u |
l |
t |
s |
|
= |
|
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
| Milliseconds |
178 |
230 |
560 |
112 |
60 |
186 |
140 |
234 |
427 |
121 |
207 |
830 |
245 |
178 |
184 |
169 |
55 |
103 |
1082 |
309 |
173 |
279 |
84 |
178 |
120 |
| Character |
o |
n |
s |
e |
|
- |
D |
a |
t |
a |
' |
|
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
| Milliseconds |
151 |
196 |
108 |
95 |
159 |
323 |
299 |
179 |
162 |
64 |
401 |
171 |
246 |
165 |
224 |
330 |
275 |
237 |
69 |
220 |
66 |
205 |
156 |
194 |
274 |
| Character |
|
] |
|
f |
o |
r |
|
r |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
l |
t |
s |
: |
| Milliseconds |
217 |
203 |
216 |
165 |
87 |
101 |
312 |
364 |
75 |
178 |
119 |
196 |
70 |
194 |
191 |
166 |
97 |
183 |
111 |
238 |
120 |
242 |
163 |
241 |
354 |
| Character |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
u |
l |
t |
[ |
' |
t |
i |
t |
l |
e |
' |
] |
|
| Milliseconds |
135 |
198 |
52 |
102 |
161 |
108 |
181 |
181 |
149 |
148 |
76 |
176 |
113 |
237 |
185 |
782 |
682 |
519 |
42 |
110 |
114 |
137 |
256 |
527 |
189 |
| Character |
u |
r |
l |
|
- |
|
- |
-- |
= |
|
r |
e |
s |
u |
l |
t |
' |
-' |
] |
-] |
[ |
' |
u |
r |
l |
| Milliseconds |
154 |
83 |
164 |
213 |
325 |
158 |
455 |
138 |
219 |
231 |
151 |
91 |
178 |
83 |
182 |
115 |
336 |
476 |
381 |
476 |
203 |
836 |
323 |
125 |
281 |
| Character |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
| Milliseconds |
325 |
313 |
267 |
350 |
146 |
91 |
142 |
93 |
190 |
467 |
434 |
315 |
55 |
88 |
212 |
86 |
215 |
226 |
193 |
426 |
218 |
217 |
282 |
199 |
675 |
| Character |
|
u |
r |
l |
|
) |
| Milliseconds |
222 |
215 |
118 |
97 |
451 |
274 |
|
| WPM Timing |
| Seconds |
WPM |
2.1 |
51.45 |
4.2 |
65.74 |
6.3 |
68.6 |
8.4 |
67.17 |
10.5 |
61.74 |
12.59 |
60.98 |
14.69 |
57.99 |
16.79 |
57.88 |
18.89 |
58.44 |
20.99 |
57.17 |
23.09 |
55.09 |
25.19 |
55.26 |
27.29 |
52.77 |
29.39 |
52.27 |
31.49 |
54.5 |
33.58 |
54.67 |
35.68 |
53.13 |
37.78 |
52.09 |
39.88 |
52.05 |
41.98 |
52.6 |
44.08 |
52.27 |
46.18 |
50.67 |
48.28 |
49.21 |
50.38 |
49.55 |
52.48 |
49.85 |
54.58 |
49.91 |
56.67 |
49.97 |
58.77 |
49.82 |
60.87 |
50.27 |
62.97 |
50.5 |
65.07 |
50.53 |
67.17 |
51.09 |
69.27 |
50.76 |
71.37 |
50.28 |
73.47 |
49.98 |
75.57 |
50.18 |
77.66 |
50.22 |
79.76 |
50.7 |
81.86 |
51.16 |
83.96 |
51.45 |
86.06 |
52.15 |
88.16 |
51.59 |
90.26 |
51.58 |
92.36 |
51.45 |
94.46 |
50.44 |
96.56 |
50.08 |
98.65 |
50.11 |
100.75 |
50.38 |
102.85 |
50.17 |
104.95 |
50.08 |
|