Skip to content

Instantly share code, notes, and snippets.

@jdupl
Created September 16, 2016 17:23
Show Gist options
  • Save jdupl/f5842fa348ca743373c06ebc1c1b3070 to your computer and use it in GitHub Desktop.
Save jdupl/f5842fa348ca743373c06ebc1c1b3070 to your computer and use it in GitHub Desktop.
300
60
60
60
60
65
66
59
45
23
60
100
180
200
195
187
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
#!/usr/bin/env python3
import csv
from time import sleep
with open('../data_video.txt', 'r') as f_in:
for l in f_in:
with open('file', 'w') as f_out:
data = l.rstrip()
f.write
sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment