Skip to content

Instantly share code, notes, and snippets.

View fritz0705's full-sized avatar
🎂

Fritz fritz0705

🎂
View GitHub Profile
@fritz0705
fritz0705 / gist:2010592
Created March 10, 2012 06:28
Some snippet to count lines of code
find \( -name '*.[chSs]' -or -name '*.asm' \) -exec cat {} \; | grep -vP "^[\s]*([\#]|[\/]?\*|$|\/\/)" | wc -l
@nikcub
nikcub / README.md
Created October 4, 2012 13:06
Facebook PHP Source Code from August 2007