// 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,359+ Commits made on Github
π¦ 67.3 MiB Used in GitHub's Storage
π 8 Public Repositories
π 15 Private Repositories
π This Week I Spent My Time On
π» I'm a Night π¦ | |||
---|---|---|---|
π Morning | 60 commits | βββββββββββββββββββββββββ | 13.42% |
π Daytime | 104 commits | βββββββββββββββββββββββββ | 23.27% |
π Evening | 67 commits | βββββββββββββββββββββββββ | 14.99% |
π Night | 216 commits | βββββββββββββββββββββββββ | 48.32% |
π¬ Programming Languagesπ§βπ» | |||
---|---|---|---|
HTML | 3 hrs 43 mins | βββββββββββββββββββββββββ | 53.24% |
Python | 2 hrs 10 mins | βββββββββββββββββββββββββ | 31.14% |
Markdown | 32 mins | βββββββββββββββββββββββββ | 7.82% |
Kotlin | 24 mins | βββββββββββββββββββββββββ | 5.77% |
XML | 5 mins | βββββββββββββββββββββββββ | 1.32% |
Text | 2 mins | βββββββββββββββββββββββββ | 0.58% |
CSS | 0 secs | βββββββββββββββββββββββββ | 0.06% |
π₯ Editorsπ₯ | |||
---|---|---|---|
VS Code | 6 hrs 59 mins | βββββββββββββββββββββββββ | 100.0% |
π» Operating Systemπ₯οΈ | |||
---|---|---|---|
Windows | 6 hrs 59 mins | βββββββββββββββββββββββββ | 100.0% |
π§βπ» I have more Python Repos π | |||
---|---|---|---|
Python | xx repos | βββββββββββββββββββββββββ | 50.0% |
JavaScript | x repos | βββββββββββββββββββββββββ | 17.86% |
Kotlin | x repos | βββββββββββββββββββββββββ | 14.29% |
CSS | x repos | βββββββββββββββββββββββββ | 7.14% |
HTML | x repos | βββββββββββββββββββββββββ | 7.14% |
TypeScript | x repos | βββββββββββββββββββββββββ | 3.57% |
β³ Refresh Stats β | |||
---|---|---|---|
Last Refresh | Thursday | March 20, 2025 | 19:23:16 IST |
Next Refresh | Friday | March 21, 2025 | 19:20:15 IST |
Random Jokes for Today
What time did the man go to the dentist?
Β» Tooth hurt-y.
How did you make your friend rage?
Β» I implemented a greek question mark in his JavaScript code.
What did the ocean say to the shore?
Β» Nothing, it just waved.
Random Facts for Today
1 Β» The most common street name in the U.S. is Second Street.
2 Β» Starfish haven`t got brains.
3 Β» A dragonfly has a lifespan of 24 hours.
Random Quotes for Today
1 Β» Anything can happen. No one ever thinks it will until it does. What will happen, happens. Thatβs how the world is. The most important thing is to not let the tragedy defeat you. To believe that you can get through it. - Kyousuke Natsume
2 Β» If you re gonna hit it hit it until it breaks - Tooru Oikawa
3 Β» Every child is an artist. The problem is how to remain an artist once he grows up. - Pablo Picasso
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..!