Pinned Repositories
algorithms
This repository contains common algorithms well written and documented in Java, easy to import and highly scalable. It's just like another library for Java but written entirely by me.
competitive-programming-toolbox
Tools for testing and debugging a Competitive Programming problem's solution.
compt-code
My Competitive programming record, templates and quick code snippets created by me.
manishjoshi394.github.io
Build a Jekyll blog in minutes, without touching the command line.
mikipedia
Wikipedia but using Markdown.
n-body-simulation
2D-particles in a Box, Elastic simulation system.
outgoing_toaster
This App prints a Toast with callee name when an Outgoing call is made.
seam-carving
Provides an efficient content aware Image resizing API based on Seam Carving.
word-net
Miniature version of The WordNet, a lexical database for English. Gives semantic relationships between words, uses scalable algorithms. I'll be using small database than the actual WordNet and of course, limited features..
manishjoshi394's Repositories
manishjoshi394/n-body-simulation
2D-particles in a Box, Elastic simulation system.
manishjoshi394/seam-carving
Provides an efficient content aware Image resizing API based on Seam Carving.
manishjoshi394/compt-code
My Competitive programming record, templates and quick code snippets created by me.
manishjoshi394/word-net
Miniature version of The WordNet, a lexical database for English. Gives semantic relationships between words, uses scalable algorithms. I'll be using small database than the actual WordNet and of course, limited features..
manishjoshi394/algorithms
This repository contains common algorithms well written and documented in Java, easy to import and highly scalable. It's just like another library for Java but written entirely by me.
manishjoshi394/competitive-programming-toolbox
Tools for testing and debugging a Competitive Programming problem's solution.
manishjoshi394/manishjoshi394.github.io
Build a Jekyll blog in minutes, without touching the command line.
manishjoshi394/mikipedia
Wikipedia but using Markdown.
manishjoshi394/outgoing_toaster
This App prints a Toast with callee name when an Outgoing call is made.
manishjoshi394/e-maxx-eng
Translation of http://e-maxx.ru into English
manishjoshi394/meBay
An eBay clone, made for trying out stuff and proof of concept.
manishjoshi394/python-algorithms
Contains few examples of common Data structure and Algorithm implementations in Python.
manishjoshi394/SmartLightingSystems
This code was originally used in a project of mine based on Arduino UNO R3 which aims to implements smart street lights by HC-SR04 Transducer which uses SONAR to calculate distances of the obstruction in Line of Sight. The code is hosted here as a part of that same project which i submitted in my College for a Product Realisation course.