Skip to content

Instantly share code, notes, and snippets.

View OscarSwanros's full-sized avatar

Oscar Swanros OscarSwanros

View GitHub Profile
http://cl.ly/1Z2R1n3B320V

Keybase proof

I hereby claim:

  • I am oscarswanros on github.
  • I am oscarswanros (https://keybase.io/oscarswanros) on keybase.
  • I have a public key whose fingerprint is 3504 D906 E378 8983 75AC 5460 DDA8 DC67 88C2 F805

To claim this, I am signing this object:

@OscarSwanros
OscarSwanros / data.json
Created July 17, 2014 20:30
Mock Server JSON Response
{
clients: [
{
id: 1,
name: "Oscar Swanros",
email: "mail@example.com",
company: "Pacific3",
event_number: 0,
created_at: "2014-07-16T15:35:14.646Z"
},
@OscarSwanros
OscarSwanros / subarray
Last active December 30, 2015 20:59
Get the maximum sum (subarray) from an array
#import "MSViewController.h"
@interface MSViewController ()
@end
@implementation MSViewController
- (void)viewDidLoad
{