-
Updated
May 12, 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 34,446 public repositories matching this topic...
-
Updated
May 14, 2021
-
Updated
May 18, 2021 - JavaScript
-
Updated
May 11, 2021 - C++
-
Updated
May 16, 2021
-
Updated
May 8, 2021 - C++
-
Updated
Apr 13, 2021 - C++
-
Updated
Apr 30, 2021 - C++
-
Updated
May 20, 2021 - CMake
-
Updated
May 19, 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
May 19, 2021 - C++
-
Updated
Jan 27, 2021 - C++
功能请求:快捷编辑(长按进入编辑界面)
It would be nice to be able to directly open the code examples in the Solidity documentation in Remix (e.g. by clicking "open in Remix").
We need to find out how that would be possible in Remix.
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
May 18, 2021 - Java
We currently use a macro for writing down a money amount as a literal. We should move to a more modern C++ representation with a user defined literal like the below:
constexpr money32 operator"" _GBP(long double money)
{
return money * 10;
}
static_assert(MONEY(2, 40) == 2.40_GBP);
Go through the codebase and replace all MONEY macro uses with the equivalent version. You m
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
May 19, 2021 - C++
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist