C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 45,567 public repositories matching this topic...
-
Updated
May 14, 2022
-
Updated
Mar 18, 2022 - C++
-
Updated
Apr 14, 2022 - C++
-
Updated
May 1, 2022 - C++
-
Updated
May 6, 2022 - C++
-
Updated
May 14, 2022 - CMake
CMake Warning at <hidden>/Catch2/v2.13.7/Catch2_Release/lib/cmake/Catch2/CatchAddTests.cmake:46 (message):
Test executable
'<hidden>'
contains no tests!
Adding another test makes the error go away.
-
Updated
May 14, 2022 - Java
There is constexpr, consteval but constinit is not described.
It could be worth to add it.
-
Updated
Jan 13, 2022 - C++
-
Updated
May 13, 2022 - OCaml
-
Updated
May 14, 2022 - C++
-
Updated
May 14, 2022 - Java
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
compiler-explorer/compiler-explorer#3515 allowed the site to load even if the long url is not deserializable, but currently the site just silently fails and displays the default config.
It would be great if a notification could be shown to the user with a helpful message when this happens.
The steps needed to implement this feature are:
- In the catch added by the lin
window_editor_object_selection_select_object currently returns its success through a bool and also the global gGameCommandErrorText. It should be refactored to return a GameAction::Result to remove the use of the global.
-
Updated
Apr 21, 2022 - C++
-
Updated
May 13, 2022 - C++
Add T9 decoder
Hey Hackers of this spoopy month!
Welcome to the Ciphey repo(s)!
This issue requires you to add a decoder.
This wiki section walks you through EVERYTHING you need to know, and we've added some more links at the bottom of this issue to detail more about the decoder.
https://github.com/Ciphey/Ciphey/wiki#adding-your-own-crackers--decoders
-
Updated
Apr 4, 2022 - TeX
-
Updated
May 13, 2022 - C++
Feature type
Quality of life
Describe the feature
I would like to be able to use relative paths in the launcher settings file to point to
x32dbg.exeandx64dbg.exerespectively. I've already tried editing the file manually and assuming my implementation (.\/\//) isn't wrong, the launcher seemingly refuses the use of relative paths.