C++ Miscellaneous

Open-source C++ projects categorized as Miscellaneous

Top 23 C++ Miscellaneou Projects

  • Electron

    :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

    Project mention: Release Radar • February 2024 Edition | dev.to | 2024-02-29

    The team at Electron have been faithfully shipping new releases almost every single month. I think they had Christmas off 🤔. This popular framework has developers writing cross-platform desktop applications using JavaScript, HTML and CSS. The latest update depreciates some process events, and added new modules, APIs, methods, and more. Read into all the changes in the Electron release notes. This month, Electron also introduced a new formal RFC process.

  • C++ Format

    A modern formatting library

    Project mention: C++ left arrow operator (2016) | news.ycombinator.com | 2024-03-24

    Continuation passing monads form the basis of a perfectly valid and usable software architecture and programming pattern.

    In the case of ostream and operator<<, this pattern reduces the number of intermediate objects that would otherwise be constructed.

    If you object to iostream on religious or stylistic grounds, there's always fmt which is more like Go or Python string interpolation.[0]

    0. https://fmt.dev

  • 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.

  • RE2

    RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.

    Project mention: C Is the Greenest Programming Language | news.ycombinator.com | 2024-01-26

    Looking at the benchmark where C++ is worst compared to other languages, it's depending on the library used. I would guess if they used Google's re2 Regex library instead of Boost's, the result would be different.

    https://github.com/google/re2

    https://github.com/greensoftwarelab/Energy-Languages/blob/ma...

  • Cppcheck

    static analysis of C/C++ code

    Project mention: Configuring Cppcheck, Cpplint, and JSON Lint | dev.to | 2024-03-04

    I dedicated Sunday morning to going over the documentation of the linters we use in the project. The goal was to understand all options and use them in the best way for our project. Seeing their manuals side by side was nice because even very similar things are solved differently. Cppcheck is the most configurable and best documented; JSON Lint lies at the other end.

  • opencv

    OpenCV Bindings for node.js

  • nan

    Native Abstractions for Node.js

    Project mention: What's the "modern" way of creating a native addon for Node.js? | /r/node | 2023-06-10
  • webworker-threads

    Lightweight Web Worker API implementation with native threads

  • 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.

  • pdqsort

    Pattern-defeating quicksort.

    Project mention: Pattern-Defeating Quicksort (Pdqsort) | news.ycombinator.com | 2023-10-10
  • Serial Communication Library

    Cross-platform, Serial Port library written in C++

  • Better Enums

    C++ compile-time enum to string, iteration, in a single header file

    Project mention: How to convert an enum to string in C++ | news.ycombinator.com | 2023-09-30

    I really like better_enums instead of magic_enums. There’s no limit on enum size with it: http://aantron.github.io/better-enums/

    It was heavily used at a former employer of mine, so definitely a solid production-ready solution.

  • Mach7

    Functional programming style pattern-matching library for C++

  • Experimental Boost.DI

    C++14 Dependency Injection Library

  • UNITS

    a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.

    Project mention: I want some logically difficult c programs | /r/C_Programming | 2023-12-09

    C++ Version

  • stdman

    Formatted C++20 stdlib man pages (cppreference)

  • constexpr-8cc

    Compile-time C Compiler implemented as C++14 constant expressions

  • outcome

    Provides very lightweight outcome<T> and result<T> (non-Boost edition)

  • DynaMix

    :fish_cake: A new take on polymorphism

    Project mention: DynaMix 2.0.0 Released | /r/cpp | 2023-04-13

    The thing is, that if something can be done with vanilla C++ polymorphism, virtual functions and inheritance, the DynaMix equivalent will look clunky and bloated. For example, you can see the exact same thing implemented with virtual functions and inheritance, with std::function and with DynaMix in the unicast benchmark

  • STX

    C++17 & C++ 20 error-handling and utility extensions.

    Project mention: STX – C++17 and C++ 20 error-handling and utility extensions | /r/hypeurls | 2023-07-24
  • cxx-prettyprint

    A header-only library for C++(0x) that allows automagic pretty-printing of any container.

  • PythonMonkey

    A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.

    Project mention: PythonMonkey: JavaScript Engine Embedded in Python | news.ycombinator.com | 2023-08-22
  • kangaru

    🦘 A dependency injection container for C++11, C++14 and later

  • Stage

    Mobile robot simulator

  • CppVerbalExpressions

    C++ regular expressions made easy

  • SaaSHub

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

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-24.

C++ Miscellaneous related posts

Index

What are some of the best open-source Miscellaneou projects in C++? This list will help you:

Project Stars
1 Electron 111,526
2 C++ Format 19,147
3 RE2 8,572
4 Cppcheck 5,389
5 opencv 4,337
6 nan 3,242
7 webworker-threads 2,293
8 pdqsort 2,268
9 Serial Communication Library 1,989
10 Better Enums 1,581
11 Mach7 1,264
12 Experimental Boost.DI 1,087
13 UNITS 915
14 stdman 907
15 constexpr-8cc 787
16 outcome 660
17 DynaMix 656
18 STX 625
19 cxx-prettyprint 547
20 PythonMonkey 498
21 kangaru 460
22 Stage 384
23 CppVerbalExpressions 374
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com