-
Updated
Jun 30, 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 35,793 public repositories matching this topic...
-
Updated
Jun 16, 2021
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Jul 4, 2021 - C++
-
Updated
Jun 29, 2021
-
Updated
May 8, 2021 - C++
-
Updated
Apr 13, 2021 - C++
-
Updated
Jun 13, 2021 - C++
-
Updated
Jul 3, 2021 - CMake
-
Updated
Jul 2, 2021 - HTML
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
Jul 2, 2021 - C++
功能请求:快捷编辑(长按进入编辑界面)
By default the compiler prints any JSON output in a compact form:
echo "contract C {}" | solc - --combined-json abi
{"contracts":{"<stdin>:C":{"abi":[]}},"version":"0.8.6+commit.11564f7e.Linux.g++"}
You can use --pretty-json
option to get nicely indented output from --combined-json
option:
echo "contract C {}" | solc - --combined-json abi --pretty
-
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
Jul 1, 2021 - Java
This code relies on an overflow:
https://github.com/OpenRCT2/OpenRCT2/blob/9383fcef410aa6a94e3ad07a8da4a2eba41fbdb8/src/openrct2-ui/windows/Ride.cpp#L1603-L1612
There are multiple occurrences like this, all of them should be changed.
This is prone to errors when things like either type or max value change.
Currently, with dark theme only available colour scheme is grey shades, while light mode offers multiple colour schemes. With only greys, it can be hard to tell difference between shades.
It might be good idea to add (more) colour schemes to dark mode. Even just copying schemes from light mode would be a good start, although they might need a bit of tweaking to avoid heavy contrast with backgro
-
Updated
Apr 12, 2021 - TeX
-
Updated
Apr 12, 2021 - Shell
-
Updated
Jul 2, 2021 - C++
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist