-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Reduct Storage
Discontinued A time series database for storing and managing large amounts of blob data [Moved to: https://github.com/reductstore/reductstore]
I've already posted here about my project: https://github.com/reduct-storage/reduct-storage. It is a time series database for binary data. It may be useful for AI applications where you have data of different formats and sizes. The database is written in C++20, and for now, it works only on Linux.
-
reduct-cpp
Discontinued ReductStore Client SDK for C++ [Moved to: https://github.com/reductstore/reduct-cpp] (by reduct-storage)
Moreover, it has a client SDK is written in C++ https://github.com/reduct-storage/reduct-cpp, so you can integrate the storage engine in your C++ applications.
-
A general-purpose STL-like B-Tree class (https://github.com/frozenca/BTree, already uploaded here).
-
I've been working for many months (actually over a year now) on creating and maintaining the D++ Discord API Library (aka DPP) making it lightweight and scalable for my needs.
-
-
ptc-print
Discontinued A single-header cross-platform library for custom printing to the output stream.
Repository: https://github.com/JustWhit3/ptc-print
-
-
ReactivePlusPlus
Implementation of async observable/observer (Reactive Programming) in C++ with care about performance and templates in mind in ReactiveX approach
-
-
-
-
OpenfoldersBaseProject
Discontinued C++ base project using modern cmake ninja multi-config, vcpkg and visual studio(if you are on windows) OpenFolders for seamless workflow. For linux, add your build preset at the bottom of CMakePresets.json
-
-
-
Open Net Battle: https://github.com/TheMaverickProgrammer/OpenNetBattle
-
Online documentation (versioned): https://ripper37.github.io/libbase
-
libbase-example-cmake
Example project showing how to integrate libbase with other project using CMake.
Demo projects that integrates libbase: https://github.com/RippeR37/libbase-example-cmake
-
So here's it: https://github.com/AVasK/typo
-
This is my library of general utilities: https://github.com/benthevining/Limes
-
CustomKeyboard
Discontinued A swiss knife for myself - automotive development tools and a plenty of other things (by kurta999)
-
I built this simple reactor, a wrapper around epoll https://github.com/selvakumarjawahar/reactorlib . This was for my cppcon India 2022 talk
-
In january, I created a deep reinforcement learning chess engine in Python (based on AlphaZero) for my Bachelor's thesis. I realized Python was too slow for something like this, so I decided to rewrite it entirely in C++ in my free time: https://github.com/zjeffer/chess-deep-rl-cpp.
-
Because Chess is such a complex game, the neural network learns extremely slowly. That's why I'm currently rewriting it for the much simpler Connect-4 environment: https://github.com/zjeffer/connect4-deep-rl.
-
cpplox
A c++ implementation of the lox interpreter outlined at craftinginterpreters.com https://dokipen3d.github.io/cpplox/ (by dokipen3d)
Related posts
-
pe-bear 0.6.5: various new features and bug fixed
-
C++ Show and Tell - January 2023
-
GitHub - hasherezade/pe-bear: Portable Executable reversing tool with a friendly GUI
-
C++ Show and Tell - October 2022
-
pe-bear- Portable Executable reversing tool with a friendly GUI that supports Windows, MacOS and Linux