-
Updated
Dec 9, 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,990 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 12, 2021
-
Updated
Dec 10, 2021 - C++
-
Updated
Dec 3, 2021 - C++
-
Updated
Dec 12, 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
Abstract
We need an option in soltest to split all test cases into N batches and run only the i-th batch to take full advantage of CircleCI's parallelism option and make soltest/soltest_all jobs give us faster feedback.
Motivation
The way we parallelize soltest today is to have [soltest_all.sh](https://github.com/ethe
-
Updated
Dec 10, 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 11, 2021 - C++
-
Updated
Jan 27, 2021 - C++
-
Updated
Dec 11, 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
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 12, 2021 - Java
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?