Repositories
-
byteio
Package byteio helps with writing number types in both big and little endian formats
Latest Commit:2026/07/05 17:04:54: removed retired link
-
memio
Package memio implements Read, Write, Seek, Close and other io methods for a byte slice.
Latest Commit:2026/07/09 06:39:25: removed retired link
-
parser
Package parser is a simple helper package for parsing strings, byte slices and io.Readers
Latest Commit:2026/07/09 06:41:15: removed retired link
-
gedcom
Package gedcom implements a parser to read genealogical data in a standard format
Latest Commit:2026/07/08 07:45:18: removed retired link
-
minecraft
Package minecraft is a level viewer/editor for the popular creative game minecraft
Latest Commit:2026/07/09 06:40:03: updated to modern Go
-
ics
Package ics implements an encoder and decoder for iCalendar files
Latest Commit:2026/07/07 07:09:10: update go version
-
zebra
Zebra puzzle solver
Latest Commit:2018/09/29 21:14:52: removed pre-text code from createHTML (as it's not used)
-
dos2unix
Package dos2unix provides functions to convert between dos and unix line termination styles
Latest Commit:2026/07/05 17:05:36: removed retired link
-
limage
Package limage introduces structures to read and build layered images
Latest Commit:2026/07/08 07:48:14: replace empty interface with any
-
json2xml
Package json2xml converts a JSON structure to XML.
Latest Commit:2026/07/07 07:07:04: removed retired link
-
httpbuffer
Package httpbuffer provides a buffer for HTTP requests so that the Content-Length may be set and compression applied for dynamic pages.
Latest Commit:2026/07/06 19:58:14: removed retired link
-
httpwrap
Package httpwrap wraps an http.ResponseWriter to override some method(s) while maintaining other possible interface implementations
Latest Commit:2026/07/07 07:04:27: removed retired link
-
python
A Python tokeniser and parser.
Latest Commit:2026/07/20 20:14:29: updated ImportStatement comment to reflect new 3.15 syntax
-
jslib
A collection of javascript and typescript libraries for Front-End Web Development.
Latest Commit:2026/07/19 18:59:03: added missing semi-colons
-
asxpo
Latest Commit:2026/07/19 16:47:34: corrected whitespace
-
music
Latest Commit:2026/07/17 18:51:49: updated build tag
-
minewebgen
Latest Commit:2026/07/16 20:32:21: reformatted
-
keystore
Package keystore is a simple key-value storage system with file and memory backing
Latest Commit:2026/07/16 20:27:58: added better README
-
grantabriwark
A collection of simple examples comparing Vanilla, JSLib, and React.
Latest Commit:2026/07/16 20:21:04: corrected indentation
-
gotypes
Package gotypes provides a helper function to parse Go types from source code.
Latest Commit:2026/07/16 20:20:41: updated to newer go standards
-
goprint
Latest Commit:2026/07/16 20:20:05: corrected typo
-
furl
Package Furl provides a drop-in http.Handler that provides short url redirects for longer URLs.
Latest Commit:2026/07/16 20:18:02: corrected capitalisation
-
farfetched
A WebRTC LAN data transfer webserver
Latest Commit:2026/07/15 19:33:06: replace empty interface with any
-
gameserver
Package gameserver implements a simple messaging server to be used with several built in games
Latest Commit:2026/07/15 19:32:42: updated to newer go standards
-
unsafe
Package unsafe is a program that localises a type from another package.
Latest Commit:2026/07/15 19:30:39: removed retired link
-
reverseproxy
Latest Commit:2026/07/15 06:53:02: updated golang.org/x/crypto
-
carmessential.sytes.net
Latest Commit:2026/07/15 06:52:26: updated to newer go standards
-
store
Package store automatically configures a database to store structured information in an sql database
Latest Commit:2026/07/10 06:19:12: updated to modern Go
-
rwcount
Package rwcount implements a simple counter that wraps an io.Reader or io.Writer. Useful for functions (like binary.Read/Write) which do not return read/write counts.
Latest Commit:2026/07/10 06:16:25: removed retired link
-
sessions
Package sessions is used to store session information for a web server
Latest Commit:2026/07/10 06:16:06: removed retired link
-
sudoku
Package sudoku is a generic solver for sudoku type puzzles. It can solve a puzzle of any shape and size.
Latest Commit:2026/07/10 06:15:31: removed retired link
-
textmagic
Package textmagic wraps the API for textmagic.com
Latest Commit:2026/07/10 06:15:11: replace empty interface with any
-
tree
Package tree implements a tree serialiser and reader.
Latest Commit:2026/07/10 06:14:51: removed retired link
-
r
Package r implements an R tokeniser and parser.
Latest Commit:2026/07/09 06:42:37: removed retired links
-
portlock
Package portlock is a simple mutex for use between processes to protect a shared resource
Latest Commit:2026/07/09 06:42:08: removed retired link
-
pagination
Package pagination implements a pagination solution for multiple front-ends
Latest Commit:2026/07/09 06:40:56: removed retired link
-
obscure
Package obscure is used wrap a reader with an obscuring layer, using a cipher that is generated using a user-specified key.
Latest Commit:2026/07/09 06:40:26: removed retired link
-
academy-chauffeurs
Latest Commit:2026/07/09 06:38:57: updated to modern Go
-
memfs
An in memory implementation of fs.FS.
Latest Commit:2026/07/08 07:49:00: removed retired link
-
justification
Justification is a proof-of-concept REST-based JSON validator.
Latest Commit:2026/07/08 07:46:30: replace empty interface with any
-
jsonrpc
Package jsonrpc implements simple JSON RPC client/server message handling systems
Latest Commit:2026/07/08 07:46:11: removed retired link
-
httprpc
Package httprpc creates an HTTP POST endpoint that wraps an RPC server
Latest Commit:2026/07/08 07:45:59: removed retired link
-
gitweb
GitWeb is used to create web friendly pages from a git repo
Latest Commit:2026/07/08 07:45:37: replace empty interface with any
-
jspacker
Latest Commit:2026/07/07 07:07:12: removed retired link
-
javascript
Latest Commit:2026/07/07 07:06:48: removed retired link
-
ioconn
Package ioconn allows any combination of an io.Reader, io.Writer and io.Closer to become a net.Conn
Latest Commit:2026/07/07 07:06:18: removed retired link
-
instructions
Latest Commit:2026/07/07 07:06:07: replace empty interface with any
-
imagefn
Latest Commit:2026/07/07 07:05:41: use int range loops
-
httpreaderat
Package httpreaderat allows opening a URL as a io.ReaderAt.
Latest Commit:2026/07/07 07:04:10: removed retired link
-
httpgzip
Package httpgzip is a simple wrapper around http.FileServer that looks for a compressed version of a file and serves that if the client requested compressed content
Latest Commit:2026/07/06 20:00:24: removed retired link
-
httpfile
Package httpfile provides an easy way to create HTTP handlers that respond with static data, possibly gzip compressed if requested by the client.
Latest Commit:2026/07/06 19:59:42: removed retired link
-
httpencoding
Package httpencoding provides a function to deal with the Accept-Encoding header
Latest Commit:2026/07/06 19:59:31: removed retired link
-
httpembed
Package httpembed aids with handling compressed 'embed' buffers, turning them into HTTP Handlers
Latest Commit:2026/07/06 19:59:09: removed retired link
-
httpdir
Package httpdir provides an in-memory implementation of http.FileSystem
Latest Commit:2026/07/06 19:58:50: replace empty interface with any
-
httpaccept
Package httpaccept provides a function to deal with the Accept header.
Latest Commit:2026/07/06 19:58:00: removed retired link
-
ged2web
Ged2Web converts a GEDCOM file into a SPA webpage that can be simply added to any existing website
Latest Commit:2026/07/06 19:57:43: corrected capitalisation of GEDCOM
-
form
Package form provides an easy to use way to parse form values from an HTTP request into a struct
Latest Commit:2026/07/05 17:06:03: removed retired link
-
errors
Package errors is a simple package with a few error related types
Latest Commit:2026/07/05 17:05:49: removed retired link
-
cache
A simple LRU or MRU cache store
Latest Commit:2026/07/05 17:05:16: removed retired link
-
boolmap
Package boolmap creates a map of bools using bytes for efficiency (needs benchmarking for memory)
Latest Commit:2026/07/05 17:04:36: removed retired link
-
bitmask
Package bitmask implements a simple bitmask type
Latest Commit:2026/07/05 17:04:24: removed retired link
-
bbcode
Package bbcode implements a bbcode parser and converter
Latest Commit:2026/07/05 17:04:10: removed retired link
-
bash
Package bash implements a bash tokeniser and AST.
Latest Commit:2026/07/05 17:03:53: removed retired links
-
authenticate
Package authenticate provides a simple interface to encrypt and authenticate a message
Latest Commit:2026/07/05 17:03:11: removed retired link
-
autoweb
A command to control a webpage for testing (or automation).
Latest Commit:2026/07/04 18:18:49: modified how the user script gets injected into the page
-
compressedfs
Package compressedfs offers a fs.FS implementation that allows compressed files to be handled as normal files.
Latest Commit:2026/07/03 08:59:18: added LICENSE
-
fragment
Latest Commit:2026/06/30 19:49:17: removed old build tag comments
-
battlemap
Latest Commit:2026/06/30 19:47:10: updated to newer standards
-
jsonpatch
Latest Commit:2026/06/30 07:40:07: added method to enable extended array walking
-
css
Package css implements a CSS parser and formatter
Latest Commit:2026/03/12 21:16:13: added additional BadURL err tests
-
marshal
Package marshall allows the easy creation of JSON and binary marshallers and unmarshallers for Go types.
Latest Commit:2026/02/09 20:22:21: removed unnecessary newline
-
tvdb
Package tvdb is a simple interface to the TVDB database of TV shows
Latest Commit:2026/01/26 19:27:57: regen'd README
-
tmdb
Package tmdb is a simple interface to the themoviedb.org database
Latest Commit:2026/01/26 19:27:39: regen'd README
-
terramorphous
Latest Commit:2026/01/26 19:26:48: corrected capitalisation
-
bytewrite
Latest Commit:2026/01/25 18:33:58: corrected typo
-
httplog
Latest Commit:2025/12/10 18:39:05: reformatted
-
hcltl
Latest Commit:2025/10/06 17:26:03: added CI
-
equaler
Package equaler gives a simple interface to compare objects of arbitrary types.
Latest Commit:2025/10/05 11:27:39: updated README
-
pages
Latest Commit:2025/09/11 07:36:58: use 'any' instead of empty interface
-
skiving
Latest Commit:2025/07/23 07:24:55: re-formatted
-
idoneal
This project contains a CLI program to extract basic metadata from FASTQ formatted files.
Latest Commit:2025/07/16 12:56:08: add scripts dir
-
match
Package match implements a State Machine that can match a string against multiple regular expressions simultaneously.
Latest Commit:2025/07/13 19:48:12: handle partMany
-
games
Latest Commit:2025/03/13 21:25:41: removed extra newlines
-
fizzbuzz
Latest Commit:2024/08/28 20:06:44: reformatted
-
anagrams
Latest Commit:2024/08/21 20:05:04: reformatted
-
fsoverlay
A package to combine multiple fs.FS implementations into a single tree.
Latest Commit:2024/06/13 21:59:42: flipped logic to make more readable
-
squashfs
A (WIP) SquashFS reader and writer using fs.FS
Latest Commit:2024/06/10 21:11:28: added tests for Readlink
-
tokenGenerator
Latest Commit:2022/10/07 07:39:34: no longer need to add load module separately
-
pdf
Latest Commit:2018/06/12 15:08:20: updated to vanity urls
-
overthewire
Solutions to puzzles at http://overthewire.org/wargames/
Latest Commit:2018/06/12 15:07:20: updated to vanity urls
-
gopherjs
Latest Commit:2018/06/12 14:46:03: updated to vanity urls