Pinned Repositories
Adding_stake_to_colloseum_Blockchain
Colloseum is a protocol by which proof-of-win is used to select nodes that will propose blocks in Blockchain
genomicsbench_palisade
Harmonia_for_B_plus_trees
Harmonia is an algorithm that allows for the implementation of operations on B+ trees using parallelization. As a part of my GPU project, I implemented the Harmonia paper published in 2019 in CUDA.
Make_HTTP_Proxy
Proxy takes multiple client connections; recognises GET method, and after parsing URL and converting to relative URL, sends data back to client
ML_Programming_Assgn_2_
Has python implementation of Logistic Regression, SVM, Decision Trees, Random Forest Classifier
Print_Tweets_of_last_10_minutes_of_NY_and_CA
This repo has the code for a project we got in our Cloud Computing Course at the Department of Computer Science at IIT Madras. It has code for spinning 2 ec2 instances on Amazon Cloud, detect tweets on Corona coming from NY and CA for the last 10 minutes; feed these tweets to a kafka producer; apply Spark Streaming on these tweets; run the FP-Growth Algorithm on this streamed data; make an online interface having buttons for choosing CA or NY; and printing the most frequent words and number of tweets in the tweets of that respective state selected
RC4-implementation
Simulated the behaviour of RC4 encryption algorithm and coded in Python
Rectilinear_Steiner_Tree_Construction
Implement a paper that constructs Rectilinear Steiner tree for the given points in plane. Got better time complexity than authors.
JustKshitijD's Repositories
JustKshitijD/Harmonia_for_B_plus_trees
Harmonia is an algorithm that allows for the implementation of operations on B+ trees using parallelization. As a part of my GPU project, I implemented the Harmonia paper published in 2019 in CUDA.
JustKshitijD/Adding_stake_to_colloseum_Blockchain
Colloseum is a protocol by which proof-of-win is used to select nodes that will propose blocks in Blockchain
JustKshitijD/genomicsbench_palisade
JustKshitijD/Make_HTTP_Proxy
Proxy takes multiple client connections; recognises GET method, and after parsing URL and converting to relative URL, sends data back to client
JustKshitijD/ML_Programming_Assgn_2_
Has python implementation of Logistic Regression, SVM, Decision Trees, Random Forest Classifier
JustKshitijD/Print_Tweets_of_last_10_minutes_of_NY_and_CA
This repo has the code for a project we got in our Cloud Computing Course at the Department of Computer Science at IIT Madras. It has code for spinning 2 ec2 instances on Amazon Cloud, detect tweets on Corona coming from NY and CA for the last 10 minutes; feed these tweets to a kafka producer; apply Spark Streaming on these tweets; run the FP-Growth Algorithm on this streamed data; make an online interface having buttons for choosing CA or NY; and printing the most frequent words and number of tweets in the tweets of that respective state selected
JustKshitijD/RC4-implementation
Simulated the behaviour of RC4 encryption algorithm and coded in Python
JustKshitijD/Rectilinear_Steiner_Tree_Construction
Implement a paper that constructs Rectilinear Steiner tree for the given points in plane. Got better time complexity than authors.
JustKshitijD/awesome-for-beginners
A list of awesome beginners-friendly projects.
JustKshitijD/Banded_Smith_Waterman_BGV
JustKshitijD/Client_server_program_on_AWS_to_detect_response_time_as_rate_of_requests_varied
Make 10-100000 requests per seconds from client to server on AWS, and for each request, calculate response time.
JustKshitijD/Client_server_program_to_find_respnse_time_of_each_request_on_AWS
Client and server are running on AWS and client makes 10-100000 requests per second to server on AWS.
JustKshitijD/Encryption-and-Authentication-using-OpenSSL
Simulated confidentiality and authentication of messages from sender to receiver using AES, DES for encryption and SHA as hash algorithm
JustKshitijD/Find_if_employee_will_leave_company
Based on some features such as Comments made by employee, people supporting him, his last comment data, his company; predict whether he will leave company.
JustKshitijD/genomicsbench
JustKshitijD/genomicsbench_benchmarks
JustKshitijD/Git_first
trying git
JustKshitijD/GNS3
Make virtual router networks in GNS3 using OSPF and RIP protocols
JustKshitijD/Go_Back_N_and_Selective_Repeat_Protocol_Simulation
SImulate these 2 protocols via sender and receiver python codes
JustKshitijD/HacktoberFestContribute
Contribute codes on Data Structures and Algorithms. #HacktoberFest
JustKshitijD/Image_deblurring_and_super_resolution
JustKshitijD/inference
Reference implementations of inference benchmarks
JustKshitijD/KDC-key-distribution-simulation-for-symmetric-algorithm-use
JustKshitijD/ML_Programming_Assgn_1_
Bias-Variance Analysis in a specific case, Implement Naive Bayes Classifier.
JustKshitijD/NetCAT-
A paper presentation with slides and video of NetCAT, a way to detect keystrokes in machine by exploiting the optimization of Intel processors to use LLC cache instead of full RAM access
JustKshitijD/ProgrammingHub
For the benefit of programmers.
JustKshitijD/Run-_ALS_and_FP_growth_of_Spark_mllib
On ALS.txt, run MovieLens ALS algorithms, which will need scala's sbt. On FP_Part-1.csv and FP_Part-2.csv, run FP Growth algorithm. In ALS, the number of iterations and regularization parameter are fine-tuned to minimize error.
JustKshitijD/Simulate_firewall
Firewall simulation to allow only specific packets through
JustKshitijD/SSH_client_server_simulation
Establish a remote SSH client on a server via client
JustKshitijD/Tensorflow_to_Train_Neural_Network_using_GPU_CPU_TPU_in_Colab