Skip to content

Instantly share code, notes, and snippets.

View irjudson's full-sized avatar

Ivan R. Judson irjudson

View GitHub Profile
# Dev/Apps Capistrano Deployment Script
# Copyright (c) 2009 Montana State University
#
# Version: 0.2
#
# FILE: deploy.mysql.rb
# This deployment file will allow a user to deploy their application
# code to dev.msu.montana.edu
#
# PREREQUISITES
require 'formula'
class LibdnetPython <Formula
depends_on 'libdnet'
url 'http://libdnet.googlecode.com/files/libdnet-1.12.tgz'
homepage 'http://code.google.com/p/libdnet/'
sha1 '71302be302e84fc19b559e811951b5d600d976f8'
def install
ENV["CFLAGS"] = "-O3 -w -pipe"
@irjudson
irjudson / us_state_capitals.json
Last active December 23, 2017 14:47 — forked from jpriebe/us_state_capitals.json
US State Capitals JSON file
{
"AL": {
"name": "Alabama",
"capital": "Montgomery",
"lat": "32.361538",
"long": "-86.279118",
"zipcode": "36104"
},
"AK": {
"name": "Alaska",