Skip to content

Instantly share code, notes, and snippets.

View munchicken's full-sized avatar

Sarah Pierce munchicken

View GitHub Profile
@munchicken
munchicken / htaccess
Last active December 16, 2022 10:56 — forked from dave1010/htaccess
HTTP Status Cats Apache (htaccess) config
# HTTP Status Cats
# Apache (htaccess) config originally created by @dave1010,
# rebuilt by Sarah Pierce (see modifications section)
# Licensed CC BY 2.0
# Images CC BY 2.0, from GirlieMac's photostream:
# http://www.flickr.com/photos/girliemac/sets/72157628409467125/with/6508023065/
# Usage: copy save this file as .htaccess or add it to your httpd.conf
@munchicken
munchicken / gist:4678fac95d48d4d2ec72
Created November 29, 2015 01:47
My Code vs Zombies submission
import sys
import math
# Save humans, destroy zombies!
class Person:
def __init__(self, id, x, y):
self.id = id
self.x = x
self.y = y