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 11,953 public repositories matching this topic...
Please enable cv.imencode and cv.imdecode in opencv.js while supporting PNG, JPEG and WEBP.
Enable unused member function diagnostic by default.
Clang has a nice compiler diagnostic -Wunused-member-function which is good at catching accidentally dead/unreachable code.
While dead/unreachable code is most often harmless from a security/robustness perspective there are instances where dead/unreachable code may be an indication of more serious issues. Enabling this diagnostic allows
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
-
Updated
Aug 16, 2020
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
Aug 15, 2020 - C++
Platform
Operating system and version: Debian Buster 10 x64, Mate Desktop
OBS Studio version: 25.0.7 (compiled here)
Expected Behavior
When a text with "Outline" and/or "Drop Shadow" is inside a group, these effects should render correctly, as you can see in this screenshot (text is outside the group) (don't look at "VARIESTREAMING DEL OESTE", it's a PNG).
, an open source deep-learning toolkit
-
Updated
May 12, 2020 - C++
FlatBuffers: Memory Efficient Serialization Library
-
Updated
Aug 18, 2020 - C++
Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.
-
Updated
Aug 17, 2020 - 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
Aug 18, 2020 - C++
TextMate is a graphical text editor for macOS 10.12 or later
-
Updated
Jul 29, 2020 - Objective-C++
Describe the bug
When TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
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
CRYENGINE is a powerful real-time game development platform created by Crytek.
-
Updated
Aug 17, 2020 - C++
qBittorrent BitTorrent client
-
Updated
Aug 18, 2020 - C++
Due to personal experience I'd really like to replace jinja2 with mako templates instead.
We only use jinja in openage/codegen/coord.py.
Really not high priority :)
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
A toolkit for making real world machine learning and data analysis applications in C++
-
Updated
Aug 17, 2020 - C++
This is the official location of the Kaldi project.
-
Updated
Aug 16, 2020 - Shell
A modern formatting library
-
Updated
Aug 18, 2020 - C++
A brief computer graphics / rendering course
-
Updated
Jan 7, 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)->{
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
-
Updated
Aug 10, 2020 - C++
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther
To quote eishiya from the Tiled forum:
When highlighting a layer, have an option for a light colour as the fade colour. The dark default doesn’t work well with dark tiles, as they blend in.
Could probably be added alongside the grid color configuration.



I'm calling set zoom level on a particular window from the main process. I have another window opened. Both windows change their zoom level. (see gist for repro).
Preflight Checklist