charlesnicholson
Firmware at tryfi.com. Previously: Verily Medical IoT, TensorFlow.js v1 @Google Brain, $10B+ POS @Square, PS VITA @SONY, 10 years in console videogames.
tryfi.comBoston
Pinned Repositories
cmake-external-project-test
example of how to use cmake ExternalProject_Add
cpp_dispatch_queue
A C++11 attempt at Grand Central Dispatch's "dispatch_queue_t"
dotfiles
zshrc, vim, tmux
improg
Immediate-mode terminal progress bars in C
linfifo
magic ring-buffer linear FIFO structure
nanocobs
A C99 implementation of the Consistent Overhead Byte Stuffing ("COBS") algorithm.
nanoprintf
The smallest public printf implementation for its feature set.
parse-html-date-simd
AVX256 HTML Date Header parser
scope_exit
C++11 scope guard
charlesnicholson's Repositories
charlesnicholson/nanoprintf
The smallest public printf implementation for its feature set.
charlesnicholson/nanocobs
A C99 implementation of the Consistent Overhead Byte Stuffing ("COBS") algorithm.
charlesnicholson/cpp_dispatch_queue
A C++11 attempt at Grand Central Dispatch's "dispatch_queue_t"
charlesnicholson/cmake-external-project-test
example of how to use cmake ExternalProject_Add
charlesnicholson/scope_exit
C++11 scope guard
charlesnicholson/linfifo
magic ring-buffer linear FIFO structure
charlesnicholson/dotfiles
zshrc, vim, tmux
charlesnicholson/parse-html-date-simd
AVX256 HTML Date Header parser
charlesnicholson/improg
Immediate-mode terminal progress bars in C
charlesnicholson/docker-images
Container for my various project CI
charlesnicholson/nanolog
Experimental Thumb2 / ARM v7E-M elf rewriter
charlesnicholson/deptry-pep420-repro
Simple repro case for https://github.com/fpgmaas/deptry/issues/740
charlesnicholson/deptry-pep508-bug
Simple repro case for PEP508 deptry bug
charlesnicholson/nanoprintf-paland-conformance
An MIT-licensed copy of the mpaland printf test suite, held separately from nanoprintf to not pollute the public domain license.
charlesnicholson/uv-pep420-bug
Simple repro case for `uv pip install -e`