Resources

One of the things I enjoy most about my work is that I get to write all kinds of code in all manner of languages. I frequently write up my experiences intohelp page that might just possibly help save someone else from wasting their afternoon.

MATLAB

I use MATLAB quite extensively for building and developing models. Here, you can find a collection of hints and code snips that I have found useful over the years.

PHP/Drupal

When it comes to building websites, I tend to use PHP extensively. In this section, you will find all manner of random little scripts and hints that I have used in the past, including various code snips that can be used to extend the functionality of Drupal based websites.

Perl and Python

While MATLAB is a great language, it is expensive if you don't qualify for an academic license. While Octave provides a fantastic open source alternative, I'll often turn to either Perl (for string data processing) or Python (for more numerical tasks) if the job is quite small.