Aditya Deorha's repositories
algorithms-princeton
Programming assignments as part of the Algorithms course at Princeton
FriendshipGraph
Returns friends of a person, mutual friends between two people and degree of friendship between them.
HistoricalWeather
Returns 10 days of weather data for any city.
ImageCache
Implemented a cache for images being downloaded from the web.
machine-learning-experiments
This will contain some ML exercises and solutions that I have worked on.
Multithreading
Just some experimentation with multithreading in C++
node-web-server
A test web-server to try out deployment of apps on Heroku.
ScalaProjects
Learning scala through projects.
Twitter-Favorite-Bot
Node.js Twitter Favorite Bot and logging full text of the tweet
User-Auth
Creating a JAX-RS webservice which services RESTful APIs to create user database with MySQL using Hibernate.
weather-app
A weather app which takes address via user input and returns the weather information for that location