// try this on a Kotlin IDE, IntelliJ IDEA? (avoid online compiler)
fun main() {
val l = listOf(65, 68, 73, 84, 89, 65, 32, 80, 82, 65, 83, 65, 68, 32, 83)
while (true) {
for (i in 0..13) {
println("--".repeat(i) + l[i].toChar())
Thread.sleep(94)
}
for (i in 14 downTo 1) {
println("--".repeat(i) + l[i].toChar())
Thread.sleep(94)
}
}
}
π± My GitHub Data
π 4,470+ Commits made on Github
π¦ 85.0 MiB Used in GitHub's Storage
π 5 Public Repositories
π 16 Private Repositories
My Commit Stats
π» I'm a Night π¦ - August 2025 | |||
---|---|---|---|
π Morning | 11 commits | βββββββββββββββββββββββββ | 10.28% |
π Daytime | 25 commits | βββββββββββββββββββββββββ | 23.36% |
π Evening | 3 commits | βββββββββββββββββββββββββ | 2.8% |
π Night | 68 commits | βββββββββββββββββββββββββ | 63.55% |
π Total Commits | 107 commits in August 2025 |
Programming Languages
π¬ Programming Languages (7d) π§βπ» | |||
---|---|---|---|
XML | 13 hrs 2 mins | βββββββββββββββββββββββββ | 45.46% |
Kotlin | 12 hrs 46 mins | βββββββββββββββββββββββββ | 44.53% |
Bash | 41 mins | βββββββββββββββββββββββββ | 2.4% |
Python | 31 mins | βββββββββββββββββββββββββ | 1.82% |
Gradle | 24 mins | βββββββββββββββββββββββββ | 1.41% |
Shell Script | 20 mins | βββββββββββββββββββββββββ | 1.2% |
Groovy | 19 mins | βββββββββββββββββββββββββ | 1.14% |
Code Editors
π₯ Code Editors (7d) π₯ | |||
---|---|---|---|
Android Studio | 19 hrs 19 mins | βββββββββββββββββββββββββ | 67.34% |
VS Code | 8 hrs 57 mins | βββββββββββββββββββββββββ | 31.23% |
IntelliJ IDEA | 24 mins | βββββββββββββββββββββββββ | 1.43% |
Operating Systems
π» Operating Systems (7d) π₯οΈ | |||
---|---|---|---|
Windows | 28 hrs 41 mins | βββββββββββββββββββββββββ | 100.0% |
Dev Machines
π₯οΈ Dev Machines (7d) π₯οΈ | |||
---|---|---|---|
Pu94X | 28 hrs 41 mins | βββββββββββββββββββββββββ | 100.0% |
My Repository Languages
π§βπ» I have more Python Repos π (Overall) | |||
---|---|---|---|
Python | xx repos | βββββββββββββββββββββββββ | 50.0% |
JavaScript | x repos | βββββββββββββββββββββββββ | 16.67% |
Kotlin | x repos | βββββββββββββββββββββββββ | 13.33% |
CSS | x repos | βββββββββββββββββββββββββ | 10.0% |
TypeScript | x repos | βββββββββββββββββββββββββ | 3.33% |
HTML | x repos | βββββββββββββββββββββββββ | 3.33% |
Go | x repos | βββββββββββββββββββββββββ | 3.33% |
Random Jokes for Today
Why do programmers confuse Halloween and Christmas?
Β» Because Oct 31 = Dec 25
A DHCP packet walks into a bar and asks for a beer.
Β» Bartender says, "here, but Iβll need that back in an hour!"
Did you hear about the cow who jumped over the barbed wire fence?
Β» It was udder destruction.
Random Facts for Today
π‘ Between 25% and 33% of the population sneeze when exposed to light.
π‘ A goldfish has a memory span of three seconds. Β
π‘ A duck`s quack doesn`t echo, and no one knows why.
Random Quotes for Today
"Today might be the chance to grasp the chance to let your talent bloom" - Tooru Oikawa
"It is never too late to be what you might have been." - George Eliot
"Why should I apologize for being a monster? Has anyone ever apologized for turning me into one?" - Juuzou Suzuya
Refresh Stats
Last Refresh | Wednesday | August 27, 2025 | 19:22:55 IST |
Next Refresh | Thursday | August 28, 2025 | 19:20:55 IST |
Note For You
The GitHub and Wakatime statistics shown here do not capture all of my activity across all platforms and tools. They reflect only a portion of my overall activity on GitHub and time spent using IDEs and editors with Wakatime installed on my personal computer. Keep in mind that my involvement in similar activities elsewhere may not be accounted for in these statistics..!