// 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,801+ Commits made on Github
π¦ 85.6 MiB Used in GitHub's Storage
π 5 Public Repositories
π 18 Private Repositories
My Commit Stats
π No commits found in October 2025 |
---|
Programming Languages
π¬ Programming Languages (30d) π§βπ» | |||
---|---|---|---|
Kotlin | 10 hrs 35 mins | βββββββββββββββββββββββββ | 40.13% |
XML | 4 hrs 38 mins | βββββββββββββββββββββββββ | 17.59% |
Python | 3 hrs 57 mins | βββββββββββββββββββββββββ | 15.03% |
Dart | 3 hrs 29 mins | βββββββββββββββββββββββββ | 13.23% |
Text | 1 hr 36 mins | βββββββββββββββββββββββββ | 6.12% |
Markdown | 31 mins | βββββββββββββββββββββββββ | 1.97% |
HTML | 30 mins | βββββββββββββββββββββββββ | 1.93% |
Code Editors
π₯ Code Editors (30d) π₯ | |||
---|---|---|---|
VS Code | 11 hrs 55 mins | βββββββββββββββββββββββββ | 45.18% |
Android Studio | 10 hrs 59 mins | βββββββββββββββββββββββββ | 41.69% |
PyCharm | 3 hrs 27 mins | βββββββββββββββββββββββββ | 13.13% |
Operating Systems
π» Operating Systems (30d) π₯οΈ | |||
---|---|---|---|
Windows | 21 hrs 58 mins | βββββββββββββββββββββββββ | 83.31% |
Linux | 4 hrs 24 mins | βββββββββββββββββββββββββ | 16.69% |
Dev Machines
π₯οΈ Dev Machines (30d) π₯οΈ | |||
---|---|---|---|
Pu94X | 21 hrs 58 mins | βββββββββββββββββββββββββ | 83.31% |
archpc | 4 hrs 24 mins | βββββββββββββββββββββββββ | 16.69% |
My Repository Languages
π§βπ» I have more Python Repos π (Overall) | |||
---|---|---|---|
Python | xx repos | βββββββββββββββββββββββββ | 45.45% |
Kotlin | x repos | βββββββββββββββββββββββββ | 15.15% |
JavaScript | x repos | βββββββββββββββββββββββββ | 15.15% |
CSS | x repos | βββββββββββββββββββββββββ | 9.09% |
TypeScript | x repos | βββββββββββββββββββββββββ | 3.03% |
HTML | x repos | βββββββββββββββββββββββββ | 3.03% |
Go | x repos | βββββββββββββββββββββββββ | 3.03% |
Random Jokes for Today
Why did the web developer walk out of a resturant in disgust?
Β» The seating was laid out in tables.
Why did the house go to the doctor?
Β» It was having window panes.
Why doesn't Sasuke play hide and seek?
Β» Because good luck hiding from the Sharingan!
Random Facts for Today
π‘ Mosquito repellents don`t repel. They hide you. The spray blocks the mosquito`s sensors so they don`t know you`re there.
π‘ The average American looks at eight houses before buying one.
π‘ Icelanders consume more Coca-Cola per Capita than any other nation.
Random Quotes for Today
"Fall seven times and stand up eight." - Japanese Proverb
"Life is like a tube of toothpaste. When youβve used all the toothpaste down to the last squeeze, thatβs when youβve really lived. Live with all your might, and struggle as long as you have life." - Mion Sonozaki
"If you do what youβve always done, youβll get what youβve always gotten." - Tony Robbins
Refresh Stats
Last Refresh | Wednesday | October 08, 2025 | 08:08:28 IST |
Next Refresh | Thursday | October 09, 2025 | 08:05: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..!