- "Lipsum, motherfucker, do you speak it?" by Samuel L. Ipsum – http://t.co/urOKAO9n nice way to recharge prototypes #
“Lipsum, motherfucker, do you speak it?” by Samuel L. Ipsum – http://t.co/urOKAO9n nice way to recharge prototypes
Wow, brings back memories. Imho first #mmorpg ever ftp://ftp.funet.fi/pub/doc/games/mud/ And check last update. #90s rock
There is such an interesting command called wc in bash. It counts lines, chars, etc in files and what is more interesting – in standard input.
Comes very handy if you want to count number of files in a folder, for example:
find . -maxdepth 1 -type f | wc -l
Trying to grasp what was the biggest news for me at #fronttrends And the winner is #Boot2Gecko presentation by @zbraniecki. Count me in!
@mathias at #fronttrends approves my assumption that if something is optional you better treat it as mandatory. Always
@szafranek #fronttrends – good intro on refactoring, but missed few words on design patterns to make it complete.