KTH (kthmanish)

Race #313

View Pit Stop page for race #313 by kthmanishGhost race

View profile for KTH (kthmanish)

Official speed 72.30 wpm (72.70 seconds elapsed during race)
Without ending ping 73.70 wpm (2,360 ms delay sending score to TypeRacer’s server)
Timerless 74.06 wpm (335 ms elapsed before first character typed; 70.00 seconds elapsed during race)
Timerless minus one 73.88 wpm, ignoring the first character typed
Race Start June 28, 2024 4:45:34am UTC
Race Finish June 28, 2024 4:46:47am UTC
Outcome Win (1 of 3)
Accuracy 97.6%
Points 84.35
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.urlendoccode ( {'q' : query } ) response = urllib2.ulroprlopneen( ( 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 335 108 95 48 107 135 74 119 73 93 105 53 110 232 200 138 54 80 50 98 122 66 78 107 91
Character l i b i m p o r t j s o n u r l = " h t
Milliseconds 112 62 92 225 92 65 2266 122 108 107 86 76 108 58 66 120 156 47 79 109 89 111 592 214 90
Character t p : / / a j a x . g o o g l e a p i s . c o m /
Milliseconds 80 101 316 349 129 342 85 128 203 130 281 66 99 82 108 82 170 52 69 123 120 164 49 41 262
Character a j a x / s e r v i c e s / s e a r c h / w e b ?
Milliseconds 144 103 59 200 143 247 127 91 212 112 60 178 21 288 317 162 120 113 184 84 206 109 70 181 346
Character v = 1 . 0 & " q u e r y = r a w _ i n p u t
Milliseconds 589 548 324 371 311 246 295 198 152 118 49 84 102 89 117 94 597 106 93 232 205 87 45 105 86
Character ( " W h a t d o y o u w a n t t o s e a
Milliseconds 188 228 241 109 17 168 140 165 69 50 117 68 49 35 111 70 76 70 96 55 68 65 99 51 166
Character r c h f o r ? > > " - ) q u e r y =
Milliseconds 92 215 110 54 119 60 128 173 294 274 223 198 168 132 177 416 244 133 257 111 55 93 112 69 92
Character u r l l i b . u r l e n d o c -c -o -d c o d e -
Milliseconds 104 580 67 78 91 78 91 131 253 61 69 106 91 104 155 112 238 162 115 185 62 120 135 324 462
Character ( { ' q ' : q u e r y } ) r e s p o n
Milliseconds 195 165 183 436 374 681 169 256 121 286 191 37 84 116 51 236 179 232 110 144 56 66 47 76 42
Character s e = u r l l i b 2 . u l r o p -p -o -r -l r l o
Milliseconds 64 46 118 173 201 350 68 87 109 64 103 176 88 259 136 103 72 100 314 149 135 150 159 78 137
Character p n e -e -n e n ( - -( ( - u r l + q u e r
Milliseconds 63 175 17 541 129 102 86 242 90 445 147 94 183 203 445 243 87 69 127 171 123 623 55 72 88
Character y ) . r e a d ( ) d a t a = j s o n . l o
Milliseconds 86 20 343 333 163 42 73 124 232 85 165 116 86 82 75 122 125 161 117 102 83 47 161 230 144
Character a d s ( r e s p o n s e ) r e s u l t s
Milliseconds 116 122 108 201 389 212 146 67 74 98 67 63 69 63 104 255 131 139 54 96 76 105 47 83 132
Character = d a t a [ ' r e s p o n s e D a t a ' ]
Milliseconds 191 87 92 79 102 61 101 93 121 637 199 56 47 80 49 66 40 59 226 110 103 68 272 359 152
Character [ ' r e s u l t s ' ] f o r r e s u l t
Milliseconds 211 220 256 541 215 85 41 159 94 75 75 179 152 156 185 142 65 72 71 99 51 66 102 82 41
Character i n r e s u l t s : t i t l e = r e s u
Milliseconds 96 73 39 68 86 67 64 99 71 31 84 306 93 137 49 82 92 57 99 565 121 365 31 92 76
Character l t - [ ' t i t l e ' ] u r l = r e s u l
Milliseconds 82 84 132 491 200 298 210 70 74 100 63 155 288 229 162 87 77 127 140 205 115 60 59 112 98
Character t [ ' u r l ' \ -\ ] p r i n t ( t i t l e
Milliseconds 66 299 332 267 83 68 231 285 0 0 288 491 197 97 34 58 71 187 142 202 58 82 105 81 105
Character + ' ; ' + u r l )
Milliseconds 182 186 242 410 203 193 214 268 185 160 50 90 78 257
WPM Timing
Seconds WPM
1.45 99.04
2.91 107.29
4.36 85.29
5.82 68.09
7.27 77.58
8.72 72.91
10.18 71.92
11.63 76.34
13.09 77.03
14.54 77.58
15.99 75.03
17.45 71.53
18.9 71.11
20.36 70.74
21.81 72.08
23.26 76.86
24.72 77.19
26.17 75.2
27.62 75.58
29.08 76.34
30.53 74.67
31.99 72.41
33.44 70.33
34.89 70.5
36.35 72.3
37.8 72.69
39.26 70.61
40.71 69.27
42.16 67.45
43.62 66.85
45.07 67.62
46.53 68.61
47.98 69.03
49.43 69.91
50.89 71.45
52.34 71.76
53.8 71.83
55.25 71.24
56.7 72.16
58.16 73.87
59.61 74.08
61.07 73.69
62.52 73.51
63.97 74.28
65.43 73.91
66.88 73.74
68.34 73.93
69.79 73.42
71.24 73.78
72.7 72.3