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

GitHub topics: round-robin-scheduling

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: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

Shahad-jawabreh/bazar.com

Design a multi-layered system using microservices and REST APIs to support search and purchase operations. Improve performance using caching and replication, ensure data consistency and distribute load using Round Robin algorithm.

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

coderatul/cpu-sheduling

cpu sheduling algorithm implemented in python

Language: Python - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

moltinginstar/rrr

A round robin rotation Slack app for pirates. Arrrgh!

Language: TypeScript - Size: 868 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

WonSteps/cpu-scheduling-simulator

CPU scheduling simulator for simulating and comparing different algorithms.

Language: Kotlin - Size: 844 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Al-Taie/osSchedulingAlgorithms

CPU Scheduling Algorithms in Operating Systems

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

AmeyPPatil/CPU-Scheduling-Visualiser

Application to visualize various CPU scheduling algorithms on the basis of metrics like average waiting time and average turnaround time.

Language: C++ - Size: 25.4 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Vaibhav-Pant/Operating-System

This repository contains all the source code that I have written for my Operating System course.

Language: C - Size: 324 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

anishvedant/Round-robin-scheduler

This repository contains a Python script that simulates a thread scheduler using round-robin scheduling with priority. It provides users with insights into thread scheduling information and performance metrics.

Language: Python - Size: 23.4 KB - Last synced at: 24 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SHAJAR5110/OS-Process-Simulator

The details of this project is given in word file. also with the downloading steps.

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

SarahAbuirmeileh/CPU-Scheduling-Algorithms

c++ implementation for some of CPU scheduling algorithms with some calculated statistics, Gantt chart drowing and reading the data from files

Language: C++ - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AhmedNassar7/Operating-System-Simulator

A Java simulator of a simple operating system with a round robin scheduling algorithm and memory-to-disk swapping for larger virtual memory.

Language: Java - Size: 163 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

arasgungore/round-robin-DNS

A C++ project which implements a round-robin Domain Name System (DNS) using a tree structure.

Language: C++ - Size: 626 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

EnesBaserr/Round-Robin-CPU-Scheduling-Algorithm

Round-Robin CPU scheduling algorithm implementation in C language

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

moazmohamed20/OS-Algorithms

Operating System Algorithms Implementations in C++

Language: C++ - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Revkxd/CSOPESY-MP1 📦

CSOPESY T1 AY 2023-2024 // Implementation of FCFS, SJF, SRTF, Round Robin CPU Scheduling Algorithms

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

SyedZawwarAhmed/Operating-System

Language: Python - Size: 99.6 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MSDhillon/Java-Load-Balancer-with-Round-Robin-Scheduling

This is a Java project for a university course on distributed systems. The load balancer is designed to distribute incoming client requests across multiple backend servers in a round-robin fashion, ensuring that each server receives an equal share of the workload. Program is mainly focussed on the Round Robin algorithm.

Language: Java - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anshshori2002/Operating-system

This Repository contain all the codes on the operation system topics

Language: C - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

c-ease/process-scheduling-in-c

Process scheduling algorithms implemented in c language: FCFS, SJF, Priority, Round Robin (non-preemptive)

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

Rakibul73/Operating_System_Code

Operating System Code in Python 3

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

Piyuuussshhh/Scheduling-and-Replacement-Algorithms

Process Scheduling and Page Replacement Algorithms

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

Ravipatel1309/CPUScheduler

College Project for CPU Scheduling Algorithm Simulator

Language: JavaScript - Size: 6.78 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 1

miraehab/CPU-Scheduling-Simulator Fork of alyeyad/CPU-Scheduling-Simulator

Simulate the CPU Scheduling algorithms using Java.

Size: 56.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Nishant2116/Scheduling-Algorithms-OS-

This notebook contain the 4 Scheduling Algorithms in operating system while dealing with the execution of processes.

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

vidush-dixit/Operating-System

Priority and Round Robin Scheduling in C

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

aayush301/Operating-Systems-Lab

This repository contains some of the experiments that are covered in OS Lab.

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

ashcode028/Weighted-Round-Robin-

C++ implementation of Weighted Round Robin Scheduling Algorithm

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

Rtiwary-1/Round-Robin-Scheduling-For-RTOS

This repository contains the Optimized Round Robin Scheduling Algorithm with Dynamic Time Quantum for Real Time Operating System with proper explanation.

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

Jys-ctrl/Platech-Final

List of different Scheduling Algorithms

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

Related Keywords
round-robin-scheduling 30 operating-system 11 sjf-scheduling 9 fcfs-scheduling 8 priority-scheduling 8 cpu-scheduling 8 shortest-job-first 7 cpu-scheduling-algorithms 7 sjf-process-scheduling 7 fcfs-process-scheduling 7 first-come-first-serve 6 fcfs 5 round-robin 5 srtf-scheduling 4 python 4 scheduling-algorithms 4 sjf 4 round-robin-scheduler 4 os 3 java 3 c 3 lfu-page-replacement 2 priority-process-scheduling 2 bankers-algorithm 2 deadlock-avoidance 2 cpu-scheduling-simulator 2 operating-systems 2 sjf-algorithm 2 cpp 2 dining-philosophers-problem 2 fifo-page-replacement 2 roundrobin 2 load-balancer 2 cpu 2 algorithms 2 threading 2 simulation 1 detection-algorithm 1 cache 1 cache-storage 1 client-request 1 client-server 1 client-side 1 dns 1 dns-client 1 dns-record 1 domain-name 1 domain-name-search 1 domain-name-system 1 request-handler 1 request-response 1 alogrithm 1 server-client 1 tree-structure 1 priority-based-scheduling 1 rtos 1 realtime-operating-systems 1 intelligent-time-slicing 1 wrr 1 network-scheduler 1 priority-queue 1 simulator 1 round-robin-simulator 1 html-css-javascript 1 lrtf-scheduling 1 semaphore-producer-consumer-semaphore-solution 1 semaphore-producer-consumer 1 semaphore-dining-philosopher 1 producer-consumer-problem 1 peterson-algorithm 1 mutex-lock 1 dining-philosophers-problem-semaphore-solution 1 deadlock-detection 1 banker-algorithm 1 operating-system-algorithms 1 non-preemptive 1 srtf-process-scheduling 1 srtf 1 shortest-remaining-time-first 1 round-rob 1 csopesy 1 optimal-page-replacement 1 mru-page-replacement 1 mfu-page-replacement 1 lru-page-replacement 1 shift-scheduling 1 rotations 1 deno 1 service-replication 1 replication-server 1 postman 1 nodejs 1 memory-cache 1 js 1 html 1 expressjs 1 docker-compose 1 docker 1 csv-files 1 css 1