|

CLI Projects

Web Projects
Project I worked on

small shell

A lightweight shell implementation in C that implements a subset of features of bash.

Project I worked on

tree

A command-line tool similar to the GNU tree utility, displaying directory structures in a tree-like format.

Project I worked on

traceroute

A tool for tracking a path of network packets and measuring latency across each hop.

Project I worked on

ping

A tool for sending echo requests to test network connectivity and measure response times.

Project I worked on

remote procedure call

A local RPC system that enables processes to call procedures on other process through Unix domain sockets.

Project I worked on

base64

A base64 encoder/decoder that enables safe transmission of binary data through text-based protocols.