-
Updated
Feb 3, 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 31,831 public repositories matching this topic...
-
Updated
Feb 1, 2021
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Feb 9, 2021 - C++
-
Updated
Feb 12, 2021
-
Updated
Feb 12, 2021 - C++
-
Updated
Jan 27, 2021 - C++
-
Updated
Feb 11, 2021 - C++
-
Updated
Feb 12, 2021 - OCaml
-
Updated
Feb 13, 2021 - CMake
The doc is great! Hoewever some areas are still missing.
C++11 intoduced raw string literals: https://en.cppreference.com/w/cpp/language/string_literal
It is useful in many different areas, like strings with quotes, multiline strings and for example windows paths without escaping backslashes:
const char win_path[] = R"(c:\some\unescaped\path)";
The same cppreference link als
-
Updated
Feb 13, 2021 - Java
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
Jan 27, 2021 - C++
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
Feb 13, 2021 - Java
After ethereum/solidity#10737 we should be able to replace nearly all non-range-based for loops by range-based loops using appropriate ranges.
In our sister project I introduced the _mph
literal for speeds OpenLoco/OpenLoco#736
I'm almost definitely the underlying units are the same in OpenRCT2. Therefore we should bring in the same changes. First add the string literal code. Then find all of the velocity literals in the vehicle code.
Its quite easy to do just convert the literal to hex so 393216
= `0x6000
Fix Volume Icon
功能请求:快捷编辑(长按进入编辑界面)
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther
-
Updated
Feb 10, 2021 - TeX
-
Updated
Feb 3, 2021 - Shell
Vcpkg is a C++ dependency management system that makes installation and consumption as a dependency very easy. We should support this for VW to allow consuming the lib as easy as possible.
Instructions for creating a new package can be found here: https://github.com/microsoft/vcpkg/blob/master/docs/examples/packaging-github-repos.md
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist