HxnDev

HxnDev

👤 Developer

15 repositories on SrcLog

View on GitHub
15 Repos
143 Stars
49 Forks
143 Watchers

Repositories (15)

Virtual-Mouse-using-OpenCV HxnDev/Virtual-Mouse-using-OpenCV Python

In this project we will be using the live feed coming from the webcam to create a virtual mouse with complete functionalities.

57
Event-Management-System HxnDev/Event-Management-System Java

This is a fully functional Event Management System using JavaFx and MySQL. It is a one stop event booking service for clients where they can book their event with everything at one place. This app currently has Catering, Locations, Decor Vendors alongwith different Studios all at one place, You do not need to contact different people for different tasks. Everything is available on a single click.

30
Password-Cracker-using-Brute-Force-Algorithm HxnDev/Password-Cracker-using-Brute-Force-Algorithm C++

This was our Final Project for Distributed Computing. In this we had to create a distributed system that will use the Brute Force Algorithm to crack a password from the etc/shadows file of Ubuntu as all the passwords are stored there. We used OpenMP and MPICH for this implementation.

8
Consensus-Problem-using-OpenMP HxnDev/Consensus-Problem-using-OpenMP C++

In this task, we had to write a multi-threaded OpenMP program, that will solve the consensus problem. If all the slave (child) processes agree on a single decision, then the processes will terminate displaying consensus reached.

7
LeetCode-Solutions HxnDev/LeetCode-Solutions Java

This repository consists of solutions to various LeetCode questions. I have tried to add as many solutions in as many languages as possible. Feel free to contribute to this repository while following the contribution rules.

6
Virtual-Drag-And-Drop-Using-OpenCV HxnDev/Virtual-Drag-And-Drop-Using-OpenCV Python

In this project we will be using OpenCV to virtually drag a rectangle and drop it at a different location. It will be further used for Virtual Mouse.

5
Consensus-Problem-using-MPI HxnDev/Consensus-Problem-using-MPI C

In this task, we had to write a multi-threaded MPICH program, that will solve the consensus problem. If all the slave (child) processes agree on a single decision, then the processes will terminate displaying consensus reached.

4
Dependency-Analysis-and-Speedup HxnDev/Dependency-Analysis-and-Speedup C

In this task, we were given some code snippets and we had to calculate the Dependencies in the code and if resolveable, we needed to re-write the code to remove any sort of dependencies. Furthermore, we had to calculate the speedup graphs too.

4
Huffman-Encoding-Using-Binary-Trees HxnDev/Huffman-Encoding-Using-Binary-Trees C++

The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input we want to encode the most frequent symbols will take less space than they used to and the least frequent symbols will take more space but because they’re less frequent it won’t matter that much.

4
Snake-Game-Project HxnDev/Snake-Game-Project C++

Most of you have played a very interesting game “Snake” on your old Nokia phones (Black & White). In this project, I designed a 2D Snake Game in C++ with many additional functionalities.

4
Huffman-Data-Encryption HxnDev/Huffman-Data-Encryption C++

The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input, we want to encode the most frequent symbols will take less space than they used to and the least frequent symbols will take more space.

4
Chatbot-using-named-pipes HxnDev/Chatbot-using-named-pipes C++

In this, I have wrote the code such that two child processes can communicate with eachother using pipes and hence it works as a chatbot.

3
Infix-Postfix-Prefix-using-Stacks HxnDev/Infix-Postfix-Prefix-using-Stacks C++

In this assignment, we did conversions of expressions between infix, prefix and postfix

3
QR-Code-Generator HxnDev/QR-Code-Generator Python

In this project, we'll be using some libraries to instantly generate authentic QR Codes and export them in various formats

2
SQL-Queries-on-HR-Dataset HxnDev/SQL-Queries-on-HR-Dataset

This was our lab task in which we were asked to write various queries for Oracle MySql. All the queries have been tested on the HR Dataset.

2