Timeline Creator - Online Generate Visual History Chart
Build a vertical timeline by entering events with dates and descriptions. Export as image or HTML. Perfect for project milestones.
UD5 Toolkit
Build a vertical timeline by entering events with dates and descriptions. Export as image or HTML. Perfect for project milestones.
Plot different BigâO complexities on a chart. See how O(log n) stays flat while O(2^n) explodes. Educational reference.
See the complete recursion tree for small Fibonacci or factorial calculations. Understand overlapping subproblems. Educational.
Watch classic sorting algorithms step through a randomized bar chart. Adjust speed and array size. Great for learning algorithm efficiency.
Build a simple decision tree by adding yes/no nodes. Flowchart style. Export as text outline.
Draw walls on a grid and watch A*, Dijkstra, or BFS find the shortest path. Interactive animation. Learn graph traversal.
Enter a number and see its Collatz sequence graphed. Watch the steps until it reaches 1. Mesmerizing math.
Enter text and see each character's 8âbit binary laid out in a blackâandâwhite grid. Beautiful data art. Local.
Click through the TCP connection states (LISTEN, SYN_SENT, ESTABLISHEDâŚ) and see the animated transitions. Networking education.
Enter a simple regular expression and see its equivalent Deterministic Finite Automaton diagram. Learn how regex engines work.
Drag a slider to compare your original image with a compressed version (e.g., WebP). See the quality difference and file size savings.
Generate a .gitattributes file with proper lineâending handling, binary detection, and linguist overrides. Clean repo setup.
Drag colored beads onto a virtual thread to design a repeating pattern. See total length. Save locally.
Enter a regular expression and see a visual railroad diagram explaining the pattern. Learn and debug regex.
Build a small crossword by adding words and clues. Export as a printable PNG or JSON. For classroom and fun.
Visually name grid areas in a table and generate gridâtemplateâareas CSS. Perfect for complex layouts. Dragâfree.
Add, remove, push, pop items and watch the data structure change visually. Supports arrays, stacks, and queues. For CS students.
Click to get a random, unique superpower with a description. Perfect for character creation or daydreaming.
Use browser compass and geolocation to show which planets and stars are overhead. Minimal, local only.
Drag and drop light sources, camera, and subject to plan a photo shoot. Export diagram as image. Simple and visual.
Create a weighed pros and cons list with a score. Help make tough decisions. Data saved locally.
Stack multiple background images and blend them with colors. Create unique textures. Copy the CSS code instantly.
Visualize how caffeine decays in your body over time. Enter intake amount and see remaining caffeine at bedtime to optimize sleep. Uses standard 5-hour half-life.
Create an animation that advances with scroll using animationâtimeline: scroll(). See the visual timeline editor. Modern CSS.
Create or solve logic grid puzzles (like Einstein's riddle). Enter clues and mark the grid. Practice logical deduction. Local only.
Turn a cardinal number (23) into its ordinal form (23rd). Supports large numbers. Simple and quick.
Create vertically oriented text layouts with `writingâmode`. See the effect and copy the complete CSS. For vertical languages.
Estimate a child's potential adult height using the mid-parental height formula (adjusted for gender). Educational tool, not a medical prediction.
Build a date format string for SQL by toggling components (YYYY, MM, DD). See a live example for different databases.
Create categorized shopping lists (produce, dairy, meat, etc.). Add items, check them off, and print. Data stored in your browser. Never lose a list.