Topic: "disk-scheduling"
mishal23/os-lab
Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
Language: C - Size: 48.8 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 68 - Forks: 37

CanhhnaC/disk-scheduling-algorithms
Disk scheduling GUI program
Language: Python - Size: 93.8 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 12 - Forks: 3

Showndarya/Operating-System-Algorithms
Process synchronization, Deadlock avoidance and Disk scheduling algorithms implemented in Java.
Language: Java - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 7

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

KhaledAshrafH/Disk-Scheduling-Visualizer
It's a Java-based repository that aims to implement and compare various disk scheduling algorithms. The project focuses on optimizing the movement of the disk head while accessing I/O blocks on cylinders. It provides a comprehensive solution for analyzing and visualizing the performance of different algorithms.
Language: Java - Size: 1.66 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 10 - Forks: 0

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

cyberShaw/Algorithms
Solution and Implementations of various classical problems
Language: Python - Size: 114 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 4

fzx-314/C-Programs
Bunch of C programs
Language: C - Size: 583 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 4

mani5h/Disk-scheduling-algorithms
Simulation of disk scheduling algorithms like FCFS,SSTF,SCAN,C-SCAN,LOOK,C-LOOK in python
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 8

BrentLeeSF/DiscSchedulingAlgorithms
Implements the following disk-scheduling algorithms: FCFS, SSTF, SCAN, C-SCAN, LOOK, C-LOOK
Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 14

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

DeathkillerAnk/Operating-System-Algorithms
Operating System Algorithms in C++
Language: C++ - Size: 17.6 KB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

michwh/canvas-demo
canvas模拟实现磁盘调度算法 Canvas simulation implements disk scheduling algorithm
Language: JavaScript - Size: 91.8 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

AhmedIssa11/Disk-Scheduling-Algorithms
Implementation of Disk Algorithms
Language: C# - Size: 62.5 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

raymelon/DiskSim
:minidisc: Disk Scheduling Algorithms Simulator. Operating Systems course project.
Language: Java - Size: 283 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

jaykay12/DiskMan.h
A C++ static library for all the Disc scheduling algorithms
Language: C++ - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

snehel4510/OS_programs
Repository consisting of C/C++ programs to simulate various Operating system concepts.
Language: C - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

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

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

tmchilvers/Disk-Scheduler-Simulation
A simulation of head movements for various Disk Scheduling algorithms
Language: C - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

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

YashasG98/OS-Simulator
A simulator built to exhibit various functionalities of a conventional operating system
Language: JavaScript - Size: 8.67 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 7

fuadaghazada/Operating-Systems
Projects implemented for Operating Systems course (CS 342) in Bilkent University
Language: C - Size: 4.45 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

gjhuerte/disk-scheduling
Computation for disk scheduling in OS course
Language: Java - Size: 145 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

vivek081202/SchedMaster
SchedMaster lies in its hybrid approach - combining classical scheduling algorithms with optimization techniques like Greedy Algorithms, Dynamic Programming, and Backtracking. Additionally, it leverages simple ML models to predict process behavior, detect anomalies in resource usage, and recommend the most suitable scheduling strategies.
Language: Python - Size: 294 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

alhussain-shaikh/Operating-System-LAB
In this repo, I have nearly covered all the lab concept related to Operating System with the code in c/c++/java
Language: C++ - Size: 1.37 MB - Last synced at: about 1 year 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

AhmedHosniFahmi/disk-scheduling-algorithms
Language: Python - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Crufixs/Disk-and-CPU-Scheduling-Algorithms
Implementation of Disk and CPU Scheduling algorithms
Language: Java - Size: 294 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

mahmoudai1/disk-scheduling-algorithms
Disk Scheduling Algorithms Developed and Animated by C# Graphics.
Language: C# - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

asad14053/Operating-System-Lab
OS Lab, Operating System Lab Manual
Language: C++ - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

SarthakRana/Disk-Scheduler
Based on the disk scheduling algorithms under the topic of Operating Systems.
Language: C++ - Size: 188 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

AwadallaAlashkar/SchedMaster
SchedMaster lies in its hybrid approach - combining classical scheduling algorithms with optimization techniques like Greedy Algorithms, Dynamic Programming, and Backtracking. Additionally, it leverages simple ML models to predict process behavior, detect anomalies in resource usage, and recommend the most suitable scheduling strategies.
Language: Python - Size: 267 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

TheRealSamkit/SSTF-Disk-Scheduling-Algo
It is a implementation of Shortest Seek Time First Disk Scheduling Algorithm.
Language: C - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

kyleylikey/RobinOS
RobinOS is a JavaFX application that simulates CPU Scheduling Algorithms (SJF, RR) and a Disk Scheduling Algorithm (SCAN). This is in partial fulfillment for the course ICS26012-Operating Systems.
Language: Java - Size: 291 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

D3vle0/disk-scheduling
:cd: 디스크 스케쥴링 계산기 :cd:
Language: HTML - Size: 4.03 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

danishayman/Disk-Scheduling-Algorithms-Simulation
This Jupyter Notebook (Disk-Scheduling- Simulation.ipynb) simulates and compares the performance of three disk scheduling algorithms: SCAN, C-SCAN, and C-LOOK.
Language: Jupyter Notebook - Size: 6.18 MB - Last synced at: 22 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

AbdullahRFA/Operating_System
All codes related with Operating System are available here like (Dead look, Banker's Algorithm,System call (),Process Synchronization, Disk scheduling and others necessary algorithm)
Language: C++ - Size: 182 KB - Last synced at: 6 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

csc-mec/OS_Lab
S4 Operating Systems Lab
Language: C - Size: 79.1 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 5

Gowtham011224/Operating-System
Contains demo for basic OS concepts
Language: C++ - Size: 9.73 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

rvbcldud/disk-scheduler
Simulates the execution of several disk scheduling algorithms
Language: Rust - Size: 4.76 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Daito-Raigar/Operating_System_Lab_Exercise
In this repository you will find the basic and simple Operating System related exercises. I will be helpful to get to know how Operating System works on processes, memory management ,etc
Language: C - Size: 849 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KunalRRathod/AdvancedOperatingSystemsLabs
Lab Assignment For M.Tech (CS) Sem-1 Advanced Operating Systems CS-6516
Language: C - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

LaplaceXD/OperatingSystemConcepts
Operating System Concepts Simulations (CS3104)
Language: Jupyter Notebook - Size: 703 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Kartik-Katkar/Operating-system-Programs
Explore a collection of ready-to-use code solutions for common problems, disk scheduling, shell programming and page scheduling.
Language: C - Size: 42 KB - Last synced at: over 1 year ago - Pushed at: over 1 year 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

Vinay10100/OS-LAB
Operating System Lab Codes.
Language: C - Size: 25.4 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

KoftaCrew/DiskScheduling
Disk scheduling algorithm visualizer, with a GUI
Language: Java - Size: 90.8 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sagalpreet/OS-Components
Implementation and Simulation of various Operating System concepts like dispatcher, disk scheduling, file system, dynamic memory partitioning and deadlocks.
Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Ciezo/dsk_sched
This project attempts to simulate the disk scheduling algorithms using Python and MatPlotLib
Language: Jupyter Notebook - Size: 126 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

amal-stack/OperatingSystemAlgorithms
Common operating system algorithms implemented in C#.
Language: C# - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

sinasoltani123/Disk-Scheduling-algorithms-using-CSV-files
Look, C-Scan, Scan , C-Look disk scheduling algorithms for OS implemented using python
Language: Python - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

aiatulador/operating-system-lab
I coded all these algorithms for our Operating System Lab.
Language: Jupyter Notebook - Size: 789 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Atri10/osvirtuallab Fork of HansalShah007/osvirtuallab
This is a website about different algorithms that Operating Systems use to run the computer.
Language: JavaScript - Size: 3.91 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

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

cnydo/DiscAlgs
FCFS, SSTF, SCAN, C-SCAN, LOOK and C-LOOK algorithm.
Language: Java - Size: 181 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Gaiban-Khan/DiskSchedulingAlgos-Java
Java project on disk scheduling algorithms
Language: Java - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

PratypartyY2K/Operating-Systems-Lab
Repository includes some assignments and programs which are generally given in College as part of Operating Systems Lab exercises.
Language: C++ - Size: 1.52 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

DlonNarvacan/DiskScheduling
This code was written in JAVASCRIPT
Language: JavaScript - Size: 47.9 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

honeybhardwaj/disk_scheduling
CLI based disk scheluding simulation
Language: Python - Size: 4.71 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

simonusher/disk-access-simulation
My solution to an assignment on disk access simulation. Done as part of the "Operating Systems" course in my undergraduate degree.
Language: Java - Size: 8.22 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

MarwanGalal746/Disk-Scheduling
Disk scheduling is done by operating systems to schedule IO requests arriving for the disk, this project simulates some disk scheduling algorithms like SSTF and more.
Language: Java - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ZeinaAyman/Disk-Schedulling-Simulator
Language: Java - Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

arun2728/Disk-Scheduling-Algorithms
Disk Scheduling Algorithms implemented in C
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Rybo713/PowerMgt
A command-line utilty that controls and moniters cpu governors and disk schedulers written in bash 4.4+ for Linux
Language: Shell - Size: 44.9 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jrkb6/Disk-Scheduling-Algorithm-Simulations
Disk Scheduling Algorithm Simulations implemented for a CS342(Operating Systems) project. Implemented in C.
Language: C - Size: 25.4 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

AbdoFoda/Disk-Scheduling
simple simulation of disk scheduling techniques.
Language: Java - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
