I'm kind of addicted to the set card game. It is like most games a love/hate relationship. What boggles my mind is that most of the times you find a solution pretty easily and then you get stuck and are really at a loss.
This is a very simple version of it with 15 cards in stead of 12 en it is all made up of css and html code without any image files. Quite an achievement!!
It is very small and you can play it offline as long and as often as you want.
The game is hosted here and is 20 kb small.
STumbling In Linux Land, STupid and Unlucky Pablo? The tribulations and happy discoveries of a Linux former Newbie, now bit more experienced user
Saturday, June 13, 2015
Thursday, June 11, 2015
dir2txt via terminal
Change in terminal to desired folder cd /path/to/folder
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' > ~/filename.txt
source: http://www.cnet.com/news/terminal-fun-options-for-printing-folder-and-subfolder-contents/
Subscribe to:
Posts (Atom)