-
Updated
Jul 29, 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 36,834 public repositories matching this topic...
-
Updated
Aug 3, 2021
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Jul 31, 2021 - C++
-
Updated
Aug 4, 2021
-
Updated
Jul 29, 2021 - C++
-
Updated
Apr 13, 2021 - C++
-
Updated
Jul 31, 2021 - C++
-
Updated
Aug 5, 2021
-
Updated
Aug 5, 2021 - CMake
-
Updated
Aug 4, 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
Aug 2, 2021 - C++
Related to #10295 and #11731.
Currently there are lots of independent try
/catch
statements inside various functions of CommandLineInterface
. In most (if not all) cases they just print the error message and exit. In some cases this results in exceptions being silenced too eagerly, in others exceptions are not caught at all and can terminate the application without a sensible error message.
-
Updated
Jan 27, 2021 - C++
Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look
-
Updated
Aug 3, 2021 - Java
OS: Windows 10
Version: OpenRCT2, v0.3.4.1 (8a09406 on develop) provided by GitHub
The base height is not displayed correctly for track pieces in the tile inspector window.
- Reproducible in RCT2 (vanilla)?
- Specific to multiplayer?
Steps to reproduce:
- Select a track piece using the tile inspector
- Look at the base height in the properties
e.g. https://godbolt.org/g/Ce6Mhe from Christian Mazakas on slack
-
Updated
Apr 12, 2021 - TeX
-
Updated
Aug 3, 2021 - Shell
-
Updated
Aug 5, 2021 - C++
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist