-
Updated
Jun 1, 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,908 public repositories matching this topic...
-
Updated
May 27, 2021
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
May 11, 2021 - C++
-
Updated
May 31, 2021
-
Updated
May 8, 2021 - C++
-
Updated
Apr 13, 2021 - C++
-
Updated
Apr 30, 2021 - C++
-
Updated
Jun 4, 2021 - CMake
-
Updated
Jun 3, 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
Jun 3, 2021 - C++
-
Updated
Jan 27, 2021 - C++
功能请求:快捷编辑(长按进入编辑界面)
This would increase readability in bigger tests, such as those in semanticTests/externalContracts
.
// -- Double reserve
// account: 1
// reserve(string), 69 ether: 0x20, 3, "abc" ->
// owner(string): 0x20, 3, "abc" -> 0x1212121212121212121212121212120000000012
// account: 0
// -- Transfer
// setContent(string,bytes32): 0x40, 0, 3, "abc" ->
// transfer(string,address): 0x40, 555, 3
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
Jun 1, 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
Jun 4, 2021 - C++
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist