Flight School
- Portland, OR
- https://flight.school
- info@flight.school
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
AnyCodable
Type-erased wrappers for Encodable, Decodable, and Codable values
Money
A precise, type-safe representation of a monetary amount in a given currency
Codable-DIY-Kit
A template for creating your own Swift Codable encoders and decoders
Guide-to-Swift-Codable-Sample-Code
Xcode Playground Sample Code for the Flight School Guide to Swift Codable
sentences
A command-line utility that splits natural language text into sentences.
ner
A command-line utility for extracting names of people, places, and organizations from text on macOS.
homebrew-formulae
Collection of Homebrew Formulae
lemma
A command-line utility that lemmatizes words in natural language text.
sentiment
A command-line utility that evaluates the emotional sentiment of natural language text.
pos
A command-line utility for tagging part of speech for words in text.
CurrencyConverter
Utilities for doing currency conversion with the Money library
Rate
A type-safe ratio of Foundation unit quantities
FloatingPointApproximation
A correct way to determine if two floating-point numbers are approximately equal to one another in Swift
RegularExpressionDecoder
A decoder that constructs objects from regular expression matches.
Guide-to-Swift-Numbers-Sample-Code
Xcode Playground Sample Code for the Flight School Guide to Swift Numbers
Guide-to-Swift-Strings-Sample-Code
Xcode Playground Sample Code for the Flight School Guide to Swift Strings
SwiftAntlr4
A mirror of the ANTLR v4 Swift runtime suitable for use from Swift Package Manager
Programming-Language-Classifier
An example of how to use CreateML in Xcode 10 to create a Core ML model for classifying text