Official speed |
46.00 wpm (114.26 seconds elapsed during race) |
Without ending ping |
46.17 wpm (1,979 ms delay sending score to TypeRacer’s server) |
Timerless |
46.41 wpm (576 ms elapsed before first character typed; 111.71 seconds elapsed during race) |
Timerless minus one |
46.30 wpm, ignoring the first character typed |
Race Start |
May 31, 2023 3:04:16pm UTC |
Race Finish |
May 31, 2023 3:06:11pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
97.4% |
Points |
53.67 |
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 urlllib2 import urllib import json url - == " https://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 } ) repossponse = urllib2.urlopen (url + query ).read() data = json.loads ( response 0) results = data [ 'responseData' ] [ 'results' ] for result in results: title = result ['title'] url = result['rurl'] print ( title + '; ' + url {) |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
-l |
l |
i |
b |
2 |
|
i |
m |
p |
o |
r |
t |
|
u |
Milliseconds |
576 |
0 |
148 |
79 |
50 |
168 |
93 |
127 |
127 |
139 |
197 |
381 |
550 |
200 |
132 |
165 |
234 |
125 |
66 |
143 |
80 |
78 |
162 |
413 |
268 |
Character |
r |
l |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
- |
|
- |
Milliseconds |
140 |
139 |
203 |
272 |
119 |
183 |
110 |
87 |
163 |
96 |
53 |
199 |
36 |
147 |
58 |
100 |
52 |
123 |
124 |
115 |
113 |
166 |
259 |
161 |
401 |
Character |
= |
-= |
-- |
= |
|
" |
|
- |
h |
t |
t |
p |
s |
-s |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
Milliseconds |
373 |
362 |
216 |
308 |
221 |
205 |
179 |
352 |
386 |
74 |
140 |
119 |
159 |
486 |
280 |
430 |
157 |
521 |
99 |
65 |
789 |
117 |
198 |
97 |
120 |
Character |
g |
l |
e |
a |
p |
i |
s |
. |
c |
o |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
Milliseconds |
86 |
460 |
101 |
177 |
252 |
225 |
280 |
198 |
133 |
123 |
49 |
350 |
279 |
72 |
163 |
216 |
332 |
331 |
193 |
143 |
162 |
152 |
166 |
92 |
139 |
Character |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
b |
? |
v |
[ |
-[ |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
Milliseconds |
376 |
314 |
142 |
93 |
155 |
222 |
103 |
250 |
271 |
101 |
131 |
308 |
264 |
601 |
603 |
948 |
1303 |
118 |
415 |
1670 |
867 |
285 |
342 |
110 |
174 |
Character |
r |
y |
|
= |
|
r |
a |
w |
_ |
i |
n |
p |
u |
t |
|
- |
( |
" |
W |
h |
a |
t |
|
d |
o |
Milliseconds |
518 |
77 |
348 |
202 |
123 |
619 |
81 |
123 |
431 |
233 |
81 |
570 |
82 |
127 |
499 |
330 |
302 |
814 |
293 |
138 |
115 |
82 |
85 |
173 |
45 |
Character |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
Milliseconds |
54 |
164 |
72 |
43 |
20 |
97 |
65 |
95 |
41 |
99 |
133 |
70 |
104 |
149 |
83 |
104 |
106 |
149 |
130 |
119 |
131 |
115 |
83 |
789 |
385 |
Character |
|
> |
> |
|
" |
|
- |
) |
|
q |
u |
e |
r |
y |
|
= |
|
u |
r |
l |
l |
i |
b |
. |
u |
Milliseconds |
279 |
639 |
141 |
510 |
182 |
124 |
533 |
883 |
139 |
228 |
57 |
594 |
162 |
80 |
191 |
300 |
107 |
636 |
58 |
176 |
169 |
192 |
147 |
432 |
270 |
Character |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
{ |
' |
q |
' |
|
: |
|
q |
u |
e |
r |
y |
|
} |
|
Milliseconds |
83 |
153 |
329 |
100 |
139 |
106 |
93 |
118 |
390 |
307 |
1057 |
1177 |
500 |
592 |
447 |
272 |
266 |
402 |
79 |
305 |
257 |
102 |
954 |
303 |
1388 |
Character |
) |
|
r |
e |
p |
o |
s |
-s |
-o |
-p |
s |
p |
o |
n |
s |
e |
|
= |
|
u |
r |
l |
l |
i |
b |
Milliseconds |
249 |
204 |
413 |
86 |
76 |
85 |
190 |
157 |
180 |
147 |
75 |
67 |
235 |
317 |
169 |
52 |
169 |
227 |
47 |
505 |
65 |
128 |
149 |
308 |
129 |
Character |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
u |
r |
l |
|
+ |
|
q |
u |
e |
r |
y |
|
) |
. |
Milliseconds |
154 |
404 |
425 |
112 |
142 |
195 |
64 |
152 |
90 |
159 |
222 |
600 |
143 |
110 |
183 |
262 |
191 |
356 |
66 |
233 |
217 |
80 |
291 |
224 |
458 |
Character |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
= |
|
j |
s |
o |
n |
. |
l |
o |
a |
d |
s |
|
Milliseconds |
296 |
50 |
383 |
129 |
376 |
100 |
319 |
466 |
89 |
176 |
113 |
241 |
162 |
164 |
334 |
130 |
139 |
65 |
277 |
315 |
96 |
67 |
85 |
205 |
417 |
Character |
( |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
0 |
-0 |
) |
|
r |
e |
s |
u |
l |
t |
s |
|
= |
|
Milliseconds |
190 |
197 |
264 |
97 |
197 |
105 |
58 |
196 |
78 |
105 |
112 |
259 |
486 |
210 |
180 |
192 |
76 |
147 |
58 |
227 |
60 |
168 |
156 |
140 |
100 |
Character |
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
e |
D |
a |
t |
a |
' |
|
] |
|
[ |
Milliseconds |
182 |
89 |
203 |
85 |
175 |
828 |
1141 |
556 |
552 |
68 |
151 |
69 |
63 |
200 |
79 |
50 |
313 |
170 |
214 |
104 |
307 |
388 |
1461 |
535 |
175 |
Character |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
] |
|
f |
o |
r |
|
r |
e |
s |
u |
l |
t |
|
i |
Milliseconds |
89 |
670 |
196 |
77 |
147 |
356 |
231 |
73 |
137 |
273 |
212 |
830 |
313 |
164 |
131 |
74 |
71 |
162 |
92 |
138 |
94 |
189 |
47 |
54 |
126 |
Character |
n |
|
r |
e |
s |
u |
l |
t |
s |
: |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
u |
l |
t |
Milliseconds |
59 |
113 |
447 |
97 |
134 |
135 |
186 |
71 |
113 |
384 |
197 |
159 |
108 |
67 |
133 |
63 |
94 |
173 |
122 |
238 |
79 |
150 |
109 |
188 |
74 |
Character |
|
- |
[ |
' |
t |
i |
t |
l |
e |
' |
] |
|
u |
r |
l |
|
= |
|
r |
e |
s |
u |
l |
t |
[ |
Milliseconds |
118 |
353 |
636 |
790 |
246 |
101 |
127 |
119 |
141 |
798 |
800 |
337 |
173 |
96 |
131 |
203 |
179 |
66 |
716 |
50 |
195 |
153 |
194 |
109 |
652 |
Character |
' |
r |
-r |
u |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
|
t |
i |
t |
l |
e |
|
+ |
|
Milliseconds |
562 |
417 |
241 |
226 |
128 |
83 |
284 |
1030 |
349 |
257 |
167 |
54 |
87 |
107 |
153 |
275 |
243 |
251 |
214 |
120 |
132 |
130 |
203 |
227 |
138 |
Character |
' |
; |
|
' |
|
+ |
|
u |
r |
l |
|
{ |
-{ |
) |
Milliseconds |
284 |
842 |
662 |
208 |
235 |
677 |
209 |
250 |
113 |
127 |
475 |
377 |
970 |
429 |
|
WPM Timing |
Seconds |
WPM |
2.29 |
52.51 |
4.57 |
57.76 |
6.86 |
68.26 |
9.14 |
59.08 |
11.43 |
54.61 |
13.71 |
50.76 |
16 |
51.01 |
18.28 |
52.51 |
20.57 |
53.09 |
22.85 |
53.04 |
25.14 |
48.69 |
27.42 |
45.95 |
29.71 |
44.43 |
31.99 |
44.63 |
34.28 |
43.76 |
36.56 |
44.63 |
38.85 |
48.5 |
41.13 |
47.26 |
43.42 |
46.43 |
45.7 |
46.21 |
47.99 |
47.26 |
50.27 |
46.07 |
52.56 |
44.98 |
54.85 |
44.63 |
57.13 |
43.69 |
59.42 |
43.42 |
61.7 |
44.15 |
63.99 |
44.45 |
66.27 |
45.09 |
68.56 |
45.16 |
70.84 |
45.74 |
73.13 |
46.44 |
75.41 |
46.62 |
77.7 |
47.11 |
79.98 |
46.36 |
82.27 |
46.82 |
84.55 |
46.12 |
86.84 |
46.29 |
89.12 |
46.86 |
91.41 |
47.52 |
93.69 |
47.9 |
95.98 |
47.64 |
98.26 |
47.5 |
100.55 |
47.38 |
102.83 |
46.91 |
105.12 |
47.03 |
107.41 |
47.04 |
109.69 |
46.71 |
111.98 |
46.19 |
114.26 |
46 |
|