Skip to content

Instantly share code, notes, and snippets.

View woodbridge's full-sized avatar
🎯
Focusing

Justin Woodbridge woodbridge

🎯
Focusing
View GitHub Profile
<div style='margin: 25px;'>
<iframe frameborder='0' style='display: block' height='490' width='320' src='https://rafflecreator.com/pages/11955/nh-liquor-&-wine-outlets%E2%80%99-pappy-van-winkle-experience?embed=true'></iframe>
<a style='font-size: 11px; color: #999; font-family: helvetica;' href="https://rafflecreator.com">powered by Raffle Creator</a>
</div>
{
'Australia and New Zealand': ['Australia', 'N. Zealand', 'Norfolk Island'],
'Central America': [
'Costa Rica',
'El Salvador',
'Guatemala',
'Honduras',
'Mexico',
'Nicaragua',
'Panama',
@woodbridge
woodbridge / codes.py
Last active July 1, 2016 18:58
European Union ISO Country Codes (Alpha 3)
eu = [
'AUT', 'BEL', 'BGR','HRV', 'CZE', 'DNK', 'EST', 'FIN', 'FRA',
'DEU', 'GRC', 'HUN', 'IRL', 'ITA', 'LVA', 'LTU', 'LUX', 'MLT',
'NLD', 'POL', 'PRT', 'ROU', 'SVK', 'SVN', 'ESP', 'SWE', 'GBR'
]
<iframe src='https://rafflecreator.com/pages/5530/wipeout-cancer-sports-day-for-charity-2015' width='1200' height='1400'></iframe>
https://rafflecreator.com/pages/4978/win-a-df-custom-1911-45-acp-and-support-mission22
@woodbridge
woodbridge / dfw.markdown
Last active August 29, 2015 14:20
okay these are both so shitty right now, far shittier than other things I usually send you are. The second is my Montaigne-esque attempt. the first is my DFW-esque attempt.

"How nice -- to feel nothing, and still get full credit for being alive"

-- Vonegut, Slaughterhouse-Five, 105

Eventually, no matter the person, we come to realize, that, the fundamental, unflinching constant of the universe is impermanance. And not, I think, in the I-know-I-am-going-to-die-because-death-is-a-fact kind of way. That's an eight-year-old-grade grasp on the concept. No, I don't think anyone, at least I didn't, really gets death, in the upper-case-d sense of the word until they experience Death in its other forms. See, Death isn't just about your heart stopping and your muscles tensing up and your corpse rotting in the ground and your loved ones crying. No, that's the pop sense of Death, the Big Death, the one that we all think about, the one that we've been surrounded by for so long that that idea of it is so worn that it's lost its real impact. It's really just a wholly-tired idiom at this point.

See, what death is really about is, impermenance. Death as in your mother croaking

~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > make clean
rm -f *.o a.out core main convert
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > ls -la
total 16
drwxr-xr-x@ 4 justin staff 136 Feb 1 12:55 .
drwxr-xr-x@ 16 justin staff 544 Feb 1 12:49 ..
-rw-r--r--@ 1 justin staff 957 Feb 1 12:55 Makefile
-rw-r--r--@ 1 justin staff 530 Feb 1 12:40 main.c
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > make
gcc -g -Wall -c -o main.o main.c
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > ls -la
total 16
drwxr-xr-x@ 4 justin staff 136 Feb 1 12:50 .
drwxr-xr-x@ 16 justin staff 544 Feb 1 12:49 ..
-rw-r--r--@ 1 justin staff 926 Feb 1 12:49 Makefile
-rw-r--r--@ 1 justin staff 530 Feb 1 12:40 main.c
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > make
gcc -g -Wall -c -o main.o main.c
~/Dropbox/Columbia/classes/freshman/spring/ap/lab1/part2 (master★) > ls -la
total 24
# This Makefile should be used as a template for future Makefiles.
# It’s heavily commented, so hopefully you can understand what each
# line does.
# We’ll use gcc for C compilation and g++ for C++ compilation
CC = gcc
CXX = g++
# Let’s leave a place holder for additional include directories
INCLUDES =
# Compilation options:
# -g for debugging info and -Wall enables all warnings
https://www.dropbox.com/sh/oxtjspw4j5mrf44/AABfNKZzNMiBHKXCF6eJ2fKla?dl=0