Official speed |
51.71 wpm (101.64 seconds elapsed during race) |
Without ending ping |
51.83 wpm (1,623 ms delay sending score to TypeRacer’s server) |
Timerless |
52.01 wpm (353 ms elapsed before first character typed; 99.67 seconds elapsed during race) |
Timerless minus one |
51.89 wpm, ignoring the first character typed |
Race Start |
July 2, 2023 6:13:26am UTC |
Race Finish |
July 2, 2023 6:15:08am UTC |
Outcome |
Win (1 of 3) |
Opponents |
2. nelle_son (38.21 wpm)
|
Accuracy |
97.3% |
Points |
60.32 |
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 lrurllib import json url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&" query = raw_input("wWhat do you want to search for ? >> ") query = urllib.urlencode( {'q' : query } ) response = urllib2.urlopen ( url + query ) ..read() dagata = jronson.loads ( response ) resutlts = data { '[ 'sresponseData' } ] [ 'results' ] for result in russesultsr: 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 |
|
l |
r |
-r |
Milliseconds |
353 |
68 |
151 |
106 |
133 |
224 |
192 |
371 |
198 |
118 |
191 |
118 |
190 |
276 |
126 |
173 |
80 |
187 |
201 |
107 |
277 |
227 |
214 |
238 |
266 |
Character |
-l |
u |
r |
l |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
Milliseconds |
151 |
158 |
120 |
258 |
240 |
95 |
157 |
136 |
300 |
95 |
310 |
202 |
133 |
184 |
318 |
173 |
179 |
126 |
140 |
405 |
280 |
365 |
110 |
459 |
88 |
Character |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
s |
. |
Milliseconds |
106 |
314 |
273 |
102 |
175 |
452 |
326 |
275 |
151 |
219 |
213 |
49 |
248 |
159 |
301 |
99 |
147 |
102 |
77 |
69 |
230 |
271 |
124 |
152 |
216 |
Character |
c |
o |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
/ |
Milliseconds |
180 |
63 |
73 |
879 |
243 |
362 |
79 |
265 |
96 |
309 |
431 |
85 |
189 |
119 |
114 |
86 |
146 |
138 |
368 |
179 |
41 |
211 |
333 |
174 |
263 |
Character |
w |
e |
b |
? |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
|
r |
a |
w |
_ |
i |
Milliseconds |
793 |
153 |
101 |
318 |
463 |
226 |
305 |
99 |
178 |
272 |
324 |
260 |
185 |
250 |
223 |
231 |
176 |
294 |
92 |
83 |
414 |
144 |
101 |
316 |
442 |
Character |
n |
p |
u |
t |
( |
" |
w |
-w |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
Milliseconds |
70 |
593 |
93 |
121 |
233 |
217 |
301 |
462 |
269 |
114 |
73 |
88 |
91 |
318 |
116 |
230 |
339 |
148 |
79 |
143 |
144 |
78 |
100 |
84 |
86 |
Character |
t |
o |
|
s |
e |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
q |
u |
e |
Milliseconds |
110 |
71 |
112 |
109 |
112 |
71 |
72 |
163 |
87 |
148 |
99 |
94 |
128 |
325 |
159 |
230 |
234 |
166 |
126 |
137 |
352 |
208 |
286 |
87 |
177 |
Character |
r |
y |
|
= |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
{ |
' |
Milliseconds |
131 |
145 |
187 |
112 |
102 |
344 |
158 |
263 |
247 |
82 |
130 |
236 |
633 |
243 |
158 |
539 |
85 |
196 |
227 |
112 |
128 |
277 |
258 |
508 |
303 |
Character |
q |
' |
|
: |
|
q |
u |
e |
r |
y |
|
} |
|
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
= |
Milliseconds |
220 |
98 |
370 |
302 |
104 |
265 |
105 |
185 |
168 |
123 |
334 |
232 |
358 |
194 |
136 |
515 |
118 |
190 |
464 |
111 |
70 |
117 |
115 |
237 |
161 |
Character |
|
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
|
- |
u |
r |
l |
|
+ |
Milliseconds |
83 |
427 |
229 |
208 |
220 |
91 |
197 |
262 |
466 |
341 |
143 |
90 |
444 |
194 |
144 |
91 |
221 |
143 |
178 |
321 |
104 |
143 |
385 |
257 |
168 |
Character |
|
q |
u |
e |
r |
y |
|
) |
|
. |
-. |
- |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
g |
a |
-a |
Milliseconds |
78 |
293 |
89 |
158 |
129 |
315 |
296 |
163 |
127 |
281 |
219 |
164 |
74 |
238 |
120 |
128 |
130 |
183 |
53 |
278 |
312 |
117 |
378 |
98 |
392 |
Character |
-g |
t |
a |
|
= |
|
j |
r |
o |
n |
-n |
-o |
-r |
s |
o |
n |
. |
l |
o |
a |
d |
s |
|
( |
|
Milliseconds |
143 |
63 |
68 |
204 |
105 |
77 |
407 |
204 |
62 |
144 |
285 |
143 |
144 |
71 |
92 |
93 |
305 |
310 |
96 |
88 |
139 |
192 |
304 |
171 |
140 |
Character |
r |
e |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
e |
s |
u |
t |
-t |
l |
t |
s |
|
= |
|
d |
a |
Milliseconds |
699 |
136 |
207 |
260 |
106 |
87 |
114 |
143 |
275 |
169 |
107 |
254 |
79 |
155 |
202 |
218 |
273 |
125 |
95 |
89 |
774 |
177 |
86 |
284 |
86 |
Character |
t |
a |
|
{ |
|
' |
-' |
- |
-{ |
[ |
|
' |
s |
-s |
r |
e |
s |
p |
o |
n |
s |
e |
D |
a |
t |
Milliseconds |
151 |
71 |
241 |
232 |
184 |
201 |
296 |
164 |
156 |
576 |
240 |
265 |
443 |
250 |
118 |
125 |
117 |
260 |
101 |
63 |
168 |
146 |
368 |
191 |
112 |
Character |
a |
' |
|
} |
|
- |
-} |
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
] |
|
f |
o |
Milliseconds |
89 |
223 |
163 |
325 |
228 |
426 |
165 |
353 |
230 |
224 |
254 |
157 |
192 |
180 |
192 |
180 |
160 |
125 |
77 |
679 |
190 |
406 |
246 |
243 |
81 |
Character |
r |
|
r |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
u |
s |
-s |
-u |
s |
-s |
e |
s |
u |
l |
t |
s |
Milliseconds |
120 |
78 |
307 |
89 |
185 |
119 |
168 |
121 |
171 |
244 |
73 |
152 |
429 |
233 |
103 |
412 |
145 |
88 |
271 |
202 |
285 |
125 |
182 |
106 |
241 |
Character |
r |
-r |
: |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
u |
l |
t |
[ |
' |
t |
i |
t |
l |
e |
Milliseconds |
86 |
349 |
582 |
270 |
153 |
93 |
118 |
112 |
74 |
224 |
93 |
123 |
366 |
88 |
162 |
144 |
125 |
126 |
599 |
324 |
208 |
139 |
111 |
122 |
66 |
Character |
' |
] |
|
u |
r |
l |
|
= |
|
r |
e |
s |
u |
l |
t |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
Milliseconds |
253 |
556 |
906 |
273 |
119 |
106 |
362 |
126 |
96 |
719 |
126 |
173 |
167 |
511 |
108 |
508 |
435 |
438 |
141 |
97 |
294 |
436 |
354 |
224 |
84 |
Character |
i |
n |
t |
|
( |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
: |
-: |
; |
|
' |
|
+ |
|
u |
r |
Milliseconds |
93 |
90 |
137 |
264 |
178 |
324 |
180 |
157 |
252 |
246 |
74 |
205 |
246 |
49 |
483 |
575 |
344 |
78 |
501 |
159 |
176 |
312 |
76 |
232 |
129 |
Character |
l |
|
) |
Milliseconds |
87 |
254 |
127 |
|
WPM Timing |
Seconds |
WPM |
2.03 |
59.03 |
4.07 |
61.98 |
6.1 |
55.09 |
8.13 |
57.55 |
10.16 |
55.49 |
12.2 |
54.11 |
14.23 |
56.5 |
16.26 |
56.08 |
18.3 |
55.75 |
20.33 |
56.67 |
22.36 |
54.74 |
24.39 |
54.6 |
26.43 |
54.49 |
28.46 |
53.55 |
30.49 |
53.52 |
32.53 |
57.55 |
34.56 |
57.29 |
36.59 |
58.05 |
38.62 |
57.17 |
40.66 |
56.96 |
42.69 |
56.78 |
44.72 |
56.35 |
46.76 |
56.72 |
48.79 |
56.32 |
50.82 |
55.96 |
52.85 |
56.31 |
54.89 |
55.75 |
56.92 |
55.23 |
58.95 |
54.76 |
60.99 |
54.7 |
63.02 |
55.03 |
65.05 |
54.6 |
67.08 |
54.38 |
69.12 |
53.3 |
71.15 |
53.63 |
73.18 |
52.8 |
75.22 |
53.13 |
77.25 |
52.97 |
79.28 |
53.28 |
81.32 |
52.68 |
83.35 |
52.41 |
85.38 |
52.56 |
87.41 |
52.58 |
89.45 |
52.32 |
91.48 |
51.95 |
93.51 |
51.72 |
95.55 |
52 |
97.58 |
51.77 |
99.61 |
51.68 |
101.64 |
51.71 |
|