Latest posts

Finding files with GNU find!

How to use GNU find to find files.

How does python find packages?

Pure Magic!

Fix the pesky "^M" carriage return control character using tr

How to fix the "^M" carriage return control character using tr

std::sort and std::bad_alloc

Painful reminder of why programming in C++ can be hard.

Installing Numpy with OpenBlas

How to install numpy with OpenBlas.

Ubuntu Server Virtual Machine with SSH using VirtualBox on Mac OS X

How to set up an Ubuntu Server guest virtual machine on OS X in Virtual Box

Decorating Python File Functions

How to wrap a Python function which writes to a file.

D3 Update Enter Exit Selections

A demo on D3's update, enter, and exit selections.

Python OS X Mavericks Issues

Some issues I encountered with my Python installation after upgrading to OS X Mavericks.

Any and All

Demonstration of any/all in Python.