Pinned Repositories
BinaryOptionDataCollector
Python script for minute-by-minute collection of index and FOREX prices into a MySQL database.
Blossom
An implementation of the blossom algorithm for constructing maximum matchings on graphs.
Collections
Lightweight, header-only, macro-generated, generic, and type-safe C data structures.
Disassembler
C++ class for disassembling Intel x86 assembly.
FiniteAutomata
A collection of extendable finite automata with immutable state and transition data.
LexerGenerator
A simple, runtime lexer generator.
NetworkPacketAnalyzer
C++ class for displaying parsed internet packet headers according to given format and filter strings.
ParserGenerator
A simple, runtime recursive descent parser generator.
RegularExpression
A library for parsing, compiling, and executing regular expressions.
SegmentMap
A self-balancing binary search tree for mapping discrete, disjoint segments to values.
RobertDurfee's Repositories
RobertDurfee/naivechain
A blockchain implementation in 200 lines of code