// 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,125+ Commits made on Github
📦 46.8 MiB Used in GitHub's Storage
📜 6 Public Repositories
🔑 15 Private Repositories
📊 This Week I Spent My Time On
👻 I'm a Night 🦉 | |||
---|---|---|---|
🌞 Morning | 59 commits | ▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 15.28% |
🌆 Daytime | 92 commits | ▓▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 23.83% |
🌃 Evening | 70 commits | ▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 18.13% |
🌙 Night | 165 commits | ▓▓▓▓▓▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 42.75% |
💬 Programming Languages🧑💻 | |||
---|---|---|---|
Kotlin | 1 hr 1 min | ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒ | 84.86% |
XML | 6 mins | ▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 8.27% |
Gradle | 4 mins | ▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 6.41% |
Groovy | 0 secs | ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 0.46% |
🔥 Editors🔥 | |||
---|---|---|---|
Android Studio | 1 hr 2 mins | ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒ | 85.84% |
VS Code | 10 mins | ▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 14.16% |
💻 Operating System🖥️ | |||
---|---|---|---|
Windows | 1 hr 12 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 | Friday | January 10, 2025 | 19:22:46 IST |
Next Refresh | Saturday | January 11, 2025 | 19:20:45 IST |
Random Jokes for Today
How can you tell a vampire has a cold?
» They start coffin.
I just watched a documentary about beavers.
» It was the best dam show I ever saw
What is Gohan's favorite instrument?
» The PICCOLO!
Random Facts for Today
1 » Lorne Greene had one of his nipples bitten off by an alligator while he was host of "Lorne Greene`s Wild Kingdom."
2 » Babies are most likely to be born on Tuesdays.
3 » The Boston University Bridge (on Commonwealth Avenue, Boston, Massachusetts) is the only place in the world where a boat can sail under a train driving under a car driving under an airplane.
Random Quotes for Today
1 » We don’t have to know what tomorrow holds! That’s why we can live for everything we’re worth today!” - Natsu Dragneel
2 » I have been impressed with the urgency of doing. Knowing is not enough; we must apply. Being willing is not enough; we must do. - Leonardo da Vinci
3 » You miss 100% of the shots you don’t take. - Wayne Gretzky
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..!