Alec (1lec)

Race #5

View Pit Stop page for race #5 by 1lecGhost race

View profile for Alec (1lec)

Official speed 48.35 wpm (108.71 seconds elapsed during race)
Without ending ping 48.41 wpm (1,619 ms delay sending score to TypeRacer’s server)
Timerless 48.65 wpm (539 ms elapsed before first character typed; 106.55 seconds elapsed during race)
Timerless minus one 48.54 wpm, ignoring the first character typed
Race Start April 5, 2024 4:07:56pm UTC
Race Finish April 5, 2024 4:09:45pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 56.41
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 urlilib import json url = "http;://ajax.googleapis.com/ajax/serivcvices/search/web?v=1.0&" quertyy = raw_input("What do you want to search for ? >> ") query = urllib.urlendocode( {'q' : query {} ) response = urllib2.urlopen (url + query ).read() data = json.loads ( response ) results = data [ 'responeseData' ] [ 'rsuleesults' = ] for results in in results: title = results']['title'] url = results]]['url' ] print (ti 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 539 15 120 63 182 149 83 201 137 169 201 78 153 300 230 147 42 48 96 73 111 105 169 805 321
Character i -i l i b i m p o r t j s o n u r l = "
Milliseconds 199 483 181 105 101 169 114 65 64 50 101 149 81 197 157 183 98 148 183 138 64 101 246 143 665
Character h t t p ; -; : / / a j a x . g o o g l e a p i s .
Milliseconds 284 593 148 102 202 355 191 278 128 362 118 123 527 201 303 153 127 68 93 819 202 67 117 118 119
Character c o m / a j a x / s e r i v c -c -v -i v i c e s / s
Milliseconds 179 103 66 136 335 111 248 215 288 413 146 89 199 23 90 368 153 98 101 101 52 833 94 192 316
Character e a r c h / w e b ? v = 1 . 0 & " q u e r t y -y
Milliseconds 263 112 107 193 90 244 556 167 197 270 481 461 265 357 718 980 477 334 183 106 67 152 144 191 278
Character -t y = r a w _ i n p u t ( " W h a t d o y
Milliseconds 152 85 153 279 291 365 433 84 412 300 50 139 95 88 271 363 368 134 63 48 105 193 33 151 83
Character o u w a n t t o s e a r c h f o r ? >
Milliseconds 107 76 34 99 148 118 99 27 157 43 75 117 100 116 73 190 124 47 188 68 64 396 390 289 390
Character > " ) q u e r y = u r l l i b . u r l e n
Milliseconds 130 187 472 556 389 233 113 56 147 642 211 230 152 350 128 520 169 192 89 252 443 251 270 136 64
Character d o -o -d c o d e ( { ' q ' : q u e r y { -{
Milliseconds 146 224 294 128 124 78 118 134 268 428 513 571 886 134 880 214 259 280 131 50 99 257 182 281 565
Character } ) r e s p o n s e = u r l l i b 2 . u r
Milliseconds 836 386 576 349 224 31 162 154 69 60 67 105 116 233 117 460 75 362 221 156 139 369 246 267 118
Character l o p e n ( u r l + q u e r y ) . r e a d
Milliseconds 240 146 129 279 103 104 238 310 101 119 260 295 205 485 100 65 102 217 167 433 535 329 121 134 377
Character ( ) d a t a = j s o n . l o a d s ( r e
Milliseconds 539 194 299 168 86 97 100 212 203 102 183 140 179 136 146 299 136 63 90 132 174 228 666 181 67
Character s p o n s e ) r e s u l t s = d a t a [
Milliseconds 168 134 46 82 53 100 129 499 407 160 52 149 121 47 104 76 84 216 122 209 91 80 80 52 519
Character ' r e s p o n e -e s e D a t a ' ] [ ' r s
Milliseconds 603 449 277 71 176 88 52 88 443 355 29 81 396 105 81 89 336 146 1013 419 851 486 199 294 149
Character u l -l -u e -e -s e s u l t s ' = - -= ] f o r
Milliseconds 158 113 217 132 255 233 130 68 181 84 33 77 58 314 371 383 248 285 126 393 228 163 83 55 100
Character r e s u l t s i n -n -i - -s i n r e s u l t s
Milliseconds 418 84 192 103 51 67 46 31 190 58 227 162 149 153 96 135 32 73 125 74 76 137 18 99 72
Character : t i t l e = r e s u l t s -s ' -' ] -] [ ' t
Milliseconds 277 145 159 97 80 121 79 169 120 145 611 45 127 111 25 85 66 418 234 446 213 586 650 1121 264
Character i t l e ' ] u r l = r e s u l t s -s ] -] ] -]
Milliseconds 83 88 111 57 344 999 387 367 96 87 114 300 309 189 69 140 109 35 49 83 550 251 533 872 495
Character [ ' u r l ' - ] p r i n t ( t i -i -t t i t
Milliseconds 214 640 344 89 111 240 664 473 327 473 153 91 148 34 60 203 255 280 131 236 137 94 118 82 82
Character l e + ' ; ' + u r l )
Milliseconds 147 37 101 338 483 229 495 324 197 200 508 440 331 90 109 389 395
WPM Timing
Seconds WPM
2.17 71.75
4.35 66.23
6.52 66.23
8.7 64.85
10.87 58.51
13.04 58.87
15.22 59.14
17.39 57.26
19.57 55.19
21.74 55.19
23.92 52.18
26.09 50.59
28.26 49.67
30.44 50.07
32.61 54.09
34.79 55.19
36.96 53.9
39.13 53.97
41.31 53.16
43.48 52.99
45.66 51.51
47.83 51.18
50.01 49.67
52.18 50.36
54.35 50.34
56.53 50.95
58.7 50.9
60.88 50.46
63.05 51.39
65.22 51.51
67.4 52.52
69.57 52.78
71.75 52.69
73.92 52.27
76.1 51.57
78.27 51.21
80.44 50.42
82.62 50.4
84.79 51.94
86.97 51.61
89.14 50.48
91.31 50.2
93.49 50.32
95.66 49.67
97.84 48.94
100.01 48.35
102.18 48.5
104.36 48.52
106.53 48.44
108.71 48.35