Topic: "file-descriptor"
apple/swift-system
Low-level system calls and types for Swift
Language: Swift - Size: 613 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1,229 - Forks: 110

a-darwish/memfd-examples
Sample usage of the new memfd_create(2) Linux system call.
Language: C - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 70 - Forks: 10

pniewiejski/learn-io-polling
🐧 What is epoll?
Language: C - Size: 648 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 36 - Forks: 4

zelhajou/ft_unix_minishell
A custom shell program emulating basic bash functionalities
Language: C - Size: 4.41 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 30 - Forks: 2

briceburg/fdclose
attach to a process and close a file descriptor
Language: C - Size: 22.5 KB - Last synced at: 15 days ago - Pushed at: about 8 years ago - Stars: 28 - Forks: 4

valpackett/tiny-nix-ipc 📦
Minimal Rust wrapper for using sockets as IPC with file descriptor passing | now on https://codeberg.org/valpackett/tiny-nix-ipc
Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 4

stemjail/fdpass-rs
File descriptor passing through UNIX socket
Language: Rust - Size: 30.3 KB - Last synced at: 28 days ago - Pushed at: over 8 years ago - Stars: 10 - Forks: 1

augustobecker/get_next_line
A C function that reads any valid file line by line - @42sp Project
Language: C - Size: 128 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 0

zelhajou/ft_core_libft
A library of useful C functions
Language: C - Size: 2.39 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 0

jwueller/fdspy.sh
Capture stdout, stderr, and other file descriptors of running processes on-the-fly, without redirects, screen, or tmux.
Language: Shell - Size: 57.6 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 6 - Forks: 0

tep/net-conduit
A Go library to ease transferring open file descriptors between cooperating processes.
Language: Go - Size: 32.2 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

fildesh/fildesh
create nonlinear pipelines with file descriptors
Language: C - Size: 1.45 MB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 3 - Forks: 1

yusuffugurlu/minishell
42 Cursus Projects
Language: C - Size: 6.41 MB - Last synced at: about 23 hours ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

de-vri-es/fdinject
Write data to any file descriptor in any processs.
Language: C++ - Size: 148 KB - Last synced at: about 1 month ago - Pushed at: over 10 years ago - Stars: 3 - Forks: 0

rprata/jni-socket-filedescriptor
A LOCAL SOCKET using JNI for Android to replace the use of a FIFO
Language: Java - Size: 730 KB - Last synced at: about 2 years ago - Pushed at: about 11 years ago - Stars: 3 - Forks: 9

le-mountassir/Get_Next_Line
the idea of the project is that u need to create a function that reads one line from a file descriptor each time u call it until it reaches the EOF using static vars so u can preserve their previous value and start from where u finished in the next call.
Language: C - Size: 2.81 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

stemjail/fd-rs
File descriptors utilities
Language: Rust - Size: 26.4 KB - Last synced at: 28 days ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

MatrixAI/Privilege-Elevation
Demo of using Polkit for Privilege Elevation using File Descriptor Passing over Unix Domain Sockets
Language: C - Size: 99.6 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

lilydjwg/rust-tokio-anyfd
Use any suitable file descriptor with tokio
Language: Rust - Size: 4.88 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

de-vri-es/filedesc-rs
thin wrapper around raw file descriptors for Rust
Language: Rust - Size: 33.2 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mewmewdevart/get_next_line
[42 Cursus] Reading a line from a fd is way too tedious
Language: C - Size: 116 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

julianorchard/desc.vim
Vim plugin to annotate files, and for my learning about VimL.
Language: Vim script - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

AbderrSfa/get_next_line
A function that reads from a file descriptor, standard input or standard output. Depending on how it is used, the function reads a single line or one line at a time until the End Of File.
Language: C - Size: 1.21 MB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

clacrisostomo/42_cursus_get_next_line
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.
Language: C - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

wader/osleaktest
Checks for leaked fds, child processes and temp files
Language: Go - Size: 8.79 KB - Last synced at: 6 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

jabedude/sd-daemon-rs 📦
Library for services to accept systemd passed file descriptors
Language: Rust - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

MOZGIII/fdswap-go
Swap file descriptors (like bash io redirection, i.e. `exec 1>filename`)
Language: Go - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

ORESoftware/modify-socket
Set options on socket using `setsocketopt`
Language: Makefile - Size: 349 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

marcoalmeida/fdstat
Report statistics on file descriptors usage
Language: C - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

nabilac27/42-get_next_line
get_next_line is a C function that reads and returns a single line from a file descriptor, utilizing a static buffer to manage data across multiple calls
Language: C - Size: 1.49 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

nabilac27/42-pipex
pipex is a C program that simulates a shell pipeline, using pipes and process management to execute commands, handle file redirection, and facilitate inter-process communication.
Language: C - Size: 1.49 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

ricvrdv/get_next_line
A C function that reads a line from a file descriptor, efficiently handling static variables and memory management to return the next line on each call, showcasing file I/O and dynamic memory skills.
Language: C - Size: 375 KB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

truewebber/swift-protoparser
A native Swift library for parsing Protocol Buffer (proto3) files into descriptors. SwiftProtoParser offers full proto3 syntax support, including services, RPC definitions, and custom options, with detailed error reporting and cross-platform compatibility. Designed as a Swift-idiomatic alternative to protoc with seamless Swift Protobuf integration.
Language: Swift - Size: 2.42 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

teresa-chow/42-get_next_line
get_next_line is about programming a function that returns a line read from a file descriptor.
Language: C - Size: 1.47 MB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MaximeGDFR/GNL_42
Language: C - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

mdbentaleb/Get_next_line_42
Efficient single-line reader function for handling file descriptors, built for the 42 Network's Get Next Line project.
Language: C - Size: 401 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

mehdisalim/42-MiniShell
A basic implementation of a shell, similar to a lightweight version of Bash. This project explores process management and file descriptors, offering hands-on experience with system-level programming concepts. Perfect for learning the inner workings of shell environments.
Language: C - Size: 543 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Abdalrhman-Olimat/get_next_line
Function to read lines from a file descriptor one-by-one using static variables.
Language: C - Size: 19.5 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

sowvino/Get_next_line
Read text line by line.
Language: C - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

alexandre-hallaine/get_next_line 📦
A C library for efficiently reading files line by line, optimized for performance and memory usage.
Language: C - Size: 2.25 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

GSantoine/get_next_line
personal implementation of the GNU C library getline() in C
Language: C - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

semx2a/get_next_line
Reading a line on a file descriptor
Language: C - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hde-oliv/get_next_line
A function that reads a line from a file descriptor and returns it.
Language: C - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

LeeSinLiang/get_next_line
Read content of file and return by line
Language: C - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

berat-samli/get_next_line
Language: C - Size: 5.86 KB - Last synced at: about 23 hours ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

EcosElisa/Get_Next_Line
42 school's second project: "This project is about programming a function that returns a line read from a file descriptor."
Language: C - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ehautefa/Minishell
Basic implementation of a shell, bash like, in c
Language: C - Size: 5.51 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mulekick/file-streamer
Perform continuous reads on a file or named pipe, push the data into a readable stream.
Language: JavaScript - Size: 44.9 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

The-Friendly-Ghost/Get_next_line
📄 This project is about programming a function that returns a line read from a file descriptor
Language: C - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nataliataira/ft_get_next_line
42sp // This project is about programming a function that returns a line read from a file descriptor.
Language: C - Size: 16.6 KB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

iker-gonzalez/get-next-line
C function that returns a line ending with a newline, read from a file descriptor.
Language: C - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

igorvazf/minishell Fork of psdiaspedro/minishell-42Cursus
As beautiful as a shell.
Language: C - Size: 271 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mathias-mrsn/get_next_line
Function similar to getline in C++ for your lift
Language: C - Size: 1.21 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

giuliocorradini/PythonSocket
Python Socket Examples using different approaches and I/O models.
Language: Python - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

kevin-he-01/uiuctf2020-writeup
My write-ups for UIUCTF 2020
Language: PowerShell - Size: 2.44 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

JulienMousset/Get_Next_Line
A function to read from multiple file descriptors at the same time, without losing the reading thread on each one of them.
Language: C - Size: 364 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

m1k1o/fd-covert-channel
Transmit text files using covert channel in file descriptors of process.
Language: Python - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

psprawka/Get_next_line
GNL - a function that returns a line ending with a newline, read from a file descriptor.
Language: C - Size: 1.73 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ioleksiuk/Get_Next_Line
The aim of this project is to make you code a function that returns a lineending with a newline, read from a file descriptor
Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

lumenthi/get_next_line
42 Project - get_next_line.
Language: C - Size: 1.34 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

42lan/get_next_line
⏎ Whether it's a file, standard input, or a network connection, I'll still need to read content line by line. It is therefore time to tackle this function, which is essential for a number of my next projects.
Language: C - Size: 1.53 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

mnito/serverd
Server library for Swift using Dispatch
Language: Swift - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

ivankozlovcodes/get_next_line
42 get_next_line project
Language: C - Size: 1.55 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

mildred/simpleipc
Simple IPC with sockets and file descriptors passinc in ancillary data
Language: Go - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

dzui42unit/Get_Next_Line
Realization of a function that allows to read the file by a string with the help my own library.
Language: C - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
