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,026 public repositories matching this topic...
Please enable cv.imencode and cv.imdecode in opencv.js while supporting PNG, JPEG and WEBP.
Float should not be used for currency amounts (not even in tests). Thus float should be converted to use decimal. See also bitcoin/bitcoin#19940 (review)
Useful skills:
Python 3
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md b
-
Updated
Sep 25, 2020
We have currently simple GitHub page, but we need to think about it's update with some better design.
You could argue this is a feature request I suppose but here it is
Platform
Operating system and version: Windows
OBS Studio version: 25.0.8
Expected Behavior
If you switch to a profile that changes settings requiring OBS to be restarted, the user should be prompted to restart OBS.
Current Behavior
Nothing happens so the user doesn't know they need to restart
Steps to R
-
Updated
Sep 25, 2020 - C++
-
Updated
Sep 8, 2020 - C++
-
Updated
Sep 25, 2020 - C++
-
Updated
Sep 24, 2020 - C++
-
Updated
Sep 22, 2020 - C++
-
Updated
Sep 18, 2020 - Objective-C++
https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8
Hello.
I've included the header file "catch.hpp" in my iOS application where I have a C++ part and defined #define CATCH_CONFIG_MAIN in a cpp file that I want to be tested.
I've also written a simple test:
int return_int(int arg){
return 1;
}
TEST_CASE( "Test", "[int]" ) {
REQUIRE(return_int(1) == 1);
REQUIRE(return_int(2) == 1);
}
But all I have are these two errors
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
-
Updated
Sep 17, 2020 - C++
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
-
Updated
Sep 26, 2020 - C++
Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.
The recommended appro
-
Updated
Sep 25, 2020 - Shell
-
Updated
Sep 25, 2020 - C++
-
Updated
Sep 25, 2020 - C++
-
Updated
Aug 25, 2020 - C++
Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is
private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
cc_add_news_item last argument assoc should be optional for News::ItemTypes that do not require the argument (Award, Money, Graph, Null)
Reconnect the USB if users wake up a computer from the keyboard to restore the USB state.
Description
Keyboards using S
-
Updated
Sep 18, 2020 - C++
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.

Preflight Checklist