SQLite and debugging
I have just spent the last few days and weeks trying to track down a very annoying, yet somewhat subtle bug in a program that I have been making for work. So, first a little background. We are making a … Continue reading
I have just spent the last few days and weeks trying to track down a very annoying, yet somewhat subtle bug in a program that I have been making for work. So, first a little background. We are making a … Continue reading
This just took me a stupid long time to figure out, so I’m leaving it here for future reference. In Java, the easiest way to read lines is using Scanner. For work, I had written a quick Linux-only serial port … Continue reading