Last active
January 3, 2016 07:19
-
-
Save wacko/8428304 to your computer and use it in GitHub Desktop.
Emoji animations that fit in a tweet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -e 'z=0x1F551;->(c,&b){loop{c.each(&b)}}.(11.times.map{|i|[z+i].pack("U")}){|m|print "#{"\b"*3}#{m} ";sleep 0.1}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -e'a,b=0x1F493,0x1F497;loop{a,b=b,a;print(("\b"*6)+[a].pack("U")+(" "*5));sleep(0.004)}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -e'a=0x1F311;loop{8.times{|i|print(("\b"*6)+[a+i].pack("U")+(" "*5));sleep(0.1)}}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -e'a,b=0x1f6b6,0x1f3c3;loop{a,b=b,a;print(("\b"*6)+[a].pack("U")+(" "*5));sleep(0.2)}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sources
clock: https://twitter.com/tenderlove/status/422103855745093632
moon: https://twitter.com/tenderlove/status/435590528025899008
running guy: https://twitter.com/tenderlove/status/435589683045621760
heart: https://twitter.com/bryanbcabalo/status/435598636819300352