
Fall 2015 CSC 517: Object-Oriented Design & Development
This is an online book library app built with the Ruby on Rails Framework and deployed to Heroku. The application had support for lending books along with suggestions for adding books by users and email notifications.
Website: http://myrailslib.herokuapp.com/ Github: https://github.com/ssweene2/RubyOnRailsProgram1-

Spring 2016 CSC 510: Software Engineering
This is a Ruby on Rails based web app which uses data scraped via the beautiful soup python library to display aggregated reviews from Yelp, Trip Advisor and Four Square and also the ratings and an weighted average rating for restaurants.
Website Link: http://restoscrapper.herokuapp.com GitHub Link: https://github.com/moharnab123saikia/CSC510-group-f/tree/master/webscrapper

Spring 2016 CSC 510: Software Engineering
The extension uses data scraped using a python script to show ratings of Yelp, Trip Advisor and Foursquare and the weighted average of the three when a user is visiting a listing on any one of the three sites.
Github Link: https://github.com/moharnab123saikia/CSC510-group-f/tree/master/resto-extension

Fall 2015 CSC 517: Object-Oriented Design & Development
Developed module to generate metrics for peer-reviews in the Expertiza web application.This helps both the instructors and reviewers to evaluate their reviews and subsequently give better reviews. The project was implemented using Ruby on Rails.
Github Link: https://github.com/moharnab123saikia/expertiza

Spring 2016 CSC 501: Operating Systems
A non pre-emptive user-level threading library written in C that supported the routines Create, Yield, Join, JoinAll, Exit, SemaphoreInit, SemaphoreSignal, and SemaphoreDestroy.
GitHub Link: https://github.com/moharnab123saikia/threadlib

Spring 2016 CSC 505: Operating Systems
ush or microshell is a command interpreter with a syntax similar to UNIX C shell, csh(1). However, it is for instructional purposes only, therefore it is much simpler.
GitHub Link: https://github.com/moharnab123saikia/ush

Fall 2015 CSC 540: Database Management Systems
Created a library management application with support for lending different technology items, room reservation along with having support for lending books, journals and publications. The front-end of the system was developed in Java(Swing) with oracle 10g as its back-end database.
GitHub Link: https://github.com/moharnab123saikia/CSC540-Project