All my public repositories and projects I have worked on, indexed.
Repetitions are allowed :P
โ๏ธ: Project is unmaintained/abandoned/archived.
- mihir.ch - ๐ My personal website's source code
- v1.mihir.ch - ๐ First version of my personal website
- swag-for-dev - ๐ swag opportunities for developers
- projectbeta-2.0 - Official website of ProjectBeta, 2018 | Change the Status Quo
- sanskriti-school - Official website of Sanskriti School, New Delhi, India
- made-with-love-in - ๐ โค๏ธ ๐บ ๐ก โ Mircoservice for serving and listing "Made with love in " badges
- ieee.iiitd.edu.in - Official website for IIIT Delhi's IEEE Student Branch
- sanskriti-mun-2018 - Sanskriti MUN 2018
- MatheTraffics-Niamat-Rai-2017 - Presentation website for Sanskriti School's prize-winning project on investigatory mathematics: MatheTraffics, Niamat Rai Competition 2017 โ๏ธ
- tiiime - โณ [Byld Hackathon v16] Your personal, crowd-sourced timetable
- rosaline - ๐ถ [InOut 6.0] AI-powered drum machine which generates unique drum tracks for your lead melodies
- quiz-finals-app - ๐ Score-keeping app for ProjectBeta's Quiz finals
- single-elimination-brackets - ๐ App to display live the teams being eliminated in a single-elimination tournament
- markdown-new-tab - ๐๏ธ โฐ โ Save notes in Markdown directly in the 'New Tab' page
- refined-hacker-news - โจ Hacker News, but refined โ Interface tweaks and features to make the HN experience better
- asciinema-player-for-github - ๐ฌโจ Browser extension to automatically detect asciinema links in a project's README and embed the asciinema player in its place
- chrome-view-images-button - Chrome Extension to get back the "View Image" button in Google Image search results! โ๏ธ
- browser-extension-starter - ๐ฆ Cross-browser extension starter template โ๏ธ
- vscode-remove-comments - ๐ซ VS Code extension to remove all comments from your code at once โ 60+ languages supported
- made-with-love-in - ๐ ๏ธ โค๏ธ ๐บ๏ธ ๐ก๏ธ โ Mircoservice for serving and listing "Made with love in " badges
- wayback - ๐ Microservice that redirects to archived version of the URL if found, otherwise saves it to the Internet Archive
- tg-bots - ๐ค Tiny service to send messages with a uniform interface for all my Telegram bots
- hn-faves-api - ๐ Tiny API to get user's favorited items on Hacker News
- url-title-api - ๐ Tiny API to get the title of webpage from its URL
- delhi-metro-api - ๐ (unofficial) RESTful API for the Delhi Metro [Work in Progress]
- licensed - โ๏ธ โ๏ธ licensed is an interactive command line tool to help you choose and add licenses to your projects
- github-feed-notifier - ๐ Desktop notifications for your GitHub dashboard โ Native, cross-platform and configurable
- wakalogger - ๐ Log your daily WakaTime coding activity to a secret Gist
- lastfm-top-artists - ๐ Collect user's top artists through time
- fitbit-heart-rate - ๐ Collect lifetime heart rate data on Fitbit
- wayback-sitemap-archive - ๐๏ธ Archive all pages specified in the webpage's sitemap to Internet Archive's Wayback Machine
- ping-tg-notify - ๐ฏ Ping to endpoint and notify on Telegram
- index - ๐ All my repositories and projects I have worked on, indexed. Also contains code to generate the README file
- recent-activity-updater - โจ Script to update my "recent-activity.json" daily
- gh-followers-tracker - ๐ Tracking my GitHub following and un-following with notification on Telegram (why not lol)
- periodic-table-words--javascript - Program written in Node.js to determine whether a given string can be formed by some combination of the symbols of elements of the periodic table. โ๏ธ
- periodic-table-words--python - Program written in Python to determine whether a given string can be formed by some combination of the symbols of elements of the periodic table. โ๏ธ
- 2048.cpp - ๐ฎ Fully featured terminal version of the game "2048" written in C++
- capture-the-flag - ๐ฉ [DES130 Minor Project] Basic single/multi-player maze game built using Processing and Arduino-controlled inputs
- ultimate-tic-tac-toe - A simple JS+HTML implementation of the 2-player game Ultimate Tic Tac Toe โ๏ธ
- tiiime - โณ [Byld Hackathon v16] Your personal, crowd-sourced timetable
- rosaline - ๐ถ [InOut 6.0] AI-powered drum machine which generates unique drum tracks for your lead melodies
- capture-the-flag - ๐ฉ [DES130 Minor Project] Basic single/multi-player maze game built using Processing and Arduino-controlled inputs
- percepio-2.0 - ๐ [DES130 Major Project] Taking notes made simple โ in the air, on the go
- qr-decomposition - QR Decomposition by the Gram-Schmidt Process โ๏ธ
- iiitd_cse101 - Semester 1: Introduction to Programming โ๏ธ
- iiitd_cse102 - Semester 2: Data Structures and Algorithms โ๏ธ
- iiitd_cse112 - Semester 2: Computer Organisation โ๏ธ
- big-number.js - big-number.js is a calculator for arbitrarily large integers, for JavaScript. โ๏ธ
- Factorial.js - Arbitrarily large integer factorial calculation using JS string manipulations โ๏ธ
- getchar - โจ๏ธ getchar is a module that gets a character from the stdin. Similar to
getchandgetcharin C and C++. โ๏ธ
- project-euler-assembly - Solutions to Project Euler in x86_64 Assembly โ๏ธ