Skip to content

Instantly share code, notes, and snippets.

View billderose-zz's full-sized avatar

Bill DeRose billderose-zz

  • Claremont, California
View GitHub Profile
@billderose-zz
billderose-zz / hack.sh
Created February 19, 2013 00:06 — forked from erikh/hack.sh
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@billderose-zz
billderose-zz / defaultComplex.lhs
Created June 25, 2012 07:40 — forked from yogsototh/defaultComplex.lhs
Complex efficiency difference
## First version
We can consider two parts.
The first being mostly some boilerplate[^011].
And the second part more focused on OpenGL and content.
[^011]: Generally in Haskell you need to declare a lot of import lines.
This is something I find annoying.
In particular, it should be possible to create a special file, Import.hs
which make all the necessary import for you, as you generally need them all.