Skip to content

Instantly share code, notes, and snippets.

View madphilosopher's full-sized avatar

Darren Paul Griffith madphilosopher

View GitHub Profile
@madphilosopher
madphilosopher / pocketmod-example.ps
Created December 23, 2021 18:50
An example of a Pocketmod booklet written in PostScript
%!PS-Adobe-3.0
%%BoundingBox: 36 36 756 576
%%Title: DPG PocketMod
%%Reference: See https://pocketmod.com/howto for folding instructions
%%CreationDate: 2020-02-02
%%DocumentMedia: letter 612 792 0 ( ) ( )
%%Orientation: Landscape
%%Pages: 1
%%EndComments
%%BeginSetup
@madphilosopher
madphilosopher / tracwiki.py
Last active March 29, 2020 21:29
tracwiki - Dump the current version of each page in a Trac wiki
#!/usr/bin/env python3
"""Dump the current version of each Trac wiki page."""
__RCS__ = '$Id: tracwiki 1975 2020-03-19 14:37:50Z darren $'
__initialdate__ = 'January 2020'
__author__ = 'Darren Paul Griffith <http://madphilosopher.ca/>'
import sqlite3
import argparse