Archive for the ‘Programming’ Category

Project Euler – Java

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 [...]

Legend of Zelda – Java Game Engine

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

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 [...]

Powered by WordPress | Designed by: WordPress Themes | Thanks to best wordpress themes, Find WordPress Themes and Themes Directory