Thanks to Daniel on G+

install gawk if not already installed
open console / terminal in full screen
paste the following code
Code:
clear;while :;do echo $LINES $COLUMNS $(($RANDOM%$COLUMNS)) $(printf "\u2743\n");sleep 0.1;done|gawk '{a[$3]=0;for(x in a) {o=a[x];a[x]=a[x]+1;printf "\033[%s;%sH ",o,x;printf "\033[%s;%sH%s \033[0;0H",a[x],x,$4;}}'
hit enter
ctrl-C to stop


Merry Christmas