Free Downloads: Merge Sort C Code

License:  All | Free

Freeware
SortedArrayList Screenshot
more

This is a pair of library classes to include in your owncode for manipulating ArrayLists.

This is a pair of library classes to include in your owncode for manipulating ArrayLists. It consist of two classes: SortedArrayList and Merge. SortedArrayList is an ArrayList that remembers how it issorted, so that if you ask it to Sort, it can sometimesbypass the work when it is already in order. You declare theorder you want and it keeps the list sorted, You just callsort...

Category: Web Authoring / JavaScript
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 675.8 KB
Platform: Windows



Freeware
more

VBA Code Compare allows you to compare and merge any Visual Basic code embedded into a VBA project (macros, sheet code, module code etc.). VBA Code Compare uses direct access for working with VBA modules. Supports Excel, Access and Word files.

VBA Code Compare allows you to compare and Merge any Visual Basic Code embedded into a VBA project (macros, sheet Code, module Code etc.). This tool uses direct access for working with VBA modules. Thus, you don't have to export the source Code to a file for comparing and import the edited Code back. Supports Excel, Access and Word documents....

Category: Software Development
Publisher: Formula Software, Inc., License: Freeware, Price: USD $0.00, File Size: 959.0 KB
Platform: Windows

more

A.

A.F.7 Merge your files 1.3 is a program that merges several files into one. This program is specially useful when you have several text files that you want to join into a single file. You won´t be able to Merge picture, music or movie files with this application. It just copies the bytes of the smaller files into a bigger one. So, it won´t work when you need to have...

Category: Utilities / File & Disk Management
Publisher: Alex Fauland, License: Freeware, Price: USD $0.00, File Size: 966.0 KB
Platform: Windows

Freeware
more

Performs various useful functions lists of data, including all of the following: sort, filter, output, merge into templates to generate output text files (such as HTML), merge multiple files into one, combine records with duplicate keys, parse HTML i

Performs various useful functions lists of data, including all of the following: Sort, filter, output, Merge into templates to generate output text files (such as HTML), Merge multiple files into one, combine records with duplicate keys, parse HTML into tabular data, including bookmark and address book files.

Category: Utilities / System Utilities
Publisher: PowerSurge Publishing, License: Freeware, Price: USD $0.00, File Size: 1.3 MB
Platform: Windows, Linux, Unix, Mac

Freeware
more

If you are looking to get great advice for any sort of allergies then it is here for you.

If you are looking to get great advice for any Sort of allergies then it is here for you. We have information on both causes and cures. We have every thing from a food allergy to pet allergies. It includes information on plant or product allergies. Most of us suffer with allergies of some Sort or another at some time in our lives. Some of these are very mild others are really severe.

Category: Business & Finance / Calculators
Publisher: Allergies, License: Freeware, Price: USD $0.00, File Size: 414.0 KB
Platform: Windows

more

It’s easy to make a JTable sortable by invoking setAutoCreateRowSorter(true).

It’s easy to make a JTable sortable by invoking setAutoCreateRowSorter(true). Clicking on the header of a column will then Sort the rows on the basis of the contents of the cell in that column, and display an appropriate arrow icon. A little known fact is that the default, automatically created, RowSorter actually uses the last three Sort indexes. Unfortunately, the only way...

Category: Software Development / Misc. Programming
Publisher: Darryl Burke, License: Freeware, Price: USD $0.00, File Size: 4.0 KB
Platform: Windows

Freeware
more

This tool is used for splitting a file into multiple parts.

This tool is used for splitting a file into multiple parts. There are two ways to split a file using this: split into a fixed number of files or split into files of a specific size each.
From the Split Page, you can select the file you want to split, select the output directory and hit the 'Run' button. The application creates Files with numbered extensions ( outfile.ext.1,...

Category: Utilities / File Compression
Publisher: GF Software, License: Freeware, Price: USD $0.00, File Size: 911.0 KB
Platform: Windows

Scan and Sort it Lite Screenshot
more

Scan and Sort it is affordable professional archiving software to create and maintain a digital archive.

Scan and Sort it is affordable professional archiving software to create and maintain a digital archive. Search lightning fast in thousands of documents using a phrase or a single word. This is our 10th anniversary freeware version!

Category: Business & Finance / Database Management
Publisher: RetSoft BV, License: Freeware, Price: USD $0.00, File Size: 28.9 MB
Platform: Windows

Freeware
more

With HTMLlink you can easily create HTML source code for Internet links.

With HTMLlink you can easily create HTML source Code for Internet links. I wrote this utility to quickly manage a Sort of "News headlines". Have a look at http://bluefive.pair.com/htmllink.htm to see what I mean. Options/Features:- very easy to work with, just point, copy and paste- highly configurable and comes with a long list with good (news)sources

Category: Web Authoring / HTML Editors
Publisher: Bluefive software, License: Freeware, Price: USD $0.00, File Size: 365.0 KB
Platform: Windows

Scan and Sort it Freeware Screenshot
more

Scan and Sort it is affordable professional archiving software to create and maintain a digital archive.

Scan and Sort it is affordable professional archiving software to create and maintain a digital archive. Search lightning fast in thousands of documents using a phrase or a single word. This is our 10th anniversary freeware version!

Category: Business & Finance / MS Office Addons
Publisher: RetSoft BV, License: Freeware, Price: USD $0.00, File Size: 41.2 MB
Platform: Windows

AS Code Warehouse Screenshot
more

while you read a books, browse the internet you found a lot of useful pieces of code snippets which can be reused in your applications.

while you read a books, browse the internet you found a lot of useful pieces of Code snippets which can be reused in your applications. Here comes the AS Code Warehouse

AS Code Warehouse is a free hierachical source Code snippet database,various programming languages.It is one of the most extensive professional source Code snippets manager for software...

Category: Software Development / Components & Libraries
Publisher: AS Software, License: Freeware, Price: USD $0.00, File Size: 1.4 MB
Platform: Windows

Freeware
more

PHP MySQL Wizard is an easy-to-use wizard that can create a full set of PHP pages that manage your MySQL database, using generated PHP pages users can search, sort, edit, delete, and add data into your database.

PHP MySQL Wizard is an easy-to-use wizard that can create a full set of PHP pages that manage your MySQL database, using generated PHP pages users can search, Sort, edit, delete, and add data into your database. Using PHP-MySQL Wizard you can instantly create powerful web application, even if you know nothing about PHP and MySQL, it can save you tons of developing time and is suitable...

Category: Web Authoring / Web Design Utilities
Publisher: PHPWizard, License: Freeware, Price: USD $0.00, File Size: 88.0 KB
Platform: Windows

Freeware
RadixSort Screenshot
more

RadixSort is a fast internal sort written in Java thatmimics a card sorter.

RadixSort is a fast internal Sort written in Java thatmimics a card sorter. Source provided. It is faster thanboth HeapSort and QuickSort. It sorts using a comparisionroutine you provide to compare two elements to be sortedplus a method to extract individual bytes from the keys tobe sorted. The time to Sort each item unlike most sorts,does not increase with larger sorts. It...

Category: Software Development / Components & Libraries
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 645.1 KB
Platform: Windows

Freeware
more

Automatically add code to your existing Visual Basic source code.

Automatically add Code to your existing Visual Basic source Code. You can either add Code to the beginning or end of each selected sub/function (pre Code or post Code) or you can add both. Add those comments section to all of your Code for maintenace when

Category: Software Development / Visual Basic Runtime Files
Publisher: randem.com, License: Freeware, Price: USD $0.00, File Size: 3.9 MB
Platform: Windows, Vista

more

Matroska Batch Merge is a small, easy to use tool specially designed to help you batch merge of Matroska files through a GUI.

Matroska Batch Merge is a small, easy to use tool specially designed to help you batch Merge of Matroska files through a GUI.
It is based on .NET technology, so you will need Microsoft .NET Framework 4 (Client Profile).
It uses mkvmerge (part of mkvtoolnix) .

Category: Web Authoring / Web Design Utilities
Publisher: Jiri Horner, License: Freeware, Price: USD $0.00, File Size: 10.2 MB
Platform: Windows

Freeware
more

Shape sorters: Any instead toy that depends upon your baby to sort through shapes and produce problems will be very well received Shape sorters: Any instead toy that depends upon your baby to sort through shapes and produce problems will be very well

Shape sorters: Any instead toy that depends upon your baby to Sort through shapes and produce problems will be very well received Shape sorters: Any instead toy that depends upon your baby to Sort through shapes and produce problems will be very well received. These will occupy your baby for hours on end and teach important skills for differentiating shapes and colors and hone...

Category: Home & Education / Genealogy
Publisher: healthsoul.info, License: Freeware, Price: USD $0.00, File Size: 532.5 KB
Platform: Windows

more

Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code.

Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Current Visual Basic Components include: Scheduler Source Code, Calendar Source Code, Clock Source Code, Slider Source Code, Scheduling Program and a Free Visual Basic source Code control example. All of the VB Source Code is...

Category: Software Development / Compilers & Interpreters
Publisher: WolfeByte Solutions, License: Freeware, Price: USD $0.00, File Size: 152.0 KB
Platform: Windows

more

The Code Metrics PowerTool is a command line utility that calculates code metrics for your managed code and saves them to an XML file.

The Code Metrics PowerTool is a command line utility that calculates Code metrics for your managed Code and saves them to an XML file. This tool enables teams to collect and report Code metrics as part of their build process. The Code metrics calculated are:
- Maintainability Index
- Cyclomatic Complexity
- Depth of Inheritance
- Class...

Category: Utilities / Misc. Utilities
Publisher: Microsoft, License: Freeware, Price: USD $0.00, File Size: 364.3 KB
Platform: Windows

Freeware
more

Shape sorters: Any instead toy that requires your baby to sort through shapes and dispatch problems will be very well received Shape sorters: Any instead toy that requires your baby to sort through shapes and dispatch problems will be very well recei

Shape sorters: Any instead toy that requires your baby to Sort through shapes and dispatch problems will be very well received Shape sorters: Any instead toy that requires your baby to Sort through shapes and dispatch problems will be very well received. These will engage your baby for hours on end and teach important skills for differentiating shapes and colors and hone...

Category: Home & Education / Miscellaneous
Publisher: helpdesigns.info, License: Freeware, Price: USD $0.00, File Size: 532.5 KB
Platform: Windows

Freeware
more

Twins Merge is an application allowing to accurately merge seismograms from neighbour networks whose clocks are occasionally or permanently out-of-sync with the clock of a given network.

Twins Merge is an application allowing to accurately Merge seismograms from neighbour networks whose clocks are occasionally or permanently out-of-sync with the clock of a given network. The capability of accurately synchronizing and merging seismograms can be of significant importance to the seismic monitoring coverage of regional and international borders, and at global scale.

Category: Business & Finance / Applications
Publisher: Freddy Aldersons, License: Freeware, Price: USD $0.00, File Size: 9.9 MB
Platform: Windows

Freeware
more

Sometimes it’s very important to have all files in a certain folder sorted in a particular way.

Sometimes it’s very important to have all files in a certain folder sorted in a particular way. The problem is that Windows Explorer doesn’t show files in their actual order. The use of DOS box can prove this fact. FolderSort by Damien Burke is an application that allows to Sort files within the required folder. By the way, you can install it as a shell extension. If you...

Category: Utilities / File & Disk Management
Publisher: Damien Burke, License: Freeware, Price: USD $0.00, File Size: 390.5 KB
Platform: Windows

Freeware
more

Something that’s lightweight that will let you code just the stuff that you need to try and nothing else.

Something that’s lightweight that will let you Code just the stuff that you need to try and nothing else.

With it, you can Code in C# or VB.NET and the utility will wrap it all together into an assembly that it will execute for you, allowing you to show off your genius.

Fire it up and you'll see the screen above (but without the user...

Category: Home & Education / Miscellaneous
Publisher: CodeProject, License: Freeware, Price: USD $0.00, File Size: 5.6 MB
Platform: Windows

Infinity Downline PDF Merge Screenshot
more

Infinity Downline PDF Merge And Split.

Infinity Downline PDF Merge And Split. Easy to use tool to Merge and split pdf documents, courtest of InfinityDownline-Infinity100.com.

Category: Business & Finance / Applications
Publisher: Infinity Downline, License: Freeware, Price: USD $0.00, File Size: 13.9 MB
Platform: Windows, Mac

Freeware
more

With Bibaz you can sort your book in many categories.

With Bibaz you can Sort your book in many categories. Now you can manage all your books in your library or pdf-formats so easy with the help of this software. You can categorize into many different subjects of interest like : dictionaries, cuisine books,magazines, historical books, geographic and so on.

Category: Home & Education / Hobbies
Publisher: Jmgr, License: Freeware, Price: USD $0.00, File Size: 558.4 KB
Platform: Windows

Freeware
more

Gurtle is a TortoiseSVN issue tracker plug-in for projects hosted at Google Code.

Gurtle is a TortoiseSVN issue tracker plug-in for projects hosted at Google Code. TortoiseSVN introduced the possibility for anyone to author a COM-based plug-in that enables a user to query a project's issue tracking system during a commit. Gurtle is such a plug-in and enables the user to consult issues of a project hosted by Google Code from within the TortoiseSVN Commit...

Category: Utilities / Misc. Utilities
Publisher: Gurtle, License: Freeware, Price: USD $0.00, File Size: 397.0 KB
Platform: Windows

Freeware
more

CodeBank is a simple, hierarchical database for code snippets.

CodeBank is a simple, hierarchical database for Code snippets. It supports syntax highlighting for several popular programming languages including Java, XML, SQL, PHP and others. It allows you to store and organize your source Code snippets in a easy way. It offers an Explorer like interface, that allows you to drag and drop snippets between folders, as well as a search function,...

Category: Business & Finance / Business Finance
Publisher: TOWW SOFTWARE, License: Freeware, Price: USD $0.00, File Size: 807.0 KB
Platform: Windows

more

Origin Byte Organizer is a small management utility software that allows you to merge files or split files.

Origin Byte Organizer is a small management utility software that allows you to Merge files or split files.
Origin Byte Organizer has this feature: Split and Merge files; Supports file over 4.2GB; Split files; Merge files; Multi-Merge files; Removed default file open dialog; Fixed response keys delete and backspace.

Category: Audio / Utilities & Plug-Ins
Publisher: Origin Software, License: Freeware, Price: USD $0.00, File Size: 1.2 MB
Platform: Windows

more

This softwre can help you to find your most needed C,C++ source code from the C,C++ source code directory cprogram.

This softwre can help you to find your most needed C,C++ source Code from the C,C++ source Code directory cprogram.org.You can also submit your source Code in web to spread and test your knowledge on programming.Submit C,C++ source Code to this directory to make it rich with source Code and welfare of other programmers.

Category: Software Development / Help File Utilities
Publisher: cprogram.org, License: Freeware, Price: USD $0.00, File Size: 373.0 KB
Platform: Windows

Freeware
ShellSort Screenshot
more

ShellSort is a simple sort suitable for 2000 or lesselements.

ShellSort is a simple Sort suitable for 2000 or lesselements. It sorts using a comparision routine you provideto compare two elements to be sorted. You can test it with: java.exe com.mindprod.shellsort.TestShellSort

Category: Software Development / Components & Libraries
Publisher: Canadian Mind Products, License: Freeware, Price: USD $0.00, File Size: 634.9 KB
Platform: Windows

Freeware
more

Since its first release Open XL is gaining popularity for its features, user-friendly interface and lots of time-saving features.

Since its first release Open XL is gaining popularity for its features, user-friendly interface and lots of time-saving features.

Pre-Requisites
It requires Microsoft .NET framework 3.5 and VSTO 3.0 Runtime before it can be installed.

Features:
Run the charts slide show, access internet explorer, calculate business working days, insert or delete text across ranges, take...

Category: Internet / Communications
Publisher: Excelitems.com, License: Freeware, Price: USD $0.00, File Size: 319.0 KB
Platform: Windows

more

Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free source code for making Command Buttons and additional source code for making other controls is available.

Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source Code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source Code draws the control directly onto a Picturebox and can be compiled into any VB program...

Category: Software Development
Publisher: Visual Basic Controls by WolfeByte Solutions, License: Freeware, Price: USD $0.00, File Size: 153.0 KB
Platform: Windows

more

Just Learn Morse Code is designed to make it easy to learn Morse code, as well as improve the skills of those who already know the code.

Just Learn Morse Code is designed to make it easy to learn Morse Code, as well as improve the skills of those who already know the Code.

The basic methods used to achieve this are Koch's method and Farnsworth timing.
Features

* Accurate Morse Code timing
* Thorough evaluation of Code copied
* Customizable...

Category: Home & Education / Miscellaneous
Publisher: Sigurd Stenersen, License: Freeware, Price: USD $0.00, File Size: 390.0 KB
Platform: Windows

7-PDF Split And Merge Screenshot
more

The 7-PDF Split & Merge Freeware PDF Composer Tool is the right software to split and merge pdf-files. The software is very small and fast. Compose new pdf-files, while using individual sortings, customized patterns (similar to Word printing) etc.

The 7-PDF Split & Merge Freeware PDF Composer Tool is the right software to split and Merge pdf-files very easy and fast. You can compose new pdf-files, while using individual sortings or customized patterns (similar to Word printing). You can append encrypted PDF files to another PDF and more. The multilingual software is also available to run as portable application from your...

Category: Business & Finance / Applications
Publisher: 7-PDF, Germany - Th. Hodes, License: Freeware, Price: USD $0.00, File Size: 1.6 MB
Platform: Windows

more

Karaoke Song List Creator provides a fast and easy way to catalogue all your Karaoke discs.

Karaoke Song List Creator provides a fast and easy way to catalogue all your Karaoke discs. The excellent interface consists of a toolbar, pull down menus, a disc Code window, and the song list window. The software holds a complete list of all Karaoke discs. When you select a disc's manufacturer from the list, the disc Code window jumps to that maker's list of codes. You then...

Category: Audio / Utilities & Plug-Ins
Publisher: Airwer Ltd, License: Freeware, Price: USD $0.00, File Size: 4.4 MB
Platform: Windows

Adolix Split and Merge PDF Screenshot
more

Merge PDF files into a single document. Split PDF into multiple files following a custom pattern similar to Word printing. Combine encrypted PDF with just a few clicks. Mix two PDF files.

Adolix Split and Merge PDF is a free product that helps you manage your PDF documents. You can Merge PDF files and split PDF documents into multiple files following a custom pattern similar to Word printing. Using our freeware you can combine encrypted PDF files with just a few mouse clicks and mix two PDF files in seconds. You can also protect the generated PDF documents, using a...

Category: Business & Finance / MS Office Addons
Publisher: Adolix, License: Freeware, Price: USD $0.00, File Size: 3.5 MB
Platform: Windows

pdfMachine Serienbrief
more

pdfMachine - Word Mail Merge lets you use Microsoft Word mail merge to send emails with a PDF file attached. Now instead of a .doc file attached to emails, you can have a .pdf file.

pdfMachine - Word Mail Merge lets you use Microsoft Word mail Merge to send emails with a PDF file attached. Now instead of a .doc file attached to emails, you can have a .pdf file. - Easily start the mail Merge from the pdfMachine toolbar. - Use your existing mail Merge data sources. - Use your existing mail Merge fields and macros. - Set the subject...

Category: Business & Finance
Publisher: Broadgun Software, License: Freeware, Price: USD $0.00, File Size: 5.0 MB
Platform: Windows

more

Easy Pdf Split & Merge Free is a desktop utility program that lets you split and merge PDF files.

Easy Pdf Split & Merge Free is a desktop utility program that lets you split and Merge PDF files. It is used to split files into a single page or save every a few pages as a new file. It also can be used to free Merge multiple PDF files. You may Merge all the pages of a PDF document into one PDF file, or extract some pages from a PDF document and save them as a...

Category: Business & Finance / MS Office Addons
Publisher: Officeconvert Software, Inc., License: Freeware, Price: USD $0.00, File Size: 6.6 MB
Platform: Windows

Freeware
Code QReator Screenshot
more

Code QReator is a QR Code generator program. It can generate QR Codes for text, website url, phone number, sms and vCard. You can specify size and color of the QR Code. QR Code images can be saved using different picture format: png, jpg and bmp.

Code QReator is a QR Code generator program. It can generate QR Codes for text, website url, phone number, sms and vCard. You can specify size and color of the QR Code. QR Code images can be saved using different picture format: png, jpg and bmp. To generate QR Code you must enter text (data) and press the "QReate" button (or just click the "QR Code"...

Category: Multimedia & Design / Graphics Viewers
Publisher: PageQRCode.com, License: Freeware, Price: USD $0.00, File Size: 352.0 KB
Platform: Windows, Other

Freeware
more

WinMorse is a FREE text to Morse Code conversion application for Windows.

WinMorse is a FREE text to Morse Code conversion application for Windows. WinMorse converts text into Morse Code, using various Output Formats. Here are some ideas for what you can do with the files created by WinMorse: Use for Morse Code practice/training/testing Accessibility tool for the vision impaired Create Morse Code audio CDs Upload Morse Code audio...

Category: Home & Education / Miscellaneous
Publisher: Mark Bellamy, License: Freeware, Price: USD $0.00, File Size: 482.0 KB
Platform: Windows

Freeware
more

Need to Know is an uncomplicated list keeper for the sort of things you need to know and wish that you?

Need to Know is an uncomplicated list keeper for the Sort of things you need to know and wish that you?d made note of.

Category: Business & Finance / Personal Info Managers
Publisher: Tightcannon.co.uk, License: Freeware, Price: USD $0.00, File Size: 401.0 KB
Platform: Windows, Mac, Vista

more

Coverage measures code coverage, typically during test execution.

Coverage measures Code coverage, typically during test execution. It uses the Code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.Coverage.py is a tool for measuring Code coverage of Python programs. It monitors your program, noting which parts of the Code have been...

Category: Software Development / Misc. Programming
Publisher: Python Software Foundation, License: Freeware, Price: USD $0.00, File Size: 245.3 KB
Platform: Windows

Freeware
Mp3 Merger Screenshot
more

It is a free tool which can merge MP3 files. It can merge from 2 to 9999 MP3 files into one MP3 file to let you be able to manage your seperated MP3 musical files better.

It is a free tool which can Merge MP3 files. It can Merge from 2 to 9999 MP3 files into one MP3 file to let you be able to manage your seperated MP3 musical files better. It is small and delicate with beautiful screen pannel, easy to use, simple and fast, the most important point is that it is totally free of charge. It is only 100K and applicable for Windows Me, 2000, XP and 2003.

Category: Audio
Publisher: Pickmp3 inc, License: Freeware, Price: USD $0.00, File Size: 832.5 KB
Platform: Windows

Freeware
more

Code Starer is fast and easy.

Code Starer is fast and easy. Just answer a few simple questions and your Code is created quickly.

Category: Software Development / Source Code
Publisher: softwarereflections.com, License: Freeware, Price: USD $0.00, File Size: 17.0 KB
Platform: Windows, Mac, 2K

STG Picture Merge Screenshot
more

A simple, easy to use program to merge two pictures into a third one, with a degree of transparency chosen by the user.

A simple, easy to use program to Merge two pictures into a third one, with a degree of transparency chosen by the user. Many file formats supported.

Category: Audio / Utilities & Plug-Ins
Publisher: Starglider Systems, License: Freeware, Price: USD $0.00, File Size: 730.0 KB
Platform: Windows

Freeware
more

Maxium Poker is a downloadable poker room using Merge Gaming Network software licensed in Netherlands Antilles.

Maxium Poker is a downloadable poker room using Merge Gaming Network software licensed in Netherlands Antilles. The site's primary language is English. Maxium Poker runs on the Merge Poker Network, operated by Merge Gaming Network. Download client directly from site.

Category: Games / Cards, Casino, Lottery
Publisher: maxiumpoker, License: Freeware, Price: USD $0.00, File Size: 28.2 MB
Platform: Windows

Image Merger .EXE Screenshot
more

Resurrect boring images to a stunning new look using Image Merger .EXE to merge, blend and combine multiple images together. With the merge wizard you can seamlessly add watermarks or fade a logo onto multiple images in a single batch process.

Resurrect boring images to a stunning new look using Image Merger .EXE to Merge, blend and combine multiple images together. With the Merge wizard you can seamlessly add watermarks or fade a logo onto multiple images in a single batch process. Using multiple Merge options you can superimpose one image onto another, or have the image imposed from left to right/top to...

Category: Multimedia & Design
Publisher: SoftTech InterCorp, License: Freeware, Price: USD $0.00, File Size: 1.4 MB
Platform: Windows

more

This application plugs-in to Visual Basic 6.

This application plugs-in to Visual Basic 6.0 to analyze your Code and suggest possible improvements. If you are programming in Visual Basic 6.0 and planning to move to Visual Basic .NET, then the Visual Basic 6.0 Code Advisor is for you.

The Code Advisor for Visual Basic 6 is an add-in used to review your Code to ensure that it meets predetermined...

Category: Software Development / Visual Basic Runtime Files
Publisher: Microsoft, License: Freeware, Price: USD $0.00, File Size: 4.8 MB
Platform: Windows

Freeware
more

It is a small command line tool to compare two registry files, export the registry, merge .

It is a small command line tool to compare two registry files, export the registry, Merge .REG files and much more. regdiff.exe is freeware with a very liberal BSD-style license (i.e. free for any use including commercial).

Features:
-Compare, diff and Merge .REG files
-Compare, diff and Merge the registry
-Support for both ANSI and UNICODE...

Category: Utilities / File & Disk Management
Publisher: Gerson Kurz, License: Freeware, Price: USD $0.00, File Size: 6.0 MB
Platform: Windows

Freeware
more

Crack the code!

Crack the Code! The Code is a 3, 4, 5, or 6-digit number (you choose) with no repeating digits.

Category: Games / Puzzles
Publisher: facebook.com, License: Freeware, Price: USD $0.00, File Size: 1.4 MB
Platform: Windows, Mac, Vista

XML Model Analyzer Screenshot
more

Sort and compare XML files, edit with syntax highlighting, and analyze the structure of entire project folders.

Let's say you have a modelling tool that has XML as output. You might want to compare the output with a text comparison tool, but the generator has changed the order of the XML attributes or elements so that everything looks changed, but in fact only small changes have been made. Or the modeling tool won't let you Sort its elements, but you want to Sort them, which you could...

Category: Web Authoring / XML/CSS Utilities
Publisher: Stefan Klein, License: Freeware, Price: USD $0.00, File Size: 480.0 KB
Platform: Windows

blank