Pinned Repositories
CrimeDataset
Air-Traffic-Control-System-Simulation
Simuation of an Air Traffic Control (ATC) System using Concurrent Programming concepts. One runway and two gates act as resources. Airplanes are represented by Threads.
Bioinformatics
HW1 -> Part 1. Simulator for sequence generator Part 2. Simulator for sequence partitioning Part 3. Sequence assembler / Project -> Implemented the PoMSA algorithm for multiple sequence alignment
Bitcoin_Simulator_proj4.1
A system of Elixir processes that mine bitcoins using the hashcash algorithm. Implemented features including creation of new block, appending to blockchain and transaction of bitcoins
Bitcoin_Simulator_Web_Proj4.2
Created a web interface using Phoenix framework allowing access to bitcoin transactions. Integrated Chart.js library to generate charts on transaction metrics and display it on browser
Chord-Protocol_proj3
Implemented the Chord protocol, as specified in the paper "Chord:A Scalable Peer-to-peer Lookup Service for Internet Applications" by Ion Stoica, Robert Morris, David Karger, M. Frans Kaashoek, Hari Balakrishnan. Implemented Network join and routing as per the Chord paper.
EmotionSuggest
Get Music, Videos and News based on your current emotion evaluated with Face Detection without typing a single word
Gossip-Algorithm_proj2
Gossip type algorithms can be used both for group communication and for aggregate computation. Implemented an asynchronous gossip algorithm for group communication and push sum algorithm for aggregate computation and determined their convergence time for various network sizes and topologies like 1. Line 2. Imperfect line 3. Random 2D 4. Torus 5. 3D and 6. Full network.
Leetcode-solutions
Solution's to some of the problems on Leetcode using Java
News-AggreGator
Find the news you care about by using keywords
saifilmaknojia's Repositories
saifilmaknojia/Air-Traffic-Control-System-Simulation
Simuation of an Air Traffic Control (ATC) System using Concurrent Programming concepts. One runway and two gates act as resources. Airplanes are represented by Threads.
saifilmaknojia/Bioinformatics
HW1 -> Part 1. Simulator for sequence generator Part 2. Simulator for sequence partitioning Part 3. Sequence assembler / Project -> Implemented the PoMSA algorithm for multiple sequence alignment
saifilmaknojia/Bitcoin_Simulator_proj4.1
A system of Elixir processes that mine bitcoins using the hashcash algorithm. Implemented features including creation of new block, appending to blockchain and transaction of bitcoins
saifilmaknojia/Bitcoin_Simulator_Web_Proj4.2
Created a web interface using Phoenix framework allowing access to bitcoin transactions. Integrated Chart.js library to generate charts on transaction metrics and display it on browser
saifilmaknojia/Chord-Protocol_proj3
Implemented the Chord protocol, as specified in the paper "Chord:A Scalable Peer-to-peer Lookup Service for Internet Applications" by Ion Stoica, Robert Morris, David Karger, M. Frans Kaashoek, Hari Balakrishnan. Implemented Network join and routing as per the Chord paper.
saifilmaknojia/EmotionSuggest
Get Music, Videos and News based on your current emotion evaluated with Face Detection without typing a single word
saifilmaknojia/Gossip-Algorithm_proj2
Gossip type algorithms can be used both for group communication and for aggregate computation. Implemented an asynchronous gossip algorithm for group communication and push sum algorithm for aggregate computation and determined their convergence time for various network sizes and topologies like 1. Line 2. Imperfect line 3. Random 2D 4. Torus 5. 3D and 6. Full network.
saifilmaknojia/Leetcode-solutions
Solution's to some of the problems on Leetcode using Java
saifilmaknojia/News-AggreGator
Find the news you care about by using keywords
saifilmaknojia/Keyword-Counter
The project consists of finding the n most popular keywords. The keywords will be given from a input file. The implementation needs to be done using a max priority structure, Max Fibonacci structure was used for it.
saifilmaknojia/LA-city-crime-analysis
saifilmaknojia/Python_LTC
Solution's to some of the problems on Leetcode using Python
saifilmaknojia/saifilmaknojia
Github Profile Readme
saifilmaknojia/saifilmaknojia.github.io
Simple Portfolio website created using mdbootstrap
saifilmaknojia/Sum-of-Squares-finder_proj1
An interesting problem in arithmetic with deep implications to elliptic curve theory is the problem of finding perfect squares that are sums of consecutive squares. The goal of this project was to use Elixir and the actor model to build a good solution to this problem that runs well on multi-core machines.
saifilmaknojia/Web-Scraping