GiftedVision

I’m helping the owner of GiftedVision rewrite his websites, and manage the easier by moving them to WordPress, as well as creating custom themes for them.

JVM.JS

JVM.JS is a JavaScript based JVM I started working on a while back, it converts Java bytecode to JavaScript source, using OpenJDK for the runtime implementation. It is designed to only include classes that are actually used by the project.

NJS

NJS is a JavaScript parser which generates Java Source code, I wrote this project to teach myself regular expression, and just to see how far I could get.