DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Patrones embebidos comunes: pool de memoria

Patrones embebidos comunes: pool de memoria

Comments
21 min read
Common Embedded Patterns: Memory Pool

Common Embedded Patterns: Memory Pool

Comments
19 min read
Exploiting "Trust-by-Default": How I transformed an ESP32-S3 into a BadUSB

Exploiting "Trust-by-Default": How I transformed an ESP32-S3 into a BadUSB

Comments
6 min read
I Rewrote One Function in Squirrel, Then in C. One Line of Python Was Just as Fast.

I Rewrote One Function in Squirrel, Then in C. One Line of Python Was Just as Fast.

Comments 1
5 min read
tinyimg - Image Manipulation on Cloudflare Workers

tinyimg - Image Manipulation on Cloudflare Workers

Comments
18 min read
Building a Lossless File Compressor from Scratch in C: My Journey with Shannon-Fano, Bitstreams, and Low-Level Performance

Building a Lossless File Compressor from Scratch in C: My Journey with Shannon-Fano, Bitstreams, and Low-Level Performance

Comments
7 min read
# Demystifying the Stack: Why Passing Pointers to Local Structs Triggers Segfaults in C

# Demystifying the Stack: Why Passing Pointers to Local Structs Triggers Segfaults in C

1
Comments 1