I hereby claim:
- I am NinjaSudo on github.
- I am ninjasudo (https://keybase.io/ninjasudo) on keybase.
- I have a public key whose fingerprint is CD6B D743 6851 3840 4928 69EB 3462 CC40 6EEB 6BC7
To claim this, I am signing this object:
| DSYM_ZIP_FPATH="/tmp/$DWARF_DSYM_FILE_NAME.zip" | |
| # create dSYM .zip file | |
| echo "Compressing .dSYM to ${DSYM_ZIP_FPATH} ..." | |
| test -e "${DSYM_SRC}" && (echo "Creating zip of dSYM file" && /usr/bin/zip -r "${DSYM_ZIP_FPATH}" "${DSYM_SRC}" -dc |
| #!/bin/bash | |
| die () { | |
| echo >&2 "$@" | |
| exit 1 | |
| } | |
| [ "$#" -eq 1 ] || die "1 argument (UUID) required, $# provided" | |
| MDFIND=/usr/bin/mdfind | |
| UUID=`echo ${1} | |
| ./plcrashutil convert --format=iphone myapp.plcrash > myapp.crash |
| var puzzlers = [ | |
| function ( a ) { return 8*a - 10; }, | |
| function ( a ) { return (a-3) * (a-3) * (a-3); }, | |
| function ( a ) { return a * a + 4; }, | |
| function ( a ) { return a % 5; } | |
| ]; | |
| var start = 2; | |
| var applyAndEmpty = function(num, queueOfFunctions) { |
| NSLog(@"Before Crittercism Init: %p", NSGetUncaughtExceptionHandler()); | |
| [Crittercism enableWithAppID:@"<YOUR_CRITTERCISM_APP_ID>"]; | |
| NSLog(@"After Crittercism Init: %p", NSGetUncaughtExceptionHandler()); | |
| // Then before you cause a crash log the pointer again: | |
| NSLog(@"Handler Before Crash: %p", NSGetUncaughtExceptionHandler()); |
I hereby claim:
To claim this, I am signing this object: