Skip to content

Instantly share code, notes, and snippets.

View lingoslinger's full-sized avatar

Allan Evans lingoslinger

  • Chicago USA
View GitHub Profile
@brackendev
brackendev / NSNotificationCenter+Token.h
Last active July 6, 2019 06:19
[Objective-C] Unregistering block-based NotificationCenter observers using "Resource acquisition is initialization" (RAII)
//
// NSNotificationCenter+Token.h
//
// Created by brackendev
// Based on Ole Begemann's article and Swift implementation <https://oleb.net/blog/2018/01/notificationcenter-removeobserver/>
//
@import Foundation;
@class NotificationToken;
@cieslak
cieslak / howto.txt
Created November 19, 2012 18:45
Arduino Web to LCD Service
You need:
- Arduino
- Ethernet Shield
- Sparkfun Serial LCD Kit
- Webduino library https://github.com/sirleech/Webduino
- Buzzer (optional)
Hook up: