// 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,003+ Commits made on GitHub
ποΈ 6 Public β’ 17 Private Repositories
π¦ 74.6 MiB Used in GitHub Storage
β‘ LeetCode: 91 Solved (77E β’ 12M β’ 2H)
π StackOverflow: 431 Rep (0G β’ 5S β’ 8B)
π§ Spotify: 4,566h 26m (77,801 Streams)
π Commit Patterns
| π» I'm a Night π¦ | |||
|---|---|---|---|
| π Morning | 1 commits | βββββββββββββββββββββββββ | 1.0% |
| π Daytime | 4 commits | βββββββββββββββββββββββββ | 4.1% |
| π Evening | 34 commits | βββββββββββββββββββββββββ | 34.7% |
| π Night | 59 commits | βββββββββββββββββββββββββ | 60.2% |
| π Total Commits | 98 commits in March 2026 | ||
β¨οΈ Languages (30D)
| Kotlin | 17 hrs 13 mins | βββββββββββββββββββββββββ | 41.1% |
| PHP | 7 hrs 33 mins | βββββββββββββββββββββββββ | 18.0% |
| Python | 6 hrs 24 mins | βββββββββββββββββββββββββ | 15.3% |
| XML | 3 hrs 15 mins | βββββββββββββββββββββββββ | 7.8% |
| Other | 1 hr 21 mins | βββββββββββββββββββββββββ | 3.2% |
| HTML | 1 hr 9 mins | βββββββββββββββββββββββββ | 2.8% |
| Blade Template | 1 hr 9 mins | βββββββββββββββββββββββββ | 2.8% |
π οΈ Editors & IDEs (30D)
| Android Studio | 18 hrs 2 mins | βββββββββββββββββββββββββ | 43.0% |
| VS Code | 13 hrs 34 mins | βββββββββββββββββββββββββ | 32.4% |
| Antigravity | 6 hrs 50 mins | βββββββββββββββββββββββββ | 16.3% |
| PyCharm | 3 hrs 28 mins | βββββββββββββββββββββββββ | 8.3% |
π§ Operating Systems (30D)
| Windows | 41 hrs 56 mins | βββββββββββββββββββββββββ | 100.0% |
π¨βπ» Dev Workstations (30D)
| Pu94X | 26 hrs 13 mins | βββββββββββββββββββββββββ | 62.5% |
| CITPC1142 | 15 hrs 43 mins | βββββββββββββββββββββββββ | 37.5% |
π½ Repo Distribution (Owned)
| Kotlin | 548.3 KiB | βββββββββββββββββββββββββ | 30.4% |
| Python | 535.8 KiB | βββββββββββββββββββββββββ | 29.7% |
| Dart | 245.3 KiB | βββββββββββββββββββββββββ | 13.6% |
| JavaScript | 179.6 KiB | βββββββββββββββββββββββββ | 10.0% |
| TypeScript | 124.2 KiB | βββββββββββββββββββββββββ | 6.9% |
| CSS | 94.8 KiB | βββββββββββββββββββββββββ | 5.3% |
| HTML | 63.3 KiB | βββββββββββββββββββββββββ | 3.5% |
π Laugh Break
What's a titan favorite food?
Β» rawmen
What is the least spoken language in the world?
Β» Sign Language
What is the difference between ignorance and apathy?
Β» I don't know and I don't care.
π‘ Did You Know
π‘ The past-tense of the English word βdareβ is βdurstβ
π‘ The San Francisco Cable cars are the only mobile National Monuments.
π‘ The cheetah is the only cat that can't retract its claws.
β¨ Inspiration
"It all starts and ends in the mind. The most crucial skill is how you think." - Zat Rana
"Creativity is intelligence having fun." - Albert Einstein
"Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning." - Albert Einstein
π Last Updated
| Last Refresh | Sunday | March 29, 2026 | β04:18 AM IST |
| Next Refresh | Monday | March 30, 2026 | ~04:15 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

