Alex (a_kaban)

Race #1433

View Pit Stop page for race #1433 by a_kabanGhost race

View profile for Alex (a_kaban)

Official speed 55.85 wpm (94.11 seconds elapsed during race)
Without ending ping 56.02 wpm (1,566 ms delay sending score to TypeRacer’s server)
Timerless 56.30 wpm (472 ms elapsed before first character typed; 92.07 seconds elapsed during race)
Timerless minus one 56.17 wpm, ignoring the first character typed
Race Start November 4, 2024 8:17:15pm UTC
Race Finish November 4, 2024 8:18:49pm UTC
Outcome Win (1 of 3)
Accuracy 99.8%
Points 65.16
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 472 123 269 90 434 154 97 215 145 120 146 187 171 276 148 182 67 249 78 122 158 92 117 137 107
Character l i b i m p o r t j s o n u r l = " h t
Milliseconds 151 150 157 194 149 146 187 69 164 172 339 270 170 115 171 148 126 174 119 156 226 283 486 495 205
Character t p : / / a j a x . g o o g l e a p i s . c o m /
Milliseconds 127 143 359 300 154 268 57 124 291 226 276 244 194 135 185 422 361 215 227 178 200 190 75 197 240
Character a j a x / s e r v i c e s / s e a r c h / w e b ?
Milliseconds 206 115 344 304 345 397 203 158 246 172 259 167 154 301 224 128 198 133 276 82 270 205 114 230 334
Character v = 1 . 0 & " q u e r y = r a w _ i n p u t
Milliseconds 400 371 396 221 464 354 1131 252 281 73 157 115 142 130 324 141 473 127 168 282 307 113 238 46 163
Character ( " W h a t d o y o u w a n t t o s e a
Milliseconds 256 277 316 224 94 159 146 194 51 118 437 182 105 90 237 150 100 140 92 193 46 129 156 131 181
Character r c h f o r ? > > " ) q u e r y = u
Milliseconds 86 280 79 127 141 103 69 130 686 239 241 161 144 297 552 168 230 67 166 115 151 217 588 187 493
Character r l l i b . u r l e n c o d e ( { ' q ' : q
Milliseconds 137 101 156 133 82 279 313 186 150 281 497 244 192 167 151 215 493 744 359 279 359 310 306 227 183
Character u e r y } ) r e s p o n s e = u r l l i
Milliseconds 93 171 105 182 156 270 166 321 204 153 58 179 169 180 187 143 92 255 316 112 152 115 120 148 180
Character b 2 . u r l o p e n ( u r l + q u e r y )
Milliseconds 126 476 868 239 150 97 221 192 222 61 267 284 249 142 92 198 205 116 380 66 162 107 108 159 339
Character . r e a d ( ) d a t a = j s o n . l o a d s
Milliseconds 358 210 42 191 185 355 120 193 213 161 140 81 133 183 132 714 759 99 168 267 214 170 158 187 254
Character ( r e s p o n s e ) r e s u l t s = d
Milliseconds 159 235 233 223 47 203 114 138 183 117 90 195 338 113 206 64 206 100 207 99 150 182 177 83 209
Character a t a [ ' r e s p o n s e D a t a ' ] [
Milliseconds 145 152 93 148 303 247 211 326 66 166 259 164 209 111 109 384 180 169 71 231 192 194 319 467 216
Character ' r e s u l t s ' ] f o r r e s u l t i n
Milliseconds 809 386 80 196 79 189 94 178 210 213 217 167 249 47 139 93 240 58 171 116 165 102 118 161 138
Character r e s u l t s : t i t l e = r e s u l t '
Milliseconds 112 111 64 137 114 178 101 97 302 135 182 70 96 447 96 131 360 142 195 73 178 85 171 104 216
Character -' [ ' t i t l e ' ] u r l = r e s u l t [ '
Milliseconds 703 1850 786 519 63 117 131 82 317 240 186 226 74 141 157 214 83 181 55 143 107 239 232 396 248
Character u r l ' ] p r i n t ( t i t l e + ' ;
Milliseconds 499 106 133 312 249 182 218 150 87 157 122 140 218 165 332 84 101 128 106 146 274 230 900 304 548
Character ' + u r l )
Milliseconds 210 472 495 217 161 132 128 239 288
WPM Timing
Seconds WPM
1.88 51
3.76 63.76
5.65 70.13
7.53 70.13
9.41 63.76
11.29 62.69
13.18 60.11
15.06 60.57
16.94 58.8
18.82 59.29
20.7 57.96
22.59 56.32
24.47 54.44
26.35 54.65
28.23 54.4
30.11 55.79
32 57.76
33.88 57.38
35.76 57.38
37.64 56.74
39.53 56.47
41.41 55.64
43.29 54.89
45.17 55.25
47.05 55.59
48.94 55.66
50.82 55.73
52.7 55.79
54.58 56.06
56.47 56.32
58.35 55.73
60.23 55.99
62.11 56.61
63.99 57.01
65.88 57.2
67.76 57.2
69.64 56.52
71.52 56.88
73.41 57.87
75.29 58.18
77.17 58.16
79.05 56.77
80.93 56.19
82.82 56.51
84.7 56.39
86.58 56.69
88.46 56.97
90.34 56.18
92.23 55.95
94.11 55.85