Skip to content

Instantly share code, notes, and snippets.

View JGovardhan2007's full-sized avatar
🎯
Focusing

Govardhan JGovardhan2007

🎯
Focusing
View GitHub Profile
@JGovardhan2007
JGovardhan2007 / disk_scheduler.py
Created May 16, 2026 11:20
OS Disk Scheduler Colab
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.animation import FuncAnimation
from IPython.display import HTML, display, clear_output
import ipywidgets as widgets
import os
# --- 1. AUTOMATIC DEPENDENCY CHECK (For ease of use in Colab) ---
# This automatically runs the system command to install ffmpeg if it's missing
try: