- https://github.com/octoblu/meshblu-connector-lumencache
- https://github.com/octoblu/meshblu-connector-arduino
- https://github.com/octoblu/meshblu-connector-osc
- https://github.com/octoblu/meshblu-connector-serial
- https://github.com/octoblu/meshblu-connector-initial-state
- https://github.com/octoblu/meshblu-connector-edison
- https://github.com/octoblu/meshblu-connector-particle-io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"message": "what is the current version of meshblu?" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl \ | |
--fail \ | |
--location \ | |
--silent \ | |
--data '{"name":"Meshblu Connector Say Hello","connector":"meshblu-connector-say-hello","type":"device:say-hello","githubSlug":"octoblu/meshblu-connector-say-hello","version": "latest"}' \ | |
--request POST \ | |
--header 'Content-Type: application/json' \ | |
--user 'my-octoblu-uuid:my-octoblu-token' \ | |
'https://connector-service.octoblu.com/users/my-octoblu-connector-uuid/connectors' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"root": true, | |
"extends": [ | |
"eslint:recommended", | |
"prettier" | |
], | |
"rules": { | |
"semi": [ 2, "never" ], | |
"no-undefined": "error" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://localhost:3000/magic-link?uuid=6e0a26ac-765c-429a-bbe0-12fc7a97a80f&token=9ce75c5c6663bba7d14ba6ef120cadb23d9fb87a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zgrep -E ".*keysExamined.*[0-9]{3,}ms" mongodb82.log-2017-01-08.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find `pwd` -type d -maxdepth 3 -name 'node_modules' | xargs -n 1 tmutil addexclusion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m_objCurrentSco.TimeSession = `0000:${(Math.floor(Math.random() * (30 - 10 + 1)) + 10)}:${Math.floor(Math.random() * 55)}`; m_objCurrentSco.ScoreRaw = "100"; m_objCurrentSco.LessonStatus = "completed"; API.SetTotalTime(); API.SetPostComplete(true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Trigger {Name} | |
Trigger hello {Name} | |
Trigger hi {Name} | |
Trigger start {Name} | |
Trigger open {Name} | |
Trigger trigger {Name} | |
Trigger {Name} there is a problem | |
Trigger {Name} I need help | |
Trigger {Name} {SymptomPrefix} {Symptom} | |
Trigger tell the {Name} {SymptomPrefix} {Symptom} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g default-command /usr/local/bin/fish | |
set -g default-shell /usr/local/bin/fish |
NewerOlder