16. April 2014
Using Underscore.PHP and Newton's Method to approximate pi
Underscore.js has been ported to Underscore.PHP.
For a simple example, let’s using Newton’s method to approximate pi.
Ocassional Notes
16. April 2014
Underscore.js has been ported to Underscore.PHP.
For a simple example, let’s using Newton’s method to approximate pi.
09. April 2014
Setting up a very simple blog with laravel is quite easy.
24. March 2014
FirefoxOS development is really easy if you have experience with front-end web development. Apps are very similar to chrome extensions, with .manifest
files set up to control the application, and html / css to handle the content and appearance.