@tetsuoai: Linux Socket Programming in C: Cheat Sheet
Summary
Shares a cheat sheet for Linux socket programming in C, a developer resource for network programming.
View Cached Full Text
Cached at: 06/08/26, 09:25 AM
Linux Socket Programming in C: Cheat Sheet https://t.co/NSVCzT9Pnz
Similar Articles
@chessMan786: Memory Segmentation Cheatsheet
A cheatsheet covering memory segmentation concepts, likely useful for students and developers.
@akshay_pachaar: 50+ Claude Code commands. One sheet. Grouped by what you're actually trying to do: 1. Project setup & memory 2. Context…
A curated cheatsheet of 50+ Claude Code CLI commands organized by practical use-case categories for developers.
C in the Linux Kernel
This article delves into the differences between C in the Linux kernel and ordinary userspace C, covering core techniques such as resource management, error handling, concurrency, logging, static analysis, and extensively using GNU C extensions and kernel-specific patterns.
@0x0SojalSec: - http://cpu.land : the visual explainer I wish existed years ago. gorgeous diagrams showing multitasking, syscalls, an…
cpu.land is a visual explainer that clarifies how CPUs work, multitasking, syscalls, and Linux program loading, aimed at filling knowledge gaps for self-taught programmers.
Dependable C
A comprehensive resource providing guidelines and recommendations for writing dependable, safe C code, covering undefined behavior, memory model, and version-specific advice.