Mayank Jasoria's repositories

MPI-Gaussian-Elimination

Solving a system of linear equations using Gaussian Elimination method, executed using OpenMPI

Compiler-Project

ERPLAG compiler source tree developed as part of the course CS F363: Compiler Construction, at BITS Pilani.

Language:CLicense:MITStargazers:1Issues:2Issues:0

Dynamo-Like-DB

Distributed key-value-pair based database inspired from Amazon DynamoDB

Language:JavaLicense:MITStargazers:1Issues:3Issues:5

MPI-Bubble-Sort

Bubble Sort using OpenMPI

Language:CStargazers:1Issues:1Issues:0

UDP-Selective-Repeat

File transfer system over the network using UDP selective repeat protocol.

Language:CLicense:MITStargazers:1Issues:1Issues:0

CKD-Analysis

Machine Learning Analysis on the UCI Machine Learning Dataset on CKD, to identify the smallest set of features needed for accurate classification

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

Hadoop-Spark-SQL

Project on for designing a system to execute a specific kind of INNER JOIN and GROUP BY SQL queries using Hadoop and Spark

Language:JavaLicense:MITStargazers:0Issues:2Issues:0

BarberShopProblem

Solution for the barber store with limited seats problem using multithreading.

Language:JavaStargazers:0Issues:0Issues:0

BuildWaterMolecule

Simulates creation of a water molecule by a machine that accepts exactly 2 hydrogen atoms and one oxygen atom. Atoms are modelled as threads.

Language:JavaStargazers:0Issues:0Issues:0

ExecutorService

Multithreading practice project to implement an ExecutorService.

Language:JavaStargazers:0Issues:1Issues:0

First-N-Perfect-Numbers

Given a value of 'n', computes the first 'n' perfect numbers, using pthreads

Language:CLicense:MITStargazers:0Issues:1Issues:0

FutureTaskImplementation

Simple, minimal implementation of FutureTask.

Language:JavaStargazers:0Issues:0Issues:0

GitHubGraduation-2021

Join the GitHub Graduation Yearbook and "walk the stage" on June 5.

Language:JavaScriptStargazers:0Issues:0Issues:0

KNN-Hadoop

KNN using Hadoop on given data to label unknown records

Language:ScilabLicense:MITStargazers:0Issues:1Issues:0

LinearizeAsyncExecutor

Linearise an async executor class.

Language:JavaStargazers:0Issues:1Issues:0

MatrixMultiplication

Perform matrix multiplication using a thread pool for parallelization, and compute the speedup and efficiency against a serial exection of the same task.

Language:JavaStargazers:0Issues:1Issues:0

MergeSort

Implementation of parallel merge sort, and computation of speedup and efficiency against the sequential merge sort.

Language:JavaStargazers:0Issues:1Issues:0

mslearn-tailspin-spacegame-web

Code used in Microsoft Learn modules to support Azure DevOps

Language:HTMLLicense:CC-BY-4.0Stargazers:0Issues:0Issues:0

MultithreadedFizzBuzz

Multithreaded fizz buzz problem.

Language:JavaStargazers:0Issues:1Issues:0

MultithreadedFooBar

Print "Foo" and "Bar" alternately using wait() notify().

Language:JavaStargazers:0Issues:1Issues:0

MultithreadedPrintNumberSeries

Print number series 01020304...0n using multithreaded approach.

Language:JavaStargazers:0Issues:1Issues:0

OrderedPrinting

Ordered Printing implementation using wait() notify().

Language:JavaStargazers:0Issues:0Issues:0

ProducerConsumerProblem

Solution of the producer consumer problem using monitor based blocking queue and semaphore based blocking queue.

Language:JavaStargazers:0Issues:1Issues:0

ReadWriteLock

ReadWriteLock implementation suing monitor with wait(), notify(), notifyAll().

Language:JavaStargazers:0Issues:1Issues:0

Ring-All-To-All

MPI based code that simulates an all-to-all-personalized broadcast communication among nodes arranged in a ring topology

Language:CLicense:MITStargazers:0Issues:0Issues:0

SYN-Flood

A sample web client built using Linux Raw Sockets, which sends TCP SYN packets to servers but does not send ACK

Language:CLicense:MITStargazers:0Issues:1Issues:0

ThreadBarrier

Implementation of a CyclicBarrier using wait() and notifyAll()

Language:JavaStargazers:0Issues:1Issues:0

ThreadSafeDeferredCallback

Thread-safe Deferred Callback execution using a monitor with wait(), notify().

Language:JavaStargazers:0Issues:0Issues:0

UberRideProblem

Solution of the Uber Ride Problem with Multithreading

Language:JavaStargazers:0Issues:1Issues:0

UnisexBathroomProblem

Solution to the Unisex bathroom problem using multithreading.

Language:JavaStargazers:0Issues:1Issues:0