Topic: "process-scheduling"
hamadmarri/TT-CPU-Scheduler 📦
Task Type (TT) is an alternative CPU Scheduler for linux.
Language: Shell - Size: 434 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 108 - Forks: 12

codophobia/process-scheduling-algorithms
Program for scheduling algorithms in C++
Language: C++ - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 60 - Forks: 35

aadhil2k4/Process_Scheduling_Calculator
This is an online calculator built using ReactJs and Bootstrap CSS for calculating the waiting time, turnaround time and generate Gantt charts for different process scheduling algorithms
Language: JavaScript - Size: 2.03 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 17 - Forks: 0

harismuneer/Round-Robin-Scheduler
🤹 A C++ implementation of the Round Robin Scheduler algorithm for process scheduling.
Language: C++ - Size: 143 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 16 - Forks: 10

Kartik-Katkar/Multiprogramming-Operating-System
This repository hosts a C++ implementation of a multiprogramming operating system simulation. The OS efficiently handles various jobs, manages errors like time limit exceeded and line limit exceeded, and incorporates virtual memory with segmentation. This project serves as a comprehensive simulation of an operating system environment.
Language: C++ - Size: 8.15 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 14 - Forks: 5

hardikrana11/Operating-systems--LAB
Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]
Language: C++ - Size: 119 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 12 - Forks: 2

geekswaroop/OS-Simulator 📦
Operating System Simulator built using JS, HTML and CSS
Language: CSS - Size: 16.8 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 4

eunseo-kim/Process-Scheduling-Simulator
2021 Operating System_Team Project
Language: Python - Size: 6.07 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 3

arslanbilal/Process-Scheduling-Algorithms
Process Scheduling Algorithms animation in WPF
Language: C# - Size: 1.1 MB - Last synced at: 2 months ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 6

rohanrao619/Operating_System_Algorithms
Implementation of OS Process and Disk Scheduling Algorithms in C.
Language: C - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 4

luv003/RL-MLFQ
RL-MLFQ: MLFQ Scheduling using Reinforcement Learning
Language: Python - Size: 13.7 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

Ahmed-Khaled24/Process-Scheduler
Desktop application to demonstrate process schedulers in operating systems
Language: JavaScript - Size: 3.65 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 3

yu-niverse/Intro-to-Operating-Systems
【 NYCU 2022 Fall Semester 】by Professor 蔡文錦
Language: C++ - Size: 413 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

RezaGooner/Operating-System
Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

00urbina00/Simulador_de_Procesamiento_por_Lotes_V1.2
Desarrollo de un simulador de procesos, estos entran en orden secuencial y se guardan en lotes de maximo 5 procesos.
Language: Python - Size: 18.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

00urbina00/Algoritmo_de_planificacion_FCFS
(Continuación de simulador de procesamiento) Ahora se contempla el diagrama de 5 estados: Nuevo, Listo, Ejecución, Bloqueado, Terminado. Se han removido los lotes y ahora hay un área de memoria donde solo caben 5 procesos a la vez (se compone de: Ejecución, Bloqueado y listo).
Language: Python - Size: 179 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

geekpradd/RL-OS-Scheduling
Reinforcement Learning aided MLFQ for Process Scheduling
Language: Python - Size: 1.78 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

oniani/os-scheduling
Process, memory, and disk scheduling simulations
Language: Java - Size: 46.9 KB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

nikopetr/Process-Scheduling-Algorithms
Implementations of FCFS, SJF and RoundRobin for Process Scheduling Algorithms
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

yasukata/priority-elevation-trick
Developing Process Scheduling Policies in User Space with Common OS Features
Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

eniac00/cpu_scheduling_cli
A CLI simulator for cpu scheduling algorithms
Language: C - Size: 964 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

vedantihp/OperatingSystem
This repository consists of the all the scheduling algorithms as well as the memory allocation methods which I learnt in the Operating System
Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

daniel-saeedi/Operating-Systems-Projects
Operating System Course and Lab Projects
Language: Assembly - Size: 32 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

pz1971/Operating-System-Algorithms
Common Algorithms used by Operating Systems.
Language: C++ - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

gao-keyong/matplotlib-gantt
Gantt Chart Generator based on Matplotlib mainly for plotting Process Scheduling Chart of Operating System. 基于Matplotlib实现的甘特图生成器。可以用于绘制操作系统的进程调度图。
Language: Jupyter Notebook - Size: 72.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

codeastra2/MLProcessSched
ML Engine to optimise process scheduling of linux programs.
Language: Python - Size: 31.9 MB - Last synced at: 16 days ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

whateversamah/GestionDesProcessus
Program for scheduling algorithms in C++ contains 4 system scheduling algorithms:FIFO.SJF.RR.MQ.
Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Joseph-Kocis/Process-Scheduling-Visualizer
Language: Swift - Size: 2.55 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Shakil-Mahmud/Process-simulator
CPU scheduling algorithm and deadlock avoidance algorithm implemented in this project.
Language: C++ - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

lydia7635/OS2020-Project_1
Operating System, 2020 Spring, NTU: Project 1 - Process Scheduling
Language: C - Size: 448 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

f4ww4z/round-robin-scheduling
The Round Robin scheduling algorithm in operating systems
Language: TeX - Size: 919 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

faraazahmad/proc-sched-algos
Algorithms for process scheduling
Language: C++ - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

FcoManueel/dinosaur
Dinosaur is an exploration on writing an operating system simulator written in Go, with memory management and process scheduling
Language: Go - Size: 164 KB - Last synced at: 12 months ago - Pushed at: about 10 years ago - Stars: 1 - Forks: 1

uyen-nguyen-190304/cs372-operating-systems
OS project implemented in C for µMPS3 emulator, demonstrating core OS concepts including scheduling, virtual memory, and system calls
Language: C - Size: 496 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

harmeshgv/multi-level-queue-scheduler
🚀 Multi-Level Queue Scheduling Algorithm implementing Round Robin, Priority Scheduling, and FCFS to efficiently manage process execution based on priority levels. Includes Docker automation for easy deployment.
Language: C - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

VijeshVS/OS-Programs
Repo containing Operating System programs
Language: C - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

4rnv/process-scheduling-sim
Python implementation of various process scheduling algorithms in operating systems. Calculates turnaround and waiting times and generates Gantt charts.
Language: Python - Size: 33.2 KB - Last synced at: 11 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 1

PKalozoumis/CEID-OS-PROCESS-SCHEDULER-2022
Implementation of some basic process scheduling algorithms
Language: C - Size: 7.81 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

JheKWall/JKW-CSCI485
Process Management and Scheduling Simulation
Language: C - Size: 55.7 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

RampageousRJ/CCE-OS-Lab
Code Repository for CCE 4th Semester Operating Systems Lab, MIT Manipal.
Language: C++ - Size: 1.43 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Woo-Yeol/Process_Scheduling
2021 운영체제 Team Project
Language: JavaScript - Size: 2.82 MB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

AliAtaollahi/Operating-System-Course-Projects
Operating System course projects at University of Tehran; Fall 2022
Language: C - Size: 2.03 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Edgar-Avila/process-scheduler-simulator
Process Scheduler Simulator
Language: TypeScript - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

zli87/Operating-Systems-Principles
Implement process scheduling, lock with priority inheritance, demand paging in XINU OS. All projects pass all tests
Language: C - Size: 17.9 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AnanyaKappala/Operating-System-LAB
My 4th semester operating system lab codes.
Language: C - Size: 468 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

pmihsan/OS-Lab
Operating System Lab Exercises
Language: C - Size: 303 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Sheikh-Tafsir/cse_4502
operating system lab
Language: Shell - Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mohammad-safari/xv6-public-threading-and-scheduling Fork of mit-pdos/xv6-public
xv6 OS
Size: 16.8 MB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Falconhurst42/Process-Scheduling-Simulation
Simulates round robin and FCFS process scheduling algorithms and documents performance
Language: C++ - Size: 387 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

dnfetheus/process-scheduling-101 📦
Language: C - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

re-fractor/Shortest-Job-First-Scheduler
A Scheduler that prioritizes shortest jobs in the queue and pauses running ones to complete them.
Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Aman-Gupta-Ji/OS_Lab
Language: C - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

BrendaMoura/process-scheduling-algorithms
In this repository, there are some process scheduling algorithms implemantation using C.
Language: C - Size: 336 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

PolaOssama/Round-Robin-implementation-in-C
Solve Round Robin problems
Language: C - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 3

kalhorghazal/Operating-Systems-Laboratory-Projects
🧪Operating Systems Laboratory Projects, University of Tehran
Language: C - Size: 122 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

ray-marvin/OS-Simulator
Operating system process scheduling simulator using C++
Language: C++ - Size: 438 KB - Last synced at: 9 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

tahaShm/xv6-process-scheduling
Language: Assembly - Size: 1.99 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

pz1971/process-scheduling-algorithms
Common process scheduling algorithms used by operating systems.
Language: C++ - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

raahulrathore/Process-Scheduler-using-Shortest-Remaining-Time-First
Operating Systems Process Scheduler using Shortest Remaining Time First using CPP
Language: C++ - Size: 140 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Fayer-Zhang/Operating-Systems
Principles and design of operating systems.
Language: C - Size: 165 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

tharun634/os_simulator
An OS Simulator which serves as an educational tool for simulating various OS concepts along with a Wiki
Size: 10.2 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

gthomas08/Operating-Systems-Project
Operating Systems project.
Language: C - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

izeryab/ProcessScheduelingJavaFx
Process Schedueling Algorithm implemented in javafx Gui
Language: Java - Size: 3.54 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

shiqimei/OS-experiments
Implement OS scheduling algorithms with typescript!!
Language: TypeScript - Size: 3.78 MB - Last synced at: 16 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

swtoskon/Prolog-Bsc
Language: Prolog - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

pawelbeza/Operating-Systems 📦
Projects for "Operating Systems" Course written in C and C++
Language: C - Size: 2.71 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

hongquan/wait-server
Tool to wait for a server to be online
Language: Shell - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

M0H314-hasani/FCFS-Scheduling-algorithm
FCFS Scheduling algorithm
Language: C++ - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

abusse/phd-thesis
LaTeX source code of my PhD thesis titled "A Dynamic and Component-Based Process Scheduler Framework for Heterogeneous Many-Core Systems"
Language: TeX - Size: 2.53 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

vitorandos/fso
Trabalhos e estudos realizados na disciplina de Fundamentos de Sistemas Operacionais, envolvendo estudos sobre processos, threads e suas problemáticas.
Language: C - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

KaranErry/process-scheduling-checker
Process Scheduling tool to help students in an Operating System course (such as Drew University's CSCI 360 course) check their scheduling homework problems against.
Language: C - Size: 11.7 KB - Last synced at: 8 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1
