Highlights
- Pro
-
-
LabSystem-frontend Public
Forked from RudrakshKumar/LabSystem-frontendJavaScript UpdatedMay 17, 2025 -
-
-
randomusernameapi.github.io Public
Forked from randomusernameapi/randomusernameapi.github.ioA api that generates random usernames.
JavaScript UpdatedNov 28, 2024
8000
-
alfa-leetcode-api Public
Forked from alfaarghya/alfa-leetcode-apiIt's a custom leetcode api. This API provides endpoints to retrieve details about a user's profile, badges, solved questions, contest details, contest history, submissions, calendar and and also da…
TypeScript MIT License UpdatedNov 24, 2024 -
-
-
leetcode-leaderboardBackend Public
LeetCode Leaderboard is a web application that tracks and displays users' performance on LeetCode. Built with Flask for the backend and React for the frontend, it features a dynamic leaderboard, us…
-
-
-
fyle-interview-intern-backend Public
Forked from VishwaPatel20/fyle-interview-be-intern -
BugBountyScanner Public
Forked from chvancooten/BugBountyScannerA Bash script and Docker image for Bug Bounty reconnaissance. Intended for headless use.
Shell MIT License UpdatedAug 8, 2024 -
NotThePyaaz-XBot Public
NotThePyaaz is a parody Twitter bot that tweets the funniest and weirdest headlines from the r/notthepyaaz subreddit. It uses NLP to add a humorous twist to each headline and posts them automatical…
Python UpdatedAug 7, 2024 -
A Machine Learning Model developed to detect and classify Hate Speech on Twitter built using streamlit
Jupyter Notebook MIT License UpdatedAug 5, 2024 -
LeetCode Leaderboard is a web application that tracks and displays users' performance on LeetCode. Built with Flask for the backend and React for the frontend, it features a dynamic leaderboard, us…
-
-
online-codeCompiler Public
An online Python editor, powered by Flask, Docker, and Kubernetes. It offers a user-friendly interface for writing, executing, and debugging Python code directly from the browser. Simplifying the c…
-
WeatherApp Public
A Flask web application for checking the weather of various cities around the world. Users can add cities to view current weather conditions, including temperature, description, and weather icon.
-
Tryhackme-DevSecOps-Material Public
A repo of notes for the DevSecOps learning path on tryhackme
2 UpdatedMay 25, 2024 -
AI-ChessEngine Public
A Python-based chess engine capable of facilitating human-vs-AI gameplay. The AI functionality is implemented using minimax and alpha-beta pruning algorithms, offering challenging gameplay experien…
-
SJCE-WiFiAutologin Public
Tampermonkey extension to automate the login process for SJCE Wi-Fi captive portal with this browser extension. Never hassle with manual logins again - simply install the extension and enjoy seamle…
-
-
ML-Lab Public
Forked from ShivamMenda/ML-LabPrograms for Machine Learning Lab.(20CS67L)
Jupyter Notebook UpdatedMay 8, 2024 -
urlShortener Public
A Flask-based URL shortener app with statistics tracking. Easily shorten long URLs for efficient sharing. Powered by Flask, SQLite, and Hashids.
HTML UpdatedMay 7, 2024 -
build-your-own-x Public
Forked from codecrafters-io/build-your-own-xMaster programming by recreating your favorite technologies from scratch.
UpdatedApr 26, 2024 -
runnerGame Public
A runner game made to learn game dev in Python using pygame
Python UpdatedApr 25, 2024 -
Text-SentimentAnalysis Public
A Flask-based web application for analyzing the sentiment of text input, displaying percentages of positive, negative, and neutral sentiments.
-
-
HTTPServer Public
A lightweight Python implementation of a basic HTTP server. Designed for educational purposes, it allows you to handle simple HTTP GET requests, serve static files, and understand the fundamentals …