// 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,756+ Commits made on GitHub
ποΈ 6 Public β’ 17 Private Repositories
π¦ 73.6 MiB Used in GitHub Storage
β‘ LeetCode: 91 Solved (77E β’ 12M β’ 2H)
π StackOverflow: 421 Rep (0G β’ 5S β’ 7B)
π§ Spotify: 4,489h 3m (76,579 Streams)
π Commit Patterns
| π» I'm a Night π¦ | |||
|---|---|---|---|
| π Morning | 0 commits | βββββββββββββββββββββββββ | 0.0% |
| π Daytime | 1 commits | βββββββββββββββββββββββββ | 1.5% |
| π Evening | 31 commits | βββββββββββββββββββββββββ | 45.6% |
| π Night | 36 commits | βββββββββββββββββββββββββ | 52.9% |
| π Total Commits | 68 commits in February 2026 | ||
β¨οΈ Languages (30D)
| Kotlin | 8 hrs 10 mins | βββββββββββββββββββββββββ | 27.1% |
| PHP | 7 hrs 18 mins | βββββββββββββββββββββββββ | 24.3% |
| Blade Template | 4 hrs 38 mins | βββββββββββββββββββββββββ | 15.4% |
| XML | 2 hrs 54 mins | βββββββββββββββββββββββββ | 9.7% |
| JavaScript | 2 hrs 4 mins | βββββββββββββββββββββββββ | 6.9% |
| Python | 1 hr 41 mins | βββββββββββββββββββββββββ | 5.6% |
| CSS | 1 hr 39 mins | βββββββββββββββββββββββββ | 5.5% |
π οΈ Editors & IDEs (30D)
| VS Code | 17 hrs 34 mins | βββββββββββββββββββββββββ | 58.3% |
| Android Studio | 11 hrs 11 mins | βββββββββββββββββββββββββ | 37.1% |
| Antigravity | 1 hr 18 mins | βββββββββββββββββββββββββ | 4.3% |
| IntelliJ IDEA | 4 mins | βββββββββββββββββββββββββ | 0.2% |
π§ Operating Systems (30D)
| Windows | 30 hrs 9 mins | βββββββββββββββββββββββββ | 100.0% |
π¨βπ» Dev Workstations (30D)
| Pu94X | 18 hrs 9 mins | βββββββββββββββββββββββββ | 60.2% |
| CITPC1142 | 12 hrs | βββββββββββββββββββββββββ | 39.8% |
π½ Repo Distribution (Owned)
| Python | 527.5 KiB | βββββββββββββββββββββββββ | 30.7% |
| Kotlin | 492.0 KiB | βββββββββββββββββββββββββ | 28.6% |
| Dart | 245.3 KiB | βββββββββββββββββββββββββ | 14.3% |
| JavaScript | 182.6 KiB | βββββββββββββββββββββββββ | 10.6% |
| TypeScript | 124.2 KiB | βββββββββββββββββββββββββ | 7.2% |
| CSS | 92.3 KiB | βββββββββββββββββββββββββ | 5.4% |
| HTML | 45.2 KiB | βββββββββββββββββββββββββ | 2.6% |
π Laugh Break
Knock knock. Who's there? Hatch. Hatch who?
Β» Bless you!
Why did the developer quit his job?
Β» Because he didn't get arrays.
What did the Dorito farmer say to the other Dorito farmer?
Β» Cool Ranch!
π‘ Did You Know
π‘ Babies are born without knee caps. They don't appear until the child reaches 2-6 years of age.
π‘ The town of Calma, Chile in the Atacama Desert has never had rain.
π‘ Honey is the only food which does not spoil.
β¨ Inspiration
"Success is liking yourself, liking what you do, and liking how you do it." - Maya Angelou
"Trust because you are willing to accept the risk, not because itβs safe or certain." - Anonymous
"The difference between winning and losing is most often not quitting." - Walt Disney
π Last Updated
| Last Refresh | Monday | February 23, 2026 | β04:14 AM IST |
| Next Refresh | Tuesday | February 24, 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

