I hereby claim:
- I am raid5 on github.
- I am adam_mcdonald (https://keybase.io/adam_mcdonald) on keybase.
- I have a public key ASCTB37sOueBw3ZxZtuwrB10oCBnraggUTyHORBSE340Gwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 15WndKeKkqFRxp6nogiqc4EWwTWatfwsxR https://explorer.blockstack.org/address/15WndKeKkqFRxp6nogiqc4EWwTWatfwsxR |
#!/bin/bash | |
# Save current directory to var | |
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
# Fetch dependencies but do not build | |
carthage update --no-build | |
# Remove AWSAuthSDK project as this is not needed | |
rm -r Carthage/Checkouts/aws-sdk-ios/AWSAuthSDK/ |
0xC104ab95959104b6b1978044486e9186fCa5F9dF |
0xC104ab95959104b6b1978044486e9186fCa5F9dF |
I hereby claim:
To claim this, I am signing this object:
import java.io.IOException; | |
import java.lang.reflect.Method; | |
import java.util.AbstractCollection; | |
import java.util.ArrayList; | |
import java.util.EnumSet; | |
import java.util.HashMap; | |
import java.util.Iterator; | |
import java.util.Map; | |
import android.media.AudioManager; | |
import android.media.MediaPlayer; |
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { | |
for (UITouch* t in touches) | |
{ | |
[self updateGameStatusWithPoint:[t locationInView:self]]; | |
} | |
} |
#!/bin/sh | |
RSYNC_DEFAULT_OPTIONS="-r -t -v -L --ignore-existing --delete --stats --progress" | |
RSYNC_TEMP_DIR="./tmp_rsync_dir/" | |
# Sources | |
ITUNES_PODCASTS_DIR="/Users/adam/Music/iTunes/iTunes Music/Podcasts/" | |
ITUNES_MUSIC_DIR="/Users/adam/Music/iTunes/iTunes Music/" | |
ALBUMS=( | |
"Bone Thugs-N-Harmony/Strength & Loyalty" |
node.js:278 | |
var cwd = process.cwd(); | |
^ | |
Error: No such file or directory | |
at Function.resolveArgv0 (node.js:278:23) | |
at startup (node.js:22:13) | |
at node.js:432:3 |