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 31,469 public repositories matching this topic...
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
Updated
Dec 4, 2020 - C
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
-
Updated
Dec 4, 2020
We have currently simple GitHub page, but we need to think about it's update with some better design.
Platform
Operating system and version: Windows 10 20H2
OBS Studio version: 26.0.2, 26.1.0-rc1, current master
Expected Behavior
The Edit menu's contents should make sense for the currently selected source. Including if the source is deselected.
Current Behavior
The enabled/disabled state of menu items in the Edit menu are only set when the user right clicks a source in the
A code-searching tool similar to ack, but faster.
-
Updated
Dec 2, 2020 - C
A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, MQTT, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features
-
Updated
Dec 4, 2020 - C
The Ruby Programming Language [mirror]
-
Updated
Dec 4, 2020 - Ruby
-
Updated
Nov 21, 2020 - C++
FlatBuffers: Memory Efficient Serialization Library
-
Updated
Dec 4, 2020 - C++
Currently register looks like:
private static <T> void register(Map<T, T> substitutions, T annotated, T original, T target) {
if (annotated != null) {
guarantee(!substitutions.containsKey(annotated) || substitutions.get(annotated) == original || substitutions.get(annotated) == target, "Already registered: %s", annotated);
substitutions.put(annotated,
Bug fix only libev port of shadowsocks. Future development moved to shadowsocks-rust
-
Updated
Nov 23, 2020 - C
Currently it's possible to list possible variable values in the CLI with e search.in=?.
But in Ve visual configuration options navigator the feature is missing:
$ r2 -
[0x0000000]> Ve
[EvalSpace < Variables: search.align]
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
-
Updated
Dec 4, 2020 - C
A static analyzer for Java, C, C++, and Objective-C
-
Updated
Dec 4, 2020 - OCaml
C++ Library Manager for Windows, Linux, and MacOS
-
Updated
Dec 5, 2020 - C++
n³ The unorthodox terminal file manager.
-
Updated
Nov 29, 2020 - C
Learning operating system development using Linux kernel and Raspberry Pi
-
Updated
Dec 4, 2020 - 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
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.
Created by Dennis Ritchie
Released 1972
- Website
- www.open-std.org/jtc1/sc22/wg14
- Wikipedia
- Wikipedia


It is currently expected that UIs will figure out when to hide
msg_history_showmessages by themselves.I think this is bad for two reasons:
press ENTERprompt when the time to hidemsg_history_showmessages has come.After [di