Nada_Nasser's repositories

Online-Text-Editor

Java Socket programming project that allows users to use the same text editor and share any edit with other clients concurrently if they connect to the same server

Language:JavaStargazers:3Issues:2Issues:0

CPU-Schedulers-Simulator

Software project that simulates (Shortest- Job First (SJF), Shortest- Remaining Time First (SRTF) Scheduling, Non-preemptive Priority Scheduling, AG Scheduling) schedulers

Language:JavaStargazers:2Issues:2Issues:0

Flight-Reservation-System

Database project - Database Flight reservation system that stores details about an airline's passengers, flights, and seat bookings.

Language:C#Stargazers:2Issues:2Issues:0

Biological-Data-classes

this project contains Template and non Template classes to be able to represent Biological Data (DNA, RNA, Protein, Codons ) using Template dynamic arrays and convert between them and also you can do some operations on this dataTypes

Language:C++Stargazers:1Issues:0Issues:0

Calender

a c++ program using OOP features , make user be able to build his time table or a calendar using c++

Language:C++Stargazers:1Issues:0Issues:0

Command-Line-Interpreter

An operating system interfaces with a user through a Command Line Interpreter (CLI). A CLI is a software module capable of interpreting textual commands coming either from the user’s keyboard or from a script file. A CLI is often referred to as a shell

Language:JavaStargazers:0Issues:2Issues:0

AI-Game

"Numbers Game" Using Alpha-Beta Algorithm. The game aims to get the highest score, given the maximum number of movements and the minimal score could be achieved.

Language:PythonStargazers:0Issues:2Issues:0
Language:C++Stargazers:0Issues:2Issues:0

C-Complex-Numbers-class

Class that allow to declare variables of type complex and do some operations using it.

Language:C++Stargazers:0Issues:2Issues:0
Language:C++Stargazers:0Issues:2Issues:0
Language:JavaStargazers:0Issues:1Issues:0

Gray-and-Colored-Photo-Editor

This project can apply different filters (invert image colors, Merge images, shrink, Enlarge, rotate…etc.) to a given gray or colored bit map image of size 256 x 256.

Language:C++Stargazers:0Issues:2Issues:0

Matrices-class

This class allows c++ to declare an object that can store a matrix and do some operations on it.

Language:C++Stargazers:0Issues:2Issues:0

Problem-Solving

Some problems answers from codeforces

Language:C++Stargazers:0Issues:2Issues:0
Language:RLicense:MITStargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:2Issues:0

Social-Network-API

back-end API that can manage interactions between users, create and manage groups and pages, manage different types of posts and retrieve current posts in a specific hashtag and sort these posts according to the most important post.

Language:JavaStargazers:0Issues:2Issues:0

Sub-strings-using-recursion

this code is to print the sub of any English word , but this sub is also an English word

Language:C++Stargazers:0Issues:2Issues:0

weather-prediction

Weather prediction using Sliding Window Algorithm

Language:JavaStargazers:0Issues:1Issues:0