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 24,765 public repositories matching this topic...
-
Updated
Feb 20, 2020 - C
number pad issues
When Num Lock is off, the keys are supposed to function to left, right, up or down. But they aren't working.
This is such an important part for language users and seeing how many people are for various reasons are not entirely happy with doxygen it'd be cool to list some viable alternatives.
Approximate list of links to tools I've found, just for reference:
-
Updated
Feb 20, 2020 - Swift
This part of the documentation seems wrong.
-c --count: Only print the number of matches in each file. Note: This is the number of matches, not the number of matching lines. Pipe output to wc -l if you want the number of matching lines.
I think the fix should be s/matching lines/matching files
Test file:
cat cat cat
dog
dog dog
bull
bull
bull
Test output:
Describe the bug
Reading from stdin (i.e. vim -) causes vim to mark the buffer as modified. This prevents a user from quitting with :q, and instead must resort to :q!. This behavior runs contrary to what is documented under :h --, which states that "The buffer will not be marked as modified, so that it's easy to exit".
~This also prevents vim from opening to stdin in readonly mode,
-
Updated
Feb 20, 2020 - Ruby
Expected Behavior
OBS should launch normally.
Current Behavior
OBS doesn't launch when using checkinstall for a second time.
Steps to Reproduce
- Install OBS via instructions on wiki (works first time)
- Install again with same instructions
- Launch OBS. It doesn't launch now.
- Error:
obs: error while loading shared libraries: libobs-frontend-api.so.0: cannot open s
-
Updated
Feb 20, 2020 - C
Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.
Some of the points were taken from #5387.
- Regarding the builder:
- The fact that its kinda like an arena allocator used for serialization.
- The concept of offsets, what do they repre
Is your feature request related to a problem? Please describe.
When I search a sequence of instructions in the binary by /ad/, radare2 consumes the extra memory for that (which can be observed from htop). However, even after the search finishes, it seems that the memory consumed here does not get freed.
I experienced this when I was analyzing iOS kernelcache as a radare2 project.
**
Does Truffle support making a programming language in a new character set?
This is with reference to this question. My understanding is tha
So I have a Samsung LC27HG70 monitor that apparently supports up to 600 cd/m2. In Windows I want to be able to watch HDR content at optimized settings. I have searched with "mpv + hdr", multiple results including github issues came up from few years back. And the more I read the more I got confused. I tried applying each different setting, they were all okay in a different fashion so I was not su
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s
2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
infer version v0.15.0
in my case, 0xFFFF or 0xFFFFFFFF is a common initializer and there are a lot of this semantics in our code. I would like to ignore those harmless. but if I turn off liveness checker, I worry about missing some truely harmful bugs. Does Infer provide some filtering option or method?
-
Updated
Feb 20, 2020 - C++
While the documentation from https://github.com/jonas/tig/blob/master/tigrc#L144-L158 is extremely useful it appears to document one use case which i find likely to be desired:
Run command in background and display its output only if it failed (non zero return code).
Expected behaviour
var_dump(method_exists($redis, 'resetstat')); should return bool(true)
Actual behaviour
it returns false
I'm seeing this behaviour on
- OS: macOS 10.14.6
- Redis: 5.0.6
- PHP: 7.2.1
- phpredis: 5.1.1
I also see this on Linux, PHP 7.3.11, Redis 5.0.6, phpredis 5.1.1
Steps to reproduce, backtrace or example script
php -a
php > $
Library name: libspng
Library description: libspng is a C library for reading and writing Portable Network Graphics (PNG) format files with a focus on security and ease of use. The goal is to provide a fast PNG library with a simpler API than [libpng]
Source repository URL: https://github.com/randy408/libspng/
Project homepage (if different from the source repository): https://libspng.org
Code Documentation
There is very little documentation available for the source code. As such, the source is highly difficult to understand and interpret by others. Please consider adding in appropriate documentation as soon as possible.
The current graph zoom level should be stored to the ApplicationSettings, but not displayed in the preferences dialog.
Implementation suggestion:
- in
ApplicationSettingsadd getter and setter for zoom level - in
QtGraphicsViewstore and load this new setting
-
Updated
Feb 20, 2020 - Java
Created by Dennis Ritchie
Released 1972
- Website
- www.open-std.org/jtc1/sc22/wg14
- Wikipedia
- Wikipedia
nvim --version: NVIM v0.5.0-23-gafd576ee9vim -u DEFAULTS(version: ) behaves differently? yes$TERM: xterm-256colorSteps to reproduce using
nvim -u NORCDownload:
[neovim_enc_bug.txt](https://github.com/neovim/n