Pinned Repositories
bbc-em
BBC Micro Emulator
folly
An open-source C++ library developed and used at Facebook.
gpufanctl
A GPU fan control utility for Linux
ip
Utilities for handling IP addresses in C++
semverutil
SemVer command line utility
server-fx
Rust net server framework
shadow-cast
GPU accelerated screen and audio recording for Linux
testy-mctest-face
A C++ Unit Testing Library
twister
A HTTP proxy server
gmbeard's Repositories
gmbeard/bbc-em
BBC Micro Emulator
gmbeard/folly
An open-source C++ library developed and used at Facebook.
gmbeard/server-fx
Rust net server framework
gmbeard/twister
A HTTP proxy server
gmbeard/option-dotnet
A simple type that contains at most one `T`
gmbeard/advent_of_code_day_1
Solution to #AdventOfCode Day 1
gmbeard/Catch2
A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
gmbeard/cmake-modules
CMake modules that I make common use of
gmbeard/cncpts
C++ library for creating type constraints
gmbeard/colortail
Like the tail command line utility but with colors
gmbeard/CourseEnvironmentInitialCode
Initial code for a small refactoring exercise
gmbeard/cpp-markdown
Markdown parser
gmbeard/gateway-guessor
First Rust program, attempts to guess network gateway given ip and mask.
gmbeard/gmbtest
Macro-based unit test library
gmbeard/innodb-page-allocator
An allocator the uses InnoDB-like page structure
gmbeard/markdown.rs
Rust Markdown parsing library
gmbeard/mndal
Automatically exported from code.google.com/p/mndal
gmbeard/proper-crypto
Proper(!) Crypto, written in Rust
gmbeard/rust-async-kqueue
My experiments with Rust, its FFI, and kqueue-based async IO
gmbeard/rust-btree
Binary Tree implementation in Rust
gmbeard/schannel-rs
Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs)
gmbeard/scratch-pad
A "Scratch Pad" repository for recording my C++ experiments
gmbeard/shared_ptr
A Simple shared_ptr implementation for C++03
gmbeard/split
A non-allocating, string splitting library for C++
gmbeard/variant-operation
A library for creating deferred operations with variable arguments / return type, and custom allocation support