Skip to content

Instantly share code, notes, and snippets.

View crccheck's full-sized avatar

Chris Chang crccheck

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Keynote rkm
State of Django
$
Trademark
Licensing
Docker
Written in Go now
@crccheck
crccheck / README.md
Created September 30, 2012 05:08
Empty Chart

This demonstrates what happens with the base d3chart.

The chart area should be blank, but if you examine the source, you'll find a SVG element with a single element: g.plot.

If this were a real chart, that's the element that would contain the chart.

back

@crccheck
crccheck / README.md
Created September 28, 2012 22:07
Stacked Bar Chart

Here we see a stacked bar chart with two series.

back

@crccheck
crccheck / README.md
Last active May 19, 2025 20:42
Python Packaging

What the Hell? -- A Journey Through the Nine Circles of Python Packing

Writing a setup.py

map

I am no Virgil, but having stumbled my way through Python packaging a few times already, I'm documenting the things I learn as I go here.

To help me learn, I took a survey of the top 15 Python packages on Github along with 12 other commonly referenced packages. I thought... if there are any best

@crccheck
crccheck / postgresql_osx.sh
Created August 2, 2012 21:22
postgresql cheat sheet
# homebrew
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
pg_ctl -D /usr/local/var/postgres stop -s -m fast
# Also... see Instructions on how to setup an OSX developer machine for (python/django) development https://gist.github.com/902296
@crccheck
crccheck / ipeds
Created July 9, 2012 23:24
jquery snippets to help navigate ipeds data center.
Expand all
$('img[src=images/VariableTree/icon_plus.gif]').click()
$('input[varnumber=23355]').attr('checked', 'checked')
In Master Variable Search
<input type="checkbox" id="cbVar_10_735_873_11576" surveynumber="10" filenumber="735" sectionnumber="873" varname="CINSON" varnumber="11576" vartitle="Total price for in-state students living on campus" varorder="672" vartype="0" format="Cont" datatype="N" imptablename="" inputtype="checkbox" shortyear="08">
@crccheck
crccheck / invisible.png
Created July 7, 2012 00:40
data uri for 1x1 invisible png
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII%3D
@crccheck
crccheck / nothing.md
Created April 10, 2012 20:30
Fantastic

Gob Larry George Welles Ralph Batman Jesus Caruso Snu snu Hans Landa

@crccheck
crccheck / colors.sass
Created December 9, 2011 18:57
Trib Colors
$red: #B12125
$ltred: #DC8B6A
$dkblue: #3E67B0
$blue: #44ABDF
$yellow: #FCC10F
$ltyellow: #FCE598
$teal: #379D92
$ltteal: #9BCEC8
$violet: #742E66
$ltviolet: #993D88