-
Updated
Nov 21, 2020 - C++
C
C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems. C is an imperative language, with a small number of keywords and a large number of mathematical operators.
Here are 3,544 public repositories matching this topic...
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 25, 2020 - C++
The ScanDirectory method of FileScanner allocates pointers with new and returns raw pointers. It should use unique_ptr instead.
Note: Wait for #13444 resolution before working on this.
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 13, 2020 - C++
-
Updated
Nov 23, 2020 - C++
-
Updated
Oct 27, 2020 - C++
Current implementation of join can be improved by performing the operation in a single call to the backend kernel instead of multiple calls.
This is a fairly easy kernel and may be a good issue for someone getting to know CUDA/ArrayFire internals. Ping me if you want additional info.
-
Updated
Nov 25, 2020 - C++
-
Updated
Apr 23, 2020 - C++
Calendar options
Hi. I can imagine calendar options that would allow people to try different types of calendars. For example with lunar calendars like the Chinese, Vietnamese, Hindu, and Thai calendars.
I see this a powerful aid in teaching the importance of calendars and how they can help us relate to cosmic influences.
By the way... stellar work so far!
-
Updated
Aug 18, 2019 - C++
It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.
First, for instruction type, change the switch argument to: instruction.operation % NUM_OPERATIONS.
Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.
-
Updated
Nov 22, 2020 - C++
-
Updated
Nov 22, 2020 - C++
-
Updated
Apr 4, 2020 - C++
-
Updated
Oct 9, 2020 - C++
In order to support package managers better, which write their retrieved data typically in unique paths, it would be nice to be able to declare multiple base_dir paths to translate absolute paths in relative ones.
For example a package manager would have the following paths in its cache:
~/data/libA/1.0.0/acme/stable/package/63da998e3642b50bee33f4449826b2d623661505/include/libA/myheader
-
Updated
Oct 12, 2020 - C++
-
Updated
Oct 13, 2020 - C++
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 22, 2020 - C++
-
Updated
Apr 10, 2020 - C++
-
Updated
Aug 27, 2020 - C++
Created by Dennis Ritchie
Released 1972
- Website
- www.open-std.org/jtc1/sc22/wg14
- Wikipedia
- Wikipedia
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