One of the latest tracks from the master of noise Cheesy Nirvosa along with a plethora of random ascii letters thanks to the perl script he created below.
---- snow.pl
#!/usr/bin/perl # simulated snow for (;;) { my $r = int(rand(93)+33); print chr($r); }
@karlr42 oh man, thanks
crysknife007 2 months ago
You missed the "u" in usr in the shebang line.
karlr42 2 months ago
@uberscientist 8)
crysknife007 3 months ago
pretty
uberscientist 3 months ago 2