Skip to content

Instantly share code, notes, and snippets.

View ramontristani's full-sized avatar

Ramon E. Tristani ramontristani

View GitHub Profile
@ramontristani
ramontristani / avatar.perl
Last active September 9, 2015 02:03 — forked from tommeier/avatar.perl
Run Gource over your git repo
#!/usr/bin/perl
#fetch Gravatars
use strict;
use warnings;
use LWP::Simple;
use Digest::MD5 qw(md5_hex);
my $size = 90;