hask
11/15/2009Makes working with the Haskell interpreter a little easier. Automatically open files in an editor and pre-load them in a new ghci session.
Makes working with the Haskell interpreter a little easier. Automatically open files in an editor and pre-load them in a new ghci session.
A shell script helper for compiling, linking, and running a go program. Help speed up my learning by treating a program more like a script.
A quick command line implementation of Freenode's jsbot written in Ruby. Very useful for finding information about any JS/DOM topics.
A mini-shell for searching, opening, and downloading mp3s from Skreemr. The comfortability of a shell environment and simple commands to do what you really want to do.
Ever wanted to just print out a few lines from a file? Maybe point someone to lines 65-75 in their program? This just wasn't easy enough for me to do, so I wrote this script to make it easier.
Allows me to open a file on an ExpanDrive mounted Volume on the actual webserver it is associated to, not on my local machine.
More fine tuned control over searching and killing processes from the terminal. Its written in Ruby and allows for Ruby Regular Expressions.
Given an mp3's URL and an optional name it downloads the file (using curl) to the desktop with the provided name. If given no name it uses the unix timestamp.