Pinned Repositories
Arduino-Seven-Segment-Display
Simple driver class for seven segment display components.
Event-Reactor-Cpp17
A simple hub firing callbacks on events.
game-of-life
Yet another implementation of Conway's Game of Life cellular automaton. With C++ and the SFML library.
SFML-in-Qt
SFML 2.5 rendering in a Qt 5 window
shunting-yard
Parser converting simple infix expression to postfix
test-tool
Minimalist test facility in C++
toy-bytecode-interpreter
Simplistic bytecode interpreter and tiny VM
janderudder's Repositories
janderudder/Arduino-Seven-Segment-Display
Simple driver class for seven segment display components.
janderudder/Event-Reactor-Cpp17
A simple hub firing callbacks on events.
janderudder/SFML-in-Qt
SFML 2.5 rendering in a Qt 5 window
janderudder/shunting-yard
Parser converting simple infix expression to postfix
janderudder/test-tool
Minimalist test facility in C++
janderudder/toy-bytecode-interpreter
Simplistic bytecode interpreter and tiny VM
janderudder/adventure-sheet
Adventure sheet for game books like the Fighting Fantasy series, with dice and battles (very incomplete)
janderudder/bash-programming
Common utilities for Bash scripting
janderudder/bctree
Binary but Contiguously stored Tree
janderudder/binary-conversion-cpp
Convert to/from binary representation as string in C++
janderudder/Binary-tree-viewer
A program to display a binary tree.
janderudder/d2s
Handle Diablo 2 .d2s files
janderudder/easing
Easing: interpolation for animation
janderudder/event-hub-simple
Simple event hub to fire callbacks based on an event type.
janderudder/lexer
Toy lexer
janderudder/linux-configuration
My setup for Bash and other Linux programs
janderudder/mycutils
Just some C utilities
janderudder/named-parameters-cpp
my take on named parameters in C++
janderudder/novel-render-sandbox
Experimentation with typesetting values for rendering a novel
janderudder/number-manipulation.cpp
Just little tools to play with numbers, in C++
janderudder/number-manipulation.py
Numeric conversions & manipulations, in Python. Base converter, IEEE754
janderudder/parsecomb-repl
REPL for parsecomb. Also uses tokenizer repository.
janderudder/PopupWindow-react
Popup component for your declarative needs.
janderudder/python-data-structs
Data Structures in Python - custom implementation
janderudder/ring-container-cpp
Simple ring data structure in C++11
janderudder/sf.VertexArray_iterator
Iterate over vertices of SFML's VertexArray with these iterator types. Enable for-range loop.
janderudder/shell-scripts
janderudder/tokenizer
Tokenizer
janderudder/tree-classic-cpp
Basic supposedly idiomatic tree data structure in C++, with some functions to use on it
janderudder/weibeld-notes
Website with computer science and programming notes