A small project in school 42.
-
Updated
Aug 15, 2024 - C
A small project in school 42.
Implementing a "shell in a shell" and learning the magical world of GNU readline and termios.h
The project is a C program that facilitates communication between two serial ports (COM ports). It creates two threads to handle the communication independently. The program reads packets from one serial port, verifies their integrity, and sends them to a system message queue.
termiWin: a termios porting for Windows
Chat application written in C.
A simple text editor to show the implementation of advisory locks.
Terminal Based file explorer works in two modes. Normal mode and Command Mode. In command mode, user can perform all operations of file explorer such as creating and deleting of file/directory, move, search, rename of the file, goto and many more. In normal mode user get GUI to navigate through different files & folder.
Game developed in C for the Programming Project @ UAM
Game developed for the PPROG course at UAM
A basic text editor app like ViM in C99 Language
A terminal based text editor.
In this repository, we implement a inode based file system on top of a virtual disk, designing our own methods for creating a file system, mounting and unmounting it, and basic file operations.
Add a description, image, and links to the termios topic page so that developers can more easily learn about it.
To associate your repository with the termios topic, visit your repo's landing page and select "manage topics."