Downloads
I am not asking for money and I am not asking that what you find here you must keep a secret. All that I am asking is that if you download something I've made please remember who hooked you up. Tell your friends who developed the goods and don't try to pass it around as your own. With that said please enjoy anything that you download from this section. For C and C++, unless specifically mentioned, it should be assumed that everything was compiled with g++ and gcc with no special headers.
Dark Basic Professional
| RaboyFTP Plugin Download | FTP command set for DBP as well as the source code for Visual C++ 2008 | 123k | v.3 |
iPhone SDK
| USD 2 RMB Download | A simple conversion tool to convert US Dollars to Chinese RMB. The full source code is included for Apple XCode Screenshot | 22k | v.1 |
OpenGL
| Moving Square Download | Use keyboard input to move a 2D square around on the screen. Provided source code is packaged for Apple XCode Screenshot | 14k | v.1 |
C++ Programming
| Calculator Download | Simple calculator that demonstrates converting from infix notation to postfix notation and solving. Operators that can be used are: (^*/+-) | 5k | v.1 |
| HSV RGB Conversion Download | Convert between RGB color values and HSV color values. There were no special headers used so it should work across all compilers. It was tested with g++ | 2k | v.1 |
| Money To Coins Download | Calculate how many of each US coins you have given a total money amount as your input. No special headers were used so it should compile on every computer. | 2k | v.1 |
| Numbers To Text Download | Algorithm to convert positive integer values into their textual alpha representation. There are no special headers used so it should be able to be compiled with any compiler. | 8k | v.1 |
C Programming
| Example Code #1 Download | This is an example piece of code. It is fully functional, but it holds no real purpose. It is to demonstrate the use of user input, arrays, and loops in the C programming language. There are no special libraries so it can be compiled on just about any computer | 1k | v.1 |