Bpandu (bpandu)

Race #2

View Pit Stop page for race #2 by bpanduGhost race

View profile for Bpandu (bpandu)

Official speed 53.55 wpm (98.15 seconds elapsed during race)
Without ending ping 53.74 wpm (1,683 ms delay sending score to TypeRacer’s server)
Timerless 53.95 wpm (383 ms elapsed before first character typed; 96.09 seconds elapsed during race)
Timerless minus one 53.83 wpm, ignoring the first character typed
Race Start June 8, 2024 3:25:11pm UTC
Race Finish June 8, 2024 3:26:49pm UTC
Outcome Win (1 of 3)
Accuracy 96.3%
Points 62.47
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 urrlilib import json url = "http://ajax.googleapis.com/ajasx/services/search/web?v=1.0&" query = qraw_input("What do you want to search for ? > >>" ") query = urllib.urlencode ( {'q' : query } ) responesese = urllib2.urlopen (url + query ).read() data = json.loads (re response ) results = data ['re 'responseData' ] [ 'resutlslts' ] for fresult in results: title = result ['ttitle'] url = result['ruurl'] prntint (t ititle + '; ' + url )
Timing
Character i m p o r t u r l l i b 2 i m p o r t u r r
Milliseconds 383 68 147 133 54 137 82 229 116 238 144 119 72 308 238 118 58 123 128 91 147 151 199 137 180
Character -r l i -i l i b i m p o r t j s o n u r l =
Milliseconds 268 119 198 276 105 185 81 199 84 67 128 127 58 222 268 147 85 79 101 128 89 84 118 144 238
Character " h t t p : / / a j a x . g o o g l e a p i s .
Milliseconds 202 265 483 118 130 83 591 187 135 208 96 114 268 218 197 56 133 85 48 79 254 130 154 47 147
Character c o m / a j a s -s x / s e r v i c e s / s e a r c
Milliseconds 240 69 55 388 197 235 114 222 268 84 143 252 219 39 175 81 102 41 139 142 163 116 87 116 158
Character h / w e b ? v = 1 . 0 & " q u e r y = q -q r
Milliseconds 54 352 285 61 84 449 273 402 647 470 274 637 1003 335 91 93 109 123 201 228 100 127 136 251 54
Character a w _ i n p u t ( " W h a t d o y o u w a n
Milliseconds 61 156 401 365 116 134 118 45 269 668 181 154 27 56 84 81 52 92 48 56 81 32 70 16 68
Character t t o s e a r c h f o r ? > > -> - > "
Milliseconds 44 84 52 52 251 86 92 55 109 162 75 63 71 90 73 67 502 719 272 313 219 396 220 269 661
Character -" " ) q u e r y = u r l l i b . u r l e n
Milliseconds 354 129 132 419 380 138 96 99 89 112 149 205 336 180 129 431 370 183 81 384 304 63 123 132 218
Character c o d e - ( { ' q ' : q u e r y } )
Milliseconds 447 82 117 81 519 352 146 602 302 868 362 216 963 210 292 100 119 96 64 85 460 461 466 137 312
Character r e s p o n e s e -e -s -e s e = u r l l i b 2 .
Milliseconds 116 64 131 60 132 50 80 48 52 295 167 176 131 48 161 82 138 603 143 166 172 186 96 222 450
Character u r l o p e n ( u r l + q u e r y ) . r e
Milliseconds 366 79 129 176 160 103 70 151 216 362 72 127 231 1124 495 100 73 110 58 34 228 258 491 118 164
Character a d ( ) d a t a = j s o n . l o a d s ( r
Milliseconds 63 96 341 263 567 51 103 398 97 352 132 256 93 153 235 71 239 161 109 86 64 95 273 218 299
Character e -e -r r e s p o n s e ) r e s u l t s =
Milliseconds 67 268 196 120 65 80 141 60 148 56 53 80 147 251 317 72 81 119 75 149 13 54 49 85 119
Character d a t a [ ' r e -e -r -' ' r e s p o n s e D a t
Milliseconds 178 55 122 96 332 635 919 210 65 352 200 396 369 188 548 48 138 64 144 124 66 83 211 110 80
Character a ' ] [ ' r e s u t l s -s -l -t l t s ' ]
Milliseconds 102 364 552 192 236 537 953 107 455 80 138 36 162 20 45 596 152 154 261 67 70 219 634 211 519
Character f o r f -f r e s u l t i n r e s u l t s :
Milliseconds 268 89 116 81 96 302 83 70 133 32 268 55 101 99 63 45 187 96 137 61 202 135 77 324 198
Character t i t l e = r e s u l t - [ ' t -t t i t l e
Milliseconds 68 65 93 94 45 167 142 140 99 63 115 40 219 46 131 315 189 452 219 184 677 113 120 431 204
Character ' ] u r l = r e s u l t [ ' r u -u -r u r l '
Milliseconds 182 715 454 93 110 129 434 91 218 55 87 119 58 151 39 758 542 177 131 269 128 119 86 96 543
Character ] p r n t -t -n i n t ( t -t i -i t i t l e +
Milliseconds 350 567 64 116 152 52 308 171 186 93 65 443 178 470 276 138 96 252 106 98 95 133 95 297 446
Character ' ; ' + u r l )
Milliseconds 300 399 468 412 94 437 119 299 255 217 158 290 468
WPM Timing
Seconds WPM
1.96 79.47
3.93 73.36
5.89 69.28
7.85 71.83
9.82 68.47
11.78 71.32
13.74 68.99
15.7 71.83
17.67 69.28
19.63 64.19
21.59 62.24
23.56 61.64
25.52 63.01
27.48 68.99
29.45 65.61
31.41 61.89
33.37 62.21
35.33 61.47
37.3 61.13
39.26 58.99
41.22 57.05
43.19 57.24
45.15 57.14
47.11 57.05
49.08 57.22
51.04 56.66
53 56.6
54.96 56.55
56.93 56.7
58.89 56.44
60.85 57.78
62.82 58.26
64.78 56.5
66.74 56.82
68.71 56.41
70.67 56.04
72.63 55.18
74.59 54.86
76.56 55.96
78.52 57.16
80.48 56.06
82.45 55.74
84.41 56.01
86.37 55.29
88.34 55.02
90.3 54.62
92.26 54.37
94.23 54
96.19 53.77
98.15 53.55