Skip to content

Instantly share code, notes, and snippets.

@joedj
joedj / package.json
Created January 7, 2015 07:15
Nested field validation
{
"name": "nested_fields",
"version": "0.0.1",
"private": true,
"dependencies": {
"forms": "1.1.0"
}
}

Keybase proof

I hereby claim:

  • I am joedj on github.
  • I am joedj (https://keybase.io/joedj) on keybase.
  • I have a public key whose fingerprint is BDE9 9DD7 1672 BE7B E034 6E1D E436 8D73 F5DD A430

To claim this, I am signing this object:

@joedj
joedj / Makefile
Last active January 2, 2016 11:38
DEBUG=1
TARGET := iphone:clang::4.3
ARCHS := armv7 arm64
ifdef CCC_ANALYZER_OUTPUT_FORMAT
TARGET_CXX = $(CXX)
TARGET_LD = $(TARGET_CXX)
endif
@joedj
joedj / Info.plist
Last active December 17, 2015 02:39
WPLTest
{
CFBundleIdentifier = "net.joedj.wpltest";
NSPrincipalClass = WPLTest;
sections = ("N/A");
}