Skip to content

Instantly share code, notes, and snippets.

View rebelzach's full-sized avatar

Zach Starkebaum rebelzach

View GitHub Profile
@mbland
mbland / README.md
Created October 1, 2012 14:51 — forked from JanDupal/README.md
Quick'n'dirty Jekyll plugin for sorted cycle

Jekyll sorted_for plugin

Quick'n'dirty Jekyll plugin for sorted cycle.

Install

Copy sorted_for.rb to _plugins/ directory of your Jekyll site.

Usage

@rebelzach
rebelzach / Singleton.m
Created October 27, 2010 18:45
An Objective-C template for singleton classes
static MySingleton *sharedInstance = nil;
@implementation MySingleton
#pragma mark -
#pragma mark class instance methods
#pragma mark -
#pragma mark Singleton methods