Skip to content

Instantly share code, notes, and snippets.

View stickperson's full-sized avatar

Joe Meissler stickperson

  • Synthego
  • San Francisco, CA
View GitHub Profile
@stickperson
stickperson / myweechat.md
Created May 30, 2019 16:04 — forked from pascalpoitras/config.md
My always up-to-date WeeChat configuration (weechat-dev)

WeeChat Screenshot

You need at least WeeChat 2.5 for everything to work

Enable mouse

/mouse enable

@stickperson
stickperson / bdayclock
Last active August 29, 2015 14:28 — forked from buckeyeworldcitizen/bdayclock
Birthday word clock
//Theres two parts to this code: first the birthday part and then the clock part which i had on separate arduinos.
//The first section is original and the second is modified from Joe Caldwell at http://www.highonsolder.com who modified it from Scott Bezek who modified it from Doug Jackson
//Good luck
#include <Wire.h>
#include "RTClib.h"
#include <Adafruit_NeoPixel.h>