This file contains 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
#!/usr/bin/env python | |
"""Convert tables from Wikipedia into JSON.""" | |
import argparse | |
import json | |
import sys | |
from bs4 import BeautifulSoup | |
import requests |
This file contains 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
; Google Docs Utility Functions | |
SavePDF(filename) { | |
SendInput,!f | |
Sleep,200 | |
SendInput,d | |
Sleep,200 | |
SendInput,{Down} | |
Sleep,200 | |
SendInput,{Down} |
This file contains 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
'Version 0.1.2 // 2012-12-07 | |
'Required References: | |
' Microsoft Scripting Library | |
' Microsoft XML | |
Dim cache As New Dictionary | |
Dim fso As New FileSystemObject | |
Public Const LIMIT_CACHE = False 'keep cache small | |
Public Const REFRESH_CACHE = True 'delete old cache |
NewerOlder