Tiny package implementing safe Unix file writing/overwriting technique.
Updated 2020-01-03 09:03:05 +00:00
Byte-oriented I/O interfaces and convenience methods
Updated 2020-01-03 13:47:40 +00:00
Sorts strings with natural order for version numbers.
Updated 2020-01-03 14:04:32 +00:00
Prompts user that data is awaited on stdin after a short period of time.
Updated 2020-02-10 21:09:13 +00:00
A simple pre-commit hook for Go developers. Runs gofmt, go vet, and ensures no large files are being added.
Updated 2020-02-16 09:51:05 +00:00
Efficient serving of pre-compressed static files.
Updated 2022-12-12 10:27:16 +00:00
Simple CLI tool to manipulate RSA keypairs, including X.509 certificates and certificate authority operation.
Updated 2023-03-01 21:30:33 +00:00
Trivial Prometheus exporter to fetch and plot remaining monthly quota for AAISP users.
Updated 2023-03-03 18:23:28 +00:00
Prints a "🚫" character and adds a newline if the cursor is not in column 1. You can use it in your shell prompt to tidy up after commands that output some text without a trailing newline.
Updated 2023-04-07 16:33:39 +01:00
Recursive grep written in Go, for everyday ease of use.
Updated 2023-05-11 21:34:39 +01:00
C library for encoding and decoding UTF-8.
Updated 2023-09-02 10:08:14 +01:00
Simple and lightweight C library for parsing Streamed XML.
Updated 2023-09-02 10:11:06 +01:00
C library for parsing and manipulating ISO8601 dates/times.
Updated 2023-09-02 10:13:10 +01:00
Tool for compiling tables of leapseconds, for use with libiso8601.
Updated 2023-09-02 10:16:34 +01:00
Program for daemonising and monitoring processes under OpenRC etc.
Updated 2023-09-02 10:18:26 +01:00
Library for implementing IIR (infinite impulse response) digital signal processing filters in C programs. Also has C++ and Python wrapper libraries.
Updated 2023-09-02 10:20:24 +01:00
Library for implementing FIR (finite impulse response) digital signal processing filters in C programs. Also has C++ and Python wrapper libraries.
Updated 2023-09-02 10:21:18 +01:00
C library for parsing syslog messages. A much more interesting project is the journal from systemd.
Updated 2023-09-02 10:22:28 +01:00
C library for writing event-driven applications for Linux. libev set out to solve the same problems, and more, and is much better. Use that instead.
Updated 2023-09-02 10:28:19 +01:00
Tools for operating on FIR (finite impulse response) digital signal processing filters.
Updated 2023-09-02 10:33:57 +01:00