// 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,869+ Commits made on GitHub
ποΈ 6 Public β’ 17 Private Repositories
π¦ 74.4 MiB Used in GitHub Storage
β‘ LeetCode: 91 Solved (77E β’ 12M β’ 2H)
π StackOverflow: 431 Rep (0G β’ 5S β’ 7B)
π§ Spotify: 4,543h 48m (77,441 Streams)
π Commit Patterns
| π» I'm a Night π¦ | |||
|---|---|---|---|
| π Morning | 0 commits | βββββββββββββββββββββββββ | 0.0% |
| π Daytime | 3 commits | βββββββββββββββββββββββββ | 5.8% |
| π Evening | 11 commits | βββββββββββββββββββββββββ | 21.2% |
| π Night | 38 commits | βββββββββββββββββββββββββ | 73.1% |
| π Total Commits | 52 commits in March 2026 | ||
β¨οΈ Languages (30D)
| Kotlin | 13 hrs 21 mins | βββββββββββββββββββββββββ | 36.9% |
| PHP | 6 hrs 52 mins | βββββββββββββββββββββββββ | 18.9% |
| Python | 6 hrs 49 mins | βββββββββββββββββββββββββ | 18.8% |
| XML | 3 hrs 6 mins | βββββββββββββββββββββββββ | 8.6% |
| Other | 1 hr 23 mins | βββββββββββββββββββββββββ | 3.9% |
| Text | 1 hr 4 mins | βββββββββββββββββββββββββ | 3.0% |
| HTML | 1 hr 3 mins | βββββββββββββββββββββββββ | 2.9% |
π οΈ Editors & IDEs (30D)
| Android Studio | 14 hrs 59 mins | βββββββββββββββββββββββββ | 41.4% |
| VS Code | 13 hrs 19 mins | βββββββββββββββββββββββββ | 36.8% |
| Antigravity | 4 hrs 26 mins | βββββββββββββββββββββββββ | 12.3% |
| PyCharm | 3 hrs 28 mins | βββββββββββββββββββββββββ | 9.6% |
π§ Operating Systems (30D)
| Windows | 36 hrs 15 mins | βββββββββββββββββββββββββ | 100.0% |
π¨βπ» Dev Workstations (30D)
| Pu94X | 21 hrs 10 mins | βββββββββββββββββββββββββ | 58.4% |
| CITPC1142 | 15 hrs 5 mins | βββββββββββββββββββββββββ | 41.6% |
π½ Repo Distribution (Owned)
| Python | 531.6 KiB | βββββββββββββββββββββββββ | 30.3% |
| Kotlin | 520.8 KiB | βββββββββββββββββββββββββ | 29.7% |
| Dart | 245.3 KiB | βββββββββββββββββββββββββ | 14.0% |
| JavaScript | 182.5 KiB | βββββββββββββββββββββββββ | 10.4% |
| TypeScript | 124.2 KiB | βββββββββββββββββββββββββ | 7.1% |
| CSS | 92.3 KiB | βββββββββββββββββββββββββ | 5.3% |
| HTML | 45.1 KiB | βββββββββββββββββββββββββ | 2.6% |
π Laugh Break
What's the difference between a little girl and a fridge?
Β» Fridges don't scream when you put your meat in them.
What did the late tomato say to the early tomato?
Β» Iβll ketch up
A ham sandwhich walks into a bar and orders a beer. The bartender says...
Β» I'm sorry, we don't serve food here
π‘ Did You Know
π‘ If one places a tiny amount of liquor on a scorpion, it will instantly go mad and sting itself to death.
π‘ A dime has 118 ridges around the edge. A quarter has 119.
π‘ Women manage the money and pay the bills inΒ 75% of all Americans households.
β¨ Inspiration
"Life is short. Donβt tolerate bullsh*t. Donβt wait until itβs too late." - Zat Rana
"It is never too late to be what you might have been." - George Eliot
"The only place where success comes before work is in the dictionary." - Vidal Sassoon
π Last Updated
| Last Refresh | Sunday | March 22, 2026 | β04:13 AM IST |
| Next Refresh | Monday | March 23, 2026 | ~04:10 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

