- Introduction to Functional Programming Johannes Weiß - http://kcy.me/1ngiv
- ReactiveCocoa at MobiDevDay Andrew Sardone - http://kcy.me/1nhl3
- The Future Of ReactiveCocoa Justin Spahr-Summers - http://kcy.me/1nhs7
- Enemy of the State Justin Spahr-Summers - http://kcy.me/1njzs
- WWDC 2014 Session 229 - Advanced iOS Application Architecture and Patterns Andy Matuschak - http://kcy.me/1pyva
- Functioning as a Functionalist Andy Matuschak - http://kcy.me/22o45
- Controlling Complexity in Swift Andy Matuschak - http://kcy.me/23sc9
- Functional and reactive programming with Swift Ash Furrow -
I hereby claim:
- I am faizmokhtar on github.
- I am faiz (https://keybase.io/faiz) on keybase.
- I have a public key ASBRWBA3GVG_CzABT6ArsykEAK2jxz3UrAbx7pD6A2hPsAo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
import XCPlayground | |
let containerView = UIView(frame: CGRect(x: 0.0, y: 0.0, width: 300, height: 200)) | |
XCPlaygroundPage.currentPage.liveView = containerView | |
let diagonalView = UIView(frame: CGRect(x: (containerView.bounds.size.width - 200) / 2, y: (containerView.bounds.size.height - 100) / 2, width: 200, height: 100)) | |
diagonalView.backgroundColor = UIColor.redColor() | |
diagonalView.layer.borderWidth = 2.0 | |
diagonalView.layer.borderColor = UIColor.yellowColor().CGColor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Essential META Tags --> | |
<meta property="og:title" content="European Travel Destinations"> | |
<meta property="og:description" content="Offering tour packages for individuals or groups."> | |
<meta property="og:image" content="http://euro-travel-example.com/thumbnail.jpg"> | |
<meta property="og:url" content="http://euro-travel-example.com/index.htm"> | |
<meta name="twitter:card" content="summary_large_image"> | |
<!-- Non-Essential, But Recommended --> | |
<meta name="og:site_name" content="European Travel, Inc."> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
// Usage: Subclass your UIView from NibLoadView to automatically load a xib with the same name as your class | |
protocol NibDefinable { | |
var nibName: String { get } | |
} | |
@IBDesignable | |
class NibLoadingView: UIView, NibDefinable { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 0 is too far from ` ;) | |
set -g base-index 1 | |
# Automatically set window title | |
set-window-option -g automatic-rename on | |
set-option -g set-titles on | |
#set -g default-terminal screen-256color | |
set -g status-keys vi | |
set -g history-limit 10000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# iOS | |
app_identifier "com.myapp.app" # The bundle identifier of your app | |
apple_id "me@gmail.com" # Your Apple email address | |
team_id "1234ABCD" # Developer Portal Team ID | |
# Android | |
json_key_file "./google-play-api-secret.json" # Path to the json secret file - Follow https://github.com/fastlane/supply#setup to get one | |
package_name "com.myapp.app" # Your Android app package |
These are the Kickstarter Engineering and Data role definitions for both teams.
OlderNewer