There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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.iPhoneContacts
A wrapper for the iPhone's C-based AddressBook framework.AQUI
A collection of SwiftUI views and utilities.go-tmbundle
A TextMate bundle for the Go programming language.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.AQAppStateMachine
An application state machine, based on matching values within bitfields to trigger actions supplied using Blocks.iPad-Filesystem
A simple split-view-based filesystem browser for the iPad. Find out what you can read or write!AQSocket
Trying out some asynchronous socket-level APIs using dispatch IO on iOS 5.appencryptor
A command-line tool to apply or remove Apple Binary Protection from an application.AQSelfRotatingViewController
A UIViewController subclass which implements its own auto-rotation logic, so its view can be placed directly into a UIWindow above other views.GlassButton
A simple glass-effect UIButton subclass. It supports tinting although not brilliantly (it doesn't modify brightnesses). For best results, leave it alone for a slightly-smoked glass effect.SwiftUIShareSheetDemo
A demonstration of how to display a share sheet in a SwiftUI application.unirast
An attempt to reverse-engineer the UNIRAST raster graphics format used by AirPrint.DownloadDarwinSource
An Automator workflow to download and extract the complete open source code of any OS X system release.AQStreamDownloader
A simple class to download a stream to disk or to a memory blockParserExample
An example project showing how to use the AQXMLParser, HTTPMessage, and AQGzipInputStream classes from AQToolkit.secret-sauce
Sample code and projects from the Secret Sauce research paper presented at 360|MacDev 2010.iPad-Plist-Viewer
A simple XML property list viewer. Designed to open .plist files from other apps.NestedPlistEditor
A version of the 'defaults' command-line tool which allows editing of nested properties.go-trie
A Trie structure implementation for Go, using Unicode runes as keys. Includes a customization for TeX-style hyphenation tries.cocoa-game-of-life
Simple Game of Life Application written in Objective-C using Cocoalibdispatch-channels
An implementation of something like Go's channels for Grand Central Dispatchtime-machine
An example of in-app TimeMachine support, with a manager class to wrap the C API specifics.AQWeakRetain
A pure-Foundation version of Omni Group's OFWeakRetain, for weak-retention of objects under manual memory management.go-apns
A Go library for sending push notifications through the Apple Push Notification Service.AQXML
A complete and holistic XML processing framework in Objective-C. Currently a work in progress.dynamicpatch
Old code: Patching of PPC, Intel, and Rosetta, similar to Unsanity's APE. Worked on 10.4.2, probably doesn't any more.atvloader
The original AwkwardTV software installer for the AppleTV.swift-nio-protobuf
Codecs to aid in handling protocol buffers in your swift-nio pipeline.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.go-hyphenator
A TeX-style hyphenation package for the Go programming language.SetAppAffinity
A simple command-line app for OS X 10.6 which sets individual files to open using a specific application.AQURLConnectionInputStream
Provides a means to link a custom NSURLRequest with the stream-based NSXMLParser API in OS X 10.7.old-go-tmbundle
A TextMate bundle for the Go programming language.AQOptionParser
A nice idiomatic Objective-C option parser, wrapping getopt_long() and providing localized usage output similar to RubyDoc.AQInnerClass
Inner classes for Objective-C. Entirely blocks-based, so no ivars on inner classes (just capture from enclosing scope, similar to custom SecTransformRefs).UntarAction
An automator action for OS X 10.6 which will take a list of tarfile paths/URLs and extract each one to the same directory.go-gcm
Galois/Counter Mode cryptographic function implementation for Go.Beginning-ObjC-Project
From chapter 9 of Beginning Objective-C: A simple Core Data-based Contacts application with iCloud support, sandboxing (Address Book access only), and networked sharing of data via an included XPC bundle.iPhone-Legacy-SDK-Fixer
Fixes the 2.x iPhone SDKs such that they work on 10.6 (i.e. gcc-darwin-10).filesync-talk
Sample code accompanying my presentation on the File Coordination Cocoa APIs for Toronto CocoaHeads.swift-zookeeper-support
Provides SwiftPM support for the Zookeeper C libraries.Love Open Source and this site? Check out how you can help us