In an attempt to keep my brain from rusting I decided to try and work through all the Project Euler problems. So far I have solved 72. Still have a lot to go, and I’m sure they will get much harder soon. My current score All problems can be found on my Github Page Here [...]
Archive for the ‘Programming’ Category
Legend of Zelda – Java Game Engine
Posted by kenny on December 30th, 2012
Zelda Game written in Java – Still a new project so it’s definitely a work in progress. This is essentially my pet project to force me to finish my Java 2D Gaming Engine You can follow the project’s status on GitHub: https://github.com/kennycason/legendofzelda
PHP – Currency Conversion
Posted by kenny on December 30th, 2012
I can’t remember when I wrote this but I found this little snippet in my library and didn’t want it to go to waste. It’s very simple and just uses Yahoo! Finance to get the quote. To use the Class simply use the below code: 1 2 $currency = new Currency(); print_r($currency->convert(’USD’, ‘JPY’, 100)); It [...]

Posted in
Tags:

