Pinned Repositories
bench-httpd
A tiny Go-based httpd server suitable for calibrating benchmarks and some networking testing.
deployer
A simple Go-based continuous deployment system, based on catching webhooks from the Docker Hub build service.
dhtproxy
Accepts BitTorrent tracker requests over HTTP and converts them to DHT lookups.
fotomat
Fast Go-based library and server for resizing JPEG, PNG, GIF, and WebP images.
gosmtpd
Incomplete SMTP listener written in Go.
http-tarpit
Golang-based HTTP Tarpit
leakybucket
A size-limited hash-map implementation of the leaky bucket rate-limiting algorithm
led-controller
Raspberry Pi + Teensy 3.2 + OctoWS2811 LED Controller
lrucache
LruCache is a thread-safe, in-memory, byte-size-limited httpcache.Cache implementation
nginx-config-example
An example of a complex NginX configuration based on best practices
die.net's Repositories
die-net/fotomat
Fast Go-based library and server for resizing JPEG, PNG, GIF, and WebP images.
die-net/nginx-config-example
An example of a complex NginX configuration based on best practices
die-net/http-tarpit
Golang-based HTTP Tarpit
die-net/lrucache
LruCache is a thread-safe, in-memory, byte-size-limited httpcache.Cache implementation
die-net/dhtproxy
Accepts BitTorrent tracker requests over HTTP and converts them to DHT lookups.
die-net/deployer
A simple Go-based continuous deployment system, based on catching webhooks from the Docker Hub build service.
die-net/led-controller
Raspberry Pi + Teensy 3.2 + OctoWS2811 LED Controller
die-net/adaptive
die-net/bench-httpd
A tiny Go-based httpd server suitable for calibrating benchmarks and some networking testing.
die-net/fastrand
A math/rand-like wrapper around the Go runtime's internal fastrand.
die-net/gosmtpd
Incomplete SMTP listener written in Go.
die-net/leakybucket
A size-limited hash-map implementation of the leaky bucket rate-limiting algorithm
die-net/intervals
An insertion-sort based solution to the merge overlapping intervals problem
die-net/pool