Skip to content

Instantly share code, notes, and snippets.

View bruno-c's full-sized avatar

Bruno Carriere bruno-c

View GitHub Profile
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'
@bruno-c
bruno-c / LICENSE.txt
Created May 27, 2011 20:20 — forked from 140bytes/LICENSE.txt
functor collection: works with coll(k) to get, coll.add(k, v) to add, coll.del(k) to remove
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Bruno Carriere <http://js-montreal.org>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE