buffered-io
Here are 8 public repositories matching this topic...
CLI-реализация grep на Go с regexp, контекстным поиском, profiling и интеграционными тестами против GNU grep.
-
Updated
Sep 2, 2026 - Go
A C static library featuring a custom `printf` implementation, a multi-fd buffered line reader (`get_next_line`), and optimized libc memory/string utilities (`Libft`)
-
Updated
Dec 8, 2025 - C
Five small C programs that show how Linux ties together file descriptors, struct file, and inode. Each one opens the same file in a different way (one open with fdopen twice, two opens, threads, buffered stdio, raw write), and the README explains the real output with kernel structure diagrams.
-
Updated
Jun 21, 2026 - C
42 get_next_line in C: a buffered, static-state line reader with bonus multi-file-descriptor support and strict -Wall -Wextra -Werror builds.
-
Updated
Apr 26, 2026 - C
A C function that reads and returns a single line from a file descriptor using dynamic static buffering.
-
Updated
Jul 21, 2023 - C
A from-scratch C implementation of get_next_line: reads a file descriptor one line at a time with a configurable buffer, no stdio. 42 Madrid project, graded 125/100, bonus included.
-
Updated
Aug 10, 2026 - C
A lightweight HTTP server built on raw TCP, using Java virtual threads for scalable concurrency. Client connections are processed via a handler-based architecture that cleanly separates request handling and response generation.
-
Updated
Mar 13, 2026 - Java
Add this topic to your repo
To associate your repository with the buffered-io topic, visit your repo's landing page and select "manage topics."