Posts tagged ‘code’

Using Curl to Upload Images

By , 12 November, 2011, No Comment

You can upload images using two lines of easy-to-understand curl.

Using WWW::Mechanize to Post to a Forum from IRC

By , 22 October, 2011, No Comment

It’s convenient to be able to post to the forum from IRC, instead of copying text, opening a new tab, singing in, creating a new reply, and pasting.

Turning Code into a Video with Gource

By , 12 May, 2011, No Comment

I turned our senior project’s code repository into a video with gource, a visualization program for project code.

TextPuller: Dashboard Widget for Taskwarrior Text Files

By , 9 May, 2011, No Comment

A dashboard widget for online text files, specifically files generated by Taskwarrior.

Software Development Lessons

By , 6 May, 2011, 2 Comments

Here are some of the lessons I learned while developing SHiGS, my final software project for Stockton.

Simple Automated Graphing with gnuplot

By , 28 February, 2011, No Comment

In the spirit of graphing with R, I tried graphing with gnuplot, a great tool for generating graphs.