ohz10
A software engineer w/ extensive experience designing & implementing highly concurrent, low latency, event-driven, real-time distributed system. 1st Tribe Dev.
Planet Earth
Pinned Repositories
AddLibrary
A bundle of CMake helpers for quickly creating C++ libraries and executables.
arbiter
A library of arbiters for ensuring idempotency in distributed applications.
AssertLogger
An SLF4J implementation that throws an AssertionError if any message is logged.
build_traits
A c++ library to help do template specializations based on the platform, compiler, machine architecture, build optimizations, etc.
ComponentFactory
Register concrete implementations of an interface with a human readable name & access the registered components with human readable name.
conan_settings
Conan.io settings
DataCache
Simple Toolkit for implementing Data Oriented Designs in C++
Dot-pp
Small library for parsing DOT graph files into in-memory graphs & serializing graphs into DOT
Swizzle
An on-wire message description language and transpiler front-end.
wield
A small toolkit for building stage-based apps in C++
ohz10's Repositories
ohz10/AddLibrary
A bundle of CMake helpers for quickly creating C++ libraries and executables.
ohz10/arbiter
A library of arbiters for ensuring idempotency in distributed applications.
ohz10/AssertLogger
An SLF4J implementation that throws an AssertionError if any message is logged.
ohz10/build_traits
A c++ library to help do template specializations based on the platform, compiler, machine architecture, build optimizations, etc.
ohz10/ComponentFactory
Register concrete implementations of an interface with a human readable name & access the registered components with human readable name.
ohz10/conan_settings
Conan.io settings
ohz10/DataCache
Simple Toolkit for implementing Data Oriented Designs in C++
ohz10/Dot-pp
Small library for parsing DOT graph files into in-memory graphs & serializing graphs into DOT
ohz10/Swizzle
An on-wire message description language and transpiler front-end.
ohz10/wield
A small toolkit for building stage-based apps in C++
ohz10/console
ohz10/node-unveil
Expose OpenBSD's unveil(2) functionality to node processes
ohz10/OneTimePad
A simple command line utility for generating 1-time pads from arc4random()
ohz10/PluginFactory
A small interface-driven toolkit for adding plugins to C++ applications.
ohz10/QuickFixLogFixup
A Sublime Text 2 plugin for "decoding" quick fix message logs to make them more human readable by substituting field numbers with field names.
ohz10/trie
A simple static-sized trie implementation
ohz10/UsingIntrusivePtrIn
A c++ mix-in wrapper around boost::intrusive_ptr.