// 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,591+ Commits made on Github
π¦ 81.6 MiB Used in GitHub's Storage
π 5 Public Repositories
π 16 Private Repositories
My Commit Stats
π» I'm a Night π¦ - July 2025 | |||
---|---|---|---|
π Morning | 0 commits | βββββββββββββββββββββββββ | 0.0% |
π Daytime | 0 commits | βββββββββββββββββββββββββ | 0.0% |
π Evening | 1 commits | βββββββββββββββββββββββββ | 20.0% |
π Night | 4 commits | βββββββββββββββββββββββββ | 80.0% |
π Total Commits | 5 commits in July 2025 |
Programming Languages
π¬ Programming Languages (7d) π§βπ» | |||
---|---|---|---|
CSS | 3 hrs 39 mins | βββββββββββββββββββββββββ | 54.38% |
HTML | 1 hr 9 mins | βββββββββββββββββββββββββ | 17.21% |
JavaScript | 1 hr 1 min | βββββββββββββββββββββββββ | 15.33% |
Python | 21 mins | βββββββββββββββββββββββββ | 5.3% |
PHP | 15 mins | βββββββββββββββββββββββββ | 3.8% |
Text | 11 mins | βββββββββββββββββββββββββ | 2.77% |
Blade Template | 4 mins | βββββββββββββββββββββββββ | 1.0% |
Code Editors
π₯ Editors (7d) π₯ | |||
---|---|---|---|
VS Code | 6 hrs 43 mins | βββββββββββββββββββββββββ | 100.0% |
Operating Systems
π» Operating System (7d) π₯οΈ | |||
---|---|---|---|
Windows | 6 hrs 23 mins | βββββββββββββββββββββββββ | 95.2% |
Linux | 19 mins | βββββββββββββββββββββββββ | 4.8% |
My Repository Languages
π§βπ» I have more Python Repos π (Overall) | |||
---|---|---|---|
Python | xx repos | βββββββββββββββββββββββββ | 51.72% |
JavaScript | x repos | βββββββββββββββββββββββββ | 17.24% |
Kotlin | x repos | βββββββββββββββββββββββββ | 10.34% |
CSS | x repos | βββββββββββββββββββββββββ | 6.9% |
HTML | x repos | βββββββββββββββββββββββββ | 6.9% |
TypeScript | x repos | βββββββββββββββββββββββββ | 3.45% |
Go | x repos | βββββββββββββββββββββββββ | 3.45% |
Random Jokes for Today
What is the difference between ignorance and apathy?
Β» I don't know and I don't care.
Why did the tree go to the dentist?
Β» It needed a root canal.
Why do Java programmers hate communism?
Β» They don't want to live in a classless society.
Random Facts for Today
π‘ Average life span of a major league baseball: 7 pitches.
π‘ Walt Disney holds the world record for the most Academy Awards won by one person, he has won twenty statuettes, and twelve other plaques and certificates
π‘ The Vatican city registered 0 births in 1983
Random Quotes for Today
"If you hear a voice within you say βyou cannot paint,β then by all means paint and that voice will be silenced." - Vincent Van Gogh
"Hard work is worthless for those that donβt believe in themselves." - Naruto Uzumaki
"Donβt be upset because of what you canβt do. Do what you do best, live as carefree and optimistically as you can, because some people arenβt able to do that." - Keima Katsuragi
Refresh Stats
Last Refresh | Thursday | July 24, 2025 | 19:30:06 IST |
Next Refresh | Friday | July 25, 2025 | 19:30:05 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..!