GithubHelp home page GithubHelp logo

Samuel Roufaeil's Projects

fcfs-operating-system icon fcfs-operating-system

Batch processing is a technique in which an Operating System collects similar jobs together in a batch and then starts executing the batches sequentially, one job at a time. In a multi-programmed batch system, the CPU will never be idle. The Operating System keeps multiple jobs in the main memory, these are the jobs waiting to be executed. The Operating System will choose one of these jobs and begins execution. Once this job needs an I/O operation, the Operating System switches to another job. If several jobs are ready to run at the same time, then the Operating System chooses which one to run through the process of CPU Scheduling.

recommender-system icon recommender-system

A system that recommends products to users based on their previous purchases, current items in their carts, and most selling products was created using Haskell, a functional programming language.

rescue-simulation-game icon rescue-simulation-game

Created using Java to apply OOP techniques and the MVC model along with a basic GIU, Rescue Simulation is a game where users have to save as many as possible Citizens from occurring disasters.

the-helsinki-puzzle icon the-helsinki-puzzle

A puzzle solver algorithm created using Prolog, a logical programming language, to generate and solve a puzzle similar to the sudoku puzzle.

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.