Skip to content

Instantly share code, notes, and snippets.

View rebelzach's full-sized avatar

Zach Starkebaum rebelzach

View GitHub Profile
@rebelzach
rebelzach / README.md
Created November 19, 2013 19:54 — forked from mbland/README.md

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 / BASequenceControl-NoRightBG.m
Last active December 11, 2015 17:09
Answer to stack overflow question 14514712
/*
Copyright 2011 Dmitry Stadnik. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list
@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