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,935 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,

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
radare
radare commented Feb 23, 2020

Command change plan:

fd -> f. -> flag description can be just f. to chk the flag in the current offset
f. -> ff -> local function flags are accessed thru the f. command, but ff (function flags) makes more sense and doesnt conflict with the meaning of the . suffix
ff -> fd -> ff is used to compute the distance in byte between current and next flag, fd makes more sense because its 'flag distanc

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
duncanspumpkin
duncanspumpkin commented Feb 12, 2020

When deleting tiles with the tile inspector it shouldn't be possible to delete all the tiles at one coordinate. There should always be at least one (it could also be argued there should always be a surface element as many functions assume that).

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.