Pinned Repositories
cdntest
CLI tool for gathering info in order to debug CDN connection issues without requiring end users to install and use complicated tools
fileMapReduce
Map Reduce for file systems
go-sync
gosync is a library for Golang styled around zsync / rsync, written with the intent that it enables efficient differential file transfer in a number of ways. NB: I am unable to contribute to this at the moment
gosync-cmd
Command-line tool based on gosync
pprofit
A collection of libraries and utilities written in Go for working with the profiling information that it exposes
pynats
Experimenting with Python 3.5 support
rust-eve-astar
playing with Rust A* against Eve Online SDE for learning
upto
Tool for monitoring distributed task timing
Redundancy's Repositories
Redundancy/go-sync
gosync is a library for Golang styled around zsync / rsync, written with the intent that it enables efficient differential file transfer in a number of ways. NB: I am unable to contribute to this at the moment
Redundancy/cdntest
CLI tool for gathering info in order to debug CDN connection issues without requiring end users to install and use complicated tools
Redundancy/gosync-cmd
Command-line tool based on gosync
Redundancy/pprofit
A collection of libraries and utilities written in Go for working with the profiling information that it exposes
Redundancy/fileMapReduce
Map Reduce for file systems
Redundancy/pynats
Experimenting with Python 3.5 support
Redundancy/rust-eve-astar
playing with Rust A* against Eve Online SDE for learning
Redundancy/upto
Tool for monitoring distributed task timing
Redundancy/aristeia
Experiments rethinking CI
Redundancy/blog
Redundancy/go-astar-no-generics
An example implementation of an AStar algorithm in Go using interfaces
Redundancy/go2xunit
Convert "go test" output to xunit compatible (used in Jenkins/Hudson)
Redundancy/jobless
Rethinking batch/shell script entry points for large projects (Experimental)
Redundancy/raml-spec
RAML Specification
Redundancy/rust-advent-2022
https://adventofcode.com/2022 as I have any time
Redundancy/rust-learning-sudoku
A first rust application implementing a simple (incomplete) sudoku solver for learning purposes