Skip to content
#

C

c logo

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...

boared
boared commented Sep 12, 2019

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:

ian-howell
ian-howell commented Feb 3, 2020

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,

obs-studio
cg2121
cg2121 commented Jan 22, 2020

Expected Behavior

OBS should launch normally.

Current Behavior

OBS doesn't launch when using checkinstall for a second time.

Steps to Reproduce

  1. Install OBS via instructions on wiki (works first time)
  2. Install again with same instructions
  3. Launch OBS. It doesn't launch now.
  4. Error:
obs: error while loading shared libraries: libobs-frontend-api.so.0: cannot open s
jean-airoldie
jean-airoldie commented Jun 6, 2019

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
mkYYY
mkYYY commented Jan 23, 2020

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.

**

agyild
agyild commented Jan 12, 2020

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

rgarrigue
rgarrigue commented Feb 10, 2020

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
stepan-pieshkin
stepan-pieshkin commented Jan 22, 2020

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

Created by Dennis Ritchie

Released 1972

Website
www.open-std.org/jtc1/sc22/wg14
Wikipedia
Wikipedia

Related Topics

language
You can’t perform that action at this time.