I hereby claim:
- I am nrobinson2000 on github.
- I am nrobinson2000 (https://keybase.io/nrobinson2000) on keybase.
- I have a public key ASCnFD3Xt1cApan6y7_UwLk3oJ1A5C14Cab2itHH6gKtkwo
To claim this, I am signing this object:
| export GPG_TTY=$(tty) | |
| export PS1="\[$(tput setaf 6)\]\[$(tput bold)\]\u\[$(tput sgr0)\]\[$(tput setaf 5)\]\[$(tput bold)\]@\[$(tput setaf 7)\]\[$(tput bold)\]\h:\[$(tput sgr0)\]\[$(tput setaf 4)\]\[$(tput bold)\]\w $ \[$(tput sgr0)\]" | |
| export EDITOR="nano" | |
| export PARTICLE_DEVELOP=1 | |
| alias spark="particle" | |
| alias ls="ls -G" | |
| alias la="ls -la" | |
| alias lh="ls -lah" | |
| alias l="ls" | |
| alias update="~/auto-git.sh" |
| { | |
| "eventName": "slack-bot", | |
| "url": " https://hooks.slack.com/services/XXXXXXXXX/YYYYYYYYY/ZZZZZZZZZZZZZZZZZZZZZZZZ", | |
| "requestType": "POST", | |
| "json": { | |
| "text": "{{PARTICLE_EVENT_VALUE}}", | |
| "username": "particle-bot", | |
| "icon_emoji": ":level_slider:" | |
| }, | |
| "mydevices": true |
| var token = "YOUR_PARTICLE_ACCESS_TOKEN"; | |
| var device = "YOUR_PARTICLE_DEVICEID"; | |
| function httpPost(url, params) | |
| { | |
| var xhr = new XMLHttpRequest(); | |
| xhr.open("POST", url, true); | |
| //Send the proper header information along with the request | |
| xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); |
| Verifying that "nrobinson2000.id" is my Blockstack ID. https://onename.com/nrobinson2000 |
| #!/bin/bash | |
| echo "Raspberry Pi Alpha Setup tool:" | |
| echo | |
| echo "Installing Screen..." | |
| sudo apt-get install screen | |
| echo | |
| read -rp "Enter your Device ID: " deviceID | |
| echo "$deviceID" > device_id.txt |
| { | |
| "bridge": { | |
| "name": "Homebridge", | |
| "username": "CC:22:3D:E3:CE:39", | |
| "port": 51826, | |
| "pin": "031-45-154" | |
| }, | |
| "description": "This configuration file creates a Particle platform with 4 accessories, and an IFTTT platform with 1 accessory.", | |
| "platforms": [ | |
| { |
| import urllib2 | |
| def turnFloat(x): | |
| result = "" | |
| for i in range(len(x)): | |
| if str(x[i]).isdigit(): | |
| result = result + x[i] | |
| if x[i] == ".": | |
| result = result + x[i] | |
| return float(result) |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "eventName": "name-of-particle-event", | |
| "url": "https://maker.ifttt.com/trigger/NAME_OF_IFTTT_EVENT/with/key/PUT_YOUR_IFTTT_KEY_HERE", | |
| "requestType": "POST", | |
| "json": { | |
| "value1": "{{SPARK_EVENT_VALUE}}" | |
| }, | |
| "mydevices": true | |
| } |
| Verifying that +nrobinson2000 is my blockchain ID. https://onename.com/nrobinson2000 |