<![endif] Twitter Search query Search Remove Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Dansk Deutsch EnglishUK Español Euskara Filipino Galego Italiano LOLCATZ Magyar Nederlands Norsk Polski Português Suomi Svenska Türkçe català français română Čeština Ελληνικά Русский Українська мова עִבְרִית اردو العربية فارسی हिन्दी ภาษาไทย 日本語 简体中文 繁體中文 한국어 Have an account? Sign in New to Twitter? Join Today » Sign In Username or email Password Sign in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel Paul Miller @ futurepaul 3h Noah's Ark, in Swift pic.t...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 186 Fork 6 public tpope / vim-sleuth /.container /.repohead Code Issues 1 Pull Requests 1 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar sleuth.vim: Heuristically set buffer options http://www.vim.org/scripts/script.php?script_id=4375 21 commits 1 branch 1 release 1 contributor VimL 100% VimL branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to...
<![endif] Twitter Search query Search Remove Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Dansk Deutsch EnglishUK Español Euskara Filipino Galego Italiano LOLCATZ Magyar Nederlands Norsk Polski Português Suomi Svenska Türkçe català français română Čeština Ελληνικά Русский Українська мова עִבְרִית اردو العربية فارسی हिन्दी ภาษาไทย 日本語 简体中文 繁體中文 한국어 Have an account? Sign in New to Twitter? Join Today » Sign In Username or email Password Sign in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel Chris Lattner @ clattner_llvm 6h Looking forward to ne...
Ruby Ruby on Rails JavaScript node.js npm Python Go Docker Ansible API iOS Git HTML5 CSS Sass jQuery OS X RubyGems NoSQL Tools Design Testing CLI PHP MongoDB Sinatra iPhone JSON Frameworks Redis UI CSS3 CoffeeScript [if lt IE 8]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif] The Changelog Open Source moves fast. Keep up. Front page Podcast Weekly Subscribe Membership Sponsorship Partnership Store About Team Contact Sign-in All the Swift things Apple shocked the developer community yesterday with its announcement of Swift , a new programming language for its Cocoa and Cocoa Touch platforms. Interested in Swift? Here’s a list of related docs, gists, and projects to get you up and learning: Apple’s official Welcome to ...
SiteCatalyst code will be injected here when viewed in production iOS Developer Library — Pre-Release Developer The Swift Programming Language iBook Welcome to Swift About Swift A Swift Tour Language Guide The Basics Basic Operators Strings and Characters Collection Types Control Flow Functions Closures Enumerations Classes and Structures Properties Methods Subscripts Inheritance Initialization Deinitialization Automatic Reference Counting Optional Chaining Type Casting Nested Types Extensions Protocols Generics Advanced Operators Language Reference About the Language Reference Lexical Structure Types Expressions Statements Declarations Attributes Patterns Generic Parameters and Arguments Summary of the Grammar Important This is a preliminary document for an API or...
Sign up for a GitHub account Sign in All Gists public patrickt / either.hs Created 2014-06-03 Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist either.hs Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 data Either a b = Left a | Right b isLeft :: Either a b -> Bool isLeft ( Left _ ) = True isLeft _ = False either :: ( a -> c ) -> ( b -> c ) -> Either a b -> c either f _ ( Left x ) = f x either _ g ( Right y ) = g y lefts :: [ Either a b ] -> [ a ] lefts x = [ a | Left a <- x ] Sign up for free to join this conversation on GitHub . Already have an account? Sign in to comment /.discussion-timeline Something went wrong with that request. Ple...
Sign up for a GitHub account Sign in All Gists public patrickt / either.swift Created 2014-06-03 Gist Detail Revisions 1 Stars 7 Download Gist Clone this gist Embed this gist Link to this gist either.swift Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 enum Either<A, B> { case Left(A) case Right(B) } func isLeft<A,B>(it : Either<A,B>) -> Bool { switch it { case .Left : return true; case .Right : return false } } func isRight<A,B>(it : Either<A,B>) -> Bool { return !isLeft(it) } func either<A, L, R>(leftCase : (L -> A), rightCase : (R -> A), upon : Either<L, R>) -> A { switch upon { case let .Left(a): return leftCase(a) case let .Right(b) : return rightCase(b) } } Sign up for free to join this conversation on GitHub . A...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 3,377 Fork 500 public scrooloose / syntastic /.container /.repohead Code Issues 16 Pull Requests 0 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Syntax checking hacks for vim 1,841 commits 4 branches 25 releases 218 contributors VimL 99.2% Other 0.9% VimL Other branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item multi /.select-menu-ite...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 0 Fork 1 public nijotz / socketproxy /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:03721da0e5280b4b25a0341f4be2a6d5 Show File Finder branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.select-menu-list /.select-menu-modal /.select-men...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 1,237 Fork 123 public litl / rauth /.container /.repohead Code Issues 10 Pull Requests 2 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:724848af2cca568d08ab5e039fb4f090 Show File Finder branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to show /.select-menu-list 0.6.2 /.select-menu-item 0.6.1 /.select-menu-item 0....
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 23 Fork 2 public infoforcefeed / OlegDB /.container /.repohead Code Issues 25 Pull Requests 0 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code File switcheroo with tmp/old hash table. Loading branch information ... commit 570430dbcc70cdb3d20813fed17cc64bc5d29f11 1 parent 36d8222 qpfiffer authored June 02, 2014 Showing 2 changed files with 12 additions and 1 deletion . Show diff stats Hide diff stats 2 src/oleg.c 11 src/rehash.c ...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 23 Fork 2 public infoforcefeed / OlegDB /.container /.repohead Code Issues 25 Pull Requests 0 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink 311e354de237 ... 36d8222611f4 Edit We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /....