Skip to content

Instantly share code, notes, and snippets.

View davidmason's full-sized avatar

David Mason davidmason

View GitHub Profile
@davidmason
davidmason / gist:6927041
Created October 10, 2013 23:08
Simple BASH script that prints a definition of OOP.
wget http://en.wikipedia.org/wiki/Caml ; wget http://en.wikipedia.org/wiki/OCaml ; diff Caml OCaml
@davidmason
davidmason / _.md
Created September 12, 2013 01:48
Higher-order fun
@davidmason
davidmason / sync.sh
Last active December 21, 2015 02:59 — forked from franklinjavier/sync.sh
#!/bin/sh
#
# Set-up Sublime settings + packages sync over Dropbox
#
# Will sync settings + Installed plug-ins
#
# Tested on OSX - should support Linux too as long as
# you set-up correct SOURCE folder
#
# Copyright 2012 Mikko Ohtamaa http://opensourcehacker.com