WHOAMI
Aadish M
DESCRIPTION
I am Aadish M, often known by the alias 'Aavtic'. Open-source enthusiast. Passionate about low-level programming and networking. I enjoy working with sockets and building network applications. Primarely work in software but likes to tackle with hardware too. I occasionally do penetration testing and have completed several web application pentests.
PROJECTS
AssParser
ass_parser is a crate to parse .ass (Advanced SubStation Alpha) files. which is a subtitle file for creating and displaying subtitles in video files. It is widely used due to it's complex text formatting, positioning and styling. The Advanced SubStation Alpha is a successor to the SubStation Alpha .ssa file.
AssParser GitHubCOAPI.rs
COAPI-rs is is a Web-app for providing programming problems and testing them against users programs.
coapi.rsdyna
Generic Header Only Dynamic Array Library in C It supports int, char, float, and char* (strings).
Features
- Dynamically resizes on demand
- Type-safe via macro-based initialization
- Supports any data type
- Easy printing with format specifiers
ENA
ENA is a video generation program using GIFS!. Users can provide transcript for their videos and a video along with audio is generated based on the transcript.
enaFileCrypt
A program completely written in Rust to encrypt and decrypt files using a provided key.
FileCryptGitCloner
GitCloner is a python script which you can use to clone github repositories without using git!, by only using requests!. We make use of GitHubs API. If you want to clone a private github repository you will need to have a key i.e. GitHub Fine Grained token. Here is the reference: fine grained token
gitcloner