-
I had to write a custom regex engine for a project, at the time I already had a Python prototype (where I built my own parser) and was quite "at ease" with C++. Getting the same parser in C++ seemed like a nightmare, the best parsing library seemed to be from GNU (which is great, but pretty aged and designed for C). On the other hand, the best clue for using an existing parser was some random Stack Overflow post saying "you could maybe copy boost sources from this file".
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
And ripgrep was just a regex demo/test.
-
xrep
Discontinued ripgrep recursively searches directories for a regex pattern while respecting your gitignore [Moved to: https://github.com/BurntSushi/ripgrep]
The https://github.com/BurntSushi/xrep link even still works haha.
-
nannou, a creative-coding framework.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.