c-plus-plus
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 12,388 public repositories matching this topic...
Open Source Computer Vision Library
-
Updated
May 9, 2021 - C++
feefilter cleanups
There are some potential feefilter cleanups mentioned and motivated in comment bitcoin/bitcoin#21509 (comment) . If you address the locking one, please be careful and make sure that round() is only called under a lock. See bitcoin/bitcoin#21509 (comment)
Useful skills:
- Bitcoin protocol messages
- Bitcoin Core
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
-
Updated
May 9, 2021
Platform
Operating system and version: Windows
OBS Studio version: 26.1.1
OBS Log file: N/A
Expected Behavior
EITHER:
a) Multiple transform panels open for different sources and closed manually (not preferred)
b) The transform panel shows the appropriate information for the respected layer selected
Current Behavior
The transform panel sometimes shows the newly selected item
We have currently simple GitHub page, but we need to think about it's update with some better design.
Lovely console emulator package for Windows
-
Updated
May 3, 2021 - C++
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Sep 8, 2020 - C++
FlatBuffers: Memory Efficient Serialization Library
-
Updated
May 9, 2021 - C++
Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.
-
Updated
May 5, 2021 - C++
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
-
Updated
May 2, 2021 - C++
TextMate is a graphical text editor for macOS 10.12 or later
-
Updated
Apr 29, 2021 - Objective-C++
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example:
TEST_CASE("init() returns `E_HAL_INIT`, when HardwareAbstractionLayer::init() returns an er(I thought that this was already a tracked issue, but I cannot find it.)
If the pointer points at an array or an object, you'd like to be able to do...
auto doc = parser.iterate(json);
for (auto x : doc.at_pointer(insert json pointer expression)) {
When adjusting alpha on a pixel from the color picker it's quite easy to "whiff" the alpha bar and replace your current color with black because the SV box's area for some reason extends several pixels below the alpha bar's. Demonstration in the below image:
I'd recommend the alpha
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to h
qBittorrent BitTorrent client
-
Updated
May 9, 2021 - C++
The Serenity Operating System
-
Updated
May 9, 2021 - C++
A modern formatting library
-
Updated
May 9, 2021 - C++
A brief computer graphics / rendering course
-
Updated
Jan 27, 2021 - C++
CRYENGINE is a powerful real-time game development platform created by Crytek.
-
Updated
Mar 19, 2021 - C++
kaldi-asr/kaldi is the official location of the Kaldi project.
-
Updated
May 8, 2021 - Shell
Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look
A toolkit for making real world machine learning and data analysis applications in C++
-
Updated
May 8, 2021 - C++
We currently use a macro for writing down a money amount as a literal. We should move to a more modern C++ representation with a user defined literal like the below:
constexpr money32 operator"" _GBP(long double money)
{
return money * 10;
}
static_assert(MONEY(2, 40) == 2.40_GBP);
Go through the codebase and replace all MONEY macro uses with the equivalent version. You m
Currently, with dark theme only available colour scheme is grey shades, while light mode offers multiple colour schemes. With only greys, it can be hard to tell difference between shades.
It might be good idea to add (more) colour schemes to dark mode. Even just copying schemes from light mode would be a good start, although they might need a bit of tweaking to avoid heavy contrast with backgro



Preflight Checklist