swift2891
I am pursuing Masters in Computer Science at Florida State University. Worked in IBM before for 2 years as Application Developer.
Pinned Repositories
Algorithm-Implementations
Some common algorithms implemented in Java or Python
AutoExcel
A Python application to parse excel sheets, plot graphs
CIS5930_GitHub_Analytics
A Course project to analyse the GitHub data to "Understand the Role of Watchers in Git Hub". We are basically implementing the research paper published in this link => https://dl.acm.org/citation.cfm?id=2597114
CryptoFeed
A web service which responds crypto-currency quotes on demand.
Data-Structures
DBMS-Learning
A Repository of Notes and Exercises with Solutions, to prepare for Interviews and Master DBMS Concepts and queries
Distance_Height_Measurement
An Android App, which detects distance and height of objects, by focusing the cross-hairs in Camera towards object.
Fall_Detection
An Android App, which detects User fall using Accelerometer, Gyroscope and Magnetometer and send SMS to the Mobile Numbers Stored in the SQLite Database.
Linux-Shell-Interpreter
A tiny shell implementation
XV6-Scheduler
Changing the CPU Scheduler from Round robin to Priority based Scheduler
swift2891's Repositories
swift2891/Distance_Height_Measurement
An Android App, which detects distance and height of objects, by focusing the cross-hairs in Camera towards object.
swift2891/Fall_Detection
An Android App, which detects User fall using Accelerometer, Gyroscope and Magnetometer and send SMS to the Mobile Numbers Stored in the SQLite Database.
swift2891/XV6-Scheduler
Changing the CPU Scheduler from Round robin to Priority based Scheduler
swift2891/AutoExcel
A Python application to parse excel sheets, plot graphs
swift2891/Linux-Shell-Interpreter
A tiny shell implementation
swift2891/Algorithm-Implementations
Some common algorithms implemented in Java or Python
swift2891/CIS5930_GitHub_Analytics
A Course project to analyse the GitHub data to "Understand the Role of Watchers in Git Hub". We are basically implementing the research paper published in this link => https://dl.acm.org/citation.cfm?id=2597114
swift2891/CryptoFeed
A web service which responds crypto-currency quotes on demand.
swift2891/Data-Structures
swift2891/DBMS-Learning
A Repository of Notes and Exercises with Solutions, to prepare for Interviews and Master DBMS Concepts and queries
swift2891/Debian-Batch-User-creation
How to create multiple user profiles from a txt file, setting up their home dir, temp dir, setting up other configuration details, basic shell etc..
swift2891/ExcelConv
A Web app to convert .xls filesto .xlsx
swift2891/Java-Learning
A Repository of Notes, Exercises, Brain Storming Questions with Solutions, to prepare for an Interviews or just refresh your basic to advanced concepts.
swift2891/SSH-Connection
How to do SSH connection between two PC's using RSA Keys, so as to avoid typing passwords each time.
swift2891/SSH-Security
Improving SSH security by changing Port#, Changing IP Table Rules, Allowing only certain Port numbers, Installing Port Knocking