Skip to content

Instantly share code, notes, and snippets.

@vshvedov
Created August 21, 2010 16:48
Show Gist options
  • Save vshvedov/542552 to your computer and use it in GitHub Desktop.
Save vshvedov/542552 to your computer and use it in GitHub Desktop.
ruby -e'include Math;(-7..30).each{|y|s="";\
(26..100).each{|x|s<<" .,:+*%xX08@"[ \
((sin(x/8.0)+2+sin(y*x/2.0))** \
(sin(y/7.0)+1)*12/16.0)]};puts s}'
@vshvedov
Copy link
Author

Just copy/paste that on console :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment