// 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,239+ Commits made on Github
π¦ 67.0 MiB Used in GitHub's Storage
π 6 Public Repositories
π 15 Private Repositories
π This Week I Spent My Time On
π» I'm a Night π¦ | |||
---|---|---|---|
π Morning | 58 commits | βββββββββββββββββββββββββ | 13.78% |
π Daytime | 94 commits | βββββββββββββββββββββββββ | 22.33% |
π Evening | 64 commits | βββββββββββββββββββββββββ | 15.2% |
π Night | 205 commits | βββββββββββββββββββββββββ | 48.69% |
π¬ Programming Languagesπ§βπ» | |||
---|---|---|---|
JavaScript | 2 mins | βββββββββββββββββββββββββ | 100.0% |
π₯ Editorsπ₯ | |||
---|---|---|---|
VS Code | 2 mins | βββββββββββββββββββββββββ | 100.0% |
π» Operating Systemπ₯οΈ | |||
---|---|---|---|
Windows | 2 mins | βββββββββββββββββββββββββ | 100.0% |
π§βπ» I have more Python Repos π | |||
---|---|---|---|
Python | xx repos | βββββββββββββββββββββββββ | 54.17% |
Kotlin | x repos | βββββββββββββββββββββββββ | 16.67% |
JavaScript | x repos | βββββββββββββββββββββββββ | 16.67% |
CSS | x repos | βββββββββββββββββββββββββ | 4.17% |
HTML | x repos | βββββββββββββββββββββββββ | 4.17% |
TypeScript | x repos | βββββββββββββββββββββββββ | 4.17% |
β³ Refresh Stats β | |||
---|---|---|---|
Last Refresh | Tuesday | March 04, 2025 | 19:23:05 IST |
Next Refresh | Wednesday | March 05, 2025 | 19:20:05 IST |
Random Jokes for Today
I had a granny that we couldn't decide whether to bury or cremate
Β» In the end we decided to just let her live.
What time did the man go to the dentist?
Β» Tooth hurt-y.
How many React developers does it take to change a lightbulb?
Β» None, they prefer dark mode.
Random Facts for Today
1 Β» Camels have three eyelids to protect themselves from blowing sand!
2 Β» In 1778, fashionable women of Paris never went out in blustery weather without a lightning rod attached to their hats.
3 Β» Mosquito repellents don`t repel. They hide you. The spray blocks the mosquito`s sensors so they don`t know you`re there.
Random Quotes for Today
1 Β» Whether you think you can or you think you canβt, youβre right. - Henry Ford
2 Β» Few things can help an individual more than to place responsibility on him, and to let him know that you trust him. - Booker T. Washington
3 Β» Life shrinks or expands in proportion to oneβs courage. - Anais Nin
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..!