Stuff on my Github account
by J.H.
I do own a github account and I never communicated about what is stored there, so here is a little overview of my past work and some interesting project I’m currently working on.
AddressBook is a library to fetch real addresses from Google Map around a location. I wrote it to craft fake data for a Rails application that used maps to display various models.
Mailtois is my last piece of work I had to do for school before I get graduated. It’s basically something that you plug in your Postfix on incoming messages to parse them. Your mails can now bring code and it can be executed. The main idea was to consume web services from body, like to create automagically tasks on a Redmine instance while assigning work to a co-worker. It’s just a proof-of-concept but it’s still usable.
Acts as a follower is Rails plugin to allow models to follow other models exactly like you would with Twitter. It basically works and provide tests.
Ruba stands for Ruby Backup. My goal here is to create a library that provides an easy way to drive your backups, maybe a DSL, instead of an already written script that is too messy to bend to your own needs. I focus on having minimal prerequisites and to maximize its predictability ( hey it’s gonna toy with your partitions ! ). It’s finally more a script generator than really library, it outputs shell commands than you can execute wherever you want with bundled classes : Local, SSH or whatever you want, meaning you don’t necessarily need to have the Ruby interpeter where you want to backup. `
I also have some forks, where the most interesting is Spree-S3-download. I upgraded it to the last Spree release and corrected some issues.

LOLCAT