Skip to content

Instantly share code, notes, and snippets.

View ryo0508's full-sized avatar

Ryo Sakikawa ryo0508

View GitHub Profile
@jimbojsb
jimbojsb / gist:1630790
Created January 18, 2012 03:52
Code highlighting for Keynote presentations

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2:

@kuwabarahiroshi
kuwabarahiroshi / makeApp.sh
Created January 20, 2014 04:30
Make standalone chrome app
#!/bin/sh
echo "What should the Application be called (no spaces allowed e.g. GCal)?"
read inputline
name=$inputline
echo "What is the url (e.g. https://www.google.com/calendar/render)?"
read inputline
url=$inputline