Official speed |
48.98 wpm (107.31 seconds elapsed during race) |
Without ending ping |
49.09 wpm (1,709 ms delay sending score to TypeRacer’s server) |
Timerless |
49.19 wpm (209 ms elapsed before first character typed; 105.39 seconds elapsed during race) |
Timerless minus one |
49.07 wpm, ignoring the first character typed |
Race Start |
December 10, 2024 4:39:10am UTC |
Race Finish |
December 10, 2024 4:40:57am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.0% |
Points |
57.15 |
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.googleapis.com/ajax/services/search/web?v=1.0&" query = raw_input("What do you want to search for ? >> "_) aqyuery = urllib.urlencode( {'q' : query } ) response = urllib 2.urlopen (url + query ).read() data = json.loads ( response ) results = data [ 'responseData' ] [ 'results' ] for result in results: title = result[/'title'] url = result ['url]''] [print (t 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 |
209 |
238 |
175 |
92 |
151 |
192 |
158 |
188 |
149 |
149 |
215 |
99 |
152 |
349 |
222 |
164 |
151 |
93 |
57 |
89 |
122 |
156 |
162 |
177 |
179 |
Character |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
|
" |
h |
t |
Milliseconds |
181 |
103 |
136 |
157 |
126 |
108 |
73 |
60 |
60 |
138 |
144 |
125 |
150 |
135 |
117 |
97 |
133 |
87 |
105 |
157 |
159 |
153 |
314 |
234 |
214 |
Character |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
s |
. |
c |
o |
m |
/ |
Milliseconds |
197 |
251 |
463 |
340 |
274 |
363 |
141 |
100 |
303 |
188 |
183 |
125 |
311 |
183 |
133 |
90 |
197 |
120 |
150 |
318 |
185 |
159 |
53 |
77 |
232 |
Character |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
b |
? |
Milliseconds |
256 |
110 |
59 |
256 |
370 |
268 |
142 |
81 |
205 |
95 |
118 |
222 |
196 |
244 |
167 |
127 |
126 |
133 |
177 |
108 |
157 |
239 |
355 |
151 |
354 |
Character |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
|
r |
a |
w |
_ |
i |
n |
p |
u |
t |
Milliseconds |
254 |
377 |
395 |
272 |
343 |
2388 |
777 |
382 |
185 |
226 |
314 |
197 |
208 |
387 |
440 |
398 |
277 |
180 |
448 |
615 |
376 |
165 |
133 |
106 |
103 |
Character |
( |
" |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
Milliseconds |
446 |
228 |
427 |
223 |
117 |
196 |
130 |
127 |
59 |
83 |
157 |
104 |
59 |
80 |
86 |
58 |
136 |
151 |
113 |
68 |
43 |
80 |
116 |
124 |
102 |
Character |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
_ |
-_ |
) |
|
a |
-a |
q |
y |
-y |
u |
e |
Milliseconds |
88 |
151 |
104 |
81 |
84 |
95 |
71 |
192 |
217 |
358 |
227 |
157 |
300 |
216 |
358 |
338 |
264 |
416 |
198 |
472 |
112 |
226 |
564 |
400 |
496 |
Character |
r |
y |
|
= |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
{ |
' |
Milliseconds |
236 |
211 |
216 |
234 |
158 |
264 |
148 |
151 |
177 |
104 |
90 |
189 |
408 |
107 |
183 |
586 |
312 |
395 |
115 |
90 |
165 |
385 |
349 |
337 |
882 |
Character |
q |
' |
|
: |
|
q |
u |
e |
r |
y |
|
} |
|
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
= |
Milliseconds |
338 |
285 |
301 |
290 |
299 |
166 |
135 |
181 |
163 |
166 |
237 |
289 |
640 |
398 |
698 |
142 |
84 |
166 |
62 |
43 |
58 |
63 |
56 |
189 |
145 |
Character |
|
u |
r |
l |
l |
i |
b |
|
- |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
u |
r |
l |
|
+ |
Milliseconds |
112 |
384 |
118 |
150 |
272 |
88 |
106 |
267 |
258 |
149 |
159 |
368 |
151 |
132 |
287 |
117 |
121 |
135 |
143 |
188 |
327 |
155 |
178 |
219 |
155 |
Character |
|
q |
u |
e |
r |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
= |
|
j |
s |
Milliseconds |
640 |
205 |
161 |
168 |
192 |
195 |
188 |
191 |
534 |
230 |
88 |
88 |
181 |
321 |
90 |
315 |
158 |
133 |
95 |
85 |
191 |
158 |
157 |
428 |
226 |
Character |
o |
n |
. |
l |
o |
a |
d |
s |
|
( |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
e |
s |
Milliseconds |
105 |
58 |
171 |
230 |
170 |
148 |
211 |
200 |
211 |
190 |
191 |
199 |
136 |
193 |
76 |
27 |
74 |
91 |
45 |
156 |
224 |
233 |
369 |
68 |
199 |
Character |
u |
l |
t |
s |
|
= |
|
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
e |
D |
a |
Milliseconds |
239 |
90 |
151 |
133 |
160 |
158 |
109 |
125 |
153 |
120 |
104 |
147 |
263 |
247 |
290 |
362 |
102 |
135 |
14 |
46 |
76 |
117 |
61 |
486 |
146 |
Character |
t |
a |
' |
|
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
] |
|
f |
o |
r |
|
r |
Milliseconds |
103 |
136 |
297 |
255 |
322 |
261 |
579 |
558 |
431 |
404 |
164 |
121 |
118 |
104 |
121 |
108 |
666 |
325 |
610 |
395 |
102 |
207 |
166 |
171 |
239 |
Character |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
l |
t |
s |
: |
|
t |
i |
t |
l |
e |
|
= |
Milliseconds |
119 |
165 |
150 |
102 |
120 |
123 |
191 |
91 |
213 |
210 |
101 |
151 |
167 |
102 |
135 |
122 |
368 |
246 |
122 |
88 |
91 |
123 |
101 |
159 |
294 |
Character |
|
r |
e |
s |
u |
l |
t |
[ |
/ |
-/ |
' |
t |
i |
t |
l |
e |
' |
] |
|
u |
r |
l |
|
= |
|
Milliseconds |
187 |
168 |
109 |
151 |
85 |
94 |
242 |
475 |
837 |
647 |
794 |
515 |
104 |
124 |
164 |
330 |
479 |
599 |
310 |
235 |
145 |
181 |
223 |
199 |
167 |
Character |
r |
e |
s |
u |
l |
t |
|
- |
[ |
' |
u |
r |
l |
] |
' |
-' |
-] |
' |
] |
|
[ |
-[ |
p |
r |
i |
Milliseconds |
126 |
140 |
136 |
116 |
76 |
138 |
328 |
484 |
482 |
363 |
429 |
165 |
236 |
3437 |
158 |
754 |
155 |
1453 |
206 |
1985 |
284 |
425 |
1345 |
150 |
74 |
Character |
n |
t |
|
( |
t |
-t |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
|
u |
r |
l |
Milliseconds |
59 |
90 |
218 |
308 |
466 |
223 |
138 |
207 |
107 |
72 |
135 |
121 |
275 |
205 |
290 |
524 |
481 |
313 |
282 |
230 |
251 |
320 |
206 |
167 |
161 |
Character |
|
) |
Milliseconds |
201 |
222 |
|
WPM Timing |
Seconds |
WPM |
2.15 |
67.1 |
4.29 |
72.69 |
6.44 |
82.01 |
8.58 |
74.09 |
10.73 |
69.33 |
12.88 |
69.89 |
15.02 |
69.49 |
17.17 |
69.19 |
19.32 |
65.23 |
21.46 |
59.27 |
23.61 |
56.93 |
25.75 |
54.98 |
27.9 |
54.19 |
30.05 |
56.31 |
32.19 |
59.27 |
34.34 |
57.66 |
36.49 |
54.93 |
38.63 |
54.67 |
40.78 |
54.44 |
42.92 |
53.96 |
45.07 |
52.98 |
47.22 |
52.61 |
49.36 |
53.48 |
51.51 |
53.12 |
53.65 |
53.68 |
55.8 |
53.55 |
57.95 |
53.64 |
60.09 |
54.32 |
62.24 |
55.33 |
64.39 |
55.73 |
66.53 |
56.45 |
68.68 |
56.44 |
70.82 |
55.57 |
72.97 |
55.09 |
75.12 |
55.59 |
77.26 |
55.91 |
79.41 |
56.52 |
81.55 |
55.18 |
83.7 |
54.77 |
85.85 |
54.66 |
87.99 |
54.14 |
90.14 |
53.38 |
92.29 |
52.14 |
94.43 |
50.96 |
96.58 |
50.07 |
98.72 |
49.11 |
100.87 |
49.01 |
103.02 |
49.04 |
105.16 |
48.95 |
107.31 |
48.98 |
|