// 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,524+ 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 June 2025 |
---|
Programming Languages
π¬ Programming Languages (7d) π§βπ» | |||
---|---|---|---|
Python | 2 hrs 5 mins | βββββββββββββββββββββββββ | 57.13% |
Markdown | 1 hr 26 mins | βββββββββββββββββββββββββ | 39.3% |
HTML | 4 mins | βββββββββββββββββββββββββ | 1.93% |
Text | 2 mins | βββββββββββββββββββββββββ | 0.98% |
Other | 0 secs | βββββββββββββββββββββββββ | 0.3% |
Bash | 0 secs | βββββββββββββββββββββββββ | 0.18% |
JavaScript | 0 secs | βββββββββββββββββββββββββ | 0.07% |
Code Editors
π₯ Editors (7d) π₯ | |||
---|---|---|---|
VS Code | 3 hrs 39 mins | βββββββββββββββββββββββββ | 99.98% |
Android Studio | 0 secs | βββββββββββββββββββββββββ | 0.02% |
Operating Systems
π» Operating System (7d) π₯οΈ | |||
---|---|---|---|
Windows | 3 hrs 40 mins | βββββββββββββββββββββββββ | 100.0% |
My Repository Languages
π§βπ» I have more Python Repos π (Overall) | |||
---|---|---|---|
Python | xx repos | βββββββββββββββββββββββββ | 51.85% |
JavaScript | x repos | βββββββββββββββββββββββββ | 18.52% |
Kotlin | x repos | βββββββββββββββββββββββββ | 11.11% |
CSS | x repos | βββββββββββββββββββββββββ | 7.41% |
HTML | x repos | βββββββββββββββββββββββββ | 7.41% |
TypeScript | x repos | βββββββββββββββββββββββββ | 3.7% |
Random Jokes for Today
What do you call a belt made out of watches?
Β» A waist of time.
You see, mountains aren't just funny.
Β» They are hill areas.
I was feeling depressed, my wife put her hand on my back and said "Earth."
Β» It meant the world to me.
Random Facts for Today
π‘ Women manage the money and pay the bills inΒ 75% of all Americans households.
π‘ In the last 4000 years, no new animals have been domesticated.
π‘ Non-dairy creamer is flammable.
Random Quotes for Today
"Either you run the day, or the day runs you." - Jim Rohn
"Success usually comes to those who are too busy to be looking for it." - Henry David Thoreau
"When you lose sight of your path, listen for the destination in your heart." - Allen Walker
Refresh Stats
Last Refresh | Monday | June 02, 2025 | 19:25:29 IST |
Next Refresh | Tuesday | June 03, 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..!