-
Updated
Oct 1, 2020 - 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
A static analyzer for Java, C, C++, and Objective-C
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.
C++ Library Manager for Windows, Linux, and MacOS
Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.
The recommended appro
A brief computer graphics / rendering course
$ .local/lib/appimagelauncher-lite/appimagelauncher-lite.AppImage update Applications/Sourcetrail_2020_1_117_Linux_64bit_838fbdbb027567876d3da8cf74c6d512.AppImage
The Error:
Could not find update information in AppImage:
Applications/Sourcetrail_2020_1_117_Linux_64bit_838fbdbb027567876d3da8cf74c6d512.AppImageThe AppImage doesn't support updating. Please ask the authors to set
An open source re-implementation of RollerCoaster Tycoon 2
Add new implementation of binary search tree code using oop, generics, and smart pointers.
Add basic documentation to each of the BST functions.
Add tests for each BST function.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
It would be helpful/essential for verification tools to have access to the Yul ASTs that are generated throughout compilation via Yul.
I do call center work from home and BM works beautifully to pause music when a call comes in and I get an alert that goes to my headphone jack. When the call begins, the sound is routed to a USB headphone and BM automatically unpauses the music during the call. :-(
Some way to prevent automatic unpause and require manual unpause would be very helpful.
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
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
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
AI Smart Compose for Your Code
浏览器 ->
# 代理
socks://127.0.0.1:1080 -> vmess outbound (proxySetting on socks)-> socks outbound ->
#
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:
The same cppreference link als