Pinned Repositories
beman
Organization, documentation, etc. for the Beman Project
exemplar
A Beman Library Exemplar (Template)
iterator_interface
optional26
std::optional extensions targeting C++26
compiler-explorer
Run compilers interactively from your web browser and interact with the assembly
a-boring-thread-attributes-interface
WG21 P3022: A Boring Thread Attributes Interface
give-std-optional-range-support
WG21 P3168: Give std::optional Range Support
pa
Materiale PA
TREX-Gone-MAD
TREX Gone MAD - android release
wasm-demo
WASM demo
neatudarius's Repositories
neatudarius/wasm-demo
WASM demo
neatudarius/give-std-optional-range-support
WG21 P3168: Give std::optional Range Support
neatudarius/pa
Materiale PA
neatudarius/TREX-Gone-MAD
TREX Gone MAD - android release
neatudarius/a-boring-thread-attributes-interface
WG21 P3022: A Boring Thread Attributes Interface
neatudarius/aoc
neatudarius/IncomeManager
neatudarius/LEWG-no-discard-policy
WG21 P3162: LEWG [[nodiscard]] policy
neatudarius/optional26
neatudarius/WG21-paper-template
Paper template for [WG21: C++ Standards Committee Papers](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/).
neatudarius/Worminator
Worminator game
neatudarius/beman
Organization, documentation, etc. for the Beman Project
neatudarius/date
A date and time library based on the C++11/14/17 <chrono> header
neatudarius/exemplar
neatudarius/memelawapp
Memelaw Application
neatudarius/beman.dump
std::dump that prints its arguments space-separated with a new-line
neatudarius/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
neatudarius/execution26
Implementation of the std::execution (P2300, sender/receiver) proposal
neatudarius/inplace_vector
Beman.InplaceVector: A dynamically-resizable vector with fixed capacity and embedded storage
neatudarius/iterator_interface
neatudarius/net29
Implementation of the networking proposal P2762
neatudarius/utf_view
Implementation of the UTF transcoding views proposal, P2728