// 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,804+ 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,523h 37m (77,110 Streams)
π Commit Patterns
| π₯° I'm an Early π€ | |||
|---|---|---|---|
| π Morning | 0 commits | βββββββββββββββββββββββββ | 0.0% |
| π Daytime | 3 commits | βββββββββββββββββββββββββ | 100.0% |
| π Evening | 0 commits | βββββββββββββββββββββββββ | 0.0% |
| π Night | 0 commits | βββββββββββββββββββββββββ | 0.0% |
| π Total Commits | 3 commits in March 2026 | ||
β¨οΈ Languages (30D)
| PHP | 10 hrs 38 mins | βββββββββββββββββββββββββ | 27.7% |
| Kotlin | 8 hrs 41 mins | βββββββββββββββββββββββββ | 22.6% |
| Python | 4 hrs 43 mins | βββββββββββββββββββββββββ | 12.3% |
| Blade Template | 4 hrs 38 mins | βββββββββββββββββββββββββ | 12.1% |
| XML | 2 hrs 37 mins | βββββββββββββββββββββββββ | 6.8% |
| JavaScript | 2 hrs 2 mins | βββββββββββββββββββββββββ | 5.3% |
| CSS | 1 hr 39 mins | βββββββββββββββββββββββββ | 4.3% |
π οΈ Editors & IDEs (30D)
| VS Code | 22 hrs 39 mins | βββββββββββββββββββββββββ | 58.9% |
| Android Studio | 11 hrs 15 mins | βββββββββββββββββββββββββ | 29.2% |
| PyCharm | 2 hrs 45 mins | βββββββββββββββββββββββββ | 7.2% |
| Antigravity | 1 hr 49 mins | βββββββββββββββββββββββββ | 4.7% |
π§ Operating Systems (30D)
| Windows | 38 hrs 29 mins | βββββββββββββββββββββββββ | 100.0% |
π¨βπ» Dev Workstations (30D)
| Pu94X | 22 hrs 17 mins | βββββββββββββββββββββββββ | 57.9% |
| CITPC1142 | 16 hrs 11 mins | βββββββββββββββββββββββββ | 42.1% |
π½ Repo Distribution (Owned)
| Python | 531.2 KiB | βββββββββββββββββββββββββ | 30.8% |
| Kotlin | 494.9 KiB | βββββββββββββββββββββββββ | 28.6% |
| Dart | 245.3 KiB | βββββββββββββββββββββββββ | 14.2% |
| JavaScript | 182.5 KiB | βββββββββββββββββββββββββ | 10.6% |
| TypeScript | 124.2 KiB | βββββββββββββββββββββββββ | 7.2% |
| CSS | 92.3 KiB | βββββββββββββββββββββββββ | 5.3% |
| HTML | 45.1 KiB | βββββββββββββββββββββββββ | 2.6% |
π Laugh Break
What's orange and sounds like a parrot?
Β» A carrot!
Why did the functional programmer get thrown out of school?
Β» Because he refused to take classes.
Why shouldn't you visit an expensive wig shop?
Β» It's too high a price "toupee."
π‘ Did You Know
π‘ It's impossible to sneeze with your eyes open.
π‘ The human tongue tastes bitter things with the taste buds toward the back. Salty and pungent flavors are tasted in the middle of the tongue, sweet flavors at the tip!
π‘ The city of Venice stands on about 120 small islands.
β¨ Inspiration
"In order to be irreplaceable one must always be different." - Coco Chanel
"In three words I can sum up everything I've learned about life: it goes on." - Robert Frost
"Quality is not an act, it is a habit." - Aristotle
π Last Updated
| Last Refresh | Sunday | March 08, 2026 | β04:11 AM IST |
| Next Refresh | Monday | March 09, 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

