Software Development

building sed for osx

I work in linux a lot… not bsd. So the OSX (bsd style) implementation of sed really throws me for…

Read more

Daemonize Anything

I hacked together this little C program from this other little c program. Basically acts as an execution wrapper that…

Read more

colorizing php cli scripts

It’s pretty common in most scripting languages which center around the command line (bash, perl, etc) to find information on…

Read more

Throttle your Threads…

Lets say you want to run some command, such as /bin/long-command on a set of directories. And you have a…

Read more