Skip to content

Instantly share code, notes, and snippets.

View clashnewbm3's full-sized avatar
💻
Coding

clashnewbm3

💻
Coding
View GitHub Profile
@clashnewbm3
clashnewbm3 / Info (Updated to date info)
Last active September 2, 2025 07:34
AeroLiteOS Opensourced
// This project was created by clashnewbme originaly
// if you want to support this project and get special perks donate here: https://www.patreon.com/Calacobragameengine/membership
// If you want to tell us bugs or want to add your games to the app store join our discord: https://discord.gg/Z9chWVBmjv
// heres the newest version https://aeroliteos.netlify.app/
// Thanks so much for the community and I will continue to update this project!
@clashnewbm3
clashnewbm3 / Code
Created August 26, 2025 11:06
Ruby Hacker Text Animation
print "\e[?25l"
rows, cols = `stty size`.split.map(&:to_i)
drops = Array.new(cols) { rand(rows) }
chars = ("0".."9").to_a + ("A".."Z").to_a + ("a".."z").to_a
loop do