KMNavigationBarTransition – iOS Library For Managing Nav Bar Styles When Switching Between Views
KMNavigationBarTransition from Zhouqi Mo is an open source iOS library that helps in the navigation bar styles, and allows you to smoothly transition between them. Source: KMNavigationBarTransition – iOS Library For Managing Nav Bar Styles When Switching Between Views
schollz/find: High-precision indoor positioning framework for most wifi-enabled devices.
High-precision indoor positioning framework for most wifi-enabled devices. Source: schollz/find: High-precision indoor positioning framework for most wifi-enabled devices.
Goodbye MongoDB, Hello PostgreSQL
This brings me to the requirements of a good database, more specifically the requirements Olery has. When it comes to a system, especially a database, we value the following: Consistency. Visibility of data and the behaviour of the system. Correctness and explicitness. Scalability. Source: Goodbye MongoDB, Hello PostgreSQL
dylang/npm-check: Check for outdated, incorrect, and unused dependencies.
Check for outdated, incorrect, and unused dependencies Source: dylang/npm-check: Check for outdated, incorrect, and unused dependencies.
IDEA International Dialects of English Archive | free dialect and accent recordings for the performing arts
The International Dialects of English Archive was created in 1997 as the first online archive of primary-source recordings of English-language dialects and accents as heard around the world. Source: IDEA International Dialects of English Archive | free dialect and accent recordings for the performing arts
Building OS X Drag and Drop Playgrounds — Erica Sadun
Unlike older solutions, XCPlayground’s interactive live views don’t require pop-up windows. You don’t have to do anything special to make the page application run with a different priority. Just open the assistant and the app is there, running, and interactive. Source: Building OS X Drag and Drop Playgrounds — Erica Sadun
delba/TextAttributes: An easier way to compose attributed strings
TextAttributes makes it easy to compose attributed strings. Source: delba/TextAttributes: An easier way to compose attributed strings
waynewbishop/SwiftStructures: Examples of commonly used data structures and algorithms in Swift.
This project provides a framework for commonly used data structures and algorithms written in a new iOS development language called Swift. While details of many algorithms exists on Wikipedia, these implementations are often written as pseudocode, or are expressed in C or C++. With Swift now officially released, its general syntax should be familiar enough […]
Strongly-Typed GET and POST Calls with NSURLSession – Grok Swift
Previously we used NSURLSession data tasks to make some REST requests to a web service. Today let’s clean that up by building a higher layer of abstraction by mapping the JSON to a strongly-typed class. Source: Strongly-Typed GET and POST Calls with NSURLSession – Grok Swift
Using types to keep yourself honest
This post explains how you can take advantage of Swift’s type system to make your programs more expressive and robust. Source: Using types to keep yourself honest