Skip to content

Instantly share code, notes, and snippets.

@tiegz
Created November 19, 2012 16:56
Show Gist options
  • Save tiegz/4111852 to your computer and use it in GitHub Desktop.
Save tiegz/4111852 to your computer and use it in GitHub Desktop.
Fun ruby one-liner
ruby -e 'c=`tput cols`.to_i;p=->(o){x=0;d=c/4;while(x<1)do puts("█"*(d*Math.sin(x+o)+d));x+=0.1;end};i=0;loop{p.(i);sleep 0.05;i+=0.1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment