gameplay discount code
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2842
E3 2006 Gameplay Trailer
E3 2006 Gameplay Trailer - Game trailer downloader more>>
This program will download the E3 2006 Gameplay Trailer for World of Warcraft.
<<less Download (473KB)
Added: 2006-05-12 License: Freeware Price:
1261 downloads
Toggle Sound Set Creator Code 1.0
Toggle Sound Set Creator Code allows you to toggle whether your Sound Set is an Entourage or an Outlook Express Sound Set with this easy-to-use AppleScript more>> Toggle Sound Set Creator Code allows you to toggle whether your Sound Set is an Entourage or an Outlook Express Sound Set with this easy-to-use AppleScript.
Requirements:
Microsoft Outlook Express or Entourage.
<<lessMicrosoft Outlook Express or Entourage.
Download (32K)
Added: 2002-08-02 License: Free Price:
downloads
Area Code 1.1
Area Code - Enter an area code and see what areas it serves more>>
Area Code widget allows you to easily find out what areas are covered by different area codes.
By entering the area code in question into the search box, the cities, state or county covered by the area code will be displayed.
Useful for figuring out where items seen in online classifieds are located when the lister forgets to put their location.
Enhancements:
- fixes an area code that was listed wrong.
<<lessBy entering the area code in question into the search box, the cities, state or county covered by the area code will be displayed.
Useful for figuring out where items seen in online classifieds are located when the lister forgets to put their location.
Enhancements:
- fixes an area code that was listed wrong.
Download (24KB)
Added: 2006-01-26 License: Freeware Price:
1375 downloads
Arrow Drawing Code 1.0
Arrow Drawing Code - Draw an arrow with parameters more>>
Arrow Drawing Code is a REALbasic example that shows how to draw an arrow with parameters such as body width, arrow head width, and arrow head length.
Completly freeware for non-commercial use.
<<lessCompletly freeware for non-commercial use.
Download (7KB)
Added: 2006-05-19 License: Freeware Price:
1268 downloads
Genetic Code 1.2.1
Genetic Code - Widget displays standard genetic code in a simple table more>>
The Genetic Code widget displays the standard genetic code in a simple table showing the 64 codons and the amino acids each codon codes for.
This widget is free for all users. Download it now !
Enhancements:
- The one-letter code for GGT is now correct (G and not C).
- The GTT codon was missing.
<<lessThis widget is free for all users. Download it now !
Enhancements:
- The one-letter code for GGT is now correct (G and not C).
- The GTT codon was missing.
Download (111KB)
Added: 2006-01-26 License: Freeware Price:
1381 downloads
MacFormatCodec 1.0
MacFormatCodec - Encode/decode macbinary files in RealBasic more>>
MacFormatCodec is a RealBasic 2.0 and greater plugin, based on my MacBinHex and MacBinaryIII source code.
It supports decoding and encoding of MacBinaryIII files, and MacBinHex 4.0 files.
Completly freeware. Source code included in package.
<<lessIt supports decoding and encoding of MacBinaryIII files, and MacBinHex 4.0 files.
Completly freeware. Source code included in package.
Download (156KB)
Added: 2006-03-07 License: Freeware Price:
1326 downloads
Ghost Code 1.0
Ghost Code - Let your computer do the coding while you go take a nap! more>>
Let your computer do the coding while you go take a nap!
Ghost Code comes with preferences to adjust font, color, scroll speed, and window transparency.
You can use your own library of words, or use the default one.
Interface Commands:
"S" Key - Capture Screen.
Space Bar - Open preferences.
Shift/Caps Lock - Display status.
Right Click - Refresh screen.
Mouse Click - Quit application.
Freeware.
<<lessGhost Code comes with preferences to adjust font, color, scroll speed, and window transparency.
You can use your own library of words, or use the default one.
Interface Commands:
"S" Key - Capture Screen.
Space Bar - Open preferences.
Shift/Caps Lock - Display status.
Right Click - Refresh screen.
Mouse Click - Quit application.
Freeware.
Download (765KB)
Added: 2005-10-14 License: Freeware Price:
1470 downloads
MD2 File Loading Code 1.0
MD2 File Loading Code - Load MD2 model files and PCX textures more>>
Using only standard C++ libraries, theMD2 File Loading Code will load an MD2 model file and a PCX texture. Surrouning code uses the MD2Model class and SDL to setup the application and OpenGL view and display the animated model.
I need code to load MD2 files to use in my game engine (under development) and when I saw that my copy of OpenGL Game Programming had a chapter on it, I was pretty stoked. I figured "hey, this ought to take only about what, 20 minutes to get working?" I was wrong. I ended up rewriting the entire file loading code, restructuring the class, renaming structures, removing functions, and organizing and abstracting the code better because the original code (sorry Kevin and Dave) just didnt work (endian issues which were a PITA to try to fix in their code) and didnt stand up to my rigorous standards of quality code.
The code in this project is really in three parts. Main.cpp is just along for the ride. It sets up the OpenGL view and handles input (using SDL). Object3D is a class designed to represent an object that animates (or doesnt). Its designed to contain more than one loaded MD2 model so that they can be treated as one object and be synchronized in state and animation. The MD2Model class (MD2.h/cpp, Texture.h/cpp) is used only to load the MD2 and texture (PCX only in this code) and to draw it. Thats it. No state handling at all, because thats managed in the Object3D class.
Anyway, if you just need to get MD2 file loading working, just take the MD2.h/cpp and Texture.h/cpp files. Thats all you need. The file loading is endian-aware so it should work on every platform, unlike all of the other code out there.
Completly freeware for non-commercial use.
<<lessI need code to load MD2 files to use in my game engine (under development) and when I saw that my copy of OpenGL Game Programming had a chapter on it, I was pretty stoked. I figured "hey, this ought to take only about what, 20 minutes to get working?" I was wrong. I ended up rewriting the entire file loading code, restructuring the class, renaming structures, removing functions, and organizing and abstracting the code better because the original code (sorry Kevin and Dave) just didnt work (endian issues which were a PITA to try to fix in their code) and didnt stand up to my rigorous standards of quality code.
The code in this project is really in three parts. Main.cpp is just along for the ride. It sets up the OpenGL view and handles input (using SDL). Object3D is a class designed to represent an object that animates (or doesnt). Its designed to contain more than one loaded MD2 model so that they can be treated as one object and be synchronized in state and animation. The MD2Model class (MD2.h/cpp, Texture.h/cpp) is used only to load the MD2 and texture (PCX only in this code) and to draw it. Thats it. No state handling at all, because thats managed in the Object3D class.
Anyway, if you just need to get MD2 file loading working, just take the MD2.h/cpp and Texture.h/cpp files. Thats all you need. The file loading is endian-aware so it should work on every platform, unlike all of the other code out there.
Completly freeware for non-commercial use.
Download (420KB)
Added: 2006-05-31 License: Freeware Price:
1264 downloads
Recover eyeTV2 Code 1.0
Recover eyeTV2 Code is a Python script that will recover the registration code from your eyeTV 2 installation more>>
Recover eyeTV2 Code is a Python script that will recover the registration code from your eyeTV 2 installation.
<<less Download (0.5KB)
Added: 2007-06-28 License: Freeware Price:
532 downloads
MU Code 2.0.1
MU Code is a mighty effective program that converts ASCII pictures to MUSHcode. more>>
MU Code 2.0.1 is a mighty effective program that converts ASCII pictures to MUSHcode. Have you ever felt like taking a cool-looking ASCII picture and posting it to your favorite MUSH, but not wanted to spend the time converting it by hand? MU Code will convert spaces and newlines to the correct codes, and escape everything that needs it, including commas. It also has color support, so you can add color to your ASCII pictures.
Download (540KB)
Added: 2001-06-24 License: Freeware Price:
1 downloads
Rays Bar Codes 2.0
Rays Bar Codes - Create, save, view bar codes more>>
Pick from the Windows menu to select which type of bar code to generate (only UPC A supported in this version). Then, type the code, generate the check digit (if needed), select the bar width reduction and magnification.
Now, you may Save the barcode as a .brcdfl file for future use, or View the bar code in Illustrator CS.
<<lessNow, you may Save the barcode as a .brcdfl file for future use, or View the bar code in Illustrator CS.
Download (206KB)
Added: 2007-07-20 License: Freeware Price:
826 downloads
Portugal Area Code 1.0.2
Portugal Area Code - Portugal area codes more>>
Portugal Area Code is a simple application that provides to the user a listing with the Portugal area codes.
Completly freeware for non-commercial use.
<<lessCompletly freeware for non-commercial use.
Download (942KB)
Added: 2006-04-14 License: Freeware Price:
1288 downloads
Nanosaur Source Code 1.0
Download the source code for the popular game Nanosaur. more>>
The Nanosaur source code is provided free to the public for educational and informational purposes only.
Its available so that other game developers and game-developer wannabes can see how the game can perform various tricks and techniques.
<<lessIts available so that other game developers and game-developer wannabes can see how the game can perform various tricks and techniques.
Download (704KB)
Added: 2004-06-02 License: Freeware Price:
1995 downloads
Plugin Code Writer 1.0a5
Plugin Code Writer - Outline the class, control, and global methods in plugins more>>
Using Plugin Code Writer, simply layout using the GUI what classes, global methods, and controls should be implemented by the plugin youre going to write and export the plugin source code with a simple menu selection.
Plugins descriptions can be saved and reopened so you can continue working on getting the class structure juuuust right when youre working on designing a large plugin. On the right is an example of the code created by Plugin Code Writer.
Enhancements:
- Fixed some code ordering bugs for class and control data structures.
<<lessPlugins descriptions can be saved and reopened so you can continue working on getting the class structure juuuust right when youre working on designing a large plugin. On the right is an example of the code created by Plugin Code Writer.
Enhancements:
- Fixed some code ordering bugs for class and control data structures.
Download (174KB)
Added: 2006-05-25 License: Freeware Price:
1251 downloads

Aptana Studio 1.5.1
Aptana Studio is an advanced program which features code Assist on JavaScript, HTML, PHP, and CSS languages, HTML and CSS preview, FTP/SFTP support and a JavaScript debugger to troubleshoot your code. more>> <<less
Download (124.3MB)
Added: 2009-09-02 License: Freeware Price: Notavailable
downloads
Other version of Aptana Studio
License:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gameplay discount code search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed