read
Here are 63 public repositories matching this topic...
🔍 Code to read / write the Process Memory from the Kernel 🔧
-
Updated
Feb 29, 2024 - C
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
-
Updated
Nov 30, 2024 - C
Function that allow multiple write to flash memory with a significantly reduced number of erase cycles. NR_OF_BLOCKS = 2 (8KB), LENGHT_IN_32BIT_WORDS = 2 (8 Bytes) are 1024 write of 6 Bytes user data for one erase cycle!
-
Updated
Sep 19, 2019 - C
The aim of the project is to access and return the contents of a text file pointed to by the file descriptor, one line at a time. The bonus part can handle multiple files simultaneously.
-
Updated
Dec 8, 2022 - C
Design a program using ordinary pipes in which the parent process sends a message from a file named file.txt to a child process, and the child process removes the occurrences of all the special characters including &,@,#,%,*,? &,$,”, and ~ and replace them with space (’ ’). And send the modified version back to the parent process.
-
Updated
Oct 7, 2022 - C
This function reads from a file descriptor and returns a single line at a time. It’s designed to handle any file or standard input efficiently, making it easy to process text line by line.
-
Updated
Nov 30, 2024 - C
The purpose of this project is to create a function that returns a line ending with a '\n' red from a file descriptor without previously knowing its size.
-
Updated
Jan 4, 2021 - C
Header-only library of macros to assist with reading and writing big/little endian values.
-
Updated
Mar 15, 2022 - C
Function to read lines from a file descriptor one-by-one using static variables.
-
Updated
Oct 16, 2024 - C
Some interesting example's sketch of socket in c (TCP,UDP,SSL and XDR). Have fun in trying them
-
Updated
Nov 4, 2018 - C
Summary: the purpose of this project is to make you code a function in C that returns a line, read from a file descriptor with limited instructions
-
Updated
Dec 19, 2021 - C
The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.
-
Updated
May 3, 2021 - C
This is a 42 school project meant to teach us how to read from a file descriptor without knowing it's size before hand making use of static variables.
-
Updated
Mar 21, 2024 - C
Function to get strictly next line every time calling with file descriptor
-
Updated
Apr 25, 2021 - C
Improve this page
Add a description, image, and links to the read topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the read topic, visit your repo's landing page and select "manage topics."