C++ Show and Tell - May 2023

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • MachineLearning

    From linear regression towards neural networks... (by aromanro)

  • A project going up from simple linear regression to neural networks (multilayer perceptron for now, applied on xor, the iris dataset and EMNIST dataset): https://github.com/aromanro/MachineLearning

  • jdvrif

    Encrypt & Embed files within a JPG image. Share your file-embedded JPG image on compatible media sites.

  • Github link: https://github.com/CleasbyCode/jdvrdt

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ReactivePlusPlus

    Implementation of async observable/observer (Reactive Programming) in C++ with care about performance and templates in mind in ReactiveX approach

  • I'm currently working on v2 for my reactive-programming library ReactivePlusPlus. v2 is zero-overhead implementation. It have to as fast as possible, much more faster than v1 and muuuuuuuuuuch faster than RxCpp. Check benchmarks for comparison

  • blog

  • GitHub (I don’t have a site for it yet): https://github.com/akenny430/blog/blob/main/posts/0001-ComputingNormalCDF/README.md

  • QCSim

    Quantum computing simulator

  • I can think of only two things that might appear a little bit more complex: partial measurement of the register and extending the operators to be applied on the register, otherwise it's quite straightforward. I added some notes in the README for the project describing the code a little: https://github.com/aromanro/QCSim

  • fsrc

    Fast code search

  • fsrc

  • Code4School

    Code I wrote in school

  • A bunch of non-trivial code my prifessor asked me to write. https://github.com/Isaac-Smith-369/Code4School

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • protoblock

    Protoblock blockchain protocol core

  • kharoon-client

    A crash reporter client that aims to be cross-platform and easy to use.

  • threading_library

    A simple & header-only threading library written in C++20 .

  • spotlight

    A Windows app for enhanced focus during screen sharing and presentations (by StableSteady)

  • callme

    A header-only C++20 library of fast delegates and events

  • FourierSeries

    Implementation of the fourier series using SDL2 for pixel drawing. The coordinates for the path to be drawn is stored in "source.txt". I wrote the coordinates by animating a path in blender (free) and then used the python console inside blender to step through each frame and grab the coordinates. (by DeadlyOrchard)

  • I just finished implementing the Fourier series as a drawing machine. Here’s the repo. The implementation for the Fourier series computation can be seen in “FourierSeries.cpp”. “Source.txt” is the list of coordinate (x, y) pairs. This is editable and the program doesn’t need to recompile if the .txt has been changed. “Source.txt” and “SDL2.dll” must be in the same directory as the executable, though.

  • express-client

    ⚡ Promised-based HTTP client for modern C++ development.

  • streams4cpp

    Functional streaming in C++

  • I am currently working on streams4cpp which is C++17 based library aiming at providing a MapReduce programming model in C++.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts