Category: Code

#ag Quotes JSON API

For lack of anything genuinely useful to do this evening, I’ve written up a quick JSON API for the Acadia Geeks QDB. URI: http://mvgrafx.net/tom/api/quotes/ Method: GET Params: id — the ID of the quote you wish to retrieve, e.g. 1556 order — one of either “asc” (ascending order, oldest first) or “desc” (descending order, newest [...]

February 08 / 2012
Category Code
Comments No Comments
Tags , ,

Cravatar: Like Gravatar, but for Minecraft

Ever wanted to use your Minecraft skin as an avatar on forums, websites, or just about anywhere else you can use an <img> tag? Well now you can, thanks to Cravatar!

September 01 / 2011
Category Code
Comments 6 Comments
Tags

Minecraft Server Stats

Download v0.2.1 for Linux and Mac OS X.

June 13 / 2011
Category Code
Comments 5 Comments

Rails 3 and Memcached

Recently, I was faced with the ostensibly straightforward task of hooking a Rails app up to a remote instance of Memcached so I could share session data across multiple servers.

May 04 / 2011
Category Code
Comments No Comments