Skip to content

Instantly share code, notes, and snippets.

# Load up the caret and randomForest
library(caret) library(mlbench)
library(randomForest)
# Load up the iris data set for an example data(iris)
myData <- iris
# Setup or
rfControl <- trainControl(
method="repeatedcv",
repeats=2,
classProbs=TRUE,
rfControl <- trainControl(
method = "repeatedcv",
repeats = 2,
classProbs = TRUE,
savePredictions = TRUE,
summaryFunction = twoClassSummary)
rfFit <- train(y=training$Outcome,
x=training[,markerposition],
tuneLength=15,
method = "rf",
# Install needed tools
brew install maven gradle
# Change this however you want
WORKSPACE=$HOME/phore-android-env
# Setup a build environment
mkdir -p $WORKSPACE
cd $WORKSPACE
0x000900a4e4fA1DF50B9BD96ACCED03Bbc53aBa31

Keybase proof

I hereby claim:

  • I am teneighty on github.
  • I am teneighty (https://keybase.io/teneighty) on keybase.
  • I have a public key whose fingerprint is 6115 2D9B F013 B62D 38AB 6C2E 2B36 62FF 3188 C182

To claim this, I am signing this object:

git clone git@github.com:teneighty/augur-ui-react-components.git
cd augur-ui-react-components
git checkout airbitz-auth-integration
npm install
npm run watch # control-c out of this once you see "---------WATCHIFY--------"
./install_abc_assets.sh
npm run start

Airbitz Command Line Seed Recovery

These are instructions for OSX users to fetch their wallet seeds. Some command line experience is helpful, but hopefully not necessary. I will do my best to keep the steps simple.

Setup environment

Download https://airbitz.co/download/abc-cli.zip and extract the contents into a directory. These instructions will assume you've extracted the contents onto

@teneighty
teneighty / config.log
Created September 29, 2015 19:47
Curl on Ubuntu 15.04
configure:21646: checking for SSL_connect in -lssl
configure:21668: clang -o conftest -fPIC -isystem /home/vagrant/airbitz-core/deps/build/prefix/native//include -Qunused-arguments -Os -I/home/vagrant/airbitz-core/deps/build/prefix/native/include -L/home/vagrant/airbitz-core/deps/build/prefix/native//lib -L/home/vagrant/airbitz-core/deps/build/prefix/native/lib conftest.c -lssl -lcrypto -lssl -lcrypto -lz >&5
/home/vagrant/airbitz-core/deps/build/prefix/native//lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
/home/vagrant/airbitz-core/deps/build/openssl/native/openssl-1.0.2d/crypto/dso/dso_dlfcn.c:185: undefined reference to `dlopen'
/home/vagrant/airbitz-core/deps/build/openssl/native/openssl-1.0.2d/crypto/dso/dso_dlfcn.c:188: undefined reference to `dlerror'
/home/vagrant/airbitz-core/deps/build/openssl/native/openssl-1.0.2d/crypto/dso/dso_dlfcn.c:203: undefined reference to `dlclose'
/home/vagrant/airbitz-core/deps/build/prefix/native//lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unloa
"""
This is a script to aid in the recovery of a lost password for an airbitz
account. In order to use this tool you need the CarePackage.json and
LoginPackage.json locally from your airbitz account.
ab-brute requires scrypt and pycrypto so please install that first:
pip install scrypt pycrypto
The command can be run as follows: