Skip to content

Instantly share code, notes, and snippets.

@metaist
metaist / jsonwiki.py
Created June 7, 2013 14:32
Convert tables from Wikipedia into JSON.
#!/usr/bin/env python
"""Convert tables from Wikipedia into JSON."""
import argparse
import json
import sys
from bs4 import BeautifulSoup
import requests
@metaist
metaist / google-docs.ahk
Created March 12, 2013 00:13
Control Google Docs using AutoHotKey.
; Google Docs Utility Functions
SavePDF(filename) {
SendInput,!f
Sleep,200
SendInput,d
Sleep,200
SendInput,{Down}
Sleep,200
SendInput,{Down}
@metaist
metaist / HebCal.bas
Created December 7, 2012 02:06
Convert dates using HebCal's web service.
'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