A C program that loosely emulates the "digital rain" effect from The Matrix.
Compile:
gcc drain.c -lncurses -o drain
Run:
./drain
Ctrl+C to exit.
Only tested on Linux, but should compile on other platforms as long as the requirements are met.
Released under the MIT License.