I hereby claim:
- I am pasanpr on github.
- I am pasanpr (https://keybase.io/pasanpr) on keybase.
- I have a public key ASAvauER5tk6w0IcdViNjc8qtO___bDP87wojwbOYhsyXgo
To claim this, I am signing this object:
import UIKit | |
let json = """ | |
{ | |
"kind": "Listing", | |
"data": { | |
"modhash": "asjdfhhjsdfkjhsdfksjd23423", | |
"dist": 25, | |
"children": [ | |
{ |
I hereby claim:
To claim this, I am signing this object:
public struct TextSize { | |
fileprivate struct CacheEntry: Hashable { | |
let text: String | |
let font: UIFont | |
let width: CGFloat | |
let insets: UIEdgeInsets | |
fileprivate var hashValue: Int { | |
return text.hashValue ^ Int(width) ^ Int(insets.top) ^ Int(insets.left) ^ Int(insets.bottom) ^ Int(insets.right) |
Bryan Irace: http://irace.me/ | |
Chris Eidhof: http://chris.eidhof.nl/ | |
Objc.io: https://www.objc.io/ | |
Airspeed Velocity: https://airspeedvelocity.net/ | |
Cocoa With Love: http://www.cocoawithlove.com/ | |
Ash Furrow: https://ashfurrow.com/ | |
Jessie Squires: http://www.jessesquires.com/ | |
Soroush Khanlou: http://khanlou.com/ | |
Ole Begemann: http://oleb.net/ | |
Krzysztof Zabłocki: http://merowing.info/ |
CompileSwift normal x86_64 /Users/pasan/iOS/Swift/Projects/BookShelf/BookShelf/LoginViewController.swift | |
cd /Users/pasan/iOS/Swift/Projects/BookShelf | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/pasan/iOS/Swift/Projects/BookShelf/BookShelf/LoginViewController.swift /Users/pasan/iOS/Swift/Frameworks/OAuthSwift/OAuthSwift/NSData+OAuthSwift.swift /Users/pasan/iOS/Swift/Projects/BookShelf/BookShelf/GoodreadsCredential.swift /Users/pasan/iOS/Swift/Projects/BookShelf/BookShelf/AppDelegate.swift /Users/pasan/iOS/Swift/Frameworks/OAuthSwift/OAuthSwift/OAuth1Swift.swift /Users/pasan/iOS/Swift/Frameworks/OAuthSwift/OAuthSwift/SHA1.swift /Users/pasan/iOS/Swift/Projects/BookShelf/BookShelf/Shelf.swift /Users/pasan/iOS/Swift/Projects/BookShelf/BookShelf/NetworkDownController.swift /Users/pasan/iOS/Swift/Frameworks/OAuthSwift/OAuthSwift/String+OAuthSwift.swift /Users/pasan/iOS/Swift/Projects/BookShelf/BookShelf/HomeViewController |
// | |
// CoreDataStack.swift | |
// CoreDataStack | |
// | |
// Created by Pasan Premaratne on 6/8/14. | |
// Copyright (c) 2014 Pasan Premaratne. All rights reserved. | |
// | |
import CoreData | |
import Foundation |