-
Updated
Jul 29, 2021 - Java
{{ message }}
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Curated list of project-based tutorials
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
An open-source x64/x32 debugger for windows.
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!
C++ Library Manager for Windows, Linux, and MacOS
A static analyzer for Java, C, C++, and Objective-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
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
This came up in ethereum/solidity#11738 (comment)
When the cmdlineTests.sh script gets no output from the compiler, it accepts both an empty output file as well as the file not being there at all. Same with stderr and the err file. In case of exit file, it not being present is e
A brief computer graphics / rendering course
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
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
OS: Windows 10
Version: OpenRCT2, v0.3.4.1 (8a09406 on develop) provided by GitHub
The base height is not displayed correctly for track pieces in the tile inspector window.
Steps to reproduce:
e.g. https://godbolt.org/g/Ce6Mhe from Christian Mazakas on slack
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
AI Code Completions
F' - A flight software and embedded systems framework
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist