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

GitHub topics: priority-scheduling

ibra-kdbra/Echo_Assistant

Autonomous Agent Partner

Language: TypeScript - Size: 8.57 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

ritubg/CPUSchedulingAndMemoryMap

CPU Scheduling Algorithm Simulator

Language: JavaScript - Size: 980 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

ozyurtf/cpu-scheduler

In this project, I applied the most commonly used CPU Scheduling algorithms in C++ and explained the processes/threads, scheduling process, and synchronization.

Language: C++ - Size: 7.46 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

amitshekhariitbhu/RxJavaPriorityScheduler

RxPS - RxJavaPriorityScheduler - A RxJava Priority Scheduler library for Android and Java applications

Language: Java - Size: 350 KB - Last synced at: 22 days ago - Pushed at: 10 months ago - Stars: 146 - Forks: 18

amitaifrey/redisemaphore

Redis-Based Distributed Semaphore Implementation, With Priority Queues

Language: Go - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

codophobia/process-scheduling-algorithms

Program for scheduling algorithms in C++

Language: C++ - Size: 12.7 KB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 60 - Forks: 35

mimihime0/Multilevel-Queue

MLQ scheduling program with multiple queues and different priorities.

Language: Java - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

p-ranav/psched

Priority-based Task Scheduling for Modern C++

Language: C++ - Size: 873 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 89 - Forks: 11

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: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ookii-tsuki/cpu-scheduling-sim

A simple GUI CPU scheduling simulator

Language: C# - Size: 163 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 1

BionicCat27/My-Simple-Priorities

A personal information and tasks/priority management tool.

Language: JavaScript - Size: 1.35 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Trips1909/LaneLogic

A Traffic Management Solution For Indian Roads - YOLOv8 and COCO Object Detection, as well as Use of a Novel Priority Algorithm.

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

stephenombuya/CPU-Scheduling-Simulator

This project is a C-based simulation of CPU scheduling algorithms

Language: C - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

YousefMohammad/cpu_scheduling

A GUI-based CPU Scheduling Simulator for visualizing FCFS, SJF, RR, and Priority algorithms with process management and real-time results.

Language: Python - Size: 5.86 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

TheSUPERCD/CPU_Scheduler

A simple and rudimentary program written in C++ that simulates the operation of a CPU task scheduler using three distinct methodologies - namely FIFO, SJF and Priority scheduling algorithms.

Language: C++ - Size: 20.5 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ori88c/starvation-free-priority-queue

An in-memory priority queue that prevents starvation by balancing priority and arrival time. Items are greedily prioritized within each batch of the longest-waiting items, ensuring fairness alongside prioritization and bounded delays for low-priority tasks.

Language: TypeScript - Size: 48.8 KB - Last synced at: 16 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

samarthghag/Financial-Task-Scheduler

This is my 3 end sem project , in the i Implement any of the Operating system concepts my domain is Finance and Investment we have built the prototype in python for the os concepts like FCFS, SJF, SRTF, Round Robin, Priority (Preemptive and Non-Preemptive)

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

octu0/priorate

rate limiter with priority

Language: Go - Size: 9.77 KB - Last synced at: 17 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

M-aboelsafa/Multiprocessor-scheduling-algorithms

Language: C++ - Size: 612 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 2

HexCrystal69/OS_Project

A Spring Boot-based Emergency Room Management System that prioritizes patient care based on urgency using a priority queue, with a responsive front end and RESTful API integration.

Language: Java - Size: 24.4 KB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

vivek9patel/CPU-Scheduling-APP-React-Native

React Native Application to visualize the CPU Scheduling with different Processes and Animations. Install the App on your Mobile Devices by going in the Releases below.

Language: JavaScript - Size: 2.18 MB - Last synced at: 8 months ago - Pushed at: about 4 years ago - Stars: 39 - Forks: 10

Mohit17067/Priority-Scheduling-Pintos

Priority scheduling, Priority donation and Alarm clock in Pintos.

Language: HTML - Size: 7.36 MB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 8 - Forks: 7

Shini712/todo

A ToDo list using HTML, CSS, and Javascript.

Language: JavaScript - Size: 1.11 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

divysuthar/Scheduling_algorithm

This repository offers a collection of fundamental CPU scheduling algorithms implemented in Python.

Language: Jupyter Notebook - Size: 43 KB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

nofil-zahid/OS-Scheduling-Algorithm

This repository features a Java implementation of various OS scheduling algorithms, including FCFS, SJF, SRTF, Round Robin, and Priority Scheduling. It demonstrates both preemptive and non-preemptive scheduling strategies.

Language: Java - Size: 7.81 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

shardulrastogi/Road-Construction-Using-Highway-Planning-and-Obstruction-Prevention

This project, written in C++, uses Dijkstra's algorithm for shortest path finding and priority scheduling for road construction, combined with the Banker's algorithm to manage resources, ensuring efficient and safe road construction planning and execution.

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

shivam6862/cpu-scheduling-algorithms

CPU scheduling algorithms are fundamental mechanisms used by operating systems to manage the execution of processes in a way that optimizes various performance metrics.

Language: C++ - Size: 490 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

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

YashiBindal/OS

OS lab practical Experiments

Language: C++ - Size: 310 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 2

101rror/OS_Algorithm

Language: C++ - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 0 - 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: 25 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

HariniKamarthy/Real-Time-CPU-Scheduling---OS-Design

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

shuddha2021/ScalaTaskManager

ScalaTaskManager is a powerful and flexible task management application built with Scala. It allows users to create, manage, and prioritize tasks seamlessly, featuring both simple and recurring tasks.

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

a-anurag27/xv6

This repository gives the complete description of adding system calls to the xv6 kernel.

Size: 17.9 MB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 16 - Forks: 1

Zain-Bin-Arshad/Aviation-Simulation

This is a C# project developed using MS Visual Studio. It is actually a "Priority Scheduling" simulation.

Language: C# - Size: 7.27 MB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

ranimeshehata/PintOS-Threads-Phase1

Implementing the "threads" phase In PintOS. PintOS is an open source instructional operating system kernel developed by Stanford University. PintOS provides complete documentation & modular projects to introduce students to the major concepts of operating systems development.

Language: HTML - Size: 11.3 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

OmPals/Process-scheduling

Language: C++ - Size: 557 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

shiroamurha/Task-Scheduling-Algorithms

FCFS, not pre-emptive SJF, pre-emptive SJF, not pre-emptive priority, pre-emptive priority, RoundRobin procces/task scheduling algorithms made in python

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

ayushs2k1/Operating-Systems-Project

The project titled ROAD CONSTRUCTION USING HIGHWAY PLANNING AND OBSTRUCTION PREVENTION aims to address one of the major issues that the Indian road construction department is facing.

Language: C++ - Size: 1.22 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

jElhamm/CPU-Scheduling

"CPU Scheduling Algorithms Implementation Repository"

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

anandthegreat/PintOS-Project-1

Pintos Project 1 : Threads

Language: HTML - Size: 7.58 MB - Last synced at: 5 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

antoinegaubil/Thread-Task-Scheduler

Multi-Algorithm Task Scheduler in Java: Efficiently Manage Threads with Various Scheduling Strategies

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

ShyamKumar1/Operating-systems-lab-programs

This repo contains Operating Systems Lab Programs that are useful for Undergraduate Students

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

Anotra/priority_queue

minheap/maxheap for C

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

AbdelrhmanReda17/CPU-Schedulers-Simulator

This Java program simulates various CPU scheduling algorithms,

Language: Java - Size: 228 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

ShivamGoyal03/Operating-System

This repository contains implementations of various CPU scheduling algorithms, including First-Come-First-Serve (FCFS), Shortest-Job-First (SJF), Round Robin (RR), and more. These algorithms are commonly used in operating systems to determine which process should be executed next on the CPU.

Language: Jupyter Notebook - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mahmoudai1/preemptive-priority-scheduling

Pre-emptive Priority Scheduling CPU Algorithm Developed and Animated by C# Graphics.

Language: C# - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

smaje99/operating-systems-unir

This repository is part of the "Operating Systems" course at UNIR

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

sonium-labs/G8RTOS

Implementation of G8RTOS, a real-time operating system featuring priority scheduling, background/periodic/aperiodic threads, inter-process communication, semaphores and more, designed for the MSP432.

Language: C - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

LakshmiPadmanabhan/CPU_Scheduling_Algorithms

CPU Scheduling Algorithms

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

youssef-attai-fcai-cu/os-assignment-2

(CS341) Operating Systems: Assignment 2 - CPU Scheduling Simulator

Language: Java - Size: 78.1 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pewsou/SCUD

Scheduling toolkit based on Generalized Processor Sharing (GPS) approach

Language: C++ - Size: 141 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 1

zaidmukaddam/CPU-Scheduler-App-React-Native

React Native Application to visualize the CPU Scheduling with different Algorithms and Animations.

Language: JavaScript - Size: 2.21 MB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

alttch/atasker

Python library for modern thread / multiprocessing pooling and task processing via asyncio

Language: Python - Size: 310 KB - Last synced at: 17 days ago - Pushed at: over 4 years ago - Stars: 15 - Forks: 0

niraj-patil/osScripts

Basic OS Programs - CPU Scheduling & Page Replacement

Language: Python - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Haleshot/OS-Programs

A comprehensive collection of algorithms pertaining to Operating Systems. It encompasses a wide range of topics, including fundamental scheduling algorithms such as First Come First Serve (FCFS), Shortest Job First (SJF), and Round Robin (RR).

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

jcrd/nicety

Process priority management daemon for Linux

Language: Go - Size: 19.5 KB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Stefanie-Sarkoezi/FE19-CR2-Sark-zi-Stefanie

2nd Front End Code Review at Code Factory. Task: "Your job is to create a list of Tasks for a “My Weekly Planner” website. Information about the tasks should be stored in an array." More info in the README.md. I received 100% at this CR.

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

trong0dn/Kernel-Scheduler_Memory-Manager

Kernel Simulator is a program that generates an executable file that simulates a small OS kernel, which can be used for performance analysis of various scheduling algorithms such as first-come-first-serve, external priority, and round-robin. The simulation can also perform simulations using a first-fit memory management algorithm.

Language: C - Size: 120 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - 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

hemanth-07-11/CPU-Scheduling-Visualisation

CPU SCHEDULING VISUALISATION - This is an attempt at simulating CPU Scheduling algorithms - FCFS, SJF, RR, Priority Scheduling.

Language: CSS - Size: 134 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 4

radlock69/memory-scanner

basic program that can commit, reserve, show you how much reserved and committed memory in a process, list your running processes and a process priority manager

Language: Rust - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

ashvah/my_pok

pok-kernel with more schedulers

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

Mishors/PintOS

Implementation of the operating system named PintOS which is a project from Stan- ford university. It consists of 3 projects for implementing Threads, timer interrupt, priority schedulers, UI to run user programs and system calls.

Language: C - Size: 356 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 4

twoojoo/node-smart-queues

A stateful queue system for Node.js that focuses on versatility, control and ease of use.

Language: TypeScript - Size: 353 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

SaashaJoshi/operating-system

Operating System: CPU Scheduling Algorithms

Language: Python - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 1

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

kannan768/online-movie-ticket-booking

online movie tickets booking using operating system concepts

Language: PHP - Size: 21.7 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - 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

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: about 2 years ago - Stars: 1 - Forks: 0

skyousuf1070/OS_Programs

programs for Scheduling Algorithms like FCFS, Round Robin, SJF and Priority Scheduling of Operating System in C.

Language: C++ - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 9 - Forks: 3

pariola/sched

a simple scheduler (wip)

Language: Go - Size: 16.6 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

saurabh0719/Ageing-priority-queue

A priority queue that uses ageing to prevent process starvation.

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

IamShubhamGupto/OS_Lab_UE18CS305 📦

Assignment files used for OS Lab UE18CS305

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

dat911zz/CPU-Scheduling-Algorithms

Chương trình minh họa các giải thuật định thời CPU (CPU Scheduling Algorithms Visualization)

Language: C# - Size: 1.46 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 26 - Forks: 2

liliansteven/CPU-Scheduling-Simulation

the second assignment is about Simulating the CPU Scheduling algorithms using Java.

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

robertocarlosmedina/CPU-scheduler

The code contains a simple CPU scheduler simulator made all in the programming language C

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

brilacasck/CPU-Scheduler

simulating scheduling algorithms of operating system for processes e.g. Priority Scheduling, Multi Level Scheduling, ...

Language: Java - Size: 962 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 26 - Forks: 9

Karl-maker/Mutex-Lock-and-Scheduling 📦

This is a small project used to demonstrate operating system functionality (example: priority, mutex lock, etc.) in a metaphorical way with C++. The case is that they're 5 vaccines available and many applicants. The goal is to get Applicants, schedule their taking of the vaccine based on priority, contact them and give them these vaccines.

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

MBadriNarayanan/OSLab 📦

Operating Systems Lab work done during V Semester

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

Malak47/OOP_2 Fork of Lara1011/OOP_2

objects oriented programming :: Multi-Threading Text File Line Counter && Priority-Based Task Manager.

Language: Java - Size: 1.25 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

YeonwooSung/Scheduler

An user space process scheduler simulater - a coursework for cs3104 module of University of St Andrews

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

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

hamza1886/scheduling-algorithms-comparison

Comparison of CPU scheduling algorithms on average response time, average waiting time and average turnaround time. Non-preemptive algorithms like First-Come-First-Serve, Shortest-Job-First and Priority scheduling algorithms are analyzed.

Language: Python - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

baggepinnen/PriorityChannels.jl

Provides a Channel where elements are associated with a priority. take! returns highest priority item.

Language: Julia - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 1

nadaahmed2001/Priority_Scheduling

A simulation of cpu scheduling in Operating Systems (using Preemptive and Non_Preemprive Priority schmedulling)

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

erfanghasemi/XV6_OS

XV6 is a simple Operating system created by MIT. In this project, we decided to create some syscalls and make a change in the Scheduling policy. We add Round-Robin Policy with different Quantum, Priority Policy, and multilevel queue.

Language: C - Size: 272 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

MatteoCarlone/Schedulability_Test

Assignment of the course Real Time Operating System. Schedulability of different threads using priority ceiling in cpp language

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

mike-barber/csharp-priority-scheduling-tools

Priority scheduling tools for C# jobs

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

JameelAli703/CPU-Scheduling-Simulation-Master

This is A CPU Scheduling Algorithms Simulator In Java Different CPU Scheduling algorithms have different and unique properties but choosing which algorithm to use in a particular situation depends on the various characteristics that are used for comparison in determining which scheduling algorithm is judged to be best.

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

mahdyhamad/processors-simulation

A simulation for operating system processors excecution

Language: Java - Size: 10.7 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

sariebeary/Realtime_Scheduling

Real-time Scheduling over Linux using rate monotonic scheduling (RMS), earliest deadline first (EDF) algorithms, priority inversion and inheritance

Language: C - Size: 15.6 KB - Last synced at: 7 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

mananpatel06/Operating-system-Practical

This is Operating System (CE354) practical.

Language: C - Size: 98.6 KB - Last synced at: 3 months 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

hneels/process-scheduler

A Java command-line program that uses a priority queue to simulate a CPU process scheduler.

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

panagiotiskon/Priority-Scheduler-OS

📄 Priority Scheduler with use of semaphores

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

Agha-Muqarib/CPU-Scheduling-Algorithms

This repository contains the basic CPU Scheduling Algorithms from which an Operating System decides the sequencing or scheduling of process to be executed. All the algorithms inside are preemptive in nature, i.e. contact switching is possible. The algorithms include, First Come First Serve (FCFS), Shortest Job First (SJF), Round Robin and Priority Scheduling.

Language: Jupyter Notebook - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

Precioux/XV6-Project

Operating Systems Course Project - Spring 2022

Language: C - Size: 694 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jayskhatri/Operating-System-Concepts

This repository contains the operating system algorithms which I have implemented in my university coursework. Give a ⭐ if this repo has helped you.

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

Related Keywords
priority-scheduling 126 operating-system 31 fcfs-scheduling 31 cpu-scheduling 29 round-robin 28 sjf-scheduling 26 shortest-job-first 24 scheduling-algorithms 23 round-robin-scheduler 20 cpu-scheduling-algorithms 13 priority-queue 13 first-come-first-serve 13 java 12 sjf 11 fcfs 11 scheduling 10 os 10 srtf-scheduling 10 scheduler 9 operating-systems 8 cpu 8 round-robin-scheduling 8 multithreading 8 rr-scheduling 7 priority 7 cpp 7 bankers-algorithm 7 alarm-clock 6 python 6 pintos 6 memory-management 6 c 6 algorithms 6 thread 5 threads 5 algorithm 5 fcfs-process-scheduling 4 pintos-threads 4 dining-philosophers-problem 4 task-manager 4 deadlock-detection 4 simulation 4 shortest-remaining-time-first 4 non-preemptive 3 deadlock-avoidance 3 producer-consumer-problem 3 threading 3 csharp 3 concurrency 3 cpu-scheduling-simulator 3 xv6 3 process-scheduler 3 firstcomefirstserve 3 data-structures 3 semaphores 3 golang 3 semaphore 3 process 3 process-scheduling 3 shortestjobfirst 3 kernel 3 system-calls 3 preemption 2 c-programming 2 multi-level-scheduler 2 fifo 2 sjf-process-scheduling 2 queueing 2 python3 2 worst-fit 2 sjf-algorithm 2 paging 2 first-fit 2 process-scheduler-simulator 2 preemptive-priority-scheduling 2 best-fit 2 scheduled-tasks 2 edf-scheduling 2 priorityqueue 2 scheduled-jobs 2 react-native 2 expo-cli 2 html 2 css 2 queue 2 cpp17 2 process-management 2 performance-metrics 2 non-preemptive-scheduling 2 multilevel-queue 2 mlq 2 multilevel-feedback-queue 2 lru-replacement-algorithm 2 c-plus-plus 2 redis 2 mutex-synchronisation 2 rtos 2 lrtf-scheduling 2 priority-scheduler 2 page-replacement 2