Skip to content

Instantly share code, notes, and snippets.

View gasolin's full-sized avatar

gasolin gasolin

View GitHub Profile
@gasolin
gasolin / res.py
Last active December 20, 2015 01:59
Gather gaia multiple resolution resources to a web page for easy debuggingUsage: `python res.py [app_name]`ex: `python res.py browser`
import os, glob, sys
from string import Template
import datetime
template = """
<DOCTYPE html>
<html>
<body>
$table
</body>