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,136 public repositories matching this topic...

Fleischner
Fleischner commented May 14, 2019

Team up with vcpkg
Related: microsoft/vcpkg#6154

Sync/verify port descriptions (vcpkg <-> awesome-cpp)
Sync/verify port license information (vcpkg <-> awesome-cpp)
Library Homepage (vcpkg <- awesome-cpp)
Vcpkg availability, operating system support, version, build status (vcpkg -> awesome-cpp)
Dependency level; level0=no deps; level1=depends on any level0; ... (vc

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:

ProgMetalSlug
ProgMetalSlug commented Dec 17, 2019

Is your feature request related something that is currently hard to do? Please describe.
Entering special characters in a terminal window (:terminal) is not straightforward. They can be copy-pasted from elsewhere but this is not convenient.

Describe the solution you'd like
In a terminal window, digraphs could be entered with CTRL-K, just like in a normal window. For example, doing

curl
obs-studio
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
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

evitalis
evitalis commented Dec 2, 2019

It looks like there is only a master branch for this repo at this time. This has caused any commits to affect PRs which now show large numbers of conflicts. Would it be possible to get a development branch or other instructions as to how PRs should be made to avoid this situation going forward?

duncanspumpkin
duncanspumpkin commented Oct 6, 2019

window_scenery_tab_entries located in libopenrct2ui/windows/Scenery.cpp is an array of all of the scenery items on a tab in the scenery window. The type is uint16_t but this is actually a lie. The type is actually a struct of scenery type and scenery tab index stuffed into a uint16_t! This issue is for fixing this.

Create a new struct for the tab entry that has two fields type and `

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.