I hereby claim:
- I am tonyarnold on github.
- I am tonyarnold (https://keybase.io/tonyarnold) on keybase.
- I have a public key whose fingerprint is 18A1 A00E A362 838B C7AE 10B3 0594 05EE 21FD 4B28
To claim this, I am signing this object:
// | |
// Copyright © 2015 The CocoaBots. All rights reserved. | |
import Cocoa | |
import RealmSwift | |
enum RealmDocumentError: ErrorType { | |
case FailedToConvertURLToFilePath | |
} |
#import "_<$managedObjectClassName$>.h" | |
@interface <$managedObjectClassName$> : _<$managedObjectClassName$> {} | |
// Custom logic goes here. | |
@end |
import Foundation | |
@assignment func += <T:AnyObject> (inout array: T[], cocoaArray: NSArray) { | |
array.extend( | |
map(cocoaArray) { | |
$0 as T | |
} | |
) | |
} |
import Foundation | |
class ViewModel: NSObject | |
{ | |
struct SerializationKey | |
{ | |
static let query = "query" | |
static let hasValidValues = "hasValidValues" | |
} |
// | |
// Copyright (c) 2014 Tony Arnold & The CocoaBots. All rights reserved. | |
import Foundation | |
extension NSFileManager | |
{ | |
func applicationSupportDirectoryURL() -> NSURL? | |
{ |
Pod::Spec.new do |s| | |
s.name = "ADNKit" | |
s.version = "2.0.0.dev.#{Time.now.to_i}" | |
s.summary = "Objective-C framework for building App.net applications on iOS and OS X." | |
s.description = "ADNKit is an Objective-C framework for building App.net iOS and OS X applications." | |
s.homepage = "https://github.com/joeldev/ADNKit" | |
s.license = { | |
:type => 'BSD', | |
:text => <<-LICENSE | |
Copyright (c) 2013, Joel Levin. All rights reserved. |
echo "Downloading HD Videos…" | |
curl https://developer.apple.com/videos/wwdc/2014/ | grep -iIoh 'http.*._hd_.*dl=1">HD' | sed -e 's/\?dl=1">HD//g' | xargs -n1 wget -N -c | |
echo "Downloading SD Videos…" | |
curl https://developer.apple.com/videos/wwdc/2014/ | grep -iIoh 'http.*._sd_.*dl=1">SD' | sed -e 's/\?dl=1">SD//g' | xargs -n1 wget -N -c | |
echo "Downloading PDFs…" |
BasedOnStyle: Chromium | |
AlignTrailingComments: true | |
BreakBeforeBraces: Allman | |
ColumnLimit: 0 | |
IndentWidth: 4 | |
KeepEmptyLinesAtTheStartOfBlocks: false | |
ObjCSpaceAfterProperty: true | |
ObjCSpaceBeforeProtocolList: true | |
PointerBindsToType: false | |
SpacesBeforeTrailingComments: 1 |
Pod::Spec.new do |s| | |
s.name = 'MagicalRecord' | |
s.version = '2.3.0.rc.1' | |
s.license = 'MIT' | |
s.summary = 'Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!.' | |
s.homepage = 'http://github.com/magicalpanda/MagicalRecord' | |
s.author = { 'Saul Mora' => '[email protected]' } | |
s.source = { :git => 'https://github.com/magicalpanda/MagicalRecord.git', :tag => "#{s.version}" } | |
s.description = 'Handy fetching, threading and data import helpers to make Core Data a little easier to use.' | |
s.framework = 'CoreData' |
I hereby claim:
To claim this, I am signing this object: