markzware q2id activation code
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2726
Markzware PM2Q Updater 6.2
Update PageMaker to Quark utility. more>>
Markzware PM2Q is an XTension that can convert any PageMaker saved document into a QuarkXPress document.
<<less Download (249KB)
Added: 2004-10-05 License: Freeware Price:
1848 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
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
Launch Application by Creator-Code 1.0
Launch Application by Creator-Code launches an application by its creator-code more>>
Launch Application by Creator-Code is an AppleScript that is able to launch an application by its creator-code, avoiding having to locate it first.
<<less Download (2KB)
Added: 2005-11-28 License: Freeware Price:
1427 downloads
Extensis Suitcase Auto-Activation 11.0.4
Extensis Suitcase Auto-Activation is a program packed with an application plug-in file to offer an auto-activation support for InDesign CS2. more>> <<less
Download (103K)
Added: 2006-03-21 License: Free Price:
downloads
Update Area Code 1.1
Update Area Code - Changes area codes in all telephone numbers for your contact more>>
Area codes do change sometimes. This script will walk through your Entourage Address Book, finding all the phone numbers whose area code is "123", changing them to "456" (you specify the numbers, of course).
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.
<<lessIt 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.
Download (12KB)
Added: 2006-03-28 License: Freeware Price:
1306 downloads
Click by Markzware 1.0
Click by Markzware offers an easy way to save your time in consisting of a floating palette containing five shortcut buttons. more>>
Click by Markzware 1.0 offers an easy way to save your time in consisting of a floating palette containing five shortcut buttons. The palette may be shown/hidden by selecting the Show/Hide Click Palette item from the View menu.
Major Features:
- Button 1: Toggles Show/Hide Guidlelines.
- Button 2: Toggles the 'Snap to Guides' Preference
- Button 3: Selects or Deselects boxes. If a box is currently selected, Button 3 will deselect it. If no boxes are selected, Button 3 will select the last selected box.
- Button 4: Toggles view between '200%' and 'Fit in Window'.
- Button 5: Toggles Show/Hide Document Layout.
Download (164.1KB)
Added: 2002-08-12 License: Freeware Price:
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
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
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
PC-Extension codes DB 1.1
PC-Extension codes database is a Macinstosh stand alone database application. Each database entry describes the PC file and the related file extension code more>> PC-Extension codes database is a Macinstosh stand alone database application. Each database entry describes the PC file and the related file extension code. The program includes a search engine, sorting by fields, exporting of data to a text file.
Requirements:
System 7.1 or later.
<<lessSystem 7.1 or later.
Download (119K)
Added: 1999-08-19 License: Free Price:
downloads
REALbasic Code Counter 1.0
REALbasic Code Counter - Count the number of lines of code and comments from a REALbasic project more>>
REALbasic Code Counter counts the number of lines of code and comments in the source file exported from a REALbasic project.
To use REALbasic Code Counter, open the REALbasic project whos number of lines you wish to count, select "Export Source" from the File menu, and drag and drop the resulting file onto REALbasic Code Counter.
Completly freeware for non-commercial use.
<<lessTo use REALbasic Code Counter, open the REALbasic project whos number of lines you wish to count, select "Export Source" from the File menu, and drag and drop the resulting file onto REALbasic Code Counter.
Completly freeware for non-commercial use.
Download (10KB)
Added: 2006-05-26 License: Freeware Price:
1267 downloads
Show Path Codes 1.0.2
AppleScript for scripters generates path codes. more>>
Show Path Codes is a script for scripters. Using a "choose from list" dialog, the script will present 83 4-character codes which can be used with the Standard Additions "path to" command.
The codes include many common Mac OS folders which are of interest to scripters. If desired, the script will generate "path to" code and place it on the clipboard, but it can be easily modified to insert the code directly into a scriptable script editor. For maximum benefit, run the script from your favorite script menu or keyboard command.
<<lessThe codes include many common Mac OS folders which are of interest to scripters. If desired, the script will generate "path to" code and place it on the clipboard, but it can be easily modified to insert the code directly into a scriptable script editor. For maximum benefit, run the script from your favorite script menu or keyboard command.
Download (9KB)
Added: 2004-11-02 License: Freeware Price:
1817 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
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
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 markzware q2id activation 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