* Version: 1.0
* Date: 2012-09-18
* Author: Pádraic <padraic.brady.at.gmail.com>
* Status: Under Discussion
* First Published at: http://wiki.php.net/rfc/escaper
| site :opscode | |
| cookbook 'nginx', '~> 2.4.4' |
| COFFEEC = coffee | |
| SASSC = sass | |
| HANDLEBARSC = handlebars | |
| # Build app package | |
| APPSRC = static/scripts/main.coffee | |
| APPOBJ = ${APPSRC:.coffee=.js} | |
| APPOUT = static/scripts/app.js |
* Version: 1.0
* Date: 2012-09-18
* Author: Pádraic <padraic.brady.at.gmail.com>
* Status: Under Discussion
* First Published at: http://wiki.php.net/rfc/escaper
| #!/usr/sbin/dtrace -C -s | |
| #pragma D option quiet | |
| proc::posix_spawn:exec-success,proc::__mac_execve:exec-success | |
| { | |
| this->isx64=(curproc->p_flag & P_LP64)!=0; | |
| #define SELECT_64_86(x64, x86) (this->isx64 ? (x64) : (x86)) | |
| #define GET_POINTER(base, offset) (user_addr_t)SELECT_64_86(*(uint64_t*)((base)+sizeof(uint64_t)*(offset)), *(uint32_t*)((base)+sizeof(uint32_t)*(offset))) |
| [merge] | |
| conflictstyle = diff3 | |
| tool = three_meld | |
| [mergetool "three_meld"] | |
| # Opens up four diff windows: | |
| # LOCAL:MERGED, BASE:LOCAL, BASE:REMOTE, LOCAL:REMOTE | |
| # | |
| # Lets you edit the MERGED file (including original diff3 markers), showing | |
| # you the final diff from LOCAL. For reference, you can look in the other | |
| # windows to see how LOCAL and REMOTE are each different from BASE, as well |
Ever wondered how much who adds/removes, its time to find out :D (those are real stats, i just obfuscated the names )
###Results
Git scores (in LOC):
mr-add : +482273 -9466
justu : +286250 -159905
grosser : +152384 -323344
another : +121257 -82116