-
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,775 public repositories matching this topic...
-
Updated
Jul 22, 2021
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Jul 31, 2021 - C++
-
Updated
Aug 3, 2021
-
Updated
Jul 29, 2021 - C++
-
Updated
Apr 13, 2021 - C++
-
Updated
Jul 31, 2021 - C++
-
Updated
Aug 3, 2021
-
Updated
Aug 3, 2021 - CMake
-
Updated
Aug 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
Aug 2, 2021 - C++
Continuation of the refactor from #11518.
Abstract
Many options in CommandLineOptions
have a value even if they are not specified on the command line. In some cases the default value is intentional, in others it's simply left at that because the value is irrelevant. Sometimes there's a special value use to indicate that the setting is not initialized.
The task here is to use `optional<
-
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
There might be a couple of potential crashes dereferencing invalid memory when it comes to game action callbacks. In multiplayer mode those callbacks will fire after the server acknowledged the action so there is a delay, the user could have closed the window before the callback fires.
Example here:
https://github.com/OpenRCT2/OpenRCT2/blob/3503a433dc277f740f6dc1106b99b9df20fb6b1b/src/openrct2-
e.g. https://godbolt.org/g/Ce6Mhe from Christian Mazakas on slack
-
Updated
Apr 12, 2021 - TeX
-
Updated
Apr 12, 2021 - Shell
-
Updated
Aug 3, 2021 - C++
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist