Skip to content

Instantly share code, notes, and snippets.

View cburrows's full-sized avatar

Chris Burrows cburrows

View GitHub Profile
@cburrows
cburrows / keybase.md
Created February 16, 2017 00:35
keybase.md

Keybase proof

I hereby claim:

  • I am cburrows on github.
  • I am cburrows (https://keybase.io/cburrows) on keybase.
  • I have a public key whose fingerprint is 2CFA 369E B31A AC40 D68F F5EE FFE0 BE2E F6FF 3523

To claim this, I am signing this object:

@cburrows
cburrows / ViewController.m
Created October 7, 2015 15:46
Detect CPU model on an iPhone
// Replace ViewController.m with this in a new "Single View Application"
#include <sys/sysctl.h>
#import "ViewController.h"
@implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];