Crontab Expression Editor - Online Interactive Cron Builder
Build cron expressions using a visual editor with dropdowns. See human-readable description and next run times. Easier than raw cron.
UD5 Toolkit
Test, visualize, and understand cron schedule expressions instantly
*/15 means every 15 units.1,3,5 matches 1, 3, and 5.9-17 matches 9 through 17.L in day-of-month means the last day of the month).2#3 = 3rd Tuesday.@Scheduled annotation, and some enterprise job schedulers. Our simulator supports both — use the toggle above the input to switch modes.
*), cron treats them with an OR relationship. The job triggers if either condition is met. For example, 0 0 15 * 1 runs at midnight on the 15th of every month AND every Monday — not just Mondays that fall on the 15th. If you need both conditions to apply simultaneously (AND logic), you'd need to handle that logic within the job script itself or use a wrapper condition.
* * * * * | Every minute |
*/15 * * * * | Every 15 minutes |
0 * * * * | Every hour at minute 0 |
0 0 * * * | Daily at midnight |
0 9 * * 1-5 | Weekdays at 9:00 AM |
0 0 * * 0 | Every Sunday at midnight |
0 0 1 * * | First day of every month |
0 0 1 1 * | Yearly on January 1st |
0 0 */2 * * | Every 2 days at midnight |
0 8-18 * * * | Every hour from 8 AM to 6 PM |
Build cron expressions using a visual editor with dropdowns. See human-readable description and next run times. Easier than raw cron.
Enter processes and see how different scheduling algorithms handle them. Gantt chart generation. OS course helper.
Open many parallel WebSocket connections and send messages. Test your server's concurrency. All from your browser.
Test prompt formatting without calling an LLM. See how your prompt would look with different templates. Dev tool.
Watch a simulation of how the JavaScript event loop handles synchronous code, microtasks, and macrotasks. Learn async.
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.
Assign an ICC profile to an image and simulate how it would look on another device. For accurate color workflows. Local.
Combine a Pomodoro timer with a simple task list. Assign estimated Pomodoros to tasks and track completions. Boost focus and get things done.
Randomly displays behavioural interview questions. Record your answer, review later. Private practice tool.
Create a tailored cover letter based on job title, your skills, and a template. Download as text or PDF print. Private.
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
Combine a Pomodoro timer with a built‑in to‑do list. Estimate pomodoros per task, track completed sessions, and see daily progress. All data stored locally.
Boost your productivity with the Pomodoro technique. Customizable work and break intervals with desktop notifications. Simple, clean, and works offline.
Drag an angle around the unit circle and see sin, cos, tan values change live. Degrees and radians display. Perfect for learning trig.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Input any JavaScript object and see if structuredClone can deep‑copy it. Compare with JSON.parse/stringify. Learn transferables.
Fill in a form to generate a valid package.json for your Node.js project. Includes popular scripts and fields. Local only.
Upload a logo and generate a complete favicon package: .ico with 16, 32, and 48px sizes. No upload needed.
Experience the four stages of rock tumbling virtually. Start with rough stones and watch them polish over 'days'. Satisfying.
Scroll down to see images load lazily. Code snippet provided. Learn how native loading='lazy' works.
Select telescope and eyepiece parameters to see the field of view circle on a simulated night sky image.
Visual timer with reminders to apply ice for 20 minutes and rest for 2 hours. Useful for sprains.
See interactive Venn diagrams for SQL JOINs: INNER, LEFT, RIGHT, FULL, CROSS. Understand set theory visually. Local static site.
Play low-frequency tones to check subwoofer phase alignment with main speakers. Simple tool.
Plot one or more mathematical functions f(x) on a 2D canvas. Zoom, pan, and see intersections. Great for calculus and algebra. Purely client‑side.
Generate a QR code with a custom text label below or above. Perfect for printed signs. All generated locally as a single image.
Drag colored beads onto a virtual thread to design a repeating pattern. See total length. Save locally.
Paste a JSON object and see a dynamic, draggable tree graph representation. Excellent for debugging nested data.
Generate a random medieval occupation with a short description. For NPCs or historical curiosity. Local list.