Finally my 2016 open source project Terminal Trading Chart is live! …I never thought I’d write those words. Back in 2016, I started a small experiment: What if I could visualize buying and selling pressure directly inside a terminal, using nothing but Unicode and ANSI colors? The idea was simple:...
CleanType is a small C++14 header only library which offer readable type names, with a consistent naming scheme across compilers, at run-time and compile-time. It can also output the signature of lambda functions, and the result type of any auto function.The included tool (ct_compiler_decipher)...
An efficient way to prototype C++ applications & research work and to write demonstrations or teaching material using C++A Read-Eval-Print-Loop (REPL) enables to leverage very rapid and robust application development, prototyping and testing. This kind of development environment originates...