###IPAM - UCLA
Aurelia Moser, @auremoser, aurelia@mozillafoundation.org
May 30th, 2016
Instagram @chazhutton
Find this document here:
| <?php | |
| /* | |
| * Script: DataTables server-side script for PHP and MySQL | |
| * Copyright: 2012 - John Becker, Beckersoft, Inc. | |
| * Copyright: 2010 - Allan Jardine | |
| * License: GPL v2 or BSD (3-point) | |
| */ | |
| class TableData { |
| # | |
| # CoffeeScript for http://dealloc.me/demos/crime/2011.html | |
| # Copyright (c) 2011 Justin Palmer <http://github.com/Caged> | |
| # LICENSE: http://www.opensource.org/licenses/mit-license.php | |
| $ -> | |
| hash = document.location.hash | |
| year = if hash then hash.replace('#', '') else 2011 | |
| [pt,pl,pb,pr] = [35, 20, 20, 20] | |
| w = (900 - (pl + pr)) / 2 | |
| h = w |
###IPAM - UCLA
May 30th, 2016
Instagram @chazhutton
Find this document here: