Skip to content

Instantly share code, notes, and snippets.

View nickvelloff's full-sized avatar

Nick Velloff nickvelloff

View GitHub Profile

Raspberry Pi setup

Just wanted a quick start guide for myself so that I wouldn't have to keep rooting through Google to remember all this stuff. Hopefully it helps other people.

If you had other ideas or suggestions please leave a comment.

Useful things to own before you buy a Pi

The first time I bought a Pi I was enormously frustrated with myself because I didn't own all of this stuff. Kept having to order things off of Amazon and wait to get started... very irritating. This is all good stuff to have laying around anyway:

//
// Created by Robert Audi on 07/04/13.
// Updated on 08/21/14
//
#import <Foundation/Foundation.h>
@interface NSString (RAInflections)
- (NSString *)slugalize;