-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kiarash Forouzmand edited this page Mar 18, 2026
·
2 revisions
Welcome to the random section of my wiki! Refresh the page for new random content (or use the buttons below).
β‘ Click to generate random content
"The best way to predict the future is to implement it." β David Heinemeier Hansson
Today's random language: Rust π¦ "Fearless concurrency, but fearless compiler first."
Build a: CLI tool that generates ASCII art from images Difficulty: Medium Stack: Python + Pillow
| # | 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 |
// 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 β
βββββββββββββββββββββββββββββββ