An open API service providing repository metadata for many open source software ecosystems.

Topic: "scheduling-algorithms"

josefdc/Algoritmos-Despacho

Implementación de algoritmos de planificación de procesos (FIFO, SJF, Prioridad) con GUI en PyQt5 y análisis usando OpenAI GPT.

Language: Python - Size: 117 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

RyanTomich/photonic_compiler

compilation with optimization and code generation that can take neural network inference requests and divide the load between classical hardware and novel photonic hardware.

Language: Jupyter Notebook - Size: 204 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 3 - Forks: 0

AliAmini93/WSN-Scheduling-with-Reinforcement-Learning

Developed a reinforcement learning framework using Deep Q-Networks (DQN) to optimize scheduling in Wireless Sensor Networks (WSN), enhancing energy efficiency and state estimation through a custom simulation environment.

Language: Jupyter Notebook - Size: 3.96 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 3 - Forks: 0

MdRaihanSobhan/CSE-314-Operating-System-Sessional

CSE 314: Operating System Sessional | CSE, BUET | Batch 2019

Language: Roff - Size: 13.9 MB - Last synced at: 22 days ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0

TahaRostami/Harif

My B.Sc project (Harif): Design and Implementation of a graph-based automatic course-selection system that recommends schedules based on student’s preferences

Language: HTML - Size: 76.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Al-Taie/osSchedulingAlgorithms

CPU Scheduling Algorithms in Operating Systems

Language: Python - Size: 137 KB - Last synced at: 26 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

AbdelrahmanHamdyy/OS-Scheduler

📢 A CPU scheduler that determines an order for the execution of its scheduled processes. Operating System Scheduler decides which process will run according to a certain data structure that keeps track of the processes in the system and their status.

Language: C - Size: 667 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

dingavinga1/os-kernel-c

A multi-threaded implementation of an operating system kernel with options for 4 different scheduling algorithms.

Language: C++ - Size: 25.4 KB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 2

ZiadSheriif/Mini-OS

Mini OS is a simulation of an OS scheduler and memory manager using different scheduling algorithms including Highest Priority First (non-preemptive), Shortest Remaining Time Next, and Round Robin.

Language: C - Size: 3.53 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

feldroop/static_task_scheduling

Implementations of different static task scheduling algorithms to evaluate a proposed MILP based model for this problem.

Language: C++ - Size: 219 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

Neville-Loh/distributed-system-scheduler

A branch-and-bound, and A* type algorithm that solves the NP Hard Scheduling problem with the highest possible performance

Language: Java - Size: 811 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 2

nikunjpansari/Operating-Systems_Lab_CS_314

Operating Systems

Language: C - Size: 1.85 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

JameDodgers/cpu-scheduler

This project consists of a visual simulation built with React Native and Expo CLI on how different scheduling algorithms works. The application was developed for the Operating Systems course of the Computer Science program at UFBA (Federal University of Bahia).

Language: JavaScript - Size: 61.7 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

karthik0309/react-scheduling-simulator

A tool to simulate and understand operating system concepts

Language: TypeScript - Size: 1.02 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

online6731/EDF-Scheduling

EDF Scheduling in RTOS

Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

priyanks25coder/Scheduling-Algorithms-Implementation

Implementation of OS Scheduling Algorithms using webpages.

Language: JavaScript - Size: 410 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

sajadafaghiy/Scheduling-Algorithms

CPU Scheduling Algorithms Simulator

Language: C# - Size: 111 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

abefuerte/Production-Management

Single Machine Scheduling algorithms: Shortest Processing Time (SPT), Earliest Due Date (EDD), Moore´s Algorithm. These 3 algorithms will minimise Mean Waiting Time, Maximum Tardiness and Number of Late Jobs, respectively.

Language: Jupyter Notebook - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

vocheretnyi/genetic-schedule

Using genetic algorithm for lecturing schedule optimization

Language: C++ - Size: 233 KB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

chawki27000/retina-sim-old

Real-Time Network-on-chip Analysis and Simulation

Language: Java - Size: 284 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

adityachavan198/Job-Scheduling-Shortest-job-first-preemptive-python-code

Python code for the scheduling algorithm used in operating systems shortest-remaining-time-first code in python

Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 6

J4NN0/examination-timetabling

Timetabling Problem

Language: C - Size: 1.09 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

gentisaliu/lab-system-architecture

Java implementation of assignments from the "System Architecture" lab held at the University of Karlsruhe during Summer Term 2007.

Language: Java - Size: 208 KB - Last synced at: 7 months ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

Haydart/GeneticResourceScheduler

A project using a combination of genetic algorithm and greedy approaches in order to find best project schedule for defined problem constraints

Language: Java - Size: 499 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 1

lmmx/polars-scheduler

Schedule recurring events with constraints

Language: Rust - Size: 139 KB - Last synced at: 5 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

Aryan-Darji-07/CPU-Scheduling

The CPU Scheduling Simulator is a web-based application designed to help users understand and compare different CPU scheduling algorithms. With an intuitive user interface, users can input the arrival times and burst times of processes and select from various scheduling algorithms to see how each one handles task execution.

Language: JavaScript - Size: 20.5 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

matbagnoletti/JobSchedulerJS

Progetto JavaScript che ha come obiettivo quello di simulare la gestione dei processi da parte della CPU secondo i diversi algoritmi di scheduling, evidenziandone le differenze.

Language: CSS - Size: 1.72 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

dhruvil1808/Operating-Systems

Algorithms related to Operating System Design in c.

Language: C - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

dennis0324/cpu-Scheduler-Simulator

Language: TypeScript - Size: 5.44 MB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

jaywyawhare/4th-Semester-Coding

This GitHub repository is a collection of resources and code examples covering topics such as database management systems, operating systems, and web technologies.

Language: HTML - Size: 3.7 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

eyip002/LetSynchronise 📦

Interactive simulator for LET systems

Language: JavaScript - Size: 8.03 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

aslanpour/PiAgent

Self Adaptive Edge Platform

Language: Python - Size: 140 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

nikam24/Operating-System-Practical-Implementation-of-Multithreading-Scheduling-Algorithms-Semaphore-etc.

This repository will contain all the practical implementation of knowledge I got to learn from the subject : Operating System

Language: C - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ZhuangweiKang/RESTfulSwarm

An environment for core simulation based on Docker Swarm.

Language: Python - Size: 94 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

ANIRUDH-VADERA/OS

Important OS Codes and Concepts(Sorted)

Language: C - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 3

awesome-schedule/awesome-schedule.github.io

The website built from the plannable repo

Language: JavaScript - Size: 39 MB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Ahmed-Ibrahim-30/Disk_Scheduling_Algorithms Fork of SamaaKhalifa/Disk_Scheduling_Algorithms

Disk_Scheduling_Algorithms by using GUI in Java

Language: Java - Size: 325 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

rishitsaiya/CS314-OS-Lab

Operating Systems Lab Course (CS 314), IIT Dharwad

Language: C - Size: 6.64 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 6

NamanAgarwal18/Cloudsim_SchedulingProgram

Task scheduling using Weighted Active Monitoring Load Distribution technique.

Language: Java - Size: 3.39 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

Candida18/Operating-System

Language: C - Size: 54.7 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

jackshendrikov/cpu-scheduling

Implementation of Round Robin and PSJF scheduling algorithms for a single-processor system.

Language: Java - Size: 1.22 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

rishiraj824/scheduling

Scheduling Algorithm with CSV as an input

Language: Jupyter Notebook - Size: 129 KB - Last synced at: 27 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

KowalskiThomas/OpenShop-CPP

A C++ implementation of my new optimisation method for open-shop scheduling with arbitrary constraints

Language: C++ - Size: 36.1 KB - Last synced at: 4 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

KowalskiThomas/OpenShopScheduling

A new optimisation method for open-shop scheduling with arbitrary constraints based on simulated annealing and genetic algorithms

Language: Python - Size: 13.7 KB - Last synced at: 4 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 4

Ajinkya-W/CPU-scheduling-Algorithms

Simulating CPU scheduling algorithms.

Language: Java - Size: 25.4 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

danilodsa/SimPro

Simulador de escalonamento de processos

Language: HTML - Size: 843 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

dileep-kishore/CombOpt.jl

Combinatorial Optimization and Graph Algorithms in Julia

Language: Julia - Size: 1.07 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

shriyamverma/Jackpot

In this project I have solved a process scheduling problem using Round Robin Algorithm with a lil twist.

Language: C++ - Size: 453 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 8

zjiayao/Pamuretas

Parallel Multiple-Dependency Resource-Critical Task Scheduling

Language: C - Size: 11.9 MB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

robotenique/OSdevelopment

:closed_lock_with_key: Projects related to multithreading, process scheduling algorithms and memory management

Language: C - Size: 8.56 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

mahsa71/hadoop3.1

It's a modified version of hadoop yarn resource manager. It has a new fair(drf) scheduling + simulated annealing policy that has been added to the package. visit below for more information.

Language: Java - Size: 1.87 MB - Last synced at: 8 days ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

lioncruise/cluster-mocker

A scheduling simulator based on Kubernetes.

Language: Java - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 2

sjkillen/mlfq-viz 📦

A visualization of the multilevel feedback queue scheduling algorithm

Language: JavaScript - Size: 4.44 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 2

PadmajaVB/Virtual-Machine-allocation-using-WISWCS

Here is the code for efficient VM allocation using WISWCS.

Language: Java - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 5

galinaalperovich/PESP

PESP is a Periodic Timetable combinatorial optimization problem. This project considers PESP of different sizes with Branch and Bound and Genetic algorithm.

Language: Python - Size: 434 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 2

thomas636b/Johnson-HRNG

Johnson-Nyquist Noise Based Multi-Purpose Hardware Random Number Generator

Size: 1.95 KB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 1 - Forks: 0

GabroveanuRazvan/Web-Server-Communication-Flow-Scheduling

Sctp based Rust web server

Language: HTML - Size: 1.07 GB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

Tjempo/LeastSlack

Least Slack - OSM Software

Language: C++ - Size: 2.14 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

pmourey/tennis

A web application for managing tennis club operations, team championships, and player management. Built with Python, this application helps tennis clubs:

Language: Python - Size: 5.31 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

infradragon/tuned-ppd-sched_ext

Config files and scripts to integrate sched_ext (lavd, in this case) with tuned power profiles daemon

Language: Shell - Size: 12.7 KB - Last synced at: 4 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

engineeringduration/Operating-System-Lab

💻 OS Lab Programs in C | CPU Scheduling, Memory Management, IPC, Deadlocks | Well-documented & beginner-friendly

Language: C - Size: 789 KB - Last synced at: 27 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

UFFeScience/cyclops

A workflow scheduling approach

Language: Jupyter Notebook - Size: 67.3 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

zukardex/Johnson-HRNG

Johnson-Nyquist Noise Based Multi-Purpose Hardware Random Number Generator

Language: Python - Size: 8.01 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ahmedrafat-SW/Java-Multithreading-Concurrency-Parallel-programming

Java Multi-threading, Concurrency & Parallel programming in Java, with strong emphasis on high performance

Language: Java - Size: 3.93 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

MingCHEN-Github/TraDE

TraDE: Network and Traffic-aware Adaptive Scheduling for Microservices Under Dynamics

Language: Jupyter Notebook - Size: 131 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

SRP4214/Algo-Scheduler

Algo-Schedular is an interactive web application built with Python and Streamlit to visualize and simulate CPU scheduling algorithms, including: First-Come, First-Served (FCFS) Shortest Job First (SJF) Round Robin (RR) Shortest Remaining Time First (SRTF) Features: Dynamic Gantt chart visualization and tabular repesentation.

Language: Python - Size: 320 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Harshitv21/Scheduling-Algorithm-Solver

Scheduling algorithm solver for various algorithms in Operating System like FCFS, Shortest job first, SRTF and Round Robin.

Language: JavaScript - Size: 182 KB - Last synced at: 4 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

lucaballotta/vrem-fl

Code of algorithms and simulations in article "VREM-FL: Mobility-Aware Computation-Scheduling Co-Design for Vehicular Federated Learning," IEEE TVT 2024.

Language: Python - Size: 2.56 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 1

HamzaZaidiX/Calculator-By-CPU-Scheduling-Algorithms

This is my University Operating System Project Completely Made of Java Swing, Some XML and other also checkout the Project Reports

Size: 621 KB - Last synced at: 28 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

barannmeisterr/Pediatric-Endocrinology-Clinic-Time-Table-Scheduling-System

This java swing gui project is a comprehensive scheduling system for a Pediatric Endocrinology Clinic. It uses Directed Graph data structure to efficiently model the complex relationships and constraints between doctors and their shifts. The system ensures that all constraints related to doctor-shift assignments are respected generates timetable.

Language: Java - Size: 73 MB - Last synced at: 7 days ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

ShubhRanpara/CPU-Scheduler

This repository contains my term assignment of OS. The purpose of this project is to understand and get hands-on practice of the CPU scheduling algorithms.

Language: C - Size: 2.31 MB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

JakinRogel/Operating-Systems-Fundamentals

This repository is a comprehensive resource for learning the fundamental concepts and principles of operating systems. It is designed to support a structured course that covers a wide range of topics essential for understanding how operating systems function, interact with hardware, and manage software applications.

Language: C - Size: 97.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Md-Emon-Hasan/C-Progamming

A repository containing examples, and projects to help learn and practice C programming concepts and techniques.

Language: C - Size: 94.2 MB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

tz01x/schedule-generator-forEWU

generate all the possibile schedule/routine for namber of courses in ewu

Language: JavaScript - Size: 3.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

root39293/os-cpu-scheduling

implement CPU scheduling algorithm using Python

Language: Python - Size: 51.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

drone076/prostosmena.ru

Онлайн расчет графика работы 2/2. График смен.

Size: 1.95 KB - Last synced at: 16 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

kj-grogu/AOS_CSEN383_Projects

These projects are course assignment projects done for Advanced Operating System, done mainly in c and java

Language: C - Size: 1.78 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

LeonSering/bwinf_career_information_day_scheduling

Submission of the second round of the German National Competition in Computer Science in 2007/2008.

Language: C++ - Size: 1.93 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ks1990cn/RailwayRakeScheduler

Smart India Hackathon 2023, Ministry of Coal

Language: C# - Size: 41 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

MathRPG/ispd-plugin Fork of gspd-unesp/ispd

iSPD, re-structured to follow a plugin architecture (also known as a microkernel architecture)

Language: Java - Size: 8.84 MB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

SiNa88/PROS Fork of zahranajaf/PROS

Language: Python - Size: 33.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

roblox-codex/Operating-System

Programs of OS

Language: C++ - Size: 47.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Francesco601/Advanced-Topics-in-C

A repository for programs that illustrate concepts in C programming

Language: C - Size: 84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

CGreenP/Comparative-analysis-of-all-Preemptive-Scheduling

Comparative analysis of Round Robin, Preemptive SJF & Preemptive Priority scheduling in C using graphics.h.

Language: C++ - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

nagalil-hanoj-hteal3/CS433

Operating Systems

Language: C++ - Size: 21.9 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

zaqbez39me/OS-Course

This repository contains solutions to the labs of the Innopolis Operating Systems (OS) course.

Language: C - Size: 2.75 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Szymon423/Nurses_Scheduler

My Masters Thesis

Language: C# - Size: 276 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

bedre7/dispatcher-shell

Process dispatcher shell executing processes based on their priority and arrival time using Multilevel Feedback Queue and FCFS Real Time Queue.

Language: Java - Size: 379 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

Fadilahn/Scheduling-Algorithms-Simulation

Scheduling Algorithms: 1. FCFS (First Come First Served) 2. SJF (Shortest Job First) 3. SRT (Shortest Remaining Time) 4. Priority Non-Preemptive 5. Priority Preemptive 6. RR (Round Robin)

Language: Python - Size: 317 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

sjjdfrz/elevator-scheduling

Implementation of the scheduling algorithm for a 15-story building with three elevators.

Language: Python - Size: 3.38 MB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

yousefkotp/CPU-Scheduling-Algorithms

An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT), Highest Response Ratio Next (HRRN), Feedback (FB) and Aging.

Language: C++ - Size: 443 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

asmaaadel0/Operating_System_Scheduler

An Operating System scheduler schedule processes using three algorithms Non-preemptive, Round Robin (RR), Highest Priority First (HPF) and Shortest Remaining time Next (SRTN), and handle memory allocation using buddy memory allocation system

Language: C - Size: 501 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Aczy156/os-scheduling

A basic Vue demo

Language: Vue - Size: 348 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

LoicKonan/Operating-Systems

Introduction to Operating Systems.

Language: C - Size: 930 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Etesam913/ParVarys

⚡️ A parallel implemention of the Varys algorithm coded in Haskell.

Language: Haskell - Size: 1020 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Arjunkhera/lab-experiments

This repository contains codes for all the Undergraduate Labs for I.T branch : N.S.U.T

Language: Jupyter Notebook - Size: 154 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 4

tuankietcoderr/Scheduling_Algorithms

A web can help you calculate scheduling algorithms of computer engineering.

Language: JavaScript - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Emmanuel-Innocent/Round_Robin_Arbiter

This is the design of a work-conserving Round Robin Arbiter, with four (4) request queues. This was implemented on an FPGA(DE10-Lite).

Language: Verilog - Size: 255 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

mohammadtavakoli78/xv6

This is final project of operating system which is modifying xv6 operating system's source code

Language: C - Size: 107 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Abd-ELrahmanHamza/OScheduler

A CPU scheduler determines an order for the execution of its scheduled processes. using three algorithms Non-preemptive Highest Priority First (HPF) Shortest Remaining time Next (SRTN) & Round Robin (RR) and include memory allocation capabilities using the buddy memory allocation system

Language: C - Size: 3.53 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Related Topics
operating-system 106 scheduling 69 round-robin 64 operating-systems 61 scheduler 50 c 43 python 39 java 37 os 36 cpu-scheduling 36 fcfs 27 fcfs-scheduling 27 cpp 25 algorithms 25 sjf-scheduling 25 scheduling-simulator 23 priority-scheduling 23 genetic-algorithm 22 round-robin-scheduler 19 memory-management 19 sjf 18 python3 16 multithreading 16 shortest-job-first 16 threads 16 algorithm 16 linux 16 cpu 15 simulation 14 simulator 13 optimization 13 first-come-first-serve 12 memory-allocation 12 optimization-algorithms 11 disk-scheduling 10 process 10 synchronization 10 scheduling-problem 10 cpu-scheduling-algorithms 10 bankers-algorithm 9 deadlock 9 real-time 9 operations-research 8 ai 8 shell-script 8 srtf 8 scheduled-tasks 8 javascript 8 gantt-chart 7 constraint-programming 7 page-replacement-algorithm 7 c-programming 7 shortest-remaining-time-first 7 xv6 7 simulated-annealing 7 scheduled-jobs 7 artificial-intelligence 7 embedded-systems 7 bash 6 fcfs-process-scheduling 6 cpu-scheduling-simulator 6 gui 6 schedule 6 reactjs 6 xv6-os 6 rtos 6 reinforcement-learning 6 threading 6 filesystem 6 kernel 6 semaphores 6 fifo 6 semaphore 6 rr 5 page-replacement 5 heuristics 5 paging 5 csharp 5 ipc 5 processes 5 producer-consumer 5 algorithms-and-data-structures 5 deadlock-avoidance 5 or-tools 5 data-structures 5 priority 5 react 5 multilevel-feedback-queue 5 srtf-scheduling 5 parallel-computing 5 arduino 5 rr-scheduling 5 machine-learning 5 preemptive 5 concurrency 5 mutex-synchronisation 4 round-robin-scheduling 4 sjf-algorithm 4 bash-script 4 combinatorial-optimization 4