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,271 public repositories matching this topic...
After #15946 starting a pruned bitcoin-qt with blockfilterindex=1 will give the error message
Error: A fatal internal error occurred, see debug.log for details
It would be more helpful if it gave what's in the debug.log which is
basic block filter index best block of the index goes beyond pruned data. Please disable the index or reindex (which will download the whole blockchain agai
-
Updated
Feb 20, 2021
Platform
We have currently simple GitHub page, but we need to think about it's update with some better design.
-
Updated
Feb 25, 2021 - C++
-
Updated
Sep 8, 2020 - C++
-
Updated
Feb 26, 2021 - C++
-
Updated
Feb 6, 2021 - C++
-
Updated
Feb 21, 2021 - C++
-
Updated
Feb 25, 2021 - Objective-C++
docs/tape.md contains example tape dump output for parse of jsonexamples/small/demo.json which begins as
0 r // pointing to 38 (right after last node)
1 { // pointing to next tape location 38 (first node after the scope)
However, when executing ./tools/json2json -d jsonexamples/small/demo.json the observed output is
0 : r // pointing to 39 (right after last node)
1 : { // pointing to ne
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 erWhen 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
-
Updated
Feb 25, 2021 - C++
When run
bazel run --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/hello_world:hello_world
Downloading org_tensorflow will time out.
I want use the pre-downloaded org_tensorflow by putting the tar.gz file in the .cache corresponding directory, but it didn't work.How should I operate it correctly?
-
Updated
Dec 11, 2020 - C++
-
Updated
Feb 25, 2021 - C++
-
Updated
Jan 27, 2021 - C++
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
-
Updated
Feb 26, 2021 - Shell
-
Updated
Feb 23, 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
-
Updated
Feb 26, 2021 - C++
☒ 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
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

https://www.electronjs.org/docs/api/power-monitor#powermonitor
Previously used to be 'suspend, resume' events also for linux.
Why you remove it?
Are there alternative solutions?
I need to after sleep mode "resume" event returns sleep time.
And now if update electron, it will not work.