Skip to content
Kiarash Forouzmand edited this page Mar 18, 2026 · 2 revisions

🎲 Random Generators & Fun Stuff

Welcome to the random section of my wiki! Refresh the page for new random content (or use the buttons below).


πŸ”„ Live Random Generators

⚑ Click to generate random content

Random Developer Quote

"The best way to predict the future is to implement it." – David Heinemeier Hansson

Random Programming Language

Today's random language: Rust πŸ¦€ "Fearless concurrency, but fearless compiler first."

Random Project Idea

Build a: CLI tool that generates ASCII art from images Difficulty: Medium Stack: Python + Pillow


πŸ“‹ Static Random Lists

🧠 Random Tech Facts

# Fact
1 The first computer virus was created in 1983 as an experiment
2 There are over 700 programming languages in existence
3 The QWERTY keyboard was designed to slow down typing (to prevent jams)
4 Python was named after Monty Python, not the snake
5 The first website is still online: info.cern.ch

πŸ’» Random Coding Challenges

// Challenge #42: FizzBuzz (but make it interesting)
// Write a function that prints numbers 1-100, but:
// - For multiples of 3, print "Fizz"
// - For multiples of 5, print "Buzz"
// - For multiples of 7, print "Bazz"
// - Handle combinations (e.g., 3&5 = "FizzBuzz")

function fizzBuzzBazz() {
  // Your code here
}


1. [ ] **Weather CLI** - Fetch weather from terminal using wttr.in
2. [ ] **Markdown Resume** - Generate PDF from markdown
3. [ ] **GitHub Activity Tracker** - CLI tool to see your stats
4. [ ] **Password Generator** - With strength checker
5. [ ] **URL Shortener** - Build your own bit.ly


β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   Project Name Generator    β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ β€’ Quantum Quokka            β”‚
β”‚ β€’ Nebula Navigator          β”‚
β”‚ β€’ Pixel Panda               β”‚
β”‚ β€’ Docker Dinosaur           β”‚
β”‚ β€’ Git Giraffe               β”‚
β”‚ β€’ Byte Butterfly            β”‚
β”‚ β€’ Code Coyote               β”‚
β”‚ β€’ Terminal Tiger            β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜