justin = { main feed , music , code , askjf , pubkey };
Ask Justin Frankel
No reasonable question unanswered since 2009!

Suggested topics: programming, music, sleep, coffee, etc.

Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead.


Name: Ask: Human (enter yes):
[back to index] | [unreplied] | [replied] | [recent comments] | [all]

Question: about how many lines of code do you write in a typical week
Asked by stumpy1 (208.79.246.x) on December 24 2015, 6:57am
Reply on December 24 2015, 4:36pm:
    No idea, but here are some commit stats:
    $ git log --author="Justin" --pretty=tformat: --numstat --no-merges --since='2015-12-03' --until='2015-12-10' |grep -v sdks|awk '{s+=$1; s2+=$2} END {print "add=" s;  print "del=" s2}'
    add=2373
    del=841
    
    $ git log --author="Justin" --pretty=tformat: --numstat --no-merges --since='2015-12-10' --until='2015-12-17' |grep -v sdks|awk '{s+=$1; s2+=$2} END {print "add=" s;  print "del=" s2}'
    add=718
    del=457
    
    $ git log --author="Justin" --pretty=tformat: --numstat --no-merges --since='2015-12-17' | grep -v sdks|awk '{s+=$1; s2+=$2} END {print "add=" s;  print "del=" s2}'
    add=1384
    del=708
    
    
    I definitely write a lot that doesn't get committed, too... anyway

Comment:
    Your Name:   -- Site Owner's Name:  (for human-verification)

    Comment:    

    
  
[back to index] | [unreplied] | [replied] | [recent comments] | [all]
Copyright 2024 Justin Frankel. | RSS