Skip to content

Instantly share code, notes, and snippets.

View ersatzavian's full-sized avatar

Tom Buttner ersatzavian

View GitHub Profile
@katowulf
katowulf / I Dream in Code.js
Last active January 26, 2023 17:01
I Dream in Code...
/*********************
** I Dream in Code **
*********************/
while( I .sleep() ) {
I.dream() in code;
I.dream() in algorithms;
I.dream() in subroutines;
Rewind.age(5) && I.dream.of(["missing pants", "driving hotwheels", "peeing in fountains"]) ); //hint: it’s my bed
@epall
epall / emma.js
Created November 14, 2012 14:52
Post tweets with a hashtag to an Electric Imp "Emma" board
var twitter = require('node-twitter')
, util = require('util')
, https = require('https')
var twitterClient = new twitter.SearchClient({
consumer_key: '__YOUR_TWITTER_CONSUMER_KEY__',
consumer_secret: '__YOUR_TWITTER_CONSUMER_SECRET__'
});
var lastTweet;