Coding
Tricks of the CLI Trade
Show just directories with pretty ls colors!
ls -ld */
Find in files cheap and dirty unix style!
find . -type f| xargs grep ’some_string’
[Listening to: Wouldn't Believe It - The Get Up Kids - Guilt Show (3:47)]
Subversion helper Bash Script
Sometimes repository names get long, and when you’re using subversion typing them all out can be a pain. I wrote this quick bash helper script to make using subversion with one repository easier and quicker to use.
#!/bin/bash
MYREPOSITORY="http://myrepository.net/svn"
#Script requires USERNAME, REPOSITORY DIRECTORY, and COMMAND
MINPARAMS=3
if [ $# -lt "$MINPARAMS" ]
then
echo 8221 Usage: ./msvn [...]
Rising Sun Tech
Ever want to pretend someone in one of your pictures was in a spotlight, or sitting in the sun, or getting cooly backlit? WELL NOW YOU CAN!!!! The Amazing Facial Relighting Demo Software
Got Flash?
Ever need some flossed out flash text effects but you’re a cute non profit woman on a budget? Well Peep This

