Archive for June, 2008
Writing 2D Imaging 3D... - 0
These days, I’m just trying to help myself not to think about the term’s final marks ;-) I know my hair goes white until the marks get announced. Anyway I could have a time to do some what I wanna do before. Recently I was just experimenting some codes, specially in 3d graphing and perspective [...]
A very common mistake that lots of Java programmers will make is to use “==” to compare strings, rather than “.equals”. That’s what I keep reminding myself all the time and I never use “==” to do any string compare. Just today, when I was testing a Java program, I noticed that the programmer used [...]
