helloworldimjustin
I'm a Business and Information Systems major and Computer Science minor at NJIT. I am obsessed with software and financial markets.
Pinned Repositories
edu.njit.cs602.s2018.finalproject
Final Project for CS 602. A simple publish-subscribe system using TCP sockets. The publisher client connects to the server and publishes messages related to different topics. Each published message has a time stamp associated with it. The subscriber client connects to the server with a subscriber id and then subscribe to one or more topics at different points in time.
Employee-Database
I created the class EmployeeDAO that does DB operations related to Employee and Department object data using JDBC API
LRU-Cache
An LRU (least-recently-used) cache keeps most recently accessed items in the cache using LRU strategy. In the LRU strategy when a new item needs to be stored in cache with no more capacity left in cache, the item that had been accessed earliest in the past needs to be evicted to make room for the new item
Market-Source
A one stop source for monitoring global financial markets and select US economic data points.
myrestapi
A simple RESTful API using Jersey framework for request routing and json binding for converting POJOs to a JSON format
Portfolio-to-benchmark
This is a program that matches a portfolio of stocks to a benchmark. Based on market value percentages, the portfolio will print the buy and/or sell orders appropriate to match the portfolio to the benchmark.
WebApp-Medi
(Final Build)
Word-Processor
Processes WORDS in input files and, potentially, change some of those WORDS before printing them out.
helloworldimjustin's Repositories
helloworldimjustin/edu.njit.cs602.s2018.finalproject
Final Project for CS 602. A simple publish-subscribe system using TCP sockets. The publisher client connects to the server and publishes messages related to different topics. Each published message has a time stamp associated with it. The subscriber client connects to the server with a subscriber id and then subscribe to one or more topics at different points in time.
helloworldimjustin/Employee-Database
I created the class EmployeeDAO that does DB operations related to Employee and Department object data using JDBC API
helloworldimjustin/LRU-Cache
An LRU (least-recently-used) cache keeps most recently accessed items in the cache using LRU strategy. In the LRU strategy when a new item needs to be stored in cache with no more capacity left in cache, the item that had been accessed earliest in the past needs to be evicted to make room for the new item
helloworldimjustin/Market-Source
A one stop source for monitoring global financial markets and select US economic data points.
helloworldimjustin/myrestapi
A simple RESTful API using Jersey framework for request routing and json binding for converting POJOs to a JSON format
helloworldimjustin/Portfolio-to-benchmark
This is a program that matches a portfolio of stocks to a benchmark. Based on market value percentages, the portfolio will print the buy and/or sell orders appropriate to match the portfolio to the benchmark.
helloworldimjustin/WebApp-Medi
(Final Build)
helloworldimjustin/Word-Processor
Processes WORDS in input files and, potentially, change some of those WORDS before printing them out.