Monthly Archives: May 2009

More Reasons I Love Python

I was cleaning up some folders the other day at work where the files had been named using one of several naming schemes (or a few with no particular scheme at all). After brief consideration, I decided to do the … Continue reading

Posted in Programming | Tagged | Leave a comment

Getting Your Stats From The Android Marketplace with PHP and CURL

A few weeks ago I mentioned one way to get your developer stats off the Android Developer Console automatically. Unfortunately, despite being very awesome, Firefox + MozRepl is not super-great for this task. When a plugin is updated, Firefox hangs … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Finding Anagrams is Harder Than It Should Be

So my most recent Android program is an anagram finder called Unanagram. For some reason I really like writing progams to solve word puzzles like Yahoo Word Racer and Scrabble. Anyway, while it seems like finding anagrams is a really … Continue reading

Posted in Programming | Tagged , | Leave a comment