Crontab Guru - Online Cron Expression Parser & Translator
Describe cron schedule expressions in plain English and test future execution times. Indispensable for DevOps and backend developers. Local analysis.
UD5 Toolkit
* * * * * means every minute.*/15 * * * * means every 15 minutes.1-5 means values 1 through 5.1,3,5 means values 1, 3, and 5.1-10/2 means 1,3,5,7,9 within a range.*/5 * * * *. This tells cron to run the job when the minute is divisible by 5 (0, 5, 10, 15, ..., 55). You can also use our Visual Builder: select "Every N minutes" for the Minute field and enter 5.
1-5 (Monday through Friday). For example, 0 9 * * 1-5 runs at 9:00 AM every weekday. In our Visual Builder, simply check Mon through Fri in the Weekday field, or click the "Mon-Fri" shortcut.
0 0 1 * 1 runs on the 1st of every month AND every Monday. Usually, you'll set one field and leave the other as * to avoid unexpected behavior.
@yearly / @annually = 0 0 1 1 * (January 1st at midnight)@monthly = 0 0 1 * * (1st of every month)@weekly = 0 0 * * 0 (Every Sunday)@daily / @midnight = 0 0 * * * (Every day at midnight)@hourly = 0 * * * * (Every hour)Describe cron schedule expressions in plain English and test future execution times. Indispensable for DevOps and backend developers. Local analysis.
Set a cron expression and see a calendar of the next 1,000 execution times. Never miss a schedule again.
Parse a URL's query string into a key-value table, or build a query string from parameters. Perfect for API testing and web development.
Format and beautify SQL queries for improved readability. Supports various SQL dialects. Quick syntax highlighting and local processing ensure a secure experience.
Run the classic FizzBuzz with custom rules. See the output for any range. A beginner programmer's playground.
Create a rebus puzzle by combining emojis and letters, then challenge friends to solve. Fun brain teaser.
Click to build a laundry symbol and learn its meaning, or look up common symbols. Never ruin clothes again.
Generate a QR code with a custom text label below or above. Perfect for printed signs. All generated locally as a single image.
Create a tailored cover letter based on job title, your skills, and a template. Download as text or PDF print. Private.
Paste a passage and automatically remove every nth word to create a fill‑in‑the‑blank exercise. For teaching and self‑study.
Fill in a form to generate a valid package.json for your Node.js project. Includes popular scripts and fields. Local only.
Simulate paint colors on a pre-loaded room photo by adjusting hue, saturation. Find your perfect shade before buying. Local canvas.
Manipulate RGB and brightness curves with interactive splines. Apply professional color grading to your images. Fully in-browser.
Enter processes and see how different scheduling algorithms handle them. Gantt chart generation. OS course helper.
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
Fill in a few details and get a polished resignation letter. No data stored. Instant copy or print.
Fill in a table name and columns, and the tool writes the correct SQL INSERT, UPDATE, DELETE, and SELECT queries. For quick scaffolding.
Create a Review or aggregateRating structured data. Perfect for star ratings in search results. Copy the code.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Select a repair type (leaky faucet, paint room, etc.) and get a typical cost range. Simple general guide, no personal data.
Combine a Pomodoro timer with a simple task list. Assign estimated Pomodoros to tasks and track completions. Boost focus and get things done.
Search and extract values from a large JSON object using dot/bracket notation. Quickly locate deeply nested fields. Data stays local in your browser.
Generate an Article or BlogPosting structured data with headline, author, and image. For rich blog results.
Create a pure HTML dropdown menu using the popover attribute. Style it with CSS and copy the accessible snippet. No JavaScript.
Create a halftone dot pattern from two colors. Adjust dot size and spacing. Get the CSS or download as image.
Decode the header and payload of a JSON Web Token (JWT) without verifying the signature. Inspect claims securely on the client side. Great for developers.
Enter your FAQ questions and answers, and get ready‑to‑paste JSON-LD structured data. Boost search appearance.
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
Calculate large Fibonacci numbers in a Web Worker. See the UI remain responsive. Copy the pattern for your app.
Combine multiple static images into a single animated GIF. Adjust frame delay and order. No upload, in‑browser encoding.