This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from deployment.cuisine import * | |
from fabric.api import * | |
from fabric.context_managers import * | |
from fabric.utils import puts | |
from fabric.colors import red, green | |
import simplejson | |
import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# This is the code used to select the winner of | |
# the Tauntaun Sleeping Bag Contest, sponsored by | |
# Bleeding Wolf Productions. | |
# | |
# The code has been made public so it's fairness | |
# can be challenged if necessary. The contestants' | |
# data have been removed to protect their privacy. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# A script for launching OS X apps using any given human language. | |
if [ $# -ne 2 ]; then | |
echo "Usage: $0 [language] [application]" | |
echo "Example:" | |
echo " $0 fr_CA /Applications/iCal.app" | |
exit 1 | |
fi |
NewerOlder