- 👨💻 I do some CodeForces in my free time
- suck at it but i do it anyway ._.
A simple UNIX command interpreter that allows users to execute basic commands found in a typical UNIX shell environment. It is designed to run on Ubuntu 20.04 LTS and is written in the C programming language using system calls to manipulate files and processes.
The shell provides users with a command prompt where they can enter commands to be executed. It supports a variety of built-in commands, including changing directories, listing files and directories, executing programs, and setting environment variables. It also supports input and output redirection, piping, and background processes.
The shell follows strict guidelines and best practices, including using system calls only when necessary to minimize overhead and avoid potential security risks. It also follows the Betty coding style to improve readability and maintainability.
This project is a library written in C that aims to replace the built-in printf
function. The library provides a more customizable and efficient implementation of the printf
function, allowing users to format and print values in a variety of ways.
🔨 Discord Messaging Panel that allows you to message inside of a bot!
🔐 This is a Discord bot that checks if a password has been compromised in a data breach.
The bot uses the Have I Been Pwned? API to check if a password has been leaked, and it provides tips on creating strong and secure passwords.
🤖 EvoBot is a Discord Music Bot built with discord.js & uses Command Handler from discordjs.guide