-
Updated
Jul 7, 2022
C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 48,411 public repositories matching this topic...
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
-
Updated
Aug 7, 2022 - JavaScript
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
-
Updated
Aug 8, 2022
Feature type
Plug-ins
Describe the feature
Is it possible to fix the data wrapper plugin for asm-style, The current version like this
array DB 4Dh, 5Ah, 90h, 00h, 03h, 00h, 00h, 00h, 04h, 00h, 00h, 00h, 0FFh, 0FFh, 00h, 00h,
0B8h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 40h, 00h, 00h, 00h, 00h, 00h, 00h, 00h,
00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!
-
Updated
Aug 8, 2022
-
Updated
Aug 7, 2022 - C++
We currently have no lexical support for character literals. While in principle we could reuse string literals for this purpose, it would make code more self-documenting and readable if we had a distinct lexical syntax for character literals versus string literals. Based on the syntactic choices made in other languages, single-quoted text ('x') seems likely to be the best option here. We need a
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Jun 20, 2022 - C++
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
-
Updated
Aug 8, 2022 - C++
-
Updated
Jul 27, 2022 - C++
Whiskers' regex looks for <..> as opposed to tokenizing the input, so it is not able to detect truncated/mistyped input.
For example it can't detect that <!b is not terminated in<?b> X <!b Y </b>.
With some heuristics it could be improved: match for <?, <! and </ and only allow identifiers which are terminated with >, otherwise it is invalid.
_Originally posted by @axic in h
C++ Library Manager for Windows, Linux, and MacOS
-
Updated
Aug 8, 2022 - CMake
Description
Similarly to how Catch2 reads the BAZEL_TEST and XML_OUTPUT_FILE environment variables to support JUnit XML for Bazel, it should configure sharding based on the TEST_TOTAL_SHARDS and TEST_SHARD_INDEX environment variables, and indicate support for sharding by touching the file named in the
-
Updated
Aug 8, 2022 - Java
There is constexpr, consteval but constinit is not described.
It could be worth to add it.
A brief computer graphics / rendering course
-
Updated
Jul 23, 2022 - C++
A static analyzer for Java, C, C++, and Objective-C
-
Updated
Aug 8, 2022 - OCaml
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
-
Updated
Aug 6, 2022 - Java
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.
-
Updated
Aug 8, 2022 - C++
Describe the bug
See example here
When the flag -flto is given to add link-time optimization, it seems that (at least for g++ and clang++; I have not tested others), the output of the assembly changes to something which is not legible.
Steps to reproduce
- Visit godbolt.org
- Create some C++ script
- Add a compiler window.
- When compilin
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
Discussed in polybar/polybar#2771
Originally posted by beyond9thousand July 21, 2022
Would love to be able to assign different colors to different hooks in a custom IPC module
That could probably be done by supporting format-X for every hook-X and have format-X inherit from format.
12 Weeks, 24 Lessons, IoT for All!
-
Updated
Aug 3, 2022 - C++


Java tutorial: "Build a Spring Boot App with User Authentication" is no longer available
Current Behavior
The link https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication is currently unavailable.
It looks like the author no longer maintains the website.
Possible Solution
found som