Skip to content

Instantly share code, notes, and snippets.

View mflint's full-sized avatar

Matthew Flint mflint

View GitHub Profile
@mflint
mflint / JournalList.lua
Created November 23, 2012 22:13
TrunkNotes script for showing lists of journal entries
--[[
# Introduction
This is a script for handling lists of journal entries, and will display
them in two ways:
* short mode, on just one line. This contains the latest five entries,
plus a link to an 'All' page
@mflint
mflint / LRRestyClient+FailureBlock.h
Created November 21, 2011 22:01
LRResty timeout workaround
//
// LRRestyClient+FailureBlock.h
//
#import <Foundation/Foundation.h>
#import <LRResty/LRResty.h>
#import "RVRestyClientBlockDelegate.h"
@interface LRRestyClient (FailureBlock)