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 29,854 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
Sep 28, 2020 - C
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
-
Updated
Sep 25, 2020
We have currently simple GitHub page, but we need to think about it's update with some better design.
You could argue this is a feature request I suppose but here it is
Platform
Operating system and version: Windows
OBS Studio version: 25.0.8
Expected Behavior
If you switch to a profile that changes settings requiring OBS to be restarted, the user should be prompted to restart OBS.
Current Behavior
Nothing happens so the user doesn't know they need to restart
Steps to R
A code-searching tool similar to ack, but faster.
-
Updated
Aug 30, 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
Sep 29, 2020 - C
The Ruby Programming Language [mirror]
-
Updated
Sep 29, 2020 - Ruby
FlatBuffers: Memory Efficient Serialization Library
-
Updated
Sep 28, 2020 - C++
-
Updated
Sep 21, 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,
Is your feature request related to a problem? Please describe.
RParser plugins can be selected with the asm.parser eval variable, but there's no way to know which ones are registered, so its not possible to do autocompletion or listings.
Describe the solution you'd like
Do the same as in e asm.arch=?, but for asm.parser
Also i noticed that asm.bits=? is not working either.
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
-
Updated
Sep 18, 2020 - C
A static analyzer for Java, C, C++, and Objective-C
-
Updated
Sep 28, 2020 - OCaml
C++ Library Manager for Windows, Linux, and MacOS
-
Updated
Sep 29, 2020 - C++
Learning operating system development using Linux kernel and Raspberry Pi
-
Updated
Aug 31, 2020 - C
n³ The unorthodox terminal file manager.
-
Updated
Sep 28, 2020 - C
$ .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
-
Updated
Sep 29, 2020 - C++
Created by Dennis Ritchie
Released 1972
- Website
- www.open-std.org/jtc1/sc22/wg14
- Wikipedia
- Wikipedia


Actual behaviour
When simply trying to edit some additional files I often type
:e *.jsor something similar; this almost ALWAYS results inE77: Too many file names.Expected behaviour
It's pretty clear what the user wants in this situation; they want to open the files as buffers! I'm sure there are legacy reasons for this error, but it's a pretty poor experience these days that