Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View qpfiffer's full-sized avatar
🔚

Quinlan Pfiffer qpfiffer

🔚
View GitHub Profile
@qpfiffer
qpfiffer / DLL_Pirate.cs
Created September 8, 2011 18:37
Fun times with C# Reflection.
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
namespace DLL_Pirate
{
class Program
{
static void Main(string[] args)
@dequis
dequis / ed.py
Created August 3, 2014 22:35
GNU Ed 2.0 (python version)
#!/usr/bin/env python
# GNU Ed 2.0 (python version)
#
# Copyright (C) 1994 Andrew L. Moore.
# Copyright (C) 2014 Free Software Foundation, Inc.
# Copyright (C) 2014 dx
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by