Skip to content
#

scheduler

Here are 216 public repositories matching this topic...

Advanced Calendar is an application that is made on C language using Graphics.h library for the UI and pthread.h for alarm and scheduling systems. Like the name suggests, Advanced Calendar contains a calendar of the current year on the landing page of the application. This application allows users to go to any date of their choice on the calenda…

  • Updated Aug 31, 2022
  • C

A simulation of an operating system that consists of two parts. The first part is a simulation for the CPU scheduler and the memory manager. The second part is the synchronizer which is a solution for the popular producer-consumer/shared buffer problem.

  • Updated Jan 17, 2021
  • C

The Simple Job Scheduler is a command-line program written in C that empowers users to submit and manage concurrent jobs for execution. It allows for a maximum of P (1 <= P <= 8) jobs to run concurrently. This tool simplifies job management, provides job status tracking, maintains a job history, and allows users to gracefully quit the scheduler.

  • Updated Apr 17, 2023
  • C

Improve this page

Add a description, image, and links to the scheduler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scheduler topic, visit your repo's landing page and select "manage topics."

Learn more