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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const iterations = 1000000; | |
const cTree = { | |
'1': { | |
ID: 1, | |
grade: 1, | |
curriculumDocID: 1, | |
skills: [ [Object], [Object], [Object] ] | |
}, | |
'2': { | |
ID: 2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo 'testing gist'; | |