JSP website
This a small website about indicating knowledge of JSP, JSTL, taglibs, SSL, database integration, email support etc in Apache Tomcat & Derby. The attachment also includes the description. [Source]
This post explains how to add any program to start a service/daemon on linux (as long as the program supports this). It was created while attempting to start TeamViewer as a daemon while my home server was booting up. To start any program as a daemon, a link to the daemon script should be placed…
This article explains how to make Windows BootCamp scrolling as similar to Mac OS X! 1 Reverse scrolling There is a registry setting named FlipFlopWheel that does exactly this and can be found after typing regedit in Run and pressing enter which will launch Registry Editor. Then search for keyword FlipFlopWheel. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\VID_???\VID_???\Device Parameters. The search…
Searching for Android MIPS applications for Ainol Novo can prove to be frustrating, especially if you are looking for something specific like Skype, YouTube or Facebook. I have gathered a list of applications from various websites that claim to work with Ainol Novo 7 Basic tablet. Unfortunately mine did not arrive yet, shipping from China…
Implementation of a text version of World of Zuul adventure game using Java. The implementation follows the Object Oriented Programming principles. [Source]
Things you need: An Intel based macbook (other may work) Time! First thing you need to do is to download and install KisMAC. You can do this from http://kismac-ng.org/. Then launch the program and open Preferences. Go to Driver tab, select Apple Airport Extreme card, passive mode and click Add. Then Select All channels and…
A couple of years ago trying to get a grasp of java interfaces I created this simple java calculator. I just remembered this now so I am posting it. It works very nicely for regular numbers. Rounding may not be accurate though. Give it a try! [jar and Source]