Projects in Awesome Lists by aphistic
A curated list of projects in awesome lists by aphistic .
https://github.com/aphistic/cef3barebones
This is a bare-bones implementation of Chromium Embedded Framework 3. It's meant to help developers get off the ground with CEF3 and nothing more.
Last synced: 28 Oct 2025
https://github.com/aphistic/Gomol
Gomol is a library for structured, multiple-output logging for Go with extensible logging outputs
go gomol logging structured-logging
Last synced: 12 Mar 2025
https://github.com/aphistic/gomol
Gomol is a library for structured, multiple-output logging for Go with extensible logging outputs
go gomol logging structured-logging
Last synced: 14 Mar 2025
https://github.com/aphistic/golf
Client library written in Go for sending messages to Graylog Extended Log Format (GELF) servers. Allows per-message and global attributes to be attached to messages.
Last synced: 07 Aug 2025
https://github.com/aphistic/screeps-deployer
A GitHub action for deploying to the game Screeps
Last synced: 28 Oct 2025
https://github.com/aphistic/go.zamara
Go library for reading Starcraft II replay files.
Last synced: 01 Apr 2026
https://github.com/aphistic/softcopy
A document management server designed for families focused on ease of use and setup
Last synced: 28 Oct 2025
https://github.com/aphistic/libminecraft
A C# library created to read and write Minecraft level files. It employs LibNbt to read the files and provides a type safe way to work with the files. NOTE: Currently halted until the Minecraft level format has stabilized.
Last synced: 01 Jul 2025
https://github.com/aphistic/sweet
Sweet is a pluggable test runner capable of hooking into standard Go tests.
go golang sweet testing unit-testing
Last synced: 21 Mar 2025
https://github.com/aphistic/docfs
A filesystem designed to make it easier to organize documents.
Last synced: 12 May 2026
https://github.com/aphistic/hlbot
An old HL Server to IRC bot I wrote that has been rescued from SourceForge.
Last synced: 08 Jun 2026
https://github.com/aphistic/matrix-synapse-docker
The Synapse Matrix homeserver Docker image with some extras installed
Last synced: 24 Feb 2026
https://github.com/aphistic/boom
Boom is a Go library for easily handling tasks and the results of those tasks.
Last synced: 02 Mar 2025
https://github.com/aphistic/serviceexample
An example Windows service written in C# laid out how I like in order to ease development and debugging. I created it for a friend but I figured I might as well put it online in case it helps anyone else.
Last synced: 10 Jun 2026
https://github.com/aphistic/mciso
A utility to create isometric and top-down overview images of Minecraft levels in the mclevel format.
Last synced: 07 Jun 2026
https://github.com/aphistic/consync
consync is a tool to help with managing Consul key/value data across multiple datacenters
Last synced: 17 Jun 2025
https://github.com/aphistic/why-i-like-rust
Materials from a presentation I did titled "Why I Like Rust"
Last synced: 10 May 2026
https://github.com/aphistic/falconos
A toy operating system used to follow tutorials I find online and learn how things work.
Last synced: 06 Mar 2026
https://github.com/aphistic/negroni-requestid
Negroni middleware to add a randomly generated request ID to the request context and optionally add it as an X-Request-ID header.
Last synced: 13 May 2026
https://github.com/aphistic/convey-rust-build-deb
A container to be used with Convey for building rust projects with Debian packages
Last synced: 31 Oct 2025
https://github.com/aphistic/octodns-docker
Create a Docker image for running octodns
Last synced: 25 Feb 2026
https://github.com/aphistic/intro-to-cassandra-and-cql
Slides and example CQL for my "Intro to Cassandra and CQL" presentation
cassandra cassandra-cql cql presentation
Last synced: 05 Oct 2025
https://github.com/aphistic/negroni-basicauth
Extremely simple basic auth support for negroni
Last synced: 29 Aug 2025
https://github.com/aphistic/rumbl
Project being made in the Programming Phoenix book
Last synced: 12 Jun 2025
https://github.com/aphistic/gomol-gelf
A gomol logger to write to GELF endpoints
Last synced: 04 Sep 2025
https://github.com/aphistic/gomol-testinglog
A Gomol logger for logging messages to Go's testing.T logger.
Last synced: 21 Feb 2026
https://github.com/aphistic/8bit-computer-tests
Tests for the 8-bit computer project
Last synced: 29 Jan 2026
https://github.com/aphistic/go-examples-mock-custom-interfaces
This is an example of how to mock something in Go that doesn't inherently have an "official" interface, like Go's *testing.T struct.
Last synced: 27 Oct 2025
https://github.com/aphistic/buildkite-agent-img
Buildkite agent Docker image with img for unprivileged builds
Last synced: 15 Feb 2026
https://github.com/aphistic/bn-gba
Binary Ninja plugin for working with Game Boy Advance ROMs
Last synced: 03 Mar 2026
https://github.com/aphistic/bn-armv4
Binary Ninja plugin for ARMv4 architecture support
Last synced: 03 Mar 2026
https://github.com/aphistic/rust-embed-app
Code and stuff related to learning embedded rust
Last synced: 04 Mar 2026
https://github.com/aphistic/iotestx
Implements additional io.Readers and io.Writers to suppliment Go's testing/iotest
Last synced: 17 Apr 2026
https://github.com/aphistic/aphlogview
A windows app for viewing log lines for log4net from an MS-SQL database.
Last synced: 08 Jun 2026
https://github.com/aphistic/zamara
C++ library for reading Starcraft II replay files.
Last synced: 08 Jun 2026
https://github.com/aphistic/oc-programs
Programs for the OpenComputers Minecraft mod
Last synced: 07 May 2026
https://github.com/aphistic/rust-pattern-matching
Slides from a lightning talk I did about pattern matching in Rust. Basically a section ripped from the why-i-like-rust talk. :)
Last synced: 12 May 2026
https://github.com/aphistic/gomol-jsonstream
A logger for Gomol to log to a file on the filesystem using JSON objects.
Last synced: 13 May 2026
https://github.com/aphistic/gabba
A GBA emulator written in Rust to play with. Not intended to ever really be used (or probably even finished!)
Last synced: 12 Jun 2026
https://github.com/aphistic/dumbcloudthing
A small Go app and Docker container to use when testing out cloud providers.
Last synced: 15 Jun 2026
https://github.com/aphistic/goblin
Goblin is a library and utility for working with filesystems in Go. It includes support for the proposed FS interfaces in the Go standard library.
Last synced: 15 May 2026
https://github.com/aphistic/s3proxy
A small Go program to make exposing S3 buckets as websites easier.
Last synced: 02 Mar 2025
https://github.com/aphistic/gomol-json
A gomol logger to write JSON over TCP or UDP.
Last synced: 16 Jun 2025
https://github.com/aphistic/negroni-gomol
Negroni middleware to log with the Gomol log library.
Last synced: 12 Oct 2025
https://github.com/aphistic/gomol-console
A gomol logger to write to the console.
Last synced: 22 Jun 2025
https://github.com/aphistic/go-examples-api-versioning
This is an example of how I like to lay out versioned (or even unversioned) APIs.
Last synced: 10 May 2026
https://github.com/aphistic/gomol-gocheck
Gomol logger support for gocheck (http://labix.org/gocheck)
Last synced: 02 Mar 2025
https://github.com/aphistic/hooktest
Repo for testing webhooks with things.
Last synced: 05 Mar 2026
https://github.com/aphistic/docker-rust-build
A docker container with a few rust toolchains available for building.
Last synced: 06 Mar 2026
https://github.com/aphistic/advent-of-code-2019
My https://adventofcode.com/ 2019 stuff!
advent-of-code advent-of-code-2019 advent-of-code-rust
Last synced: 29 Oct 2025
https://github.com/aphistic/nginx-s3-docker
An nginx Docker image with the nginx aws auth module included.
Last synced: 07 Mar 2026
https://github.com/aphistic/gomol-related-tester
Some scripts to make it easy to try to build and test gomol-related projects.
Last synced: 07 Mar 2026
https://github.com/aphistic/px-her0-example
A barebones example for the PX-HER0 board in Rust.
Last synced: 09 May 2026
https://github.com/aphistic/gomol-loggly
A gomol logger to support http://www.loggly.com
Last synced: 02 Mar 2025
https://github.com/aphistic/gomol-writer
A gomol logger to write to any io.Writer
Last synced: 02 Mar 2025
https://github.com/aphistic/sweet-junit
A plugin for the Sweet testing framework to output JUnit files for test results
junit junit-report sweet unit-testing
Last synced: 19 Oct 2025