Official speed |
64.68 wpm (81.26 seconds elapsed during race) |
Without ending ping |
64.78 wpm (1,241 ms delay sending score to TypeRacer’s server) |
Timerless |
65.19 wpm (505 ms elapsed before first character typed; 79.52 seconds elapsed during race) |
Timerless minus one |
65.04 wpm, ignoring the first character typed |
Race Start |
February 2, 2025 2:30:26pm UTC |
Race Finish |
February 2, 2025 2:31:47pm UTC |
Outcome |
No win (2 of 3) |
Accuracy |
99.3% |
Points |
75.46 |
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 rurl = "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 (resp response ) results = data [ 'responseData' ] [ '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 |
505 |
159 |
221 |
96 |
140 |
65 |
80 |
76 |
128 |
111 |
127 |
192 |
141 |
108 |
64 |
81 |
140 |
221 |
63 |
111 |
62 |
62 |
97 |
127 |
384 |
Character |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
r |
-r |
u |
r |
l |
|
= |
|
" |
Milliseconds |
156 |
270 |
158 |
349 |
111 |
175 |
156 |
64 |
222 |
96 |
80 |
142 |
143 |
190 |
126 |
47 |
111 |
316 |
173 |
97 |
110 |
190 |
154 |
79 |
331 |
Character |
h |
t |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
s |
. |
c |
o |
Milliseconds |
269 |
93 |
139 |
121 |
734 |
329 |
110 |
367 |
124 |
64 |
111 |
187 |
269 |
65 |
142 |
96 |
143 |
94 |
113 |
76 |
158 |
97 |
159 |
94 |
128 |
Character |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
Milliseconds |
156 |
540 |
490 |
159 |
79 |
206 |
144 |
189 |
127 |
63 |
181 |
135 |
66 |
60 |
49 |
158 |
112 |
128 |
144 |
48 |
208 |
79 |
223 |
160 |
176 |
Character |
b |
? |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
|
r |
a |
w |
_ |
i |
n |
p |
Milliseconds |
111 |
820 |
256 |
218 |
511 |
552 |
269 |
548 |
1014 |
124 |
111 |
111 |
78 |
78 |
96 |
474 |
50 |
94 |
80 |
204 |
80 |
375 |
236 |
127 |
175 |
Character |
u |
t |
( |
" |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
Milliseconds |
124 |
144 |
361 |
440 |
249 |
157 |
62 |
96 |
47 |
171 |
62 |
140 |
80 |
95 |
97 |
32 |
94 |
160 |
112 |
94 |
109 |
62 |
95 |
79 |
79 |
Character |
e |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
q |
u |
e |
r |
y |
|
= |
Milliseconds |
174 |
97 |
108 |
237 |
127 |
140 |
144 |
82 |
94 |
440 |
207 |
191 |
204 |
154 |
403 |
265 |
430 |
158 |
237 |
141 |
78 |
110 |
124 |
485 |
47 |
Character |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
{ |
' |
q |
' |
|
: |
Milliseconds |
107 |
156 |
95 |
407 |
141 |
171 |
182 |
252 |
218 |
80 |
125 |
93 |
109 |
79 |
97 |
95 |
95 |
303 |
111 |
616 |
464 |
118 |
126 |
524 |
332 |
Character |
|
q |
u |
e |
r |
y |
|
} |
|
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
= |
|
u |
r |
l |
Milliseconds |
127 |
143 |
142 |
108 |
96 |
126 |
440 |
475 |
411 |
217 |
127 |
175 |
47 |
128 |
58 |
111 |
175 |
63 |
65 |
380 |
66 |
95 |
170 |
63 |
156 |
Character |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
u |
r |
l |
|
+ |
|
q |
u |
e |
r |
y |
Milliseconds |
144 |
175 |
173 |
112 |
458 |
239 |
91 |
128 |
236 |
97 |
128 |
112 |
141 |
255 |
334 |
110 |
125 |
128 |
411 |
77 |
112 |
110 |
712 |
65 |
64 |
Character |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
= |
|
j |
s |
o |
n |
. |
l |
o |
a |
Milliseconds |
397 |
252 |
346 |
427 |
65 |
126 |
94 |
251 |
79 |
95 |
111 |
95 |
125 |
112 |
128 |
190 |
409 |
143 |
105 |
146 |
128 |
601 |
223 |
142 |
33 |
Character |
d |
s |
|
( |
r |
e |
s |
p |
-p |
-s |
-e |
-r |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
Milliseconds |
142 |
96 |
142 |
207 |
95 |
80 |
96 |
111 |
256 |
159 |
128 |
142 |
78 |
64 |
80 |
271 |
97 |
126 |
163 |
91 |
65 |
586 |
158 |
300 |
240 |
Character |
e |
s |
u |
l |
t |
s |
|
= |
|
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
e |
Milliseconds |
64 |
121 |
63 |
158 |
80 |
64 |
395 |
63 |
77 |
113 |
79 |
111 |
111 |
301 |
173 |
110 |
286 |
552 |
49 |
125 |
97 |
109 |
175 |
64 |
78 |
Character |
D |
a |
t |
a |
' |
|
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
] |
|
f |
o |
r |
Milliseconds |
300 |
143 |
126 |
98 |
264 |
95 |
251 |
440 |
326 |
133 |
441 |
79 |
63 |
95 |
126 |
156 |
111 |
63 |
476 |
126 |
139 |
144 |
238 |
64 |
110 |
Character |
|
r |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
l |
t |
s |
: |
|
t |
i |
t |
l |
e |
Milliseconds |
32 |
111 |
31 |
128 |
97 |
142 |
106 |
100 |
79 |
110 |
33 |
48 |
63 |
79 |
97 |
508 |
112 |
63 |
330 |
79 |
144 |
80 |
62 |
127 |
111 |
Character |
|
= |
|
r |
e |
s |
u |
l |
t |
[ |
; |
-; |
' |
t |
i |
t |
l |
e |
' |
] |
|
u |
r |
l |
|
Milliseconds |
378 |
48 |
109 |
63 |
63 |
94 |
80 |
169 |
148 |
392 |
302 |
581 |
634 |
158 |
111 |
48 |
159 |
94 |
187 |
632 |
48 |
176 |
111 |
126 |
157 |
Character |
= |
|
r |
e |
s |
u |
l |
t |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
|
t |
Milliseconds |
288 |
48 |
110 |
62 |
226 |
183 |
142 |
128 |
997 |
788 |
254 |
96 |
143 |
663 |
255 |
239 |
190 |
160 |
76 |
144 |
79 |
94 |
335 |
110 |
126 |
Character |
i |
t |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
|
u |
r |
l |
|
) |
Milliseconds |
110 |
59 |
165 |
112 |
207 |
249 |
83 |
821 |
457 |
218 |
191 |
159 |
429 |
64 |
205 |
95 |
141 |
261 |
222 |
|
WPM Timing |
Seconds |
WPM |
1.63 |
73.84 |
3.25 |
88.6 |
4.88 |
76.3 |
6.5 |
75.68 |
8.13 |
75.31 |
9.75 |
67.68 |
11.38 |
71.73 |
13 |
69.22 |
14.63 |
72.19 |
16.25 |
73.1 |
17.88 |
68.47 |
19.5 |
65.22 |
21.13 |
64.18 |
22.75 |
64.34 |
24.38 |
63.99 |
26 |
68.3 |
27.63 |
68.19 |
29.25 |
67.27 |
30.88 |
67.23 |
32.5 |
66.82 |
34.13 |
67.51 |
35.76 |
66.12 |
37.38 |
65.81 |
39.01 |
65.84 |
40.63 |
66.45 |
42.26 |
66.74 |
43.88 |
66.45 |
45.51 |
65.66 |
47.13 |
65.94 |
48.76 |
66.21 |
50.38 |
65.98 |
52.01 |
65.07 |
53.63 |
64.66 |
55.26 |
65.8 |
56.88 |
65.61 |
58.51 |
65.84 |
60.13 |
65.45 |
61.76 |
65.67 |
63.38 |
67.21 |
65.01 |
67.37 |
66.63 |
67.53 |
68.26 |
66.63 |
69.88 |
66.62 |
71.51 |
66.45 |
73.14 |
65.47 |
74.76 |
65.01 |
76.39 |
65.51 |
78.01 |
64.76 |
79.64 |
64.79 |
81.26 |
64.68 |
|