Official speed |
64.54 wpm (81.44 seconds elapsed during race) |
Without ending ping |
64.63 wpm (1,231 ms delay sending score to TypeRacer’s server) |
Timerless |
65.00 wpm (459 ms elapsed before first character typed; 79.75 seconds elapsed during race) |
Timerless minus one |
64.85 wpm, ignoring the first character typed |
Race Start |
April 21, 2025 3:35:49am UTC |
Race Finish |
April 21, 2025 3:37:11am UTC |
Outcome |
Win (1 of 2) |
Opponents |
2. purtrus (45.23 wpm)
|
Accuracy |
96.5% |
Points |
75.29 |
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/searc/wh/web?v=1.0&" query = sraw_input("What do you want to search for ? >>> " ) query = urblllib.urlencode( { 'q' : query } ) response = urllib2.urlopen (url + query) ).read() data = sjson.reloads ( response ) results = data [ 'responseData' ] [resu 'results' ] for result in results: title = result['title'] url = results['url'] print (titlt 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 |
459 |
150 |
151 |
117 |
49 |
35 |
96 |
187 |
149 |
83 |
200 |
150 |
103 |
212 |
184 |
133 |
134 |
120 |
111 |
35 |
50 |
99 |
119 |
98 |
117 |
Character |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
|
" |
h |
t |
Milliseconds |
118 |
133 |
84 |
99 |
134 |
150 |
132 |
102 |
83 |
36 |
96 |
185 |
101 |
102 |
130 |
119 |
144 |
87 |
80 |
120 |
113 |
39 |
297 |
367 |
132 |
Character |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
/ |
-/ |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
s |
. |
c |
o |
Milliseconds |
120 |
99 |
267 |
298 |
116 |
444 |
74 |
101 |
167 |
132 |
249 |
119 |
200 |
133 |
119 |
83 |
432 |
98 |
286 |
100 |
284 |
97 |
118 |
188 |
75 |
Character |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
/ |
w |
-w |
-/ |
Milliseconds |
103 |
218 |
364 |
101 |
70 |
146 |
184 |
383 |
132 |
33 |
158 |
60 |
84 |
30 |
120 |
67 |
216 |
185 |
47 |
132 |
123 |
262 |
185 |
198 |
105 |
Character |
h |
/ |
w |
e |
b |
? |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
|
s |
-s |
r |
Milliseconds |
284 |
246 |
335 |
35 |
80 |
284 |
433 |
167 |
330 |
137 |
165 |
1286 |
682 |
216 |
221 |
111 |
85 |
153 |
130 |
233 |
87 |
45 |
337 |
379 |
71 |
Character |
a |
w |
_ |
i |
n |
p |
u |
t |
( |
" |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
Milliseconds |
61 |
67 |
269 |
265 |
118 |
151 |
137 |
79 |
266 |
285 |
367 |
117 |
66 |
50 |
98 |
82 |
56 |
131 |
46 |
90 |
113 |
134 |
50 |
31 |
117 |
Character |
t |
|
t |
o |
|
s |
e |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
> |
-> |
|
" |
|
Milliseconds |
68 |
118 |
82 |
83 |
119 |
82 |
99 |
67 |
68 |
148 |
65 |
103 |
80 |
106 |
97 |
317 |
151 |
233 |
283 |
146 |
104 |
348 |
137 |
281 |
181 |
Character |
- |
) |
|
q |
u |
e |
r |
y |
|
= |
|
u |
r |
b |
l |
-l |
-b |
l |
l |
i |
b |
. |
u |
r |
l |
Milliseconds |
252 |
234 |
235 |
82 |
83 |
79 |
71 |
180 |
254 |
82 |
84 |
334 |
98 |
135 |
266 |
351 |
151 |
214 |
133 |
168 |
99 |
316 |
229 |
71 |
99 |
Character |
e |
n |
c |
o |
d |
e |
( |
|
{ |
|
- |
' |
q |
' |
|
: |
|
q |
u |
e |
r |
y |
|
} |
|
Milliseconds |
138 |
114 |
97 |
106 |
80 |
31 |
688 |
168 |
633 |
196 |
368 |
131 |
302 |
150 |
336 |
481 |
182 |
118 |
82 |
87 |
264 |
134 |
782 |
1067 |
153 |
Character |
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
= |
|
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
Milliseconds |
264 |
233 |
300 |
54 |
126 |
72 |
112 |
120 |
66 |
30 |
185 |
65 |
70 |
132 |
121 |
198 |
100 |
164 |
103 |
282 |
167 |
233 |
83 |
101 |
219 |
Character |
p |
e |
n |
|
( |
u |
r |
l |
|
+ |
|
q |
u |
e |
r |
y |
) |
-) |
|
) |
. |
r |
e |
a |
d |
Milliseconds |
130 |
85 |
66 |
166 |
167 |
334 |
97 |
86 |
166 |
184 |
117 |
217 |
100 |
84 |
29 |
188 |
415 |
366 |
100 |
118 |
731 |
166 |
50 |
20 |
112 |
Character |
( |
) |
|
d |
a |
t |
a |
|
= |
|
s |
-s |
j |
s |
o |
n |
. |
r |
e |
-e |
-r |
l |
o |
a |
d |
Milliseconds |
153 |
166 |
218 |
117 |
65 |
99 |
68 |
184 |
82 |
52 |
297 |
203 |
131 |
85 |
85 |
115 |
149 |
133 |
31 |
186 |
103 |
131 |
147 |
35 |
68 |
Character |
s |
|
( |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
e |
s |
u |
l |
t |
s |
|
= |
|
Milliseconds |
67 |
349 |
68 |
167 |
249 |
67 |
135 |
98 |
101 |
216 |
100 |
53 |
230 |
119 |
115 |
265 |
34 |
135 |
82 |
135 |
82 |
17 |
200 |
133 |
31 |
Character |
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
e |
D |
a |
t |
a |
' |
|
] |
|
[ |
Milliseconds |
318 |
68 |
115 |
51 |
150 |
118 |
251 |
648 |
149 |
55 |
113 |
29 |
122 |
119 |
48 |
52 |
232 |
117 |
129 |
69 |
99 |
134 |
615 |
101 |
316 |
Character |
r |
e |
s |
u |
-u |
-s |
-e |
-r |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
] |
|
f |
o |
r |
|
Milliseconds |
550 |
70 |
148 |
132 |
200 |
119 |
120 |
129 |
150 |
150 |
232 |
50 |
102 |
66 |
116 |
49 |
48 |
153 |
117 |
767 |
200 |
101 |
68 |
80 |
69 |
Character |
r |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
l |
t |
s |
: |
|
t |
i |
t |
l |
e |
|
Milliseconds |
97 |
37 |
396 |
101 |
134 |
99 |
68 |
115 |
116 |
104 |
81 |
66 |
101 |
85 |
114 |
84 |
33 |
369 |
214 |
137 |
81 |
82 |
68 |
102 |
181 |
Character |
= |
|
r |
e |
s |
u |
l |
t |
[ |
' |
t |
i |
t |
l |
e |
' |
] |
|
u |
r |
l |
|
= |
|
r |
Milliseconds |
70 |
63 |
252 |
47 |
119 |
84 |
132 |
96 |
407 |
630 |
248 |
85 |
100 |
39 |
144 |
501 |
700 |
132 |
303 |
114 |
68 |
149 |
83 |
53 |
168 |
Character |
e |
s |
u |
l |
t |
s |
-s |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
t |
i |
t |
Milliseconds |
28 |
118 |
53 |
116 |
65 |
49 |
382 |
434 |
502 |
315 |
118 |
101 |
233 |
881 |
184 |
167 |
83 |
86 |
116 |
65 |
250 |
166 |
183 |
134 |
102 |
Character |
l |
t |
-t |
-l |
-t |
-i |
-t |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
: |
-: |
; |
|
' |
|
+ |
|
Milliseconds |
98 |
80 |
172 |
116 |
98 |
135 |
116 |
500 |
214 |
86 |
83 |
83 |
100 |
281 |
104 |
85 |
279 |
556 |
331 |
113 |
137 |
216 |
232 |
349 |
151 |
Character |
u |
r |
l |
|
) |
Milliseconds |
168 |
83 |
99 |
150 |
599 |
|
WPM Timing |
Seconds |
WPM |
1.63 |
73.68 |
3.26 |
88.41 |
4.89 |
93.32 |
6.52 |
90.25 |
8.14 |
85.46 |
9.77 |
79.82 |
11.4 |
78.94 |
13.03 |
80.12 |
14.66 |
76.95 |
16.29 |
73.68 |
17.92 |
70.33 |
19.55 |
66.92 |
21.17 |
66.31 |
22.8 |
66.31 |
24.43 |
69.75 |
26.06 |
72.29 |
27.69 |
70.64 |
29.32 |
69.99 |
30.95 |
68.25 |
32.58 |
68.52 |
34.2 |
67.36 |
35.83 |
65.97 |
37.46 |
65.35 |
39.09 |
63.24 |
40.72 |
63.95 |
42.35 |
64.61 |
43.98 |
65.49 |
45.61 |
65.26 |
47.23 |
65.04 |
48.86 |
65.08 |
50.49 |
65.36 |
52.12 |
66.08 |
53.75 |
66.98 |
55.38 |
66.96 |
57.01 |
67.57 |
58.64 |
66.31 |
60.26 |
66.51 |
61.89 |
66.5 |
63.52 |
67.63 |
65.15 |
68.15 |
66.78 |
67.57 |
68.41 |
67.19 |
70.04 |
67.85 |
71.67 |
66.98 |
73.29 |
66.47 |
74.92 |
65.83 |
76.55 |
65.37 |
78.18 |
64.93 |
79.81 |
64.8 |
81.44 |
64.54 |
|