Bender/Development
From KitwarePublic
< Bender
Jump to navigationJump to search
|
Getting StartedRead the build instructions in the Installation section. Sourcehttps://github.com/KitwareMedical/Bender Code Statistics
Releases
Stats generated using the following commands:
git diff --stat sha1old sha1new
git shortlog -s -n sha1old..sha1new
git ls-files | egrep -v \.'png|gif|vtk|stl|jpeg|jpg|ico|nrrd|dcm|xml|gz|md5|nhdr|log|mrml|mha|s3ext|s4ext|raw|html|dox|mhd|pack|vtp|am|nii|JPG|exe|db|zip|svg|img|cache|kit|hdr|arm|icns' | grep -v CMake | grep -v Utilities | xargs -n1 -d'\n' -i git blame {} | perl -n -e '/\s\((.*?)\s[0-9]{4}/ && print "$1\n"' | sort -f | uniq -c -w3 | sort -r |