Home

From our garage to yours!

Localhost Labs is the name of JigPu's faux development house. It contains an eclectic mix of software, all being personal projects I've worked on over the years. While the projects may be in various states of completion, I believe all of them have a certain level of utility (which is why I've published them online).

You'll notice that much of the code here is released under an open-source license. I'm a strong believer in the idea that the more code is open and available for anyone to use, the more everyone benefits. Feel free to use my open-source code in your own projects (and if you're feeling especially nice, to let me know where the code is going! :))

Latest projects

  • Lights Out (04/22/2009 08:05 am)

    A version of the game Lights Out for the Wii.

    The game begins with a 5x5 board of lights: some on, some off. The user chooses a light, and this toggles the state of it and its four neighbors. The object of the game is to extinguish all of the lights.
    ...

  • FastPrime (02/19/2009 01:34 pm)

    A fast (if inefficient) prime number generator. Uses trial division to generate a list of primes from/to arbitrary numbers. Experiments in non-algorithmic optimization.

  • Wii Homebrew (02/19/2009 12:28 pm)

    A collection of my attempts at writing Homebrew for the Nintendo Wii.

  • Transliterate (02/19/2009 12:25 pm)

    Originally written to transform 13E75p34|< back into plain-old English, this transliteration software is more powerful that your simple cipher-based transliterator. Given a mapping between two different writing systems, the software is able to transliterate back and forth....

  • JTablet (02/19/2009 11:25 am)

    Cellosoft's JTablet is a combination of Java library and JNI code to allow applications easy access to tablets. It is used by several software projects, but unfortunatly is Windows-only at the moment. The Linux JTablet Project seeks to develop a JNI backend for JTablet which is functional under X11....