Friday, September 30, 2011

If you need to cat array of cells horizontally :
cat(1,data{:})

No comments:

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()