Pinned Repositories
swego
Swiss Ephemeris for Go
cards
Blackjack card game
dnsleapsecs
Leapseconds via DNS
setlock
Simple lock implemented through Redis using SET+GET/DEL
singleopen
A fs.FS that reuses file handles across file opens.
testingx
Nice additions to the standard testing package
webarchive
Package webarchive reads Safari .webarchive files.
worker
Simple process worker package for Go.
socket
Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and deadline support. MIT Licensed.
ReflectionBrowser
Reflection browser app for PHP 5.6 (using Zend Engine and HHVM)
dwlnetnl's Repositories
dwlnetnl/singleopen
A fs.FS that reuses file handles across file opens.
dwlnetnl/webarchive
Package webarchive reads Safari .webarchive files.
dwlnetnl/worker
Simple process worker package for Go.
dwlnetnl/dnsleapsecs
Leapseconds via DNS
dwlnetnl/cards
Blackjack card game
dwlnetnl/setlock
Simple lock implemented through Redis using SET+GET/DEL
dwlnetnl/testingx
Nice additions to the standard testing package
dwlnetnl/date
A Go package for working with dates
dwlnetnl/flighttracker-assignment
Flight tracker Take Home Assignment
dwlnetnl/gemist
Package gemist provides functionality for working with Uitzending Gemist content.
dwlnetnl/go-shellac
Very experimental experiment into a declarative, strongly-typed API for executing shell commands from Go
dwlnetnl/go-spew
Implements a deep pretty printer for Go data structures to aid in debugging
dwlnetnl/httppipelining
HTTP pipelining prober
dwlnetnl/libresp
RESP (REdis Serialization Protocol) encoder and decoder for Arduino.
dwlnetnl/lifecycle
Package lifecycle provides functionality to manage the lifecycle of a process.
dwlnetnl/meeus
Implementation of "Astronomical Algorithms" by Jean Meeus
dwlnetnl/osthrpool
Package osthrpool provides a pool of locked OS threads that grows and shrinks automatically and distribute the load over the threads.
dwlnetnl/redshirt
REDSHIRT/one-time pad (OTP) decrypter for Uplink game data, like book 2 of the bonus game bible.
dwlnetnl/rejuvenater
An universal update monitoring app that I someday will write.
dwlnetnl/sexagesimal
Sexagesimal formatting
dwlnetnl/socket
Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and deadline support. MIT Licensed.
dwlnetnl/swisseph
Swiss Ephemeris source code, official release by Astrodienst. For reporting issues or problems, please use the public mailing list https://groups.io/g/swisseph
dwlnetnl/symbolassert
dwlnetnl/toycounter
Simple toy project to get some experience with Elm
dwlnetnl/transform.inc.php
A library for data transformation pipelines.
dwlnetnl/vfs
Virtual filesystem library written in golang