Projects in Awesome Lists tagged with priority-scheduling
A curated list of projects in awesome lists tagged with priority-scheduling .
https://github.com/amitshekhariitbhu/rxjavapriorityscheduler
RxPS - RxJavaPriorityScheduler - A RxJava Priority Scheduler library for Android and Java applications
android android-library priority priority-queue priority-scheduler priority-scheduling rxandroid rxandroid2 rxjava rxjava-2 rxjava-android rxjava-library rxjava2
Last synced: 05 Mar 2026
https://github.com/p-ranav/psched
Priority-based Task Scheduling for Modern C++
aging concurrency cpp17 header-only lightweight mit-license priority priority-modulation priority-scheduling queue queueing scheduling single-header single-header-lib task-management task-parallelism task-queue task-scheduler task-starvation threading
Last synced: 07 Jul 2025
https://github.com/codophobia/process-scheduling-algorithms
Program for scheduling algorithms in C++
c-plus-plus fcfs-scheduling operating-system priority-scheduling process-scheduling round-robin-scheduler sjf-scheduling srtf-scheduling
Last synced: 20 Jun 2025
https://github.com/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.
cpu-scheduling expo expo-cli priority-scheduling react-native react-native-android react-native-web
Last synced: 14 Mar 2025
https://github.com/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.
cpu-scheduling expo expo-cli priority-scheduling react-native react-native-android react-native-web
Last synced: 22 Mar 2025
https://github.com/alttch/atasker
Python library for modern thread / multiprocessing pooling and task processing via asyncio
asyncio multiprocessing multithreading priority-scheduling thread workers
Last synced: 28 Apr 2025
https://github.com/mohit17067/priority-scheduling-pintos
Priority scheduling, Priority donation and Alarm clock in Pintos.
alarm-clock pintos pintos-project pintos-threads priority-scheduling
Last synced: 07 Mar 2026
https://github.com/baggepinnen/prioritychannels.jl
Provides a Channel where elements are associated with a priority. take! returns highest priority item.
channels parallel-programming priority priority-list priority-queue priority-scheduling
Last synced: 03 Jan 2026
https://github.com/ookii-tsuki/cpu-scheduling-sim
A simple GUI CPU scheduling simulator
cpu cpu-scheduling fcfs-scheduling non-preemptive operating-system preemptive priority-scheduling round-robin scheduler scheduling-algorithms sfj
Last synced: 11 Apr 2025
https://github.com/divshekhar/os_process_schedulers
Operating System Process Schedulers Solver
fcfs-process-scheduling os priority-scheduling round-robin-scheduler scheduling-algorithms sjf-process-scheduling srtf-process-scheduling
Last synced: 10 Jul 2025
https://github.com/chr15m/riceprioritization.com
A web app to prioritize your options
clojure clojurescript prioritization priority priority-scheduling shadow-cljs shadow-cljs-app webapp webapplication website
Last synced: 14 Apr 2025
https://github.com/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.
cpp cpu-scheduling deadlock-avoidance deadlock-detection djikstra-algorithm operating-systems priority-scheduling
Last synced: 24 Mar 2025
https://github.com/amitaifrey/redisemaphore
Redis-Based Distributed Semaphore Implementation, With Priority Queues
distributed distributed-systems golang priority-queue priority-scheduling redis semaphore
Last synced: 01 Mar 2026
https://github.com/divysuthar/scheduling_algorithm
This repository offers a collection of fundamental CPU scheduling algorithms implemented in Python.
cpu-scheduling cpu-scheduling-algorithms first-come-first-serve jupyter-notebook priority-scheduling python shortest-job-first shortest-remaining-time-first
Last synced: 28 Jan 2026
https://github.com/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
commit memory-management memoryscanner priority-scheduling process-manager reserve
Last synced: 15 Mar 2025
https://github.com/zaidmukaddam/cpu-scheduler-app-react-native
React Native Application to visualize the CPU Scheduling with different Algorithms and Animations.
algorithm cpu-scheduling expo-cli gradle priority-scheduling react-native
Last synced: 05 May 2026
https://github.com/anandthegreat/pintos-project-1
Pintos Project 1 : Threads
alarm-clock pintos pintos-threads priority-donation priority-scheduling
Last synced: 19 Mar 2026
https://github.com/pariola/sched
a simple scheduler (wip)
priority-queue priority-scheduling scheduler
Last synced: 14 Jan 2026
https://github.com/ibra-kdbra/echo_assistant
Autonomous Agent Partner
agent-based-modeling autonomous browser-automation browser-extension llm-agent llm-evaluation priority-scheduling thinking-machines user-management
Last synced: 14 Jun 2025
https://github.com/zain-bin-arshad/aviation-simulation
This is a C# project developed using MS Visual Studio. It is actually a "Priority Scheduling" simulation.
air-traffic-control csharp operating-system os priority-queue priority-scheduling simulation
Last synced: 22 Jul 2025
https://github.com/jelhamm/cpu-scheduling
"CPU Scheduling Algorithms Implementation Repository"
cpu cpu-scheduling fcfs-process-scheduling fcfs-scheduling java mlq--scheduling operating-system priority-scheduling round-robin round-robin-scheduler rr-scheduling scheduling shortest-job-first sjf-scheduling
Last synced: 01 May 2026
https://github.com/mananpatel06/operating-system-practical
This is Operating System (CE354) practical.
algorithm algorithms best-fit-algorithm ce354 depstar first-fit-algorithm firstcomefirstserve firstinfirstout least-recently-used-algorithm optimal-algorithm practicals priority-scheduling round-robin shortest-job-first shortestjobfirst worst-fit-algorithm
Last synced: 12 Jun 2026
https://github.com/101rror/os_algorithm
bankers-algorithm fcfs-scheduling priority-scheduling round-robin-scheduler
Last synced: 08 Sep 2025
https://github.com/mahdyhamad/processors-simulation
A simulation for operating system processors excecution
cpu-scheduling priority-scheduling simulation
Last synced: 17 Mar 2025
https://github.com/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.
alarm-clock docker filesystem kernel mlfq-scheduling operating-systems pintos priority-scheduling scheduler semaphores threads timer userprogs virtual-machine vm
Last synced: 03 Apr 2025
https://github.com/zain-bin-arshad/os-scheduling
A collection of OS scheduling algorithms ready to be implemented.
fcfs fcfs-scheduling priority-scheduling process-scheduler process-scheduler-simulator round-robin scheduling scheduling-algorithms sjf-scheduling srtf-scheduling
Last synced: 04 Apr 2025
https://github.com/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.
cpp cpu-scheduling cpu-scheduling-algorithms fifo preemptive-scheduling priority-scheduling scheduler scheduling-algorithms scheduling-simulator sjf-scheduling
Last synced: 05 Apr 2025
https://github.com/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.
algorithms cpu-scheduling performance-metrics priority-scheduling python python-scripting round-robin-scheduling scheduling-algorithms thread-scheduling threading turnaround-time waiting-time
Last synced: 14 May 2025
https://github.com/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.
cpp17 cpu-scheduling-algorithms first-come-first-serve flask nextjs nextjs14 priority-scheduling python3 round-robin-scheduler shortest-job-first
Last synced: 10 Feb 2026
https://github.com/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.
functional-programming priority-scheduling recurring-tasks scala simple-tasks task-management-app task-management-system task-manager to-do-list
Last synced: 24 Mar 2025
https://github.com/octu0/priorate
rate limiter with priority
go golang priority-scheduling rate-limiting
Last synced: 18 Jan 2026
https://github.com/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)
fcfs-scheduling finance os priority-scheduling python round-robin sjf-scheduling srtf-scheduling
Last synced: 16 Mar 2025
https://github.com/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).
fcfs-scheduling firstcomefirstserve lrtf-scheduling operating-system os priority-scheduling roundrobin sjf-scheduling srtf-scheduling
Last synced: 07 May 2025
https://github.com/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.
cprogramming cpu-scheduling-algorithms operating-system priority-scheduling process-scheduling round-robin-scheduler
Last synced: 26 Oct 2025
https://github.com/yousefmohammad/cpu_scheduling
A GUI-based CPU Scheduling Simulator for visualizing FCFS, SJF, RR, and Priority algorithms with process management and real-time results.
cpu-scheduling fcfs open-source operating-system priority-scheduling process process-management python-project round-robin scheduling-algorithms sjf tkinter tkinter-gui
Last synced: 27 Oct 2025
https://github.com/hajjsalad/stm32-esp32-iot-monitor-and-control
An ESP32 & STM32-based IoT system for monitoring environmental sensors and controlling devices. Collects sensor data, aggregates it locally, and publishes to AWS IoT Core efficiently, with Wi-Fi management, MQTT communication, and OTA-ready architecture.
aws-iot c cpp esp-idf esp32 freertos make mqtt oop ota-update priority-scheduling stm32 uart uart-handshake wifi
Last synced: 06 May 2026
https://github.com/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.
aging-scheduling bounded-delay frontier job-aging job-queue job-scheduler limited-delay max-deferement priorities priorities-algorithm priority priority-queue priority-scheduling priorityqueue starvation starvation-free tasks-manager taskscheduler
Last synced: 02 Feb 2026