Description: desktop application stores and calculates resources need for incoming printing jobs.
Parsing Script for CMBS Schema
The Nuvo Group
Platform:
Language:
Librararies: csv
Description: script expects accepts CSV file and parses it for error in syntax according to SEC ABS CMBS Schema.
Online Python Grading System
NJIT
Platform:
Language:
Description: online platform that acts as an insitutions python evalutor.
California Road Map System - Graph Analysis
NJIT
Platform:
Language:
Description: script accepts CSV file holding graph. It then proceds to analyze it on its strogly connected components.
Test case was California's roads. Graph file obtain from Stanford University.
Nextcloud
Personal
Platform:
Description: migration from Google-Drive to self-hosted Nextcloud file storage and email system.
DNS Client/Server
NJIT
Platform:
Language:
Description: development of small DNS client and Server for learning purposes.
Stock Retriver
NJIT
Platform:
Language:
Description: retrival of stock information by parsin DOM tree for analysis on price and volume trading changes.
Data store on local MySQL database.
Compiler Implementation
NJIT
Platform:
Language:
Description: developed a lexial analyzer and perser based of a context-free grammar implementing a recursive-descent parser (Top down) .