Category // experiments


git-contributors.rb

posted by by David Linse on March 30, 2013 at 6:00 pm

Today i pushed git-contributors.rb to github. It is a little ruby script that takes the result of $ git shortlog -ns and adds the percental contribution of each committer to the output. In the current version (0.1.0) $ git-contributors.rb /path/to/git-project will produce an output like: 200 Maja 56.8 % 50 Flip 31.1 % 10 Willi [...]


RCov::VerifyTask “threshold” auto-update monitor

posted by by David Linse on October 3, 2011 at 2:46 am

Keep the threshold of an RCov::VerifyTask up-to-date using a log file.


Keep your ~/.bash_history entries unique

posted by by David Linse on May 7, 2011 at 10:00 am

A little Ruby script which keeps the entries in your ~/.bash_history file unique.