codeinred
Software Engineer. Interested in Web Development, Modern C++, Haskell, and Machine Learning
Brooklyn, NY
Pinned Repositories
arglet
Argument parsing library for C++17
catify
chroma
Chroma Build System & Package Manager for C and C++
conduit
This is a library that implements a wide range of various coroutine primitives in C++20, allowing for easy and simple use. It also provides conduit::io, which integrates coroutines with boost::asio
daytime_server
Example daytime server implementation
noam
path_no_alloc
Allows joining paths without allocation
recursive-variant
Recursive Variant: A simple library for Recursive Variant Types
tuplet
A fast, simple tuple implementation that implements tuple as an aggregate
untree
Untree: Undoing tree for fun and profit
codeinred's Repositories
codeinred/tuplet
A fast, simple tuple implementation that implements tuple as an aggregate
codeinred/untree
Untree: Undoing tree for fun and profit
codeinred/recursive-variant
Recursive Variant: A simple library for Recursive Variant Types
codeinred/path_no_alloc
Allows joining paths without allocation
codeinred/chroma
Chroma Build System & Package Manager for C and C++
codeinred/conway-templates
Conway's Game of Life in C++ Templates
codeinred/mem_profile
codeinred/cpptrace
Simple, portable, and self-contained stacktrace library for C++11 and newer
codeinred/nav
NAV: Names and Values for Enumerations. Provides complete reflection capabilities on enums, including name lookup, value lookup, parsing functions (like charconv), and input validation
codeinred/nvim.config
Neovim config (derived from Lazyvim template)
codeinred/advent-of-code-2023
Advent of Code for 2023 :)
codeinred/benchmark
A microbenchmark support library
codeinred/Clarabel.cpp
Clarabel.cpp: C/C++ interface to the Clarabel Interior-point solver for convex conic optimisation problems.
codeinred/coords-in-py
Coordinates in python with pybind11
codeinred/copy-dt
Copies the current datetime string to the clipboard
codeinred/CPM.cmake
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
codeinred/crn-engine
Tools for programming chemical reaction networks (CRN), DNA strand-displacement circuits (DSD) and genetically engineered circuits (GEC).
codeinred/fmt
A modern formatting library
codeinred/googletest
GoogleTest - Google Testing and Mocking Framework
codeinred/javacpp
The missing bridge between Java and native C++
codeinred/libbacktrace-cpp
C++ Wrapper for easier consumption of libbacktrace
codeinred/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
codeinred/minimal_clang_plugin
Simple repository demonstrating a clang plugin that's capable of rewriting function bodies
codeinred/parkerwords
codeinred/poetry
Python dependency management and packaging made easy.
codeinred/project2conda
Convert pyproject.toml to environment.yml
codeinred/pybind11
Seamless operability between C++11 and Python
codeinred/pybind11-stubgen
Generate stubs for python modules
codeinred/unordered_dense
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
codeinred/working_dir
Provides a working directory abstraction as local state