Skip to content

Instantly share code, notes, and snippets.

View mackermedia's full-sized avatar

Mike Ackerman mackermedia

  • Lincoln, NE
View GitHub Profile

Pubnub Signalling

Chui uses Pubnub for event Signaling, Listen on a channel that equals your device serial The event message includes a key and name (if identified) If the name is unavailable (ie person unknown), no name attribute will be in the dictionary

Use the following publish and subscribe keys: publish_key='pub-c-e7c43b97-8af8-4a3f-b9d4-fe5710f17e20' subscribe_key=’sub-c-b09806ee-e056-11e3-8f83-02ee2ddab7fe’

General Inspiration / Intimidation

Links to New and Great Design Articles

Open and Commericial Friendly Fonts

@mackermedia
mackermedia / gist:11304905
Last active August 29, 2015 14:00 — forked from Fosome/gist:11298160
Setting up USB controllers & Audio on Raspberry Pi

For audio out of 3.5mm jack:

sudo amixer cset numid=3 1

If you want it back to auto:

sudo amixer cset numid=3 0

For snes controller Tomee thing working:

@mackermedia
mackermedia / 0_reuse_code.js
Created February 7, 2014 15:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console