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,107 public repositories matching this topic...
System information (version)
- OpenCV => 4.5
Detailed description
The documentation for color conversions does not explain what _FULL does, e.g. https://docs.opencv.org/4.5.0/d8/d01/group__imgproc__color__conversions.html#gga4e0972be5de079fed4e3a10e24ef5ef0ae0070d7e97f1e565cc0992d038e5498e
I believe this should be explained for each color conversion as there are different inter
Travis is shutting down, so the last remaining job needs to be moved to cirrus ci. The others have been moved in #19179.
Useful skills:
Backround in:
- Travis CI, Cirrus CI
- python, bash
- linters
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md before opening your pull
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
-
Updated
Dec 4, 2020
We have currently simple GitHub page, but we need to think about it's update with some better design.
Platform
Operating system and version: Windows 10 20H2
OBS Studio version: 26.0.2, 26.1.0-rc1, current master
Expected Behavior
The Edit menu's contents should make sense for the currently selected source. Including if the source is deselected.
Current Behavior
The enabled/disabled state of menu items in the Edit menu are only set when the user right clicks a source in the
Lovely console emulator package for Windows
-
Updated
Nov 1, 2020 - C++
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Sep 8, 2020 - C++
FlatBuffers: Memory Efficient Serialization Library
-
Updated
Dec 5, 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
Nov 24, 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
Dec 4, 2020 - C++
TextMate is a graphical text editor for macOS 10.12 or later
-
Updated
Sep 27, 2020 - Objective-C++
Pretty print for DOM
Is your feature request related to a problem? Please describe.
There is no way to pretty print a simdjson::dom::element to a string (or at least I did not find one). There is only a way to minify it to a string (or a stream).
Describe the solution you'd like
A function like to_pretty_string() or a configurable stream manipulator pretty or a stand-alone class PrettyPrinter. Wha
They should take single matcher during construction, and their match method should take a generic range, using the new generic matcher support.
Expected usage:
REQUIRE_THAT(get_keys(), AllMatch(KeyPattern({1, 2, 3})));
REQUIRE_THAT(get_numbers(), NoneMatch(IsOdd{}));
REQUIRE_THAT(get_strings(), AnyMatch(Contains("webscale") && !Contains("MongoDB")));the matching semantics
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
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
qBittorrent BitTorrent client
-
Updated
Dec 5, 2020 - C++
CRYENGINE is a powerful real-time game development platform created by Crytek.
-
Updated
Oct 22, 2020 - C++
Required skills: Python, maybe Cython
Difficulty: Medium
The openage converter is able to optimize the compression for created PNG files by utilizing a search algorithm inspired by OptiPNG. To do this, the search algorithm first tries 8 different compression settings by creating PNGs with these settings in-memory. The compression settings that produ
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)->{
kaldi-asr/kaldi is the official location of the Kaldi project.
-
Updated
Dec 5, 2020 - Shell
A modern formatting library
-
Updated
Dec 5, 2020 - C++
A toolkit for making real world machine learning and data analysis applications in C++
-
Updated
Dec 4, 2020 - C++
A brief computer graphics / rendering course
-
Updated
Aug 25, 2020 - C++
The ScanDirectory method of FileScanner allocates pointers with new and returns raw pointers. It should use unique_ptr instead.
Note: Wait for #13444 resolution before working on this.
☒ keyboards/bpiphany/frosty_flake/frosty_flake.h: LAYOUT_tkl_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/bpiphany/pegasushoof/2013/2013.h: LAYOUT_tkl_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/bpiphany/pegasushoof/2015/2015.h: LAYOUT_tkl_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/bpiphany/pegas
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
-
Updated
Dec 3, 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



In the German translation of
electron/docs/tutorial/quick-start.md, the commandnode -vwas incorrectly translated asknode -v.