-
Updated
Dec 13, 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 41,241 public repositories matching this topic...
-
Updated
Dec 19, 2021 - JavaScript
-
Updated
Dec 21, 2021 - C++
-
Updated
Dec 1, 2021
-
Updated
Dec 14, 2021 - C++
-
Updated
Oct 6, 2021 - C++
-
Updated
Dec 20, 2021
-
Updated
Dec 19, 2021 - C++
-
Updated
Dec 19, 2021 - C++
-
Updated
Dec 21, 2021 - CMake
Describe the bug
When compiler flags are such that __FILE__ macro is replaced with a relative file path (on MSVC no /Z7, /Zi or /ZI and no /FC) then it might be replaced with just a filename with no path separators. In this case tags for tests with --filenames-as-tags do not contain '#' symbol.
The bug is present in the 2.x branch, but not in the main branch where the relevant code has
In ethereum/solidity#11670 (comment) I discovered that our macOS build job in CI takes ~20 min regardless of how many cores the machine has. Apparently the -j flag we put in MAKEFLAGS variable is getting ignored. I think that the build config generated by CMake on macOS is
There is constexpr, consteval but constinit is not described.
It could be worth to add it.
C++17 __has_include
-
Updated
Dec 20, 2021 - OCaml
-
Updated
Dec 20, 2021 - C++
-
Updated
Jan 27, 2021 - C++
-
Updated
Dec 21, 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
There are many places where a bound_box is declared for flat rides, i.e. swinging_ship_bound_box, rct_crooked_house_bound_box, etc. To avoid code duplication, a BoundBoxXY structure should be declared with CoordsXY Offset and CoordsXY Length fields.
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
-
Updated
Dec 21, 2021 - Java
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
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?