Pinned Repositories
config-cpp
C++ Configuration management library inspired by the Viper package for golang.
fedora-wsl2
Support custom Fedora-based WSL2 distributions
grpc-playground
Code exploring the use of gRPC
libX16
Utility functions for use with cc65 and the Commander X16
msglib-cpp
Mailbox messaging and timer support for C++17 and up
podman-playground
Pod definitions for deploying services via Podman on Fedora
rt-operator
Experimental Kubernetes operator supporting pod deployments running real-time threads (SCHED_FIFO, SCHED_RR)
serf-cpp
C++ implementation of serf client (http://www.serfdom.io)
sockets-cpp
C++ header-only library supporting UDP (unicast and multicast) and TCP (client/server) sockets
x16-LodeRunner
LodeRunner port to the Commander X16
CJLove's Repositories
CJLove/config-cpp
C++ Configuration management library inspired by the Viper package for golang.
CJLove/sockets-cpp
C++ header-only library supporting UDP (unicast and multicast) and TCP (client/server) sockets
CJLove/x16-LodeRunner
LodeRunner port to the Commander X16
CJLove/serf-cpp
C++ implementation of serf client (http://www.serfdom.io)
CJLove/fedora-wsl2
Support custom Fedora-based WSL2 distributions
CJLove/podman-playground
Pod definitions for deploying services via Podman on Fedora
CJLove/rt-operator
Experimental Kubernetes operator supporting pod deployments running real-time threads (SCHED_FIFO, SCHED_RR)
CJLove/corba-playground
CORBA example code using omniORB
CJLove/cpp-multiarch
Sandbox for creating a Docker multiarch image for a C++ app
CJLove/nng-playground
Sandbox for code using Nanomsg Next Generation (NNG)
CJLove/x16-cc65-testprogs
Small test programs for cc65 targeting the Commander X16
CJLove/artstore
lightweight management of artifacts to a directory hierarchy via REST api
CJLove/homelab
Deployment of homelab services via docker-compose
CJLove/msglib-cpp
Mailbox messaging and timer support for C++17 and up
CJLove/activemq-playground
Experimentation using the activemq-cpp library
CJLove/container-playground
Experimental "flat" containers requiring no explicit serialization/deserialization
CJLove/cpp-logging-playground
Sample code exploring various C++ logging frameworks
CJLove/cpp-xml-playground
Sample C++ code using tinyxml and rapidxml
CJLove/docker-playground
Experimentation with docker networking
CJLove/dotfiles
Various dotfiles for linux
CJLove/hazelcast-playground
Experimental code using Hazelcast In-memory Data Grid (IMDG) with C++ client
CJLove/ingress-playground
Sample UDP and TCP services for deployment to Kubernetes for exploring Ingress configuration and behaviors
CJLove/netLogger
Logging server for spdlog UDP and TCP sinks
CJLove/operator-playground
CJLove/prometheus-playground
Experimental code exposing metrics to prometheus/grafana
CJLove/redis-cpp-playground
Sample C++ code using redis-plus-plus
CJLove/sanitizer-playground
Example code for exercizing gcc/clang sanitizers
CJLove/spdlog
Fast C++ logging library.
CJLove/thread-playground
Experimental code with C++ threads, real-time scheduling and containers
CJLove/zmq-playground
Experimentation with ZeroMQ