KTH (kthmanish)

Race #400

View Pit Stop page for race #400 by kthmanishGhost race

View profile for KTH (kthmanish)

Official speed 68.02 wpm (77.27 seconds elapsed during race)
Without ending ping 68.33 wpm (1,405 ms delay sending score to TypeRacer’s server)
Timerless 68.94 wpm (674 ms elapsed before first character typed; 75.19 seconds elapsed during race)
Timerless minus one 68.78 wpm, ignoring the first character typed
Race Start July 26, 2024 5:44:13am UTC
Race Finish July 26, 2024 5:45:30am UTC
Outcome Win (1 of 3)
Accuracy 97.7%
Points 79.36
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 urllib2 impo import json url = "http://ajax.googleapis.com/ajax/services/search/swweb?v=1.)0&" query = raw_iputnput("Whatd doy o you want to search for ? >> ") query = urllib2.ur.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 674 90 73 53 78 45 145 146 91 80 131 62 162 161 243 143 93 72 29 103 130 69 154 101 93
Character l i b 2 i m p o -o -p -m -i - -2 i m p o r t j s
Milliseconds 122 53 109 159 82 65 70 81 26 289 138 145 145 166 268 181 186 75 89 34 120 113 84 92 91
Character o n u r l = " h t t p : / / a j a x . g o o
Milliseconds 132 52 164 103 86 50 154 82 144 555 234 111 121 85 254 368 166 241 103 68 246 115 198 75 110
Character g l e a p i s . c o m / a j a x / s e r v i c e s
Milliseconds 120 105 174 272 84 111 163 139 208 84 62 178 132 153 102 530 283 149 100 75 244 83 83 164 50
Character / s e a r c h / s w -w -s w e b ? v = 1 . ) -) 0 & "
Milliseconds 140 395 134 137 95 192 74 202 186 6 579 128 99 71 168 226 320 616 149 302 338 453 242 266 274
Character q u e r y = r a w _ i p u t -t -u -p n p u t (
Milliseconds 131 146 122 50 134 103 90 101 124 564 93 85 238 191 128 92 69 366 151 136 203 90 101 84 216
Character " W h a t d -d d o y o -o - -y y o u w a n t
Milliseconds 301 300 116 47 89 197 508 96 235 588 196 11 278 247 148 132 195 73 77 72 46 70 53 108 40
Character t o s e a r c h f o r ? > > " ) q u
Milliseconds 110 55 87 43 122 112 149 104 196 64 54 114 85 66 91 229 260 219 190 430 325 349 281 139 121
Character e r y = u r l l i b 2 . u r -r -u -. -2 . u r l e
Milliseconds 55 99 94 158 76 158 515 79 88 115 67 112 154 78 218 68 287 132 136 127 243 206 181 126 159
Character n c o d e ( { ' q ' : q u e r y } ) r
Milliseconds 92 314 104 83 115 251 90 214 313 225 472 248 263 231 150 128 45 97 82 103 191 315 226 105 131
Character e s p o n s e = u r l l i b 2 . u r l o p e n
Milliseconds 39 107 100 70 99 81 39 119 213 131 141 91 66 134 72 157 136 117 487 56 99 161 48 164 170
Character ( - -( ( u r l + q u e r y ) . r e a d (
Milliseconds 327 39 419 149 167 140 294 77 103 438 447 98 543 90 51 74 88 78 212 274 61 50 66 103 228
Character ) d a t a = j s o n . l o a d s ( r e s
Milliseconds 67 167 133 67 82 74 115 76 149 86 141 75 80 329 342 167 37 121 74 160 210 87 136 56 118
Character p o n s e ) r e s u l t s = d a t a [
Milliseconds 97 73 162 59 50 133 258 134 168 33 116 139 127 42 111 136 101 120 84 89 84 103 314 191 167
Character ' r e s p o n s e D a t a ' ] [ ' - r e s
Milliseconds 593 180 6 96 147 7 112 107 43 270 272 174 135 299 185 198 176 213 218 212 280 551 118 23 93
Character u l t s ' ] f o r r e s u l t i n r e s
Milliseconds 99 101 83 91 224 202 456 287 214 123 58 119 93 37 86 135 108 84 132 59 56 89 98 56 241
Character u l t s : t i t l e = r e s u l t [ ' t i t
Milliseconds 155 98 150 97 260 84 185 77 112 117 103 116 106 147 403 41 92 123 91 102 310 515 257 197 137
Character l e ' ] u r l = r e s u l t [ ' u r l ' ]
Milliseconds 118 109 158 294 199 154 83 81 187 128 237 113 33 85 36 177 236 431 290 278 98 72 212 409 225
Character p r i n t ( t i t l e + ' ; " -" ' +
Milliseconds 176 115 86 43 46 90 176 170 179 92 83 132 80 116 210 161 280 363 235 227 445 254 165 214 260
Character u r l )
Milliseconds 165 90 88 165 244
WPM Timing
Seconds WPM
1.55 77.65
3.09 89.3
4.64 72.47
6.18 71.82
7.73 74.54
9.27 71.18
10.82 73.21
12.36 75.71
13.91 74.2
15.45 74.54
17 70.59
18.55 67.3
20.09 64.51
21.64 66
23.18 63.15
24.73 63.57
26.27 61.21
27.82 60.82
29.36 64.57
30.91 63.28
32.45 63.97
34 63.53
35.54 62.12
37.09 62.44
38.64 61.81
40.18 62.42
41.73 64.71
43.27 64.89
44.82 63.46
46.36 62.9
47.91 63.87
49.45 65.27
51 65.88
52.54 66.91
54.09 67.67
55.64 67.94
57.18 67.78
58.73 66.61
60.27 66.9
61.82 68.14
63.36 68.56
64.91 69.14
66.45 68.62
68 68.65
69.54 68.68
71.09 68.53
72.64 69.22
74.18 68.43
75.73 68.3
77.27 68.02