Release Announcements
December 28, 2018
Launched two new pieces of open source code in the last couple of months.
PlayerControls
PlayerControls is a macOS Cocoa framework that creates a View containing
playback controls for media like videos or sounds. It is written in pure Swift
4 and has no dependencies.
SearchParser
SearchParser is a parser that converts a freeform query into an intermediate
object, that can then be converted to query many backends (SQL, ElasticSearch,
etc). It includes translators for SQL (using PDO) and Laravel Eloquent ORM. It
supports a faceted language search as commonly found on many sites across the
web. It is written in modern PHP.
Both are licensed under the MIT license. Go check them out on
Github.
Read More