Tag c

32 bookmarks have this tag.

2026-05-23

2184.

2026-02-21

Rob Pike's notes from 1989. Some of these recommendations are still found in modern Go recommendations.

# c
1 like 2106.

If strcpy is not easily replaced with memcpy then the code is
fundamentally wrong. Either it’s not using strcpy correctly or it’s
doing something dumb and should be rewritten. Highlighting such problems
is part of what makes memcpy such an effective replacement.

# c
1 like 2105.

2026-02-03

# c
2090.

2025-04-07

Strict guidelines!

1862.

2025-02-08

Fighting the undefined behaviors.

# c
1754.

2025-01-05

# c
1702.

2024-12-28

1663.

2024-12-22

# c
1640.
# c
1636.

2024-09-01

Сравнение частых паттернов в си и ди. Ди получше получается.

# c,d
1482.

TIGR - the TIny GRaphics library for Windows, macOS, Linux, iOS and Android. - erkkah/tigr

1480.

2024-06-16

Aika is a repository of mine dedicated to Arvelie and Neralie utilities, in an effort to make these time systems more accessible.

1327.

2024-05-20

# c,japan
1275.

2024-05-19

BSD, C, httpd, SQLite: an open software stack for web applications

1266.

2024-03-31

Classic MacOS & GS/OS widget library for linux (and other?) - buserror/libmui

1211.

2024-01-29

remarked
# c

2024-01-20

Replacing all magic numbers with variables/constants is not always good. Think.

1070.

2023-10-31

Ken describes how he injected a virus into a compiler. Not only did his compiler know it was compiling the login function and inject a backdoor, but it also knew when it was compiling itself and injected the backdoor generator into the compiler it was creating. The source code for the compiler thereafter contains no evidence of either virus.

825.

2023-10-12

# c
695.

2023-10-09

# c
686.

2023-08-27

# c
604.

2023-08-03

A small C compiler… for uxn.

# c,uxn
538.

2023-07-01

Why in C = means assignment

# c
405.

2023-06-18

369.

Прикольный сабсет C, который вмещается в бут-сектор. Евгений хороший цикл заметок написал.

# c
360.

2023-05-28

Initially, I did not want to save this article, but 4 months later I wanted to share it. I guess it only makes sense to save it here, for the next 4 months.

# c,sdl2
262.

2023-05-07

long long does not exist there! It is all extensions.

# c
208.

2023-04-30

What does it take to bring functional programming to a stack-based assembly language?

About nito, 181.

# c,uxntal
182.

nito, a proof-of-concept compiler from Uxntal to C

It is written in Raku!

181.

2023-02-19

An overview of Holy C, the programming language for Temple OS.

67.

Dusk OS is a 32-bit Forth and big brother to Collapse OS. It does everything Collapse OS does, has the same laser sharp focus on simplicity, but has a widened scope

64.