Pinned Repositories
argo-events
Event-driven Automation Framework for Kubernetes
compsci130-project1
Assignment for COMPSCI 130. Made public as a code example.
conways-game-of-life
A terminal-based simulation of Conway's Game of Life written in C#.
Fallible
An idiomatic and monadic way to explicitly define, propagate and handle error states in C#.
filedo
A command-line utility to perform actions on targeted files.
functional-csharp
Examples for writing more functional code in C#.
libsql-client-dotnet
A .NET client for libsql
mioi_egginc_app
A Node.js React-Redux app behind egginc.mioi.io
MontyHallSimulation
A simulation of the Monty Hall problem written in Haskell.
stocker
Automated build of container images from tags of external GitHub repositories.
tvandinther's Repositories
tvandinther/libsql-client-dotnet
A .NET client for libsql
tvandinther/mioi_egginc_app
A Node.js React-Redux app behind egginc.mioi.io
tvandinther/Fallible
An idiomatic and monadic way to explicitly define, propagate and handle error states in C#.
tvandinther/compsci130-project1
Assignment for COMPSCI 130. Made public as a code example.
tvandinther/functional-csharp
Examples for writing more functional code in C#.
tvandinther/MontyHallSimulation
A simulation of the Monty Hall problem written in Haskell.
tvandinther/stocker
Automated build of container images from tags of external GitHub repositories.
tvandinther/argo-events
Event-driven Automation Framework for Kubernetes
tvandinther/conways-game-of-life
A terminal-based simulation of Conway's Game of Life written in C#.
tvandinther/create-dockerhub-repository
A GitHub Action to idempotently create an image repository on Docker Hub.
tvandinther/crypto-bro
A bot written in Go to help me sift through the nonsense posted in /r/cryptocurrency
tvandinther/filedo
A command-line utility to perform actions on targeted files.
tvandinther/dotnet-stryker-container
A container image containing the dotnet-stryker test mutation tool.
tvandinther/egginc_api_dotnet
tvandinther/go-snake
tvandinther/go-yeelight
Golang API for Yeelight
tvandinther/libsql
libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
tvandinther/light-weight
tvandinther/mioi
The repository powering mioi.io
tvandinther/nanohooks
NanoHooks is a service which sends webhooks for subscribed events on the Nano cryptocurrency network.
tvandinther/ProjectEuler
My solutions to problems given on ProjectEuler.net
tvandinther/rabbitmq-proxy
A proxy API for interfacing with RabbitMQ. Useful for integrating test pipelines with existing API tools.
tvandinther/revealjs-docker
A Docker container for reveal.js
tvandinther/revealjs.com
The official reveal.js website and documentation
tvandinther/simulux
A one size fits all smart light controller. Complete with a user app and server-side light control.
tvandinther/TcpHealthChecks
tvandinther/to-kube-list
A to-do list using kube-apiserver for the backend.
tvandinther/unique-letter-words
A parallelised solution to the problem in Matt Parker's video using Haskell