Skip to content

Instantly share code, notes, and snippets.

View dnadlinger's full-sized avatar

David Nadlinger dnadlinger

View GitHub Profile
import std.stdio;
import std.process;
import std.random;
import std.exception;
import std.uuid;
import std.range;
import std.string;
// x86_32 - bug with empty struct - fixed
@dnadlinger
dnadlinger / swig.authors
Created December 8, 2012 00:13 — forked from vadz/swig.authors
List of SWIG contributors
(no author) = Nobody <nobody ~at~ swig.org>
a11426 = Unknown <a11426 ~at~ users.sourceforge.net>
aahobor = Aquinas Hobor <aahobor ~at~ users.sourceforge.net>
amigalemming = amigalemming <amigalemming ~at~ users.sourceforge.net>
arty = Art Yerkes <ayerkes ~at~ speakeasy.net>
ashishs99 = Ashish Sharma <ashishs99 ~at~ gmail.com>
ballabio = Luigi Ballabio <luigi.ballabio ~at~ fastwebnet.it>
beazley = Dave Beazley <dave-swig ~at~ dabeaz.com>
beckford = Jonah Beckford <beckford ~at~ usermail.com>
bhy = Haoyu Bai <bhy ~at~ users.sourceforge.net>
#!/usr/bin/env ruby
# Input: WordPress XML export file.
# Outputs: a series of Textile files ready to be included in a Jekyll site,
# and comments.yml which contains all approved comments with metadata which
# can be used for a Disqus import.
# Changes from the original gist: http://gist.github.com/268428
# 1. Handles titles containing special characters. Those have to be YAML escaped
# 2. Use the original permalinks in wordpress.