// 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,646+ Commits made on Github
π¦ 82.6 MiB Used in GitHub's Storage
π 5 Public Repositories
π 16 Private Repositories
My Commit Stats
π No commits found in August 2025 |
---|
Programming Languages
π¬ Programming Languages (7d) π§βπ» | |||
---|---|---|---|
HTML | 2 hrs 47 mins | βββββββββββββββββββββββββ | 23.99% |
Python | 2 hrs 22 mins | βββββββββββββββββββββββββ | 20.39% |
Kotlin | 2 hrs 2 mins | βββββββββββββββββββββββββ | 17.5% |
CSS | 1 hr 20 mins | βββββββββββββββββββββββββ | 11.51% |
JavaScript | 1 hr 18 mins | βββββββββββββββββββββββββ | 11.18% |
XML | 41 mins | βββββββββββββββββββββββββ | 5.94% |
Groovy | 19 mins | βββββββββββββββββββββββββ | 2.84% |
Code Editors
π₯ Editors (7d) π₯ | |||
---|---|---|---|
VS Code | 9 hrs 12 mins | βββββββββββββββββββββββββ | 79.27% |
Android Studio | 2 hrs 24 mins | βββββββββββββββββββββββββ | 20.73% |
Operating Systems
π» Operating System (7d) π₯οΈ | |||
---|---|---|---|
Windows | 10 hrs 3 mins | βββββββββββββββββββββββββ | 86.53% |
Linux | 1 hr 33 mins | βββββββββββββββββββββββββ | 13.47% |
My Repository Languages
π§βπ» I have more Python Repos π (Overall) | |||
---|---|---|---|
Python | xx repos | βββββββββββββββββββββββββ | 51.72% |
JavaScript | x repos | βββββββββββββββββββββββββ | 17.24% |
CSS | x repos | βββββββββββββββββββββββββ | 10.34% |
Kotlin | x repos | βββββββββββββββββββββββββ | 10.34% |
TypeScript | x repos | βββββββββββββββββββββββββ | 3.45% |
HTML | x repos | βββββββββββββββββββββββββ | 3.45% |
Go | x repos | βββββββββββββββββββββββββ | 3.45% |
Random Jokes for Today
What did one snowman say to the other snow man?
Β» Do you smell carrot?
Why did the web developer walk out of a resturant in disgust?
Β» The seating was laid out in tables.
Why do fathers take an extra pair of socks when they go golfing?
Β» In case they get a hole in one!
Random Facts for Today
π‘ Valentine Tapley from Pike County, MissouriΒ grew chin whiskers attaining a length of twelve feet six inches from 1860 until his death 1910, protesting Abraham Lincoln`s election to the presidency.
π‘ The expression `to get fired` comes from long ago Clans that wanted to get rid of unwanted people, so they would burn their houses instead of killing them, creating the term `Got fired`.
π‘ The only nation whose name begins with an "A", but doesn`t end in an "A" is Afghanistan.
Random Quotes for Today
"You canβt fall if you donβt climb. But thereβs no joy in living your whole life on the ground." - Unknown
"I would rather die of passion than of boredom." - Vincent van Gogh
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." - Maya Angelou
Refresh Stats
Last Refresh | Friday | August 01, 2025 | 19:31:03 IST |
Next Refresh | Saturday | August 02, 2025 | 19:30:00 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..!