ProgrammingRuby

Contributed a patch to chit

A few weeks ago, I stumbled upon Chit. If you're not familiar with it, Chit is a command line cheat sheet utility based on git. Chit was inspired by ‘cheat’ (cheat.errtheblog.com/) by Chris Wanstrath of GitHub fame,...
Python

Python Evaluator AppleScript

A few weeks ago, I talked about a Bash function and alias combo that lets you evaluate simple Python expressions from the Bash command-line. In a similar vein, here's a super simple GUI app, written in AppleScript that evaluates...