I hereby claim:
- I am polvi on github.
- I am polvi (https://keybase.io/polvi) on keybase.
- I have a public key ASAw97myvCj5c2Os8RvmwPFHBRrc_0M3VHYlte8dLXjE8wo
To claim this, I am signing this object:
| /* Connect your 3g game camera to google drive | |
| * 1) buy camera: http://www.amazon.com/Covert-Special-Ops-Cellular-Camera/dp/B00806KGY6 | |
| * 2) Configure it to point to your twilio number | |
| * 3) Deploy google app script below as a public webapp | |
| * 4) Configure twilio to point to your app script | |
| */ | |
| function doGet() { | |
| return ContentService.createTextOutput(""); |
I hereby claim:
To claim this, I am signing this object:
Easiest HDFS cluster in the world with kubernetes.
Inspiration from kimoonkim/kubernetes-HDFS
kubectl create -f namenode.yaml
kubectl create -f datanode.yaml
Setup a port-forward to so you can see it is alive:
A jQuery like library for manipulating kubernetes objects across various popular kubernetes platforms.
Problems that kQuery addresses:
| #!/usr/bin/env bash | |
| # | |
| # Bootstrap script for setting up a new OSX machine | |
| # | |
| # This should be idempotent so it can be run multiple times. | |
| # | |
| # Some apps don't have a cask and so still need to be installed by hand. These | |
| # include: | |
| # | |
| # - Twitter (app store) |