Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xaicron/324221 to your computer and use it in GitHub Desktop.
Save xaicron/324221 to your computer and use it in GitHub Desktop.
$ git shortlog -sn|perl -E'while(<>){($d[$i],$t[$i++])=/(\d+)\s+([^\n]+)/}say"http://chart.apis.google.com/chart?cht=p3&chs=800x300&chd=t:".join(",",@d)."&chl=".join"|",map{s/\s/%20/g;$_}@t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment