// 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,555+ 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
π¬ Programming Languages (7d) π§βπ» | |||
---|---|---|---|
Kotlin | 29 mins | βββββββββββββββββββββββββ | 77.15% |
XML | 4 mins | βββββββββββββββββββββββββ | 12.64% |
Groovy | 1 min | βββββββββββββββββββββββββ | 4.8% |
Gradle | 1 min | βββββββββββββββββββββββββ | 3.22% |
Python | 0 secs | βββββββββββββββββββββββββ | 1.1% |
Markdown | 0 secs | βββββββββββββββββββββββββ | 1.02% |
Java | 0 secs | βββββββββββββββββββββββββ | 0.07% |
Code Editors
π₯ Editors (7d) π₯ | |||
---|---|---|---|
Android Studio | 30 mins | βββββββββββββββββββββββββ | 80.64% |
VS Code | 7 mins | βββββββββββββββββββββββββ | 19.36% |
Operating Systems
π» Operating System (7d) π₯οΈ | |||
---|---|---|---|
Windows | 38 mins | βββββββββββββββββββββββββ | 100.0% |
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
I'm reading a book about anti-gravity...
Β» It's impossible to put down
What cheese can never be yours?
Β» Nacho cheese.
What do you call a developer who doesn't comment code?
Β» A developer.
Random Facts for Today
π‘ For some time Frederic Chopin, the composer and pianist, wore a beard on only one side of his face, explaining: "It does not matter, my audience sees only my right side."
π‘ Koala is Aboriginal for "no drink".
π‘ The fingerprints of koala bears are virtually indistinguishable from those of humans, so much so that they can be easily confused at a crime scene.
Random Quotes for Today
"It doesnβt do any good to pretend you canβt see whatβs going on." - Yuuya Mochizuki
"If you donβt take risks, you canβt create a future!" - Monkey D Luffy
"Mistakes are not shackles that halt one from stepping forward. Rather, they are that which sustain and grow oneβs heart." - Mavis Vermillion
Refresh Stats
Last Refresh | Thursday | July 03, 2025 | 19:26:06 IST |
Next Refresh | Friday | July 04, 2025 | 19:25:05 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..!