Pinned Repositories
containers
Custom containers written for specific tasks.
cpu-status-display
An arduino controlled LCD display for showing CPU and RAM status of a Windows PC.
csviewer
Terminal CSV file viewer.
das
fsharp-exercises
Short programs written in F# to teach myself the language.
gapy
Simple geometric-algebra code for self-learning.
jep
Embed Python in Java
LBSimple
Very simple Lattice Boltzmann implementation.
quantities
A C++ header library for handling dimensional-analysis of physical quantities at compile time. An attempt to recreate boost units
static_switch
Meta-programmatically select a C++ type at compile-time based upon a compile-time constant or preprocessor #define.
djbarker's Repositories
djbarker/cpu-status-display
An arduino controlled LCD display for showing CPU and RAM status of a Windows PC.
djbarker/quantities
A C++ header library for handling dimensional-analysis of physical quantities at compile time. An attempt to recreate boost units
djbarker/static_switch
Meta-programmatically select a C++ type at compile-time based upon a compile-time constant or preprocessor #define.
djbarker/containers
Custom containers written for specific tasks.
djbarker/csviewer
Terminal CSV file viewer.
djbarker/das
djbarker/fsharp-exercises
Short programs written in F# to teach myself the language.
djbarker/gapy
Simple geometric-algebra code for self-learning.
djbarker/jep
Embed Python in Java
djbarker/LBSimple
Very simple Lattice Boltzmann implementation.
djbarker/newsph
djbarker/pbs-utils
A collection of short scripts to aid submission of of multiple simulations to the PBS queuing system.
djbarker/pi-clock
Raspberry Pi based custom desk clock
djbarker/postproc
djbarker/raspberrypeye
Web interface for monitoring info from a Raspberry Pi.
djbarker/tree_util
A very simple application to quickly list the directory structure and file counts under linux/unix.
djbarker/wasm-lbm
Rust /Wasm LBM Implementation