August 9, 2010

Install Flash on your iphone …. Finally!

1. Open Cydia > Manage > Sources 2. Edit source and add http://repo.benm.at 3. Search Frash and install it.

Posted via email from Matthew Sloan Wallace

July 23, 2010

Video Chat for Android in 30 Lines of Code

July 19, 2010

How to install Lua 5 in Mac OS X Leopard « Devthought

If you have darwin ports installed on OS X then you can follow the instructions below. If you don’t want to go thorough the trouble of installing darwin ports just so you can use wget then you can just hop on over to the lua downloads and drop the tar file into the /tmp dir and follow the rest of the instructions

Open up terminal. Copy the link of the latest Lua version and download it:

cd /tmp wget http://www.lua.org/ftp/lua-5.1.4.tar.gz

Extract and compile:

tar -xzvf lua-5.1.4.tar.gz cd lua-5.1.4 make macosx

Test and install (if test goes through)

make test sudo make install

And you’re done!

Posted via email from Matthew Sloan Wallace

July 15, 2010

Unity 3 Feature Preview – Beast Lightmapping

Unity just becomes more badass everyday.

Posted via email from Matthew Sloan Wallace