// 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
π 3,567+ Commits made on Github
π¦ 79.6 MiB Used in GitHub's Storage
π 5 Public Repositories
π 15 Private Repositories
My Commit Stats
π No commits found in July 2025 |
---|
Programming Languages
Didn't Touch PC Last Week
Code Editors
Didn't Touch PC Last Week
Operating Systems
Didn't Touch PC Last Week
My Repository Languages
π§βπ» I have more Python Repos π (Overall) | |||
---|---|---|---|
Python | xx repos | βββββββββββββββββββββββββ | 50.0% |
JavaScript | x repos | βββββββββββββββββββββββββ | 17.86% |
Kotlin | x repos | βββββββββββββββββββββββββ | 10.71% |
CSS | x repos | βββββββββββββββββββββββββ | 7.14% |
HTML | x repos | βββββββββββββββββββββββββ | 7.14% |
TypeScript | x repos | βββββββββββββββββββββββββ | 3.57% |
Go | x repos | βββββββββββββββββββββββββ | 3.57% |
Random Jokes for Today
What is the leading cause of dry skin?
Β» Towels
Judge: "I sentence you to the maximum punishment..." Me (thinking): "Please be death, please be death..." Judge: "Learn Java!" Me: "Damn."
I have these weird muscle spasms in my gluteus maximus. I figured out from my doctor that everything was alright: He said "Weird flex, butt okay."
Random Facts for Today
π‘ The HyperMart outside of Garland Texas has 58 check-outs.
π‘ Most collect calls are made on father`s day.
π‘ A literal translation of a standard traffic sign in China: "Give large space to the festive dog that makes sport in the roadway."
Random Quotes for Today
"Dreaming, after all, is a form of planning." - Gloria Steinem
"Life is not a game of luck. If you wanna win, work hard." - Sora
"Whatβs money? A man is a success if he gets up in the morning and goes to bed at night and in between does what he wants to do." - Bob Dylan
Refresh Stats
Last Refresh | Tuesday | July 15, 2025 | 19:29:26 IST |
Next Refresh | Wednesday | July 16, 2025 | 19:25:25 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..!