| Official speed |
96.23 wpm (54.62 seconds elapsed during race) |
| Without ending ping |
96.41 wpm (850 ms delay sending score to TypeRacer’s server) |
| Timerless |
96.88 wpm (257 ms elapsed before first character typed; 53.51 seconds elapsed during race) |
| Timerless minus one |
96.65 wpm, ignoring the first character typed |
| Race Start |
May 29, 2023 11:28:10am UTC |
| Race Finish |
May 29, 2023 11:29:04am UTC |
| Outcome |
Win (1 of 2) |
| Accuracy |
99.3% |
| Points |
112.27 |
| 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 ? >> ") 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 ) |
| 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 |
257 |
45 |
158 |
42 |
54 |
30 |
57 |
189 |
70 |
104 |
112 |
172 |
37 |
57 |
40 |
133 |
49 |
138 |
33 |
63 |
29 |
50 |
165 |
101 |
104 |
| Character |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
|
" |
h |
t |
| Milliseconds |
111 |
186 |
22 |
60 |
245 |
53 |
209 |
49 |
60 |
32 |
44 |
166 |
113 |
71 |
42 |
76 |
126 |
59 |
88 |
81 |
126 |
62 |
201 |
224 |
57 |
| Character |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
s |
. |
c |
o |
m |
/ |
| Milliseconds |
126 |
88 |
226 |
171 |
119 |
121 |
112 |
55 |
121 |
85 |
111 |
110 |
102 |
56 |
136 |
51 |
169 |
66 |
42 |
70 |
121 |
111 |
91 |
54 |
153 |
| Character |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
b |
? |
| Milliseconds |
67 |
112 |
51 |
85 |
124 |
92 |
257 |
63 |
234 |
121 |
108 |
215 |
69 |
104 |
99 |
92 |
129 |
60 |
172 |
41 |
177 |
75 |
26 |
101 |
209 |
| Character |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
|
r |
a |
w |
_ |
i |
n |
p |
u |
t |
| Milliseconds |
213 |
195 |
182 |
162 |
228 |
336 |
375 |
126 |
151 |
65 |
110 |
33 |
201 |
49 |
148 |
45 |
104 |
213 |
90 |
275 |
237 |
43 |
143 |
62 |
75 |
| Character |
( |
" |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
| Milliseconds |
480 |
204 |
160 |
204 |
259 |
79 |
86 |
80 |
44 |
72 |
43 |
48 |
29 |
61 |
66 |
50 |
56 |
42 |
79 |
54 |
89 |
77 |
69 |
74 |
92 |
| Character |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
q |
u |
e |
r |
y |
|
= |
|
u |
| Milliseconds |
96 |
193 |
190 |
94 |
68 |
85 |
90 |
60 |
141 |
140 |
133 |
128 |
89 |
182 |
349 |
121 |
171 |
69 |
106 |
45 |
169 |
66 |
137 |
56 |
196 |
| Character |
r |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
{ |
' |
q |
' |
|
: |
|
q |
| Milliseconds |
78 |
138 |
122 |
172 |
29 |
197 |
206 |
65 |
111 |
80 |
73 |
111 |
73 |
117 |
56 |
265 |
121 |
261 |
408 |
93 |
79 |
127 |
235 |
107 |
121 |
| Character |
u |
e |
r |
y |
|
] |
|
- |
-] |
} |
|
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
= |
|
u |
| Milliseconds |
102 |
93 |
46 |
178 |
109 |
208 |
111 |
349 |
131 |
296 |
153 |
418 |
89 |
77 |
53 |
173 |
62 |
164 |
43 |
25 |
38 |
54 |
136 |
63 |
163 |
| Character |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
u |
r |
l |
|
+ |
|
q |
u |
e |
| Milliseconds |
81 |
107 |
333 |
194 |
46 |
108 |
138 |
193 |
76 |
105 |
177 |
45 |
85 |
93 |
87 |
207 |
376 |
91 |
106 |
120 |
191 |
98 |
191 |
122 |
92 |
| Character |
r |
y |
|
) |
|
- |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
= |
|
j |
s |
o |
n |
| Milliseconds |
54 |
178 |
72 |
239 |
69 |
300 |
215 |
31 |
88 |
12 |
294 |
310 |
74 |
141 |
122 |
88 |
105 |
76 |
93 |
109 |
59 |
192 |
84 |
66 |
75 |
| Character |
. |
l |
o |
a |
d |
s |
|
( |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
e |
s |
u |
l |
| Milliseconds |
206 |
162 |
148 |
77 |
74 |
74 |
86 |
216 |
162 |
153 |
40 |
167 |
49 |
140 |
39 |
39 |
32 |
57 |
156 |
95 |
50 |
53 |
163 |
91 |
49 |
| Character |
t |
s |
|
= |
|
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
e |
D |
a |
t |
a |
| Milliseconds |
50 |
35 |
87 |
117 |
67 |
76 |
71 |
128 |
70 |
99 |
217 |
120 |
198 |
172 |
29 |
164 |
80 |
175 |
37 |
19 |
39 |
198 |
154 |
65 |
113 |
| Character |
' |
|
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
] |
|
f |
o |
r |
|
r |
e |
s |
| Milliseconds |
111 |
126 |
148 |
85 |
411 |
109 |
187 |
82 |
45 |
167 |
53 |
54 |
85 |
37 |
127 |
129 |
148 |
73 |
225 |
84 |
80 |
83 |
159 |
62 |
167 |
| Character |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
l |
t |
s |
: |
|
t |
i |
t |
l |
e |
|
= |
|
r |
| Milliseconds |
67 |
41 |
53 |
54 |
89 |
43 |
23 |
49 |
55 |
187 |
81 |
49 |
37 |
63 |
133 |
88 |
116 |
90 |
84 |
164 |
78 |
104 |
307 |
92 |
143 |
| Character |
e |
s |
u |
l |
t |
[ |
' |
t |
i |
t |
l |
e |
' |
[ |
|
- |
-[ |
] |
|
u |
r |
l |
|
= |
|
| Milliseconds |
46 |
178 |
77 |
26 |
115 |
458 |
260 |
82 |
99 |
63 |
324 |
117 |
167 |
340 |
117 |
207 |
150 |
168 |
90 |
154 |
65 |
110 |
111 |
126 |
59 |
| Character |
r |
e |
s |
u |
l |
t |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
|
t |
i |
t |
| Milliseconds |
56 |
55 |
160 |
56 |
44 |
90 |
365 |
233 |
256 |
92 |
87 |
242 |
531 |
152 |
115 |
90 |
131 |
43 |
39 |
52 |
219 |
124 |
132 |
71 |
84 |
| Character |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
|
u |
r |
l |
|
) |
| Milliseconds |
104 |
87 |
78 |
233 |
118 |
278 |
223 |
188 |
128 |
121 |
381 |
161 |
115 |
85 |
109 |
90 |
136 |
|
| WPM Timing |
| Seconds |
WPM |
1.09 |
109.85 |
2.18 |
126.33 |
3.28 |
120.84 |
4.37 |
126.33 |
5.46 |
116.44 |
6.55 |
117.18 |
7.65 |
119.27 |
8.74 |
116.72 |
9.83 |
115.95 |
10.92 |
112.05 |
12.02 |
105.86 |
13.11 |
106.19 |
14.2 |
104.78 |
15.29 |
100.44 |
16.39 |
104.73 |
17.48 |
105.73 |
18.57 |
105.97 |
19.66 |
104.97 |
20.76 |
104.07 |
21.85 |
104.36 |
22.94 |
102.53 |
24.03 |
102.36 |
25.12 |
98.39 |
26.22 |
97.49 |
27.31 |
97.99 |
28.4 |
98.02 |
29.49 |
97.65 |
30.59 |
97.69 |
31.68 |
96.21 |
32.77 |
95.94 |
33.86 |
96.03 |
34.96 |
96.12 |
36.05 |
97.87 |
37.14 |
98.87 |
38.23 |
98.87 |
39.33 |
98.56 |
40.42 |
99.16 |
41.51 |
99.16 |
42.6 |
100.84 |
43.7 |
100.79 |
44.79 |
100.21 |
45.88 |
99.65 |
46.97 |
97.84 |
48.06 |
98.62 |
49.16 |
97.89 |
50.25 |
96.96 |
51.34 |
97.46 |
52.43 |
96.58 |
53.53 |
96.18 |
54.62 |
96.23 |
|