Pinned Repositories
2048-app
My version of 2048 ! :)
AsciiArt-app
Deployed a website on Google App Engine, where enthusiastic artists can post ascii arts.
Async-rest-jersey-app-PS
An asynchronous restful app in jersey
BlogItASR-app
Completed a project while taking a MOOC (udacity-cs253), Web Development. Designed a code that allows user to sign up, login and then post their articles or blogs.
Books-store-app
An end to end e-commerce site to buybooks. Using Java, Spring, Hibernate, Thymeleaf, CSS, Html, Javascript.
cnb_ecommerce
E-commerce site for CNB computers
Hadoop-style-map-reduce-framework
Designed a MapReduce Framework consisting of a master and many worker nodes. The master node co-ordinates between the workers, stores the meta-data and provides a display page listing the status of all the worker nodes.The worker nodes perform map reduce tasks communicating among each other in REST form messages.
Multithreaded-webserver
Built a multi-threaded HTTP web server that handles both static and dynamic (implemented a Servlet Engine) content of different MIME types on the web and also supports cookies and session handling. When tested using ApacheBench the server was able to handle 100,000 requests with a concurrency of 10,000.
PageAnalytics
A Java software to parse any public group on Facebook and get its like and reaction counts.
Restaurant-menu-app
Developed a menu app using Python, Flask and OAuth2(Google and Facebook)
ASR4's Repositories
ASR4/Books-store-app
An end to end e-commerce site to buybooks. Using Java, Spring, Hibernate, Thymeleaf, CSS, Html, Javascript.
ASR4/AsciiArt-app
Deployed a website on Google App Engine, where enthusiastic artists can post ascii arts.
ASR4/Async-rest-jersey-app-PS
An asynchronous restful app in jersey
ASR4/BlogItASR-app
Completed a project while taking a MOOC (udacity-cs253), Web Development. Designed a code that allows user to sign up, login and then post their articles or blogs.
ASR4/cnb_ecommerce
E-commerce site for CNB computers
ASR4/ESE519_MIST
ASR4/Hadoop-style-map-reduce-framework
Designed a MapReduce Framework consisting of a master and many worker nodes. The master node co-ordinates between the workers, stores the meta-data and provides a display page listing the status of all the worker nodes.The worker nodes perform map reduce tasks communicating among each other in REST form messages.
ASR4/Multithreaded-webserver
Built a multi-threaded HTTP web server that handles both static and dynamic (implemented a Servlet Engine) content of different MIME types on the web and also supports cookies and session handling. When tested using ApacheBench the server was able to handle 100,000 requests with a concurrency of 10,000.
ASR4/PageAnalytics
A Java software to parse any public group on Facebook and get its like and reaction counts.
ASR4/Restaurant-menu-app
Developed a menu app using Python, Flask and OAuth2(Google and Facebook)
ASR4/complete-javascript-course
Starter files, final projects, and FAQ for my Complete JavaScript course
ASR4/ConferenceCatch-app
A scalable conference app in Java
ASR4/Crawler-xpath-engine-and-RSS-aggregator
-Designed and Implemented a multi-threaded crawler that crawled the web to search for XML documents that matched XPaths specified by the user. -The crawler had a GUI that the user could use to define RSS channels by specifying XPaths -Crawler aggregated matching the XML documents by adding them to the correct channel and the RSS feed could be accessed by the user. -Implmented XPath engine to validate XPath expressions using a recursive descent parser and then evaluate XML documents against the XPaths
ASR4/Facebook-EDA-Rprogramming
Conducted Exploratory Data Analysis (EDA) on a pseudo Facebook data set. Used the ggplot2 package in R programming to carry out various analysis, while understanding and gaining deep knowledge of important data exploratory concepts.
ASR4/Frontend-nanodegree-mobile-portfolio
ASR4/icu
The new home of the ICU project source code.
ASR4/icu-demos
sample apps for ICU (formerly icuapps)
ASR4/jbot
Make Slack, Facebook and Twitter Bots in Java in minutes.
ASR4/Jersey-basic-project--PS
Sample project to understand and get familiar with jersey
ASR4/Microservices-With-Spring-Student-Files
Student Files for Microservices with Spring course
ASR4/nft-mix
ASR4/ps-guitar-db
A Basic Spring JPA app with an H2 DB
ASR4/review-app
ASR4/SoccerWorldCup-DataViz-D3.js
A Data Visualization of all the soccer world cups from 1930-2014 using d3.js.
ASR4/spring_mvc_base
Base project used for my Pluralsight Spring JPA and Spring Security courses among others.
ASR4/Trends_Heroku
ASR4/Trends_MobileApp
ASR4/TrendsBackend
Backend server code for for trends app, in google cloud endpoint
ASR4/waveportal-starter-project
ASR4/Yaksh-Google-Style-Search-Engine-
Designed a search engine comprising of a crawler, indexer, Pagerank, and retrieval system in a team of four and deployed it on AWS. Multi-threaded web crawler crawled about 137,000 pages. Used Mapreduce for Pagerank. Indexer was incorporated with additional features like stemming and word matching. The overall search engine ranking was done keeping in mind matching, TF/IDF and page ranking.