Skip to content

Instantly share code, notes, and snippets.

@pgib
pgib / CoffeeScript.plist
Created December 6, 2011 21:49 — forked from pmuellr/gist:1004413
BBEdit Language Module for CoffeeScript
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
BBEdit Language Module for CoffeeScript
Put this file in
~/Library/Application Support/BBEdit/Language Modules
or equivalent.
Based off of the examples shipped in the BBEdit SDK.
Joe Smith 123456 147852
Bill Jones 987654 369852
Steve Miller 654321 852147
@pgib
pgib / apod.sh
Created May 23, 2012 22:38 — forked from schallis/apod.sh
Automatically download NASA Astronomy Pictures of the Day
# Download the latest pic of the day from NASA and delete or archive any
# previous ones in a specified directory. Optionally create a copy of the most
# current picture to allow OSX to pick up pictures as wallpapers
#
# Steve Challis 2011
# http://schallis.com/2011/mar/20/nasa-astronomy-picture-of-the-day-background/
# Get a fresch picture from NASA
todays_pic=`ruby -rubygems latest_nasa_photo.rb`