I hereby claim:
- I am toabi on github.
- I am toabi (https://keybase.io/toabi) on keybase.
- I have a public key whose fingerprint is FECB CFDC CA0E 1294 D9B2 4C74 75A8 846E 6F71 3813
To claim this, I am signing this object:
| blueprint: | |
| name: Toggle device status after a period of time | |
| description: "Once a device has been in a defined status for a period of time, toggle it's status" | |
| domain: automation | |
| input: | |
| trigger_device: | |
| name: Device | |
| description: Which device to monitor and toggle? | |
| selector: | |
| entity: |
| blueprint: | |
| name: Appliance has finished | |
| description: Do something when an appliance (like a washing machine or dishwasher) | |
| has finished as detected by a power sensor. | |
| domain: automation | |
| input: | |
| power_sensor: | |
| name: Power Sensor | |
| description: Power sensor entity (e.g. from a smart plug device). | |
| selector: |
| $ brew install -v php56 --with-libmysql --with-homebrew-curl | |
| ==> Installing php56 from homebrew/homebrew-php | |
| ==> Downloading https://php.net/get/php-5.6.11.tar.bz2/from/this/mirror | |
| Already downloaded: /Library/Caches/Homebrew/php56-5.6.11 | |
| ==> Verifying php56-5.6.11 checksum | |
| tar xf /Library/Caches/Homebrew/php56-5.6.11 |
I hereby claim:
To claim this, I am signing this object:
| _ = require 'underscore' | |
| express = require 'express' | |
| db = require './data' | |
| app = express.createServer() | |
| app.configure -> | |
| app.set 'views', __dirname + '/views' | |
| app.set 'view engine', 'jade' | |
| app.set 'name', 'MiniCMS' | |
| app.use express.bodyParser() |
| set lastName to "" | |
| set lastArtist to "" | |
| repeat | |
| tell application "iTunes" | |
| set trackName to name of current track | |
| set trackArtist to artist of current track | |
| end tell | |