Skip to content

Instantly share code, notes, and snippets.

View ctgreybeard's full-sized avatar
💭
Playing with Insteon and HomeKit

Bill Waggoner ctgreybeard

💭
Playing with Insteon and HomeKit
View GitHub Profile
@ctgreybeard
ctgreybeard / gist:24846414fad99e126d2c297f54ca64a3
Created January 12, 2017 02:06
CocoaLumberjack pod install
╰─➤ pod install
Analyzing dependencies
Pre-downloading: `CocoaLumberjack` from `https://github.com/CocoaLumberjack/CocoaLumberjack.git`, branch `master`
Downloading dependencies
Installing CocoaLumberjack (3.0.0)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use `ScanmonListener.xcworkspace` for this project from now on.
Sending stats
@ctgreybeard
ctgreybeard / javascript console
Last active October 4, 2016 23:09
Octoprint log 4 Oct 2016
Failed to load resource: http://octoprint.greybeard.org:5000/api/files/local/common-test.gcode net::ERR_ADDRESS_UNREACHABLE
#include "FastLED.h"
/**
* An expansion on the FastLED Cylon script
*
* This extension on Cylon demonstrates aysnchronous updates. Rather than using delay()
* for the timing, which limits the flexibility, it uses timing based on millis() to
* trigger the updates. This allows us to do two things at once, each with different
* update schedules.
*