Skip to content

Instantly share code, notes, and snippets.

View ScottPetit's full-sized avatar

Scott Petit ScottPetit

View GitHub Profile

Keybase proof

I hereby claim:

  • I am scottpetit on github.
  • I am scottpetit (https://keybase.io/scottpetit) on keybase.
  • I have a public key ASCw0ZCbPgTZjLnVG7kJ5fpFo9NBkE9z5fRe4FoL4-4Q6Qo

To claim this, I am signing this object:

#define SPY_XCODE_COLORS "XcodeColors"
#define SPY_XCODE_COLORS_ESCAPE @"\033["
#define SPY_XCODE_COLORS_RESET SPY_XCODE_COLORS_ESCAPE @";" // Clear any foreground or background color
@interface SPYTestLog ()
{
BOOL _testCaseDidStop;
BOOL _testCaseDidSucceed;
}
@protocol SPYConfigurableCell <NSObject>
- (void)configureWithItem:(id)item;
@end
@interface NSObject (SPYTest)
- (void)shouldEqualObject:(id)object;
@end
@implementation NSObject (SPYTest)
- (void)shouldEqualObject:(id)object
{
/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* Global Reset */
* {
margin: 0;
padding: 0;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
@ScottPetit
ScottPetit / gist:5946272
Created July 8, 2013 04:40
Objective-C gitignore
# Xcode
.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3