dupeguru code

Cipher Code 1.5
Cipher Code is a Java program used to code and decode playfair ciphers. you enter a keyword and your message and the program either codes or decodes your message more>>
Cipher Code 1.5 provides you with a convenient Java tool to code and decode playfair ciphers. You enter a keyword and your message and the program either codes or decodes your message. First you enter your key word into the box marked keyword, then you enter your message into the box marked message, finally you press either code or decode at the bottom to code or decode your message.
Enhancements:
- Includes unspecified updates.
Update Area Code 1.1
Update Area Code - Changes area codes in all telephone numbers for your contact more>>
It looks at each type of phone number in turn--home phone, business phone, fax phone, and so on. When it finds a match on the old area code, it (optionally) displays the name or company it has found with the old and new numbers, and lets you choose whether or not to apply the proposed change.
The script first does a fast but "fuzzy" match, finding all contacts whose telephone number contains the area code. That means that searching for "212" would match a phone number like "914-555-1212" as well as "212-555-3456". It briefly reports the number of _possible_ matches; this process greatly reduces the number of contacts that must be searched (especially it eliminates all those with nothing in the phone number fields).
Then, it does a careful examination of the number for each contact in that limited list, allowing for parentheses, dashes, and leading 0s and 1s, and it offers to change only those that actually include those digits as an area code. It preserves such additional characters in making the change.
Error Codes 1.0
Error Codes - Looks up error codes & displays the error string more>>
This supports virtually every error code for the Mac, including Carbon, Mach, and IOKit; all known error codes for Windows; and all known error codes for VxWorks.
Enhancements:
- First public release - everything!
Area Code 1.1
Area Code - Enter an area code and see what areas it serves more>>
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.
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.

Professor Code 1.0
Professor Code is a game forcing you to explore a secret code in form of images more>>
Professor Code 1.0 is a game forcing you to explore a secret code in form of images . The goal is accomplished by making a series of guesses, each of which is graded according to some simple rules. If the answer is discovered within the given number of nine turns, the game is won. If all the guesses are used without solving the puzzle, the game is lost.
Major Features:
- Highscores
- Four levels of difficulty
- 40 funny images
Enhancements:
- New Name: "Professor Code", formerly "Crack The Code"
Requirements:
- Mac OS X 10.2 or later.
Professor Code is designed to come with players as a nice game with the object ...Professor Code 1.0 is designed to bring players a nice game with the object is toFull Key Codes 1.1
Full Key Codes is a little utility to display code informations about each key of the keyboard more>>
In a little window, you will obtain for each key down its character, its ASCII code, and the keyboard code in hexadecimal and decimal.
Enhancements:
- New interface, with the keyboard code in hexadecimal and decimal too.
Ghost Code 1.0
Ghost Code - Let your computer do the coding while you go take a nap! more>>
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.
Portugal Area Code 1.0.2
Portugal Area Code - Portugal area codes more>>
Completly freeware for non-commercial use.
Nanosaur Source Code 1.0
Download the source code for the popular game Nanosaur. more>>
Its available so that other game developers and game-developer wannabes can see how the game can perform various tricks and techniques.
Key Codes 1.0.1
Key Codes - This is just a little utility that displays the key code and modifier keys state for any key combination you press more>>
Some fellow developers have asked me to make this publicly available, so here you are...
Enhancements:
- Key Codes now has a custom icon. Yay!
MD2 File Loading Code 1.0
MD2 File Loading Code - Load MD2 model files and PCX textures more>>
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.
Genetic Code 1.2.1
Genetic Code - Widget displays standard genetic code in a simple table more>>
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.
Rays Bar Codes 2.0
Rays Bar Codes - Create, save, view bar codes more>>
Now, you may Save the barcode as a .brcdfl file for future use, or View the bar code in Illustrator CS.
Plugin Code Writer 1.0a5
Plugin Code Writer - Outline the class, control, and global methods in plugins more>>
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.