Hi, this is my application for IGN Code Foo 2012.
All my answers can be found on this website http://codefoo.herokuapp.com/.
They can also be found here:
-
In the root directly of this repository there is a file named ProblemsOneAndTwo.docx that contains my answer to problem 1 https://github.com/paulsfds/CodeFoo/blob/master/ProblemsOneAndTwo.docx.
-
I created a liquid layout that can be found here http://codefoo.herokuapp.com/. Also, in the root directly of this repository there is a file named ProblemsOneAndTwo.docx that contains my answer to problem 2 https://github.com/paulsfds/CodeFoo/blob/master/ProblemsOneAndTwo.docx.
The JavaScript code can be found here https://github.com/paulsfds/CodeFoo/blob/master/app/assets/javascripts/code_foo.js.erb. The CC code can be found here https://github.com/paulsfds/CodeFoo/blob/master/app/assets/stylesheets/code_foo.css.scss.erb. Finally the HTML code can be found here https://github.com/paulsfds/CodeFoo/blob/master/app/views/code_foo/index.html.erb.
-
The code for this problem is located in https://github.com/paulsfds/CodeFoo/blob/master/app/controllers/code_foo_controller.rb in the method called generate_license_plates(population). You can also test the code at http://codefoo.herokuapp.com/.
Bonus. I created a short video introducing myself here http://www.youtube.com/watch?v=LJtQ95AjTRo.
Thanks, Paul Wong