// 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,064+ Commits made on Github
📦 42.8 MiB Used in GitHub's Storage
📜 5 Public Repositories
🔑 15 Private Repositories
📊 This Week I Spent My Time On
👻 I'm a Night 🦉 | |||
---|---|---|---|
🌞 Morning | 49 commits | ▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 12.86% |
🌆 Daytime | 92 commits | ▓▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 24.15% |
🌃 Evening | 66 commits | ▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 17.32% |
🌙 Night | 174 commits | ▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 45.67% |
💬 Programming Languages🧑💻 | |||
---|---|---|---|
Kotlin | 2 hrs 52 mins | ▓▓▓▓▓▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 41.84% |
XML | 2 hrs 13 mins | ▓▓▓▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 32.42% |
Text | 58 mins | ▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 14.23% |
Python | 19 mins | ▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 4.7% |
Groovy | 16 mins | ▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 4.03% |
Bash | 5 mins | ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 1.4% |
Gradle | 2 mins | ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 0.67% |
🔥 Editors🔥 | |||
---|---|---|---|
Android Studio | 5 hrs 24 mins | ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒▒▒ | 78.97% |
VS Code | 1 hr 26 mins | ▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 21.03% |
💻 Operating System🖥️ | |||
---|---|---|---|
Windows | 6 hrs 51 mins | ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ | 100.0% |
🧑💻 I have more Python Repos 📁 | |||
---|---|---|---|
Python | xx repos | ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒ | 56.52% |
JavaScript | x repos | ▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 21.74% |
Kotlin | x repos | ▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 13.04% |
CSS | x repos | ▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 4.35% |
TypeScript | x repos | ▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ | 4.35% |
⏳ Refresh Stats ⌛ | |||
---|---|---|---|
Last Refresh | Monday | December 02, 2024 | 19:22:58 IST |
Next Refresh | Tuesday | December 03, 2024 | 19:20:55 IST |
Random Jokes for Today
How do you steal a coat?
» You jacket.
What do you get hanging from Apple trees?
» Sore arms.
If you boil a clown...
» Do you get a laughing stock?
Random Facts for Today
1 » In Aspen Colorado, you can have a maximum income of $104,000 and still receive government subsidized housing.
2 » Camels have three eyelids to protect themselves from blowing sand!
3 » Van Gogh only sold one painting when he was alive.
Random Quotes for Today
1 » A truly rich man is one whose children run into his arms when his hands are empty. - Unknown
2 » If you don’t like your destiny, don’t accept it. - Naruto Uzumaki
3 » The only person you are destined to become is the person you decide to be. - Ralph Waldo Emerson
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..!