Skip to content

Instantly share code, notes, and snippets.

import os
import sys
import datetime
import shutil
import zipfile
def extract_matching_csvs(zip_path, target_table, limit_date, tmp_dir):
with zipfile.ZipFile(zip_path, 'r') as zip_ref:
zip_ref.extractall(tmp_dir)
const iterations = 1000000;
const cTree = {
'1': {
ID: 1,
grade: 1,
curriculumDocID: 1,
skills: [ [Object], [Object], [Object] ]
},
'2': {
ID: 2,
@jbusby
jbusby / gist:e702aa48a20729923cc0e0e8f9d63816
Last active December 31, 2016 18:31
humblebundle games

Warhammer: End Times - Vermintide
Warhammer: End Times - Vermintide Schluesselschloss DLC
Warhammer: End Times - Vermintide The Outsider DLC
The Escapists - Alcatraz
The Escapists - Duct Tapes are Forever
The Escapists - Escape Team
The Escapists - Fhurst Peak
The Flame in the Flood

Hacknet
Minion Masters

@jbusby
jbusby / test.php
Created October 19, 2011 22:10
test
<?php
echo 'testing gist';