Cron Job Simulator - Online Visual Schedule Tester
Set a cron expression and see a calendar of the next 1,000 execution times. Never miss a schedule again.
UD5 Toolkit
Visualize and compare FCFS, SJF (Non-Preemptive), and Round Robin scheduling algorithms
| Process ID | Arrival Time | Burst Time | Action |
|---|
Edit values directly in the table. Arrival Time ≥ 0, Burst Time > 0.
Click Simulate to visualize CPU scheduling
Choose an algorithm, configure processes, and run the simulation.
Set a cron expression and see a calendar of the next 1,000 execution times. Never miss a schedule again.
Simulate memory page reference strings with FIFO, LRU, and Optimal algorithms. See page fault count. OS concept demo.
Drag a battery, resistor, LED onto a grid and simulate current flow. Show Ohm's law in action.
Input telescope and eyepiece parameters to see a simulated view of the Moon or Andromeda. Plan observations.
Open many parallel WebSocket connections and send messages. Test your server's concurrency. All from your browser.
Watch a simulation of how the JavaScript event loop handles synchronous code, microtasks, and macrotasks. Learn async.
Acquire and release locks across tabs. Prevent race conditions in IndexedDB or localStorage. Visual queue and lock state.
Build cron expressions using a visual editor with dropdowns. See human-readable description and next run times. Easier than raw cron.
Assign an ICC profile to an image and simulate how it would look on another device. For accurate color workflows. Local.
Select telescope and eyepiece parameters to see the field of view circle on a simulated night sky image.
Calculate large Fibonacci numbers in a Web Worker. See the UI remain responsive. Copy the pattern for your app.
Upload an image and see its 2D FFT magnitude and phase. Learn how image filtering works. Educatinal tool. Canvas.
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
Run the classic FizzBuzz with custom rules. See the output for any range. A beginner programmer's playground.
Enter item dimensions and find the smallest rectangular box that can fit them (simple packing heuristic). Helps reduce shipping costs. Local algorithm.
Combine multiple static images into a single animated GIF. Adjust frame delay and order. No upload, in‑browser encoding.
Describe cron schedule expressions in plain English and test future execution times. Indispensable for DevOps and backend developers. Local analysis.
Upload a logo and generate a complete favicon package: .ico with 16, 32, and 48px sizes. No upload needed.
Test prompt formatting without calling an LLM. See how your prompt would look with different templates. Dev tool.
Simulate paint colors on a pre-loaded room photo by adjusting hue, saturation. Find your perfect shade before buying. Local canvas.
Allocate your monthly income into virtual envelopes by category. Track spending and see remaining balances. LocalStorage.
Compute confidence intervals for a population mean (known/unknown sigma) and proportion. All popular Z/T values. Local.
Log your coin collection with country, year, grade, and images. Filter and export as spreadsheet. All data local.
Request notification permission and create a push subscription. See the subscription object. Learn how web push works.
Generate random JSON data with customizable fields (users, products, orders). Useful for frontend mocking. All local.
Calculate load capacitors for a crystal oscillator given stray capacitance and crystal CL. Essential for microcontroller circuit design. Local.
Combine a Pomodoro timer with a simple task list. Assign estimated Pomodoros to tasks and track completions. Boost focus and get things done.
Split a text into an array of individual characters, ready to paste into code. Options for quotes and newlines.
Fill in a form to generate a valid package.json for your Node.js project. Includes popular scripts and fields. Local only.
Drag an angle around the unit circle and see sin, cos, tan values change live. Degrees and radians display. Perfect for learning trig.