Pinned Repositories
accumulate-fun
Experiments with accumulate
autocomplete
Autocomplete scribblings
cis194-spring2013
Homework from CIS194 Spring 2013 (http://www.seas.upenn.edu/~cis194/fall14/spring13/index.html)
constexpr
Experiments with constexpr
dotemacs
Emacs customization
skeleton
Skeleton for quick new C++ project setup
testinator
C++ unit testing experiments
using-types-effectively
Using C++'s type system effectively, safely, expressively
compile-time-init-build
C++ library for composing modular firmware at compile-time.
cpp-baremetal-senders-and-receivers
An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.
elbeno's Repositories
elbeno/constexpr
Experiments with constexpr
elbeno/testinator
C++ unit testing experiments
elbeno/dotemacs
Emacs customization
elbeno/semver
Semantic versioning in C++, testing with QuickCheck
elbeno/isocpp
C++ standards papers
elbeno/identifying-monoids
Identifying Monoids: a C++ presentation
elbeno/cicd-repo-infrastructure
elbeno/compile-time-init-build
C++ library for composing modular firmware at compile-time.
elbeno/cpp-baremetal-concurrency
elbeno/cpp-baremetal-senders-and-receivers
elbeno/cpp-std-extensions
elbeno/declarative-cpp
elbeno/fmt
A modern formatting library
elbeno/generic-register-operation-optimizer
elbeno/safe-arithmetic
Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects against overflow, underflow, divide by zero, and out-of-bounds index access. This provides both functional correctness as well as greater protection against security threats.
elbeno/7L7W-2022
Repository for material related to the Programming Languages Virtual Meetup coverage of the Seven Languages in Seven Weeks book.
elbeno/chatgpt_aoc2022
ChatGPT's attempts at solving Advent of Code Problems in C++
elbeno/company-lsp
Company completion backend for lsp-mode
elbeno/concept-subsumption
Lightning talk about combining concepts
elbeno/cpp_tip_of_the_week
C++ Tip Of The Week
elbeno/cryptics-presentation
elbeno/dotfiles
Configuration and dotfiles for various things
elbeno/ftsiiles
CppCon 2020 lightning talk
elbeno/in-place-construction
In-place construction presentation
elbeno/mpath
elbeno/pl-history
CppCon 2020 lightning talk
elbeno/presentation-skeleton
elbeno/resume
My resume
elbeno/slow-coding
A lightning talk
elbeno/tree-sitter-cpp
C++ grammar for tree-sitter