Pinned Repositories
and_p_qhypervisor
hypervisor android p device configurations
BaniSwvl
an application that helps users to communicate with car drivers to transport users to any area.
Books_CRUD
A CRUD books management system using DotNet Core and MongoDB
coding-interview-university
A complete computer science study plan to become a software engineer.
Command-Line-Interpreter-CLI-
A Command Line Interpreter (CLI) for your operating system.
Data-Structures-CS214--Social-networking-project---2021
Introduction: me and my friends are building a smart social networking system. we need to build strong features. One of the most critical parts of this system is user manager, and we decided to develop it. Problem Statement: You are required to implement the user manager for your system. This is a program that keeps track of all user information (profile, friends, ..). You can also quickly reach a user through search.
GoFo
GoFo is a project that connects players and playground owners together so that player can rent playgrounds online without any trouble and playground owners can benefit by renting their playgrounds to the players
lz77-compression-Algorithm
Lossless Lempel Ziv 77 data compresion Algorithm.
Standard-Huffman-algorithm
Huffman coding is a lossless data compression algorithm. The idea is to assign variable-length codes to input characters, lengths of the assigned codes are based on the frequencies of corresponding characters. The most frequent character gets the smallest code and the least frequent character gets the largest code.
Student-Registration-System-comp-1
Containerized Student Registration System with CI/CD Integration using Java and Docker.
PeterIsaacc's Repositories
PeterIsaacc/BaniSwvl
an application that helps users to communicate with car drivers to transport users to any area.
PeterIsaacc/Data-Structures-CS214--Social-networking-project---2021
Introduction: me and my friends are building a smart social networking system. we need to build strong features. One of the most critical parts of this system is user manager, and we decided to develop it. Problem Statement: You are required to implement the user manager for your system. This is a program that keeps track of all user information (profile, friends, ..). You can also quickly reach a user through search.
PeterIsaacc/GoFo
GoFo is a project that connects players and playground owners together so that player can rent playgrounds online without any trouble and playground owners can benefit by renting their playgrounds to the players
PeterIsaacc/Standard-Huffman-algorithm
Huffman coding is a lossless data compression algorithm. The idea is to assign variable-length codes to input characters, lengths of the assigned codes are based on the frequencies of corresponding characters. The most frequent character gets the smallest code and the least frequent character gets the largest code.
PeterIsaacc/and_p_qhypervisor
hypervisor android p device configurations
PeterIsaacc/Books_CRUD
A CRUD books management system using DotNet Core and MongoDB
PeterIsaacc/coding-interview-university
A complete computer science study plan to become a software engineer.
PeterIsaacc/Command-Line-Interpreter-CLI-
A Command Line Interpreter (CLI) for your operating system.
PeterIsaacc/CPU-Scheduler-Simulator-
CPU scheduling algorithms simulator and visualizer using Java.
PeterIsaacc/Java-Synchronization
It is required to simulate a limited number of devices connected to a router’s Wi-Fi using Java threading and semaphore. Routers can be designed to limit the number of open connections. For example, a Router may wish to have only N connections at any point in time. As soon as N connections are made, the Router will not accept other incoming connections until an existing connection is released. Explain how semaphores can be used by a Router to limit the number of concurrent connections.
PeterIsaacc/lz77-compression-Algorithm
Lossless Lempel Ziv 77 data compresion Algorithm.
PeterIsaacc/PeterE-hub
Config files for my GitHub profile.
PeterIsaacc/Student-Registration-System-comp-1
Containerized Student Registration System with CI/CD Integration using Java and Docker.
PeterIsaacc/DotNet-CodeTest
A Simple Students CRUD Web App
PeterIsaacc/School-Management-System
PeterIsaacc/Student-Registration-System-comp-2
second component of a software application for student registration, which provides statistics related to student registration.
PeterIsaacc/TCP-Chat-Room
Chat room through TCP network using Java.