Pinned Repositories
airtouch
A mobile-app which captures device-motion based gestures, decodes them and maps them to user-configured actions. In other words, just move your phone in the air to create some geometric shape, and the app will execute a preconfigured action mapped to that shape.
content-scheduler
A scheduling algorithm which is tailored to schedule hierarchical entities(composites/aggregations). This approach enables the scheduler to accept and process powerful scheduling-constraints. The model is implemented as a scheduling framework, which can be used by the client-apps(here, we've demonstrated using an android-app).
java-microservice-template
A prototypical Java-based microservice demonstrating API-first development approach and code-modularization strategy. It can serve as a template for a quintessential microservice application.
multiplayer-2048
CLI-based popular 2048 puzzle game. Support for multiplayer mode and high-scores tracking.
network-topology-scanner
Basic utility to efficiently scan and visualize network topology.
pdf-highlights-extractor
A productivity-enhancing tool for students and bookworms. It can help you consolidate the highlights you have added along the way, at a single place.
pedagogical-timetable-generator
This is a CLI based school timetable generator. It uses a randomization heuristic approach, which focuses on creating unconstrained schedule first and applying the constraints later.
predictive-cache
Predict which page/resource a user is likely to request next and prepare the resource beforehand, to achieve practically zero turnaround time. This repo hosts a novel embeddable-framework for predicting next user-requests and proactively caching the associated resource using pattern-mining techniques.
vlc-subdics
VLC Extension to lookup subtitle-words in an English-dictionary. Helpful for someone who is a non-native English-speaker.
wardrobe-picker
A tool to help you decide what to wear and when. It takes into consideration things like matching-apparels, laundry requirements, variety in the dressing etc. while devising a dressing-schedule.
adityausathe's Repositories
adityausathe/content-scheduler
A scheduling algorithm which is tailored to schedule hierarchical entities(composites/aggregations). This approach enables the scheduler to accept and process powerful scheduling-constraints. The model is implemented as a scheduling framework, which can be used by the client-apps(here, we've demonstrated using an android-app).
adityausathe/airtouch
A mobile-app which captures device-motion based gestures, decodes them and maps them to user-configured actions. In other words, just move your phone in the air to create some geometric shape, and the app will execute a preconfigured action mapped to that shape.
adityausathe/network-topology-scanner
Basic utility to efficiently scan and visualize network topology.
adityausathe/pdf-highlights-extractor
A productivity-enhancing tool for students and bookworms. It can help you consolidate the highlights you have added along the way, at a single place.
adityausathe/pedagogical-timetable-generator
This is a CLI based school timetable generator. It uses a randomization heuristic approach, which focuses on creating unconstrained schedule first and applying the constraints later.
adityausathe/vlc-subdics
VLC Extension to lookup subtitle-words in an English-dictionary. Helpful for someone who is a non-native English-speaker.
adityausathe/wardrobe-picker
A tool to help you decide what to wear and when. It takes into consideration things like matching-apparels, laundry requirements, variety in the dressing etc. while devising a dressing-schedule.
adityausathe/adityausathe
adityausathe/java-microservice-template
A prototypical Java-based microservice demonstrating API-first development approach and code-modularization strategy. It can serve as a template for a quintessential microservice application.
adityausathe/multiplayer-2048
CLI-based popular 2048 puzzle game. Support for multiplayer mode and high-scores tracking.
adityausathe/predictive-cache
Predict which page/resource a user is likely to request next and prepare the resource beforehand, to achieve practically zero turnaround time. This repo hosts a novel embeddable-framework for predicting next user-requests and proactively caching the associated resource using pattern-mining techniques.
adityausathe/bipartite-document-matcher
adityausathe/ds-gym
Implementing basic ML models from scratch using quasi-TDD approach.
adityausathe/ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
adityausathe/mini-bash
a toy implementation of Linux-shell.
adityausathe/popup-dictionary
Popup dictionary to help users quickly lookup meanings, pronunciation of words without needing them to switch between the apps.
adityausathe/spring-batch
Spring Batch is a framework for writing offline and batch applications using Spring and Java
adityausathe/sympy
A computer algebra system written in pure Python