74 skills found · Page 1 of 3
yousefkotp / CPU Scheduling AlgorithmsAn 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.
dayschedule / Dayschedule WidgetAppointment scheduling widget to embed the booking calendar on your website for 1:1, round-robin and group bookings with Google meet, Zoom and MS Teams integrations
Chleba / OllamaMQHigh-performance Ollama proxy with per-user fair-share queuing, round-robin scheduling, and a real-time TUI dashboard. Built in Rust.
tournament-js / RoundrobinA round-robin scheduler used in different tournaments
mnito / Round RobinRound-robin schedule generation library for PHP
ssaunier / Round Robin Tournament💎 Ruby gem for Round Robin Tournament scheduling
flamontagne / RrscheduleRound-Robin Schedule generator
streetdogg / Arm RtosImplementation of an round robin pre-emptive scheduler and build environment for ARM Cortex M4 controllers.
AbdallahHemdan / Sqrt OSSqrt 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.
muthuvelsanthakumar / A. ROUND ROBIN SCHEDULING..
shouryaraj / Process Scheduling SimulatorCreated programs to simulate two different scheduling algorithms i.e. First come, first served and Preemptive Round Robin scheduling
harismuneer / Round Robin Scheduler🤹 A C++ implementation of the Round Robin Scheduler algorithm for process scheduling.
srivarsha04 / Round Robin SchedulingNo description available
Ravipatel1309 / CPUSchedulerCollege Project for CPU Scheduling Algorithm Simulator
Rakibul73 / Operating System CodeOperating System Code in Python 3
lehaoda / Operating System Class Project Add Lottery Scheduler To Xv6replace the current round robin scheduler in xv6 with a lottery scheduler
mcanalesmayo / Sdn Load BalancerSDN Load Balancer using POX controller, which can be configured to use Round Robin or random scheduling methods.
skyousuf1070 / OS Programsprograms for Scheduling Algorithms like FCFS, Round Robin, SJF and Priority Scheduling of Operating System in C.
archit-kapoor / Round Robin Scheduler For Tournament MatchesA Maven based java project, which aims to schedule matches depending on the number of Teams playing the tournament and the number of Venues. The matches are scheduled in Round-Robin format. The scheduler is provided a tournament beginning date. If there are multiple rounds of round-robin, then matches are scheduled accordingly. The project is built entirely on OOP concepts. The scheduler makes sure that no two matches are being played on the same venue on the same date. If there are no venues available on a particular day, then no further matches are scheduled on that day. The project is inspired from real life Cricket-Football tournaments. Points against each team is also maintained and it is possible to find the winner of the tournament as well. JUnit Test cases are also written for each of the Java classes of the project.
AdelRizq / Sqrt OSSqrt 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