Archive for October, 2009
Have you ever received the following error while using Java and MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘????????????????’ at line 1 This is a common error when you first set up Java and MySQL to work together. [ READ MORE ]
For a class recently the teacher challenged us to write a code snip-bit that would be self replicating. By that I mean write a program that when executed would write out its own source code. This is a bit harder than you’d initially think it to be. My first attempt tried to store the source [ READ MORE ]
I have always been told in order to dual boot Linux and Windows you must first install Windows then Linux. The idea being that Window’s boot loader does not play nicely with Linux like Grub or Lilo does. However it is often easier to install Linux then Windows; like with the up coming Windows 7 [ READ MORE ]