Pinned Repositories
command
A lightweight subcommand-handling library
imath
Arbitrary precision integer and rational arithmetic library
jrpc2
A Go implementation of a JSON-RPC 2.0 server and client.
mds
Generic data structures in Go.
otp
A Go implementation of the HOTP (RFC 4226) and TOTP (RFC 6238) algorithms.
taskgroup
A Go package for managing a group of collaborating goroutines.
twitter
A Go client for the Twitter v2 API (in development).
kythe
Kythe is a pluggable, (mostly) language-agnostic ecosystem for building tools that work with code.
tailscale
The easiest, most secure way to use WireGuard and 2FA.
creachadair's Repositories
creachadair/jrpc2
A Go implementation of a JSON-RPC 2.0 server and client.
creachadair/taskgroup
A Go package for managing a group of collaborating goroutines.
creachadair/otp
A Go implementation of the HOTP (RFC 4226) and TOTP (RFC 6238) algorithms.
creachadair/ffs
Flexible filesystem (experimental).
creachadair/misctools
Various and sundry miscellaneous command-line tools. Unsupported and subject to arbitrary changes without warning.
creachadair/tomledit
Edit the structure of TOML documents
creachadair/command
A lightweight subcommand-handling library
creachadair/msync
Synchronization management types in Go
creachadair/sqlitestore
A blob.Store implementation on SQLite3.
creachadair/chirp
A lightweight binary RPC protocol.
creachadair/gocache
A support library for the GOCACHEPROG protocol
creachadair/atomicfile
All-or-nothing file replacement using atomic renames.
creachadair/ffstools
Command-line tools for the FFS module.
creachadair/badgerstore
An implementation of the blob.Store interface over BadgerDB.
creachadair/cookies
A library to read and write browser cookies.
creachadair/ffuse
A filesystem driver for FUSE using ffs.
creachadair/gcsstore
A blob.Store implementation using GCS.
creachadair/keyfile
Password-protected storage for small secrets such as encryption keys.
creachadair/notifier
A local utility service
creachadair/s3store
A blob.Store implementation on S3
creachadair/semver
A Go library for semantic version strings.
creachadair/aoc
My personal Advent of Code solutions
creachadair/bitcaskstore
An implementation of blob.Store on bitcask
creachadair/boltstore
An implementation of the blob.Store interface over BoltDB.
creachadair/chirpstore
An implementation of the blob.Store interface over Chirp v0.
creachadair/enumgen
A Go code generator for enumeration types.
creachadair/keyfish
A self-contained site-specific password generator.
creachadair/mhttp
Go utilities for working with HTTP
creachadair/pebblestore
An implementation of the blob.Store interface over PebbleDB.
creachadair/tlsutil
A Go library to create and sign TLS certificates.