I can across this fun app that generates QR codes based on your own image. http://research.swtch.com/qr/draw
Category: code
Never ever…
…forget that every Greek character is counted as 2 by the strlen function in PHP. So if you have say a string “Γειά” the strlen will return 8. Try using MB_STRLEN() instead. If you know the encoding you can save time. mb_strlen ( string $str [, string $encoding ] )
A furry planet with anti-collision drones or the Sfera app for Mac/Win/Lin and Android.
A giant furry planet somewhere in universe and a flock of thousands of drones that don’t collide with each other. The app uses openGL for the graphics, it is java based and uses the processing libs. This is quite fascinating you take a break and 20′ later you have a fun doodle running on all platforms that support java….
Mac show hidden files
So you have a mac and you want to view hidden files on Finder. Simple. open the terminal and type this command defaults write com.apple.Finder AppleShowAllFiles YES If you decide that this is tiresome just change the value to NO
WordPress: Adding stuff to your RSS feed
So you want to add stuff to your RSS feed? And by stuff I mean ads, links, text, dead cats etc. Well it’s another add_filter() function based solution. Quick and easy by editing functions.php. There is another more dirty way to do this but I wont get in to it now. [cc lang=”php”] Have you…
glfx.js
glfx.js provides realtime image effects using WebGL pure awesomeness check out their website, demo and source code The moment our browsers acquire camera functionality, I can see flash going bye bye and app’s like photobooth for the mac having strong competition.
Augmented Reality
This is an old but fun application of augmented reality. Instead of a printed marker it identifies the human face as a marker and applies a 2D object. It was all written in flex so be patient, if you happen to want the source code let me know and I’ll mail it to you. I…