Ted Horyczun (tedhoryczun)

Race #5

View Pit Stop page for race #5 by tedhoryczunGhost race

View profile for Ted Horyczun (tedhoryczun)

Official speed 53.77 wpm (97.75 seconds elapsed during race)
Without ending ping 53.90 wpm (1,565 ms delay sending score to TypeRacer’s server)
Timerless 54.84 wpm (1,655 ms elapsed before first character typed; 94.53 seconds elapsed during race)
Timerless minus one 54.71 wpm, ignoring the first character typed
Race Start August 30, 2024 4:22:04pm UTC
Race Finish August 30, 2024 4:23:42pm UTC
Outcome Win (1 of 3)
Accuracy 96.9%
Points 62.74
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 imopport json url= = "http:// aajaajax.googleapis.com/ajax/services/seraaarch/web?v=1.0&" query = raw_impnput("What do you want to wsearch for ?>> >> ") query = urllib.urlencode( {'q' : query } ) response = urllib2.urlopen (url + query __).read()_ data = json.loads ( response ) results = data {[ 'responsedData' - ] [ '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 1655 79 57 66 77 129 87 270 46 146 168 126 122 227 189 170 65 84 41 59 133 33 125 111 149
Character l i b i m o p -p -o p o r t j s o n u r l =
Milliseconds 133 127 86 227 246 101 123 70 317 98 214 46 133 138 43 171 97 80 93 66 191 90 112 252 85
Character - -= = " h t t p : / / a -a a j a -a -j -a - a j
Milliseconds 723 432 220 145 597 596 226 89 134 78 306 355 128 89 102 234 252 25 39 362 109 160 122 306 71
Character a x . g o o g l e a p i s . c o m / a j a x / s e
Milliseconds 72 263 178 181 77 101 56 92 111 422 85 79 155 260 148 91 69 152 242 109 68 320 220 274 88
Character r v i c e s / s e r a -a -r a -a a r c h / w e b ? v
Milliseconds 101 145 101 67 196 99 121 171 89 99 59 463 120 159 282 315 132 203 89 229 168 80 190 285 377
Character = 1 . 0 & " q u e r y = r a w _ i m p -p -m n
Milliseconds 273 428 341 266 1101 364 606 272 97 77 80 145 295 206 40 707 23 146 345 153 87 296 272 109 322
Character p u t ( " W h a t d o y o u w a n t t o
Milliseconds 219 58 110 486 338 449 167 32 79 91 161 67 51 138 68 110 56 89 90 128 164 137 149 80 80
Character w -w s e a r c h f o r ? > > -> -> > > " )
Milliseconds 142 332 65 84 94 78 196 72 57 276 96 67 88 193 311 200 440 107 277 211 142 241 256 449 293
Character q u e r y = u r l l i b . u r l e n c o d e (
Milliseconds 335 100 75 79 71 67 193 97 414 68 100 150 122 157 372 295 73 147 149 122 148 78 91 132 520
Character { ' q ' : q u e r y } ) r e s p o n s
Milliseconds 278 219 650 471 200 459 464 123 180 100 52 89 80 222 519 471 295 561 146 66 209 156 30 91 81
Character e = u r l l i b 2 . u r l o p e n ( u r l
Milliseconds 78 294 66 41 211 108 110 128 141 112 301 243 245 55 153 197 65 111 106 90 222 415 113 90 112
Character + q u e r y _ -_ _ -_ ) . r e a d ( ) _ -_ d a
Milliseconds 227 228 293 100 62 90 78 170 401 670 438 874 666 432 187 58 85 117 360 11 40 757 292 161 98
Character t a = j s o n . l o a d s ( r e s p o n s
Milliseconds 77 91 147 195 72 216 79 101 42 184 187 116 53 80 100 160 220 228 112 57 135 77 28 61 69
Character e ) r e s u l t s = d a t a { -{ [ ' r
Milliseconds 69 184 359 165 123 48 134 99 149 89 67 124 332 87 120 147 45 66 206 247 522 221 679 379 338
Character e s p o n s e d -d D a t a ' - - -- ] [ ' r
Milliseconds 43 158 68 20 57 90 65 505 254 232 124 93 52 210 211 381 317 381 690 661 380 202 429 337 378
Character e s u l t s ' ] f o r r e s u l t i n r
Milliseconds 23 248 111 149 69 41 462 323 437 479 111 90 78 79 101 55 124 80 170 101 66 118 106 56 103
Character e s u l t s : t i t l e = r e s u l t [ ' t
Milliseconds 56 135 78 149 53 58 260 111 112 106 90 88 135 169 159 111 362 40 148 60 792 354 249 766 401
Character i t l e ' ] u r l = r e s u l t [ ' u r l ]
Milliseconds 65 81 102 101 262 313 567 126 90 127 154 282 57 309 30 146 35 171 98 284 428 405 73 112 285
Character -] ' ] p r i n t ( t i t l e + ] ' -' -
Milliseconds 563 176 366 539 202 127 50 67 82 374 200 201 337 68 53 107 98 102 225 158 473 643 152 424 106
Character -] ' ; ' + u r l )
Milliseconds 253 250 490 585 674 519 425 206 249 60 102 170 170
WPM Timing
Seconds WPM
1.95 30.69
3.91 61.38
5.86 63.43
7.82 67.52
9.77 56.47
11.73 55.24
13.68 49.98
15.64 53.71
17.59 55.93
19.55 55.86
21.5 55.24
23.46 53.71
25.41 50.99
27.37 51.74
29.32 50.74
31.28 51.79
33.23 53.8
35.19 54.22
37.14 53.3
39.1 54.63
41.05 55.54
43.01 54.13
44.96 54.44
46.92 53.45
48.87 55.24
50.83 55.95
52.78 56.61
54.74 54.59
56.69 53.97
58.65 53.61
60.6 54.85
62.56 56.2
64.51 56.55
66.47 55.78
68.42 56.12
70.38 54.73
72.33 54.08
74.29 54.11
76.24 55.09
78.2 56.32
80.15 55.99
82.11 55.83
84.06 55.67
86.02 55.94
87.97 55.11
89.93 55.78
91.88 54.85
93.84 54.09
95.79 53.74
97.75 53.77