Homebrew is a great little package manager for OS X. If you haven't already, installing it is pretty easy:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
#!/usr/bin/env python | |
from __future__ import print_function | |
# png.py - PNG encoder/decoder in pure Python | |
# | |
# Copyright (C) 2006 Johann C. Rocholl <[email protected]> | |
# Portions Copyright (C) 2009 David Jones <[email protected]> | |
# And probably portions Copyright (C) 2006 Nicko van Someren <[email protected]> | |
# |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition: