// 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,794+ Commits made on GitHub
ποΈ 6 Public β’ 17 Private Repositories
π¦ 73.9 MiB Used in GitHub Storage
β‘ LeetCode: 91 Solved (77E β’ 12M β’ 2H)
π StackOverflow: 421 Rep (0G β’ 5S β’ 7B)
π§ Spotify: 4,509h 24m (76,883 Streams)
π Commit Patterns
| π No commits found in March 2026 |
|---|
β¨οΈ Languages (30D)
| Kotlin | 8 hrs 41 mins | βββββββββββββββββββββββββ | 28.6% |
| PHP | 7 hrs 18 mins | βββββββββββββββββββββββββ | 24.1% |
| Blade Template | 4 hrs 35 mins | βββββββββββββββββββββββββ | 15.1% |
| XML | 2 hrs 37 mins | βββββββββββββββββββββββββ | 8.6% |
| JavaScript | 2 hrs 2 mins | βββββββββββββββββββββββββ | 6.7% |
| CSS | 1 hr 39 mins | βββββββββββββββββββββββββ | 5.5% |
| Python | 1 hr 17 mins | βββββββββββββββββββββββββ | 4.2% |
π οΈ Editors & IDEs (30D)
| VS Code | 17 hrs 49 mins | βββββββββββββββββββββββββ | 58.6% |
| Android Studio | 11 hrs 15 mins | βββββββββββββββββββββββββ | 37.0% |
| Antigravity | 1 hr 18 mins | βββββββββββββββββββββββββ | 4.3% |
π§ Operating Systems (30D)
| Windows | 30 hrs 23 mins | βββββββββββββββββββββββββ | 100.0% |
π¨βπ» Dev Workstations (30D)
| Pu94X | 18 hrs 9 mins | βββββββββββββββββββββββββ | 59.8% |
| CITPC1142 | 12 hrs 13 mins | βββββββββββββββββββββββββ | 40.2% |
π½ Repo Distribution (Owned)
| Python | 527.5 KiB | βββββββββββββββββββββββββ | 30.6% |
| Kotlin | 494.9 KiB | βββββββββββββββββββββββββ | 28.7% |
| Dart | 245.3 KiB | βββββββββββββββββββββββββ | 14.2% |
| JavaScript | 182.5 KiB | βββββββββββββββββββββββββ | 10.6% |
| TypeScript | 124.2 KiB | βββββββββββββββββββββββββ | 7.2% |
| CSS | 92.3 KiB | βββββββββββββββββββββββββ | 5.4% |
| HTML | 45.1 KiB | βββββββββββββββββββββββββ | 2.6% |
π Laugh Break
I can't believe I got fired from the calendar factory.
Β» All I did was take a day off.
What do you give a sick lemon?
Β» Lemonaid.
Why did the golfer wear two pairs of pants?
Β» In case he got a hole in one.
π‘ Did You Know
π‘ A βjiffyβ is the scientific name for 1/100th of a second.
π‘ Koalas never drink water. They get fluids from the eucalyptus leaves they eat.
π‘ The name of the girl on the statue of liberty is Mother of Exiles.
β¨ Inspiration
"Creativity is intelligence having fun." - Albert Einstein
"Be the change that you wish to see in the world." - Mahatma Gandhi
"Struggle is a part of life. Learning to struggle well is a reward in itself." - Zat Rana
π Last Updated
| Last Refresh | Wednesday | March 04, 2026 | β04:18 AM IST |
| Next Refresh | Thursday | March 05, 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

