I’m a young programmer from India.
Some of my projects:
- dfc : A command line tool written in golang, that finds duplicate files in a given directory tree, and interactively asks the user which file they want to keep.
- gsync : A python tool for syncing files between google drive and local file system.
- linereader : C++ library providing line editing and history capabilities to interactive CLI programs
- hush : a UNIX shell supporting IO re-directions, piping, background execution etc.
- dff : recursively finds and lists duplicate files, written in C++
- nights-watch : watches file(s) for modifications and re-executes a given command
- png-steganography-tool : hides information inside PNG images
- pxurl : a URL shortening webapp built using Nodejs, Express and MongoDB Atlas
- clurl : same as pxurl, but written in Common Lisp, and uses PostgreSQL database
- codebin : a hastebin clone for sharing code snippets (with syntax highlighting)
- fisherman, fisherman-backend : a phishing tool (CLI script + backend code)
- album-splitter : splits an album(audio file) into multiple tracks
- css-minifier : minifies CSS for deployment
- bmee : Basic mathematical expressions evaluator