-
Updated
Aug 16, 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 37,647 public repositories matching this topic...
-
Updated
Aug 28, 2021 - JavaScript
-
Updated
Aug 21, 2021 - C++
-
Updated
Aug 15, 2021
-
Updated
Aug 15, 2021 - C++
-
Updated
Apr 13, 2021 - C++
-
Updated
Aug 29, 2021
-
Updated
Aug 28, 2021 - C++
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist
- Added de
-
Updated
Aug 28, 2021 - CMake
-
Updated
Aug 27, 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
This came up in #11823.
Our .circleci/config.yml file is pretty long. I went through the file and here's a bunch of changes that we could do to improve it.
Deduplication:
-
t_archlinux_soltest
,t_ubu_soltest_enforce_yul
,t_ubu_ubsan_clang
andt_ubu_ubsan_clang_cli
could userun_soltest_steps
.- Note
-
Updated
Aug 27, 2021 - C++
-
Updated
Jan 27, 2021 - C++
-
Updated
Aug 27, 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
Fix Banner Fix
The fix duplicate banners is broken and produces corrupted banners.
https://github.com/OpenRCT2/OpenRCT2/blob/465d1c541446569fec7c627653ff5ea9543eea63/src/openrct2/world/Banner.cpp#L296
This bit of code overwrites the new banner id!
Modify the code to save the ID prior to copying over the other banner and then actually set the ID!
Describe the bug
While reading https://github.com/compiler-explorer/compiler-explorer/blob/main/static/panes/conformance-view.js, I noticed that the skipAsm
is misplaced in https://github.com/compiler-explorer/compiler-explorer/blob/a2a73953d6a23eaaab9ac724b7947317dc6e4471/stat
-
Updated
Apr 12, 2021 - TeX
-
Updated
Aug 8, 2021 - Shell
-
Updated
Aug 27, 2021 - C++
Expected Behavior
Current Behavior
Possible Solution