CD tray opener I made for mIRC DeluXe 1.5.82+. In mIRC DeluXe you press F5 (or select it from the popup menus) and it launched the program and opens the CD tray, you place in or remove the CD and press any key, the CD tray closes and program exits. Windows then takes the necessary action i.e. auto play, or choose action etc. You can use it in your mIRCs or programs!
Hawkee doesnt have the Platform that this is really written on, so i just put " C++ " again. The real code is in a from of basic(TI).This program draws a Series or Parallel circuit..just depends on which one you are doing. Each circuit has 2 resistors. a Amp gauge, and so forth, it calculates the amount of electricty that can flow through through the circuit, without you blowing it. :D enjoy those..
^^ Besides mIRC code, I also program the TI83,TI84 calculators.I put the Platform as C++ Because i don't know what this code language is..kinda sad because i know how to code it, but anywho. This program calculates the percent of error in a measurment. When you take a measurment, there is an exact measurment and your measurment, which is a estimate, and there is a percent of error that you will have...
A simplified blackjack game played in a console window. This project is from a Mike Dawson book, so the source code is not 100% original. But with a few personal tweaks and some tidy-ups, the program is quite fun when you're bored. Very very basic AI, which tells the computer when it's a good idea to hit, and when it's a good idea to decide if an Ace is valued as 1 or 11.
A very basic multiplication table former. It asks you to enter a number, then displays a 5x5 grid-like multiplication table with the base number you entered. It starts from 1. Useful for teaching younger kids their times tables, or people who aren't so good with multiplication. You can use it from the command line, I would recommend maximizing your screen when using big numbers. Command line usage: Windows:..
old game I wrote. This was probably the first or second game I wrote using random numbers and enumerated types. The computer picks a number, and you try to guess it. Very basic and simple, but it was a beginner project. Now, looking back, I could think of a million ways to rewrite this game, with 100 more features and far more memory efficient. This is just an example code, all in all. So, if you..
This was one of my first projects that I made a LONG time ago, and now that I look at it, it's kinda stupid. I thought I'd post it here because at one point it compiled. This is straight out of the compiled source, and I haven't touched it in years. Looking back, I wish I would have known how to write to text files.