-
Updated
Oct 22, 2021 - Java
C++

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 39,831 public repositories matching this topic...
-
Updated
Oct 29, 2021 - JavaScript
-
Updated
Oct 31, 2021 - C++
-
Updated
Nov 2, 2021
-
Updated
Oct 11, 2021 - C++
-
Updated
Oct 6, 2021 - C++
-
Updated
Nov 3, 2021
Description
Currently, there are many CodeQL warnings. LGTM is marking our code quality as B
. We need to get it higher (link: https://lgtm.com/projects/g/TheAlgorithms/C-Plus-Plus/alerts/?mode=list).
Expected behavior
We should fix all the CodeQL/LGTM warnings.
Actual behavior
LGTM is reporting 7 alerts, which marks our quality code as B
.
Possible fix
Fix all the CodeQ
-
Updated
Aug 28, 2021 - C++
Describe the bug
when I turn on CATCH_CONFIG_DISABLE, all CAPTURE(i,j) , i.e. more than one arg will err.
Expected behavior
No such error
Reproduction steps
Build below code with -DCATCH_CONFIG_DISABLE
#include "catch.hpp"
TEST_CASE("generators") {
auto i = GENERATE(as<std::string>(), "a", "b", "c");
SECTION("one") {
auto j = GENERATE(range(8, 11
-
Updated
Nov 3, 2021 - CMake
Depends on #3870/#12074.
Part of #10274.
Currently the only outputs available in assembler mode on the CLI are: --asm
, --bin
, --ir-optimized
and --ewasm
. settings.outputSelection
in Standard JSON actually provides more (see [StandardCompiler::compileYul()
](https://github.com/ethereum/solidity/blob/1e630fc5840bb12ad9bca2dcf1f6c534c9ba8d31/libsolidity/interface/StandardCompil
-
Updated
Nov 2, 2021 - OCaml
In my mind one of the key things (besides visualization) Sourcetrail provides is a useful graph structure for source code that can be used for various types of analysis, without having to go through the pain of writing a clang analyzer yourself. However, since sourcetrail doesn't have plugins (#1076), writing your own analysis tools is a bit of work, and may not let you use other kinds of graph an
-
Updated
Nov 2, 2021 - C++
-
Updated
Jan 27, 2021 - C++
-
Updated
Nov 2, 2021 - 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
Operating System
Windows 10 x64
OpenRCT2 build
OpenRCT2, v0.3.4.1 (af78bbb on develop) provided by GitHub
Describe the issue
This bug is mostly noticeable using a custom theme where the secondary colour is set to something dark.
Area(s) with issue?
No response
Steps to reproduce
- Open the tile inspector
- Select a couple different element
- Observe how the text
I was trying to use CE to show case address sanitizers
With GCC a typical output might look like
READ of size 4 at 0x7ffdb0b840dc thread T0
#0 0x4012d2 in main /app/example.cpp:6
#1 0x7f0f0fc790b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc
-
Updated
Nov 2, 2021 - TeX
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
Nov 2, 2021 - Shell
Description
Since we have Kotlin tutorials for available, why not include Flutter?
Why
We should allow this option when considering mobile development.
Possible Implementation & Open Questions
Similar to other sections formats, add sources and links for people to study.
Is this something you're interested in working on?