MayankPratap's Stars
sahat/hackathon-starter
A boilerplate for Node.js web applications
leereilly/games
:video_game: A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
luong-komorebi/Awesome-Linux-Software
🐧 A list of awesome Linux softwares
aemkei/jsfuck
Write any JavaScript with 6 Characters: []()!+
samshadwell/TrumpScript
Make Python great again
open-source-ideas/ideas
💡 Looking for inspiration for your next open source project? Or perhaps you've got a brilliant idea you can't wait to share with others? Open Source Ideas is a community built specifically for this! 👋
youtube/api-samples
Code samples for YouTube APIs, including the YouTube Data API, YouTube Analytics API, and YouTube Live Streaming API. The repo contains language-specific directories that contain the samples.
xroche/httrack
HTTrack Website Copier, copy websites to your computer (Official repository)
jdorfman/awesome-json-datasets
A curated list of awesome JSON datasets that don't require authentication.
mathics/Mathics
This repository is for archival. Please see https://github.com/Mathics3/mathics-core
gpiozero/gpiozero
A simple interface to GPIO devices with Raspberry Pi
gutfeeling/word_forms
Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.
ucisysarch/opencvjs
JavaScript Bindings for OpenCV
sagesharp/foss-heartbeat
(Unmaintained) FOSS Heartbeat analyses the health of a community of contributors. :heartbeat:
jeroenverfallie/ggo13-transcube
Transcube - A Blocky Puzzle Platformer
gbatha/PolyBranch
PolyBranch is a minimalist 3D game. Dodging branches may seem easy at first, but how long can you hold up as you approach terminal velocity?
nmoroze/swap
Swap is a new (award winning) take on the classic tile-based puzzle game, where you change which character you're controlling to reach your goal.
Haseeb-Qureshi/n-queens-visualizer
Visualizes solutions to the N-Queens problem, written in React & Flux
trstringer/pycli
:computer: Basic structure for a simple Python CLI
aureliojargas/sed-scripts
My sed scripts.
shubapp/u2bear
Youtube client that's awesome
shivamshekhar/PyGalaxian
A vertical space shooter game made in python using pygame library.
asheeshr/Bash-Scripts
Small utilities that come handy
gale31/ObjectDetector
ObjectDetector uses OpenCV Haar cascade classifiers to detect different objects in images and videos with Python. For now, this repository includes my trained haar cascade classifier for detecting cars, the default haar cascade classifier for human faces (haarcascade_frontalface_default), a classifier for bananas from CodingRobin and a classifier for wallclocks which are used and tested in programs, detecting the objects from image/video, comparison between different human body parts classifiers and some other programs, which (will) help training the classifiers (for example, a program downloading the "cat box" synset images from ImageNet).
MayankPratap/Battery-Jarvis
A script which notifies critical battery level using speech. Built for Linux. Uses cron job to schedule.
jbm950/pygame_toolbox
This is a collection of useful code for anyone wanting to work with game making in python
PyRag/sports-naarad-ka-addon
A firefox addon using sports-naarad API
adityavishwanath/augmented_paper
Augmenting ordinary paper with new interactive experiences.
MayankPratap/SpojTrackers
Website which compares spoj users based on various attributes like points,no of problems. Also we can search problems of a particular tag ( eg:- DP ) by any user.
MayankPratap/Multi-threaded-web-server
Multi threaded web server program written in java (Under Development)