AlanQuatermain
24-year veteran software engineer. British, in California. Early member of the watchOS team at Apple, now working on tvOS. Master of ObjC and Swift.
Apple, Inc.Sacramento, CA
Pinned Repositories
appencryptor
A command-line tool to apply or remove Apple Binary Protection from an application.
AQAppStateMachine
An application state machine, based on matching values within bitfields to trigger actions supplied using Blocks.
AQGridView
A grid view for iPhone/iPad, designed to look similar to NSCollectionView.
aqtoolkit
A toolkit consisting of a bunch of generally useful routines and extensions I wrote when putting together other projects.
AQUI
A collection of SwiftUI views and utilities.
go-tmbundle
A TextMate bundle for the Go programming language.
iPad-Filesystem
A simple split-view-based filesystem browser for the iPad. Find out what you can read or write!
iPhoneContacts
A wrapper for the iPhone's C-based AddressBook framework.
mac-app-store-validation-sample
An example of a working app store validation, with code signing checks.
SimpleHTTPServer
A simple HTTP server, implemented as a Mac command-line application. The source code, aside from main.m, is designed to work on either Mac or iOS.
AlanQuatermain's Repositories
AlanQuatermain/AQGridView
A grid view for iPhone/iPad, designed to look similar to NSCollectionView.
AlanQuatermain/AQXML
A complete and holistic XML processing framework in Objective-C. Currently a work in progress.
AlanQuatermain/H2Swift
HTTP2 library in pure Swift. Mostly for fun & learning, though I hope to make it close to nghttp2 in performance & capabilities at some point.
AlanQuatermain/swift-zookeeper-support
Provides SwiftPM support for the Zookeeper C libraries.
AlanQuatermain/akka-http
The Streaming-first HTTP server/module of Akka
AlanQuatermain/Auth0.swift
Swift toolkit for Auth0 API
AlanQuatermain/BlueSocket
Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux.
AlanQuatermain/BlueSSLService
SSL/TLS Add-in for BlueSocket using Secure Transport and OpenSSL
AlanQuatermain/breeze
Breeze is a numerical processing library for Scala.
AlanQuatermain/FuncScala
Repo for Functional Programming in Scala course provided by EPFL
AlanQuatermain/go-lang-idea-plugin
Google Go language IDE built using the IntelliJ Platform
AlanQuatermain/haskell-idea-plugin
IntelliJ IDEA plugin for Haskell
AlanQuatermain/hpack-test-case
HPACK Test Case
AlanQuatermain/javacc
JavaCC - a parser generator for building parsers from grammars. It can generate code in Java, C++ and C#.
AlanQuatermain/OptionKit
Option parsing in Swift
AlanQuatermain/parseq
Asynchronous Java made easier
AlanQuatermain/play-testng-plugin
TestNG runner for the Play Framework 2.4
AlanQuatermain/playframework
Play Framework
AlanQuatermain/Quick
The Swift (and Objective-C) testing framework.
AlanQuatermain/rest.li
Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
AlanQuatermain/rest.li-sbt-plugin
rest.li-sbt-plugin
AlanQuatermain/roll20-api-scripts
API scripts created by the Roll20 community for use in Roll20
AlanQuatermain/roll20-character-sheets
Character sheet templates created by the community for use in Roll20.
AlanQuatermain/SPMArgumentParser
The argument parser code from the Swift Package Manager, extracted for standalone use.
AlanQuatermain/swift-nio-grpc
gRPC implementation that sits on top of swift-nio and swift-nio-http2
AlanQuatermain/swift-nio-http2-first-stab
A very rough first attempt at merging my H2Swift code into swift-nio-http2. Superseded now, but potentially interesting for historical reasons.
AlanQuatermain/swift-nio-transport-services
Extensions for SwiftNIO to support Apple platforms as first-class citizens.
AlanQuatermain/swift-protobuf
Plugin and runtime library for using protobuf with Swift
AlanQuatermain/SwiftBurstTrie
AlanQuatermain/zk-swift-nio
Zookeeper client in Swift, built on top of swift-nio