Recently, I've been having to do a lot more work in just plain 'ol Unix at work. No X-server or anything. This literally means that on my Windows system, I have a Unix emulator (cygwin) where I SSH into the server on which I do some work. I recently wrote a Java program on my windows machine, FTP'ed it over and ran it. The problem was...
Recently, I was given a task that was not very well documented, or the documentation expected and assumed one thing, while in reality, I wanted another. I am writing an Android application for a science application and needed a scientific notation to be easy to input. This means that I need the keyboard by default to show up in numbers mode, but...