// try this on a Kotlin IDE, IntelliJ IDEA?
// (avoid online compiler && notebooks)
fun main() {
val l = listOf(
65, 68, 73, 84, 89, 65, 32,
80, 82, 65, 83, 65, 68, 83
)
val pu94x = sequence {
while (true) {
yieldAll(l.indices)
yieldAll(l.lastIndex - 1 downTo 1)
}
}
pu94x.forEach { i ->
println("xo | ".repeat(i) + l[i].toChar())
Thread.sleep(94)
}
}π¨βπ» Dev Profile Summary (All-Time)
π 5,758+ Commits made on GitHub
ποΈ 6 Public β’ 17 Private Repositories
π¦ 77.0 MiB Used in GitHub Storage
β‘ LeetCode: 91 Solved (77E β’ 12M β’ 2H)
π StackOverflow: 461 Rep (1G β’ 5S β’ 8B)
π§ Spotify: 5,470h 8m (92,899 Streams)
π Commit Patterns
| π» I'm a Night π¦ | |||
|---|---|---|---|
| π Morning | 2 commits | βββββββββββββββββββββββββ | 9.5% |
| π Daytime | 7 commits | βββββββββββββββββββββββββ | 33.3% |
| π Evening | 0 commits | βββββββββββββββββββββββββ | 0.0% |
| π Night | 12 commits | βββββββββββββββββββββββββ | 57.1% |
| π Total Commits | 21 commits in July 2026 | ||
β¨οΈ Languages (30D)
| JavaScript | 6 hrs 9 mins | βββββββββββββββββββββββββ | 21.2% |
| Kotlin | 5 hrs 44 mins | βββββββββββββββββββββββββ | 19.7% |
| CSS | 5 hrs 32 mins | βββββββββββββββββββββββββ | 19.1% |
| XML | 3 hrs 35 mins | βββββββββββββββββββββββββ | 12.3% |
| Markdown | 2 hrs 16 mins | βββββββββββββββββββββββββ | 7.8% |
| Python | 1 hr 41 mins | βββββββββββββββββββββββββ | 5.8% |
| Other | 1 hr 3 mins | βββββββββββββββββββββββββ | 3.6% |
π οΈ Editors & IDEs (30D)
| Antigravity Desktop | 16 hrs 55 mins | βββββββββββββββββββββββββ | 58.2% |
| Android Studio | 5 hrs 23 mins | βββββββββββββββββββββββββ | 18.5% |
| VS Code | 4 hrs 50 mins | βββββββββββββββββββββββββ | 16.6% |
| Antigravity IDE | 1 hr 57 mins | βββββββββββββββββββββββββ | 6.7% |
π§ Operating Systems (30D)
| Linux | 29 hrs 6 mins | βββββββββββββββββββββββββ | 100.0% |
π¨βπ» Dev Workstations (30D)
| xoarch | 29 hrs 6 mins | βββββββββββββββββββββββββ | 100.0% |
π½ Repo Distribution (Owned)
| Kotlin | 811.5 KiB | βββββββββββββββββββββββββ | 36.4% |
| Python | 639.7 KiB | βββββββββββββββββββββββββ | 28.7% |
| Dart | 245.3 KiB | βββββββββββββββββββββββββ | 11.0% |
| JavaScript | 210.5 KiB | βββββββββββββββββββββββββ | 9.5% |
| TypeScript | 124.2 KiB | βββββββββββββββββββββββββ | 5.6% |
| CSS | 116.2 KiB | βββββββββββββββββββββββββ | 5.2% |
| HTML | 63.0 KiB | βββββββββββββββββββββββββ | 2.8% |
π Laugh Break
What did the Zen Buddist say to the hotdog vendor?
Β» Make me one with everything.
I walked into a bar once.
Β» It really hurt my head.
Why was the river rich?
Β» Because it had two banks.
π‘ Did You Know
π‘ In 1778, fashionable women of Paris never went out in blustery weather without a lightning rod attached to their hats.
π‘ It's illegal to spit on the sidewalk in Norfolk, Virginia.
π‘ The average human eats 8 spiders in their lifetime at night.
β¨ Inspiration
"Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work." - Steve Jobs
"Successful people do what unsuccessful people are not willing to do. Don't wish it were easier; wish you were better." - Jim Rohn
"Sometimes you can't see yourself clearly until you see yourself through the eyes of others." - Ellen DeGeneres
π Last Updated
| Last Refresh | Saturday | July 11, 2026 | β03:58 AM IST |
| Next Refresh | Sunday | July 12, 2026 | ~03:55 AM IST |
These metrics represent a fraction of my total activity and do not capture work across all tools and environments.
Copyright Β© 2020 - 2026 | Aditya Prasad S


