I'm Helder, a software developer mainly focused on C++ with some Python on the side ๐ (and a pinch of Rust ๐ฆ).
Comfortable with the following:
Have dabled a bit, interested in learning more:
Used more extensibly in the past, but not recently:
- hdlib - various C++ algorithms, containers and goodies
- seapeapea - a C++ code exploration tool using libclang
- easy_rand - a Rust FFI crate that wraps rand() and srand() libc functions
- biggerints - implements
uint128_t
anduint256_t
- SmartPtrs - my own implementation of smart_ptr and unique_ptr
- rorth2 - an implementation of the Forth programming language (subset) in Rust
- Hare with while loops - hacked the Hare compiler to allow while loops
- funject - Function Injector, a rust utility that uses libclang to inject source code into C++ source files