Meta
-
Recent Posts
Recent Comments
Break it down..
Archives
Category Archives: Programming & Code
Questioning Programming Standards and … Stuff
Over the course of this semester, I’ve run into situations that make me question my own standards about programming. A lot of this has come down to how to do database operation extraction with the idea of having a completely … Continue reading
How 64-bit Vista/7 support 32-bit apps and Why this sucks..
So at work I’ve been working on setting up a Windows 7 64-bit OS with all of our VB6 development libraries and such. Been having tons of issues installing some software because of the 32-bit vs 64-bit issue that I … Continue reading
Netbeans & Java look different: What the hell?
Click The Smaller to make The Bigger. As you can see above, I have two windows shown for comparison. The top is the Design portion of the editor in The Netbeans while the top is the executed version of the … Continue reading
SimpleIRC Protocol, V1.0
I have posted the latest edition of the SimpleIRC (or as I jokingly refer to it, StupidIRC) over in the new “Helpful Junk” section of the site. I’m going to try to keep it up to date with all of … Continue reading
Posted in Programming & Code, Site/Blog-related
Tagged csis, IRC, msum, nfnet, simple, stupid, walker
Leave a comment
snega2usb – USB reader for classic SNES and Genesis
snega2usb is a hardware project that allows reading of SNES and Genesis carts directly to a computer via USB. Essentially, it allows an emulator to read/write from/to the cart as a means of playing the cart as if it was … Continue reading
Posted in Programming & Code, Vidja Games
Leave a comment
Project: Weather via NWS on Desktop
One project I have been slowly working on throughout the summer has been a tool that essentially provides the National Weather Service forecast and radar without a browser (at least, not a direct one). Was curious if anybody has ever … Continue reading