// 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,543+ 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 | 0 secs | βββββββββββββββββββββββββ | 66.31% |
HTML | 0 secs | βββββββββββββββββββββββββ | 27.7% |
Gradle | 0 secs | βββββββββββββββββββββββββ | 3.77% |
Kotlin | 0 secs | βββββββββββββββββββββββββ | 1.54% |
XML | 0 secs | βββββββββββββββββββββββββ | 0.69% |
Code Editors
π₯ Editors (7d) π₯ | |||
---|---|---|---|
VS Code | 1 min | βββββββββββββββββββββββββ | 94.0% |
Android Studio | 0 secs | βββββββββββββββββββββββββ | 6.0% |
Operating Systems
π» Operating System (7d) π₯οΈ | |||
---|---|---|---|
Windows | 1 min | βββββββββββββββββββββββββ | 100.0% |
My Repository Languages
π§βπ» I have more Python Repos π (Overall) | |||
---|---|---|---|
Python | xx repos | βββββββββββββββββββββββββ | 50.0% |
JavaScript | x repos | βββββββββββββββββββββββββ | 17.86% |
Kotlin | x repos | βββββββββββββββββββββββββ | 10.71% |
CSS | x repos | βββββββββββββββββββββββββ | 7.14% |
HTML | x repos | βββββββββββββββββββββββββ | 7.14% |
TypeScript | x repos | βββββββββββββββββββββββββ | 3.57% |
Go | x repos | βββββββββββββββββββββββββ | 3.57% |
Random Jokes for Today
Why are skeletons so calm?
Β» Because nothing gets under their skin.
Did you hear about the bread factory burning down?
Β» They say the business is toast.
Why is every gender equality officer female?
Β» Because it's cheaper.
Random Facts for Today
π‘ The katydid bug hears through holes in its hind legs!
π‘ Most Egyptians died by the time they were 30 about 300 years ago,
π‘ In the marriage ceremony of the ancient Inca Indians of Peru, the couple was considered officially wed when they took off their sandals and handed them to each other.
Random Quotes for Today
"If they adjust to me I have to adjust in turn Whoever stops adjusting won t be able to continue forward" - Tobio Kageyama
"If you canβt do something, then donβt. Focus on what you can." - Shiroe
"You take your life in your own hands, and what happens? A terrible thing, no one to blame." - Erica Jong
Refresh Stats
Last Refresh | Saturday | June 21, 2025 | 19:22:48 IST |
Next Refresh | Sunday | June 22, 2025 | 19:20:45 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..!