Git Product home page Git Product logo

Mohamed Raafat Saleh's Projects

8-puzzle icon 8-puzzle

The program is implemented in Java to solve 8-Puzzle using Informed and Uninformed Search Algorithms like (BFS, DFS & A*). The solver is supported with nice GUI to view the steps of reaching the goal state from the initial state.

chess_game icon chess_game

Simple 2-player console chess game 8 by 8 grid implemented in C. It supports vali- dations of the wrong moves, checkmates, promotion and stalemate. Also it supports Undo/Redo facility.

data-structures-in-c icon data-structures-in-c

This project includes implementation of basic data structures written in C language. Singly linked list is implemented and support the basic operations done on the list and also Hash-table is implemented using arrays and the linked list (implemented in the project) to resolve collision of hashed keys.

dynamic-memory-allocator icon dynamic-memory-allocator

Dynamic memory allocator project to implement malloc and free functions in C to perform like the built-int functions in malloc Package of C. Hint: The base code for this project is taken from Computer Systems_ A Programmer's Perspective by Randal E. Bryant, David R. O'Hallaron

hajj-assistant icon hajj-assistant

Smart assistant similar to Google assistant is designed us- ing Google DialogFlow NLP Engine to help Muslims during their pilgrimage (Hajj) journey. I participated with this ap- plication in Hajj Hackathon 2018. The back-end is Nodejs and DialogFlow.

landing-page icon landing-page

This Project is a front-end implementation of a website landing page using HTML and CSS.

linux-shell icon linux-shell

Implementation of Linux shell in C which support exeution of most of Linux shell commands.

maze-solver-using-rl icon maze-solver-using-rl

Implemented in Python. It generates a random maze that has a solution and two Reinforcement Learning algorithms (Policy Iteration & Value Iteration) are used to solve the maze to give the shortest path as the program output.

pintos icon pintos

Implementation of the operating system named PintOS which is a project from Stan- ford university. It consists of 3 projects for implementing Threads, timer interrupt, priority schedulers, UI to run user programs and system calls.

replicated-distributed-file-system icon replicated-distributed-file-system

The system consists of one main server (master) and, data will be replicated on multiple replicaServers. This file system allows its concurrent users to perform transactions, while guaranteeing ACID properties.

risk icon risk

Simple implementation for the game in Python with options to play with Smart Agents (Computer Side). There are multiple types of smart agents implemented for example (passive, aggressive, pacifist and greedy agents) to compare their performance and intelligence. The game has a nice GUI that enables the players to play the game.

rock-paper-scissors icon rock-paper-scissors

This is simple Javascript implementation of the the classical Rock, Paper, Scissors game.

sic-assembler icon sic-assembler

The assembler reads the source SIC Machine assembly program and generates the object program and the listing file. Implemented in Java

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.