Skip to content

Instantly share code, notes, and snippets.

View 74hc595's full-sized avatar

Matt Sarnoff 74hc595

View GitHub Profile
@74hc595
74hc595 / rebeccablack.py
Created March 17, 2011 18:16
Displays the day of the week in the style of legendary singer/songwriter Rebecca Black.
#!/usr/bin/env python
#
# rebeccablack.py
# Displays the day of the week in the style of legendary
# singer/songwriter Rebecca Black.
#
# Definitely not written by Matt Sarnoff
#
# TODO:
# - translate to other languages
@74hc595
74hc595 / units.swift
Created June 11, 2014 04:09
Experimenting with type-safe unit calculations in Swift
// Playground - noun: a place where people can play
import Cocoa
protocol UnitBase {
class var unitLabel:String { get }
}
// T: the unit
// U: its inverse