Pinned Repositories
cpp-allocators
Custom memory allocators for C++
linear-programming-2d
Python program that solves a 2D linear programming problem and graphs it
linux-debugger
A debugger for x86-64 Linux programs
pattern-matching-cpp
Pattern matching in C++17
spinlock
Several spinlock implementations for x86
spsc-queue
Single producer single consumer wait-free queue
TextToImage
Simple text to image converter command line application
vector-clock-dynamic-race-detection
Dynamic data race detection simulator using the vector clock algorithm
thealexcons's Repositories
thealexcons/linux-debugger
A debugger for x86-64 Linux programs
thealexcons/cpp-allocators
Custom memory allocators for C++
thealexcons/pattern-matching-cpp
Pattern matching in C++17
thealexcons/linear-programming-2d
Python program that solves a 2D linear programming problem and graphs it
thealexcons/spsc-queue
Single producer single consumer wait-free queue
thealexcons/TextToImage
Simple text to image converter command line application
thealexcons/ComputerVisionCW
Coursework for the Computer Vision course at Imperial College
thealexcons/spinlock
Several spinlock implementations for x86
thealexcons/vector-clock-dynamic-race-detection
Dynamic data race detection simulator using the vector clock algorithm
thealexcons/cpp-project-template
Simple template for personal C++ projects with CMake and Google Test
thealexcons/hyper-reverse-proxy
A simple reverse proxy for use with Hyper and Tokio
thealexcons/io_uring-echo-server
io_uring echo server
thealexcons/learning-microservices
Learning about microservices in Go
thealexcons/libbpf
Automated upstream mirror for libbpf stand-alone build.
thealexcons/register-machines
Register Machine program execution, encoding and decoding
thealexcons/sgbpf
Scatter-gather network primitive for UDP using eBPF
thealexcons/simpleson
Lightweight C++ JSON parser & serializer that is C++98 compatible with no dependencies