// 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)
π 4,996+ Commits made on GitHub
ποΈ 5 Public β’ 17 Private Repositories
π¦ 75.0 MiB Used in GitHub Storage
β‘ LeetCode: 91 Solved (77E β’ 12M β’ 2H)
π StackOverflow: 431 Rep (0G β’ 5S β’ 8B)
π§ Spotify: 4,571h 59m (77,894 Streams)
π Commit Patterns
| π» I'm a Night π¦ | |||
|---|---|---|---|
| π Morning | 1 commits | βββββββββββββββββββββββββ | 1.0% |
| π Daytime | 4 commits | βββββββββββββββββββββββββ | 4.1% |
| π Evening | 34 commits | βββββββββββββββββββββββββ | 35.1% |
| π Night | 58 commits | βββββββββββββββββββββββββ | 59.8% |
| π Total Commits | 97 commits in March 2026 | ||
β¨οΈ Languages (30D)
| Kotlin | 17 hrs 13 mins | βββββββββββββββββββββββββ | 38.2% |
| PHP | 7 hrs 33 mins | βββββββββββββββββββββββββ | 16.7% |
| Python | 7 hrs 23 mins | βββββββββββββββββββββββββ | 16.4% |
| XML | 3 hrs 16 mins | βββββββββββββββββββββββββ | 7.3% |
| HTML | 2 hrs 17 mins | βββββββββββββββββββββββββ | 5.1% |
| Other | 1 hr 21 mins | βββββββββββββββββββββββββ | 3.0% |
| Blade Template | 1 hr 9 mins | βββββββββββββββββββββββββ | 2.6% |
π οΈ Editors & IDEs (30D)
| Android Studio | 18 hrs 2 mins | βββββββββββββββββββββββββ | 40.0% |
| VS Code | 15 hrs 57 mins | βββββββββββββββββββββββββ | 35.4% |
| Antigravity | 7 hrs 39 mins | βββββββββββββββββββββββββ | 17.0% |
| PyCharm | 3 hrs 28 mins | βββββββββββββββββββββββββ | 7.7% |
π§ Operating Systems (30D)
| Windows | 45 hrs 9 mins | βββββββββββββββββββββββββ | 100.0% |
π¨βπ» Dev Workstations (30D)
| Pu94X | 29 hrs 25 mins | βββββββββββββββββββββββββ | 65.2% |
| CITPC1142 | 15 hrs 43 mins | βββββββββββββββββββββββββ | 34.8% |
π½ Repo Distribution (Owned)
| Kotlin | 548.3 KiB | βββββββββββββββββββββββββ | 30.6% |
| Python | 526.1 KiB | βββββββββββββββββββββββββ | 29.3% |
| Dart | 245.3 KiB | βββββββββββββββββββββββββ | 13.7% |
| 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 do you call a pile of cats?
Β» A Meowtain.
Why does Santa have three gardens?
Β» So he can 'ho ho ho'!
why do python programmers wear glasses?
Β» Because they can't C.
π‘ Did You Know
π‘ Prince Charles and Prince William never travel on the same airplane in case there is a crash.
π‘ The average person will accidentally eat just under a pound of insects every year.
π‘ About 55% of all movies are rated R.
β¨ Inspiration
"The world doesnβt need more noise. Donβt complain. Set an example." - Zat Rana
"I donβt want to get to the end of my life and find that I lived just the length of it. I want to have lived the width of it as well." - Diane Ackerman
"Though no one can go back and make a brand new start, anyone can start from now and make a brand new ending." - Carl Bard
π Last Updated
| Last Refresh | Tuesday | March 31, 2026 | β04:26 AM IST |
| Next Refresh | Wednesday | April 01, 2026 | ~04:25 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

