Results for "Volume: 7_2009-2012"
Bitmap viewer, good way to learn how to draw things
This is my first source code in java. I have done this code in JDK1.3 but it will run fine in JDK 1.2 too. The calculation will not be so accurate but you have lot of scientific function. lot of other function can be added too. Hope you guys like it.
I was curious if you could even do this in Java (sort a vector). I guess I proved to myself that you can. Please vote.
Makes menus popup when the user passes the mouse over a link. Works Every Time!!
This JavaScript code fragment allows you to print print one frame from a button ect within another frame on the same page.
This is a control class that encrypts code using a wheel algorithm.
This will teach you the in's and out's of MasterStream and MasterConsole by Jared Bruni. This can also teach you the basics of C++ if you pay attention. ;) Who knows, maybe even advanced users can get some use out of this!
it is a full game enviroment which is one to one carbon copy of really board game Monopoly try it and plz vote for me..
Easy Popup menus on mouseover, with images as the menus. Easily adaptable to whatever you want.
This code will limit all Javascript Errors
This is one of the best codes for link changing, on Mouseover, or on click. It is very effective and I think it is great!!!
This code convert a TXT file to EXE file.When you convert the file start the EXE and the old file will be typed(like TYPE command) This is really great code NOTE : RUN THE .EXE FROM MS-DOS MODE
A cool wat to play the lottery.
This is A GREAT CODE!!! Whatever Text you want will grow with whatever background you want. Check this one out! Vote for me if you like this one, please!
Another implementation of LZW compression for compressing VB strings. A 4K dictionary is used as suggested by the algorithm. A binary tree search is used for speeding up dictionary search. It accepts all the 256 characters. *** version 2 (23-Aug-99): bug fixed, performance improved ***
How to use 'Regions' to create different shaped windows.
This code will shake or vibrate the browser window. To see an example of what this code can do! go to http://www.imagineer-web.com/MasterKey/vibrate.htm
Complete Image Uploader is a PHP Program that is useful when you want to upload images only. It limits the users to upload and the verification of uploading is already in it.
Very cool Blinking text code. Check it out!
As far as I know viruses modify the header of your complied EXE to jump to a different location to execute the virus. This means the header will change and your EXE file will (with some viruses) have the virus attached to the end of the EXE file. I've included a module you should use in your EXE file with a function it should call to check itself. The rest of the code as well as the module you have to include in your project will compile as an inoculate program to write the footer to your EXE file so the EXE file can check itself. (THIS SOFTWARE IS NOT FOR PROGRAMMERS THAT WRITE VIRUSES ;) PS: This program will not make your program protect itself but will let the user know when it's infected.