1 min read 0

Gist of the Day: Counting Bits

I’m pretty sure there’s a more efficient way of doing this, but here’s what I’ve quickly typed up in 10 minutes sitting in my hotel.…
1 min read 0

Gist of the Day: Re-Inventing Hashes… In Perl.

Before you begin the well-deserved flaming, please understand that I do not intend on submitting this to CPAN. This is purely an academic exercise to demonstrate…
1 min read 0

Gist of the Day: Simple Tree in Python

I biked a bunch tonight, and worked a bit late, and then watched Torchwood on Netflix… so, sorry for slacking. Here’s the Gist of the…
1 min read 0

Gist of the Day: Ends in Four

Sometimes we have a simple task to do and we over-think it. Such was the case when someone asked me an interview question one time.…