-
Updated
Nov 25, 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 40,809 public repositories matching this topic...
-
Updated
Dec 6, 2021 - JavaScript
-
Updated
Dec 5, 2021 - C++
-
Updated
Dec 1, 2021
-
Updated
Dec 3, 2021 - C++
-
Updated
Oct 6, 2021 - C++
-
Updated
Dec 7, 2021
-
Updated
Dec 7, 2021 - C++
-
Updated
Dec 3, 2021 - C++
-
Updated
Dec 7, 2021 - CMake
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
Original title: "unusual behavior with mapping within struct within library".
Description
When a library contains a struct type whose only member is a mapping, and a contract contains a public member of that struct type, then compilation fails with error Internal or recursive type is not allowed for public state variables.. But if you add a further field in the struct (of type `
-
Updated
Dec 7, 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
Dec 6, 2021 - C++
-
Updated
Jan 27, 2021 - C++
-
Updated
Dec 7, 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
Constants like 29046 as seen here:
https://github.com/OpenRCT2/OpenRCT2/blob/eba42a958465e7d882fa1170ad8332daa4e2bf0c/src/openrct2/ride/VehiclePaint.cpp#L3049
Should be named SPR_SOME_NAME and put into sprites.h, there might be arrays that hold those. It should be easy to find them by looking for calls to PaintAddImageAsChild or PaintAddImageAsParent.
Describe the bug
See example here
When the flag -flto is given to add link-time optimization, it seems that (at least for g++ and clang++; I have not tested others), the output of the assembly changes to something which is not legible.
Steps to reproduce
- Visit godbolt.org
- Create some C++ script
- Add a compiler window.
- When compilin
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 5, 2021 - TeX
-
Updated
Dec 7, 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?