WareSeeker Search Software

merge


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

RSS Merge


script PHP Free
View Detail
Download RSS MergeDownload RSS Merge
Typically, printing several RSS feeds from various blogs on a single page is know as aggregation. This script not only aggregates RSS feeds however, it also merges and sorts them by date using the merge sort algorithm. The result is a blog of postings from several blogs.
2

e-merge


script CGI Perl Free
View Detail
Download e-mergeDownload e-merge
e-merge is a general-purpose forms to e-mail gateway cgi-bin script which processes the input from an HTML form and merges the field values with a text file to produce an e-mail message. Features include: You can customize the response page after the mail has been sent, Multiple values for a field are handled intelligently, Can log the data from the form to a file, and more.
3

Merge 2.0


windows Graphic Apps->Other Free
View Detail
Download Merge 2.0Download Merge 2.0
1.36 MB
Merge is a useful graphic utility for overlaying two images in any relative position prior to saving the result to a file.

You can merge the two images in many different ways.

There is an option to fade out one image and fade in the other image towards the edge of the final picture.

It is also possible to smoothly blend in just part of a source image to the final result.

No need to worry about image size differences.

Useful to watermark your favorite pictures.

4

PDF Merge 1.0


windows Business Finance->PDF Tools Free
View Detail
Download PDF Merge 1.0Download PDF Merge 1.0
2.93MB

A small tool to merge several PDF files into one PDF file (based on Ghostscript). It has the following the features: Add/Remove PDF files;
Adjust the order of the PDF files; Merge the PDF file based on guide pdf solidworks user.
5

Merge Mp3 0.1h


windows Audio Multimedia->Other Free
View Detail
Download Merge Mp3 0.1hDownload Merge Mp3 0.1h
674KB

Merge MP3 is a utility to merge multiple MP3 files into one long file. The user interface and high merge speed combined with absolutely free license and single-executable installation (no complicated installers/uninstallers - uncompress and run from any directory) make it a perfect addition to your audio management software collection. Version 0.1h contains major user interface rework to properly support unicode file names and ID3 tags.
6

NetMail Merge 2.01


windows Communications->Mail Utilities $29
View Detail
Download NetMail Merge 2.01Download NetMail Merge 2.01
340KB
NetMail Merge is similar to mail merge in Word Report Builder - you create a form letter and merge personalized data into each letter. Then your letters are addressed to "Dear Barry" instead of ``Dear Customer," for example. You dont have to print letters, stuff and stamp envelopes and wait several days for a response. NetMail Merge lets you open your contact databases directly with no tricky importing. If you store your customer information in any text delimited file, you can open that contact file directly in NetMail
7

Araxis Merge 2007.3225


windows System->File Management $129
View Detail
Download Araxis Merge 2007.3225Download Araxis Merge 2007.3225
25.5 MB
Araxis Merge description
Merge is the visual file comparison/merging and folder synchronization application. Merge is the visual file comparison/merging and folder synchronization application.

Merge lets you to compare and work with different revisions of text files, such as program source code, xml and html files. It supports files with ascii, mbcs and Unicode character encodings.

A colour-coded side-by-side comparison makes it easy to pinpoint at a glance similarities and differences between files. Linking lines are drawn between the documents showing clearly how they are related.

Point-and-click merging lets you choose the parts of each file that you would like to add to a final merged version by simply
clicking buttons. The in-place editor with unlimited undo enables complete control over the merged file as you create it. The file comparison display dynamically updates as the merge progresses.

Merge shows detailed highlights of changes within lines. It can be configured to ignore differences in whitespace and line endings, as well as changes in lines matching specified regular expressions. The latter is useful for ignoring unimportant changes such as timestamps or expanded version control keywords.

For software engineers and web developers: compare, understand and combine different source file versions. Work quickly and accurately, whether you are comparing individual files or reconciling entire branches of source code. Use three-way comparison to integrate changes made by you, and those made by a colleague, with a common ancestor version. Synchronize a website with its staging area via ftp using the supplied ftp plugin.

For release and quality control managers: compare different source code branches to give total confidence that you know and understand every change made to every file for a specific release. Compare product releases to be certain that only the expected files have been modified. Create an html or xml report of changes for audit purposes.

For code reviewers and auditors: identify in context every change made between two or three source code hierarchies. Create a standalone html or xml report of your findings.

Other users: Whether you are working with multiple revisions of text files or need to keep multiple folder hierarchies in sync (for example, between a desktop and laptop machine), Merge could help save time and reduce errors by helping you to work quickly and accurately.

Limitations:

· 30 days trial

8

Monkey Merge 1


windows Utilities->Misc Utilities $16.00
View Detail
Download Monkey Merge 1Download Monkey Merge 1
2000K
Automatically merge multiple Microsoft Word documents (doc files) and plain text files such as CSV or html files together into one big target file. Also merge many Excel xls workbooks and worksheets into a single worksheet. You can filter files by file name, file size and file pattern. Files are displayed in the main window in alphabetical order, date modified order or date created order or by file attribute. The alphabetical order is compliant with windows xp file listing orders in that file number sequences are automatically recognized.

All operations can optionally recurse subfolders.

9

NetMail Merge 3.10


windows Email Tools->Misc Mail Tools $29.00
View Detail
Download NetMail Merge 3.10Download NetMail Merge 3.10
509K
Allows to manage mailing lists. Once you have a targeted email list, NetMail Merge lets you create e-mail message templates. You write one message that will be sent to all thepeople on your list. Thus, it will be individually addressed with personal data merged into the message body. Also program allow to determine which of addresses in mail list are unavailable. The data can be filtered according to particular criteria . You will be able to block specific email addresses and perform many alternative advanced operations with your data.

10

Araxis Merge 2007 2007.3225


windows Utilities->Other Tools $129
View Detail
Download Araxis Merge 2007 2007.3225Download Araxis Merge 2007 2007.3225
19.15MB
Araxis Merge is a file comparison merging and folder synchronization application
This is the current production quality release of Merge, the advanced file folder comparison and merging application from Araxis.
It is easy to install and use.
11

Doc Merge 1.1


windows System->File Management $34.95
View Detail
Download Doc Merge 1.1Download Doc Merge 1.1
1.23 MB
Doc Merge description
Doc Merge provides the quickest and easiest method for merging Microsoft Word Documents Doc Merge provides the quickest and easiest method for merging Microsoft
Word Documents.

Doc Merge is a software that helps you to merge Microsoft Word Documents.

Simply drag and drop the files you wish to merge on the application icon and click the "Merge Documents" button.

12

Hash::Merge 0.10


linux Programming->Libraries Free
View Detail
Download Hash::Merge 0.10Download Hash::Merge 0.10
0.007 MB
Hash::Merge Perl module merges arbitrarily deep hashes into a single hash.

SYNOPSIS

use Hash::Merge qw( merge );
my %a = (
foo => 1,
bar => [ qw( a b e ) ],
querty => { bob => alice },
);
my %b = (
foo => 2,
bar => [ qw(c d) ],
querty => { ted => margeret },
);

my %c = %{ merge( %a, %b ) };

Hash::Merge::set_behavior( RIGHT_PRECEDENT );

# This is the same as above

Hash::Merge::specify_behavior(
{
SCALAR => {
SCALAR => sub { $_[1] },
ARRAY => sub { [ $_[0], @{$_[1]} ] },
HASH => sub { $_[1] },
},
ARRAY => {
SCALAR => sub { $_[1] },
ARRAY => sub { [ @{$_[0]}, @{$_[1]} ] },
HASH => sub { $_[1] },
},
HASH => {
SCALAR => sub { $_[1] },
ARRAY => sub { [ values %{$_[0]}, @{$_[1]} ] },
HASH => sub { Hash::Merge::_merge_hashes( $_[0], $_[1] ) },
},
},
My Behavior,
);


13

Doc Merge 1.1


mac Word Processing $34
View Detail
Download Doc Merge 1.1Download Doc Merge 1.1
1.5 MB
Doc Merge provides the quickest and easiest method for merging Microsoft Word Documents.
Simply drag and drop the files you wish to merge on the application icon and click the "Merge Documents" button.

Limitations:

· 7 days trial.


Whats New in This Release:

· Fix for Macintosh merge issue.
· Fixed update check.



14

Algorithm::Merge 0.08


linux Programming->Libraries Free
View Detail
Download Algorithm::Merge 0.08Download Algorithm::Merge 0.08
0.010 MB
Algorithm::Merge is a Perl module package that provides three-way merge and diff.

SYNOPSIS

use Algorithm::Merge qw(merge diff3 traverse_sequences3);

@merged = merge(@ancestor, @a, @b, {
CONFLICT => sub { }
});

@merged = merge(@ancestor, @a, @b, {
CONFLICT => sub { }
}, $key_generation_function);

$merged = merge(@ancestor, @a, @b, {
CONFLICT => sub { }
});

$merged = merge(@ancestor, @a, @b, {
CONFLICT => sub { }
}, $key_generation_function);

@diff = diff3(@ancestor, @a, @b);

@diff = diff3(@ancestor, @a, @b, $key_generation_function);

$diff = diff3(@ancestor, @a, @b);

$diff = diff3(@ancestor, @a, @b, $key_generation_function);

@trav = traverse_sequences3(@ancestor, @a, @b, {
# callbacks
});

@trav = traverse_sequences3(@ancestor, @a, @b, {
# callbacks
}, $key_generation_function);

$trav = traverse_sequences3(@ancestor, @a, @b, {
# callbacks
});

$trav = traverse_sequences3(@ancestor, @a, @b, {
# callbacks
}, $key_generation_function);

USAGE

This module complements Algorithm::Diff by providing three-way merge and diff functions.

In this documentation, the first list to diff3, merge, and traverse_sequences3 is called the `original list. The second list is the `left list. The third list is the `right list.

The optional key generation arguments are the same as in Algorithm::Diff. See Algorithm::Diff for more information.


15

PDF Split & Merge 1.02


windows Business Finance->PDF Tools $49
View Detail
Download PDF Split & Merge 1.02Download PDF Split & Merge 1.02
1.01 MB
PDF Split & Merge is an useful application designed to split PDF file into multiple parts, extract specific pages from PDF file and combine two or merge more PDF files into one.

Limitations:

· 15 days trial

16

Visual Merge 4.4


windows Software Development->Misc Programming Tools $35
View Detail
Download Visual Merge 4.4Download Visual Merge 4.4
963K
Visual Merge is a visual folder synchronization and file merge utility. The program is particularly useful for software engineers, web designers and other professionals who often need to compare and merge two versions of the same source file.
The program shows two files side-by-side and highlights the differences between them. The user can select whith a single mouse click which version will be used in the merged file. The program also allows to view and edit the resulting file before its saved.
Visual Merge has two special modes of operation. The user can select a tabular mode for spreadsheet-like data or use Ignore Comments mode for files with insignificant comments.
Other features include:
- Directory comparison and merge mode
- Convenient differences position bar
- Differences only report (convenient for documenting the merge)
- Auto-walk mode
- Aautomatic full merge of two files

17

PDF Split-Merge 2.2


windows Utilities->File managers $29.90
View Detail
Download PDF Split-Merge 2.2Download PDF Split-Merge 2.2
2.2 MB
PDF Split-Merge is a stand-alone application that can be used to split, merge, and manage your PDF files, PDF Split- Merge is offered as an easy to use GUI application, and a command line application. PDF Split-Merge is used to split files by pages, you can split the file into single pages or save every a few pages as a new file, it also can be used to merge multiple PDF files or selected pages from one or more files into a PDF file.
18

Araxis Merge 2001 6.0


windows Utilities->Other Tools $124.00
View Detail
Download Araxis Merge 2001 6.0Download Araxis Merge 2001 6.0
2.30MB
Araxis Merge 2001 Professional is a two and three-way file comparison/merging and folder synchronization application featuring side-by-side file diff, merging with in-place editing, directory hierarchy comparison/merging and full printing. It supports Unicode/MBCS as well as ASCII files.
19

Monkey Merge 1.31


windows Business Finance->Document Processing $16
View Detail
Download Monkey Merge 1.31Download Monkey Merge 1.31
1.95 MB
Monkey Merge description
Monkey Merge - Merge Word Documents, PDF, Text and Excel files Automatically merge multiple Microsoft Word documents (doc files) and all plain text files such as CSV or html files together into one big target file. Merge many Excel xls workbooks and worksheets into a single worksheet.

You can use Monkey Merge to combine Adobe Acrobat PDF files. You can filter files by file name, file size and file pattern. Files are displayed in the main window in alphabetical order, date modified order or date created order or by file attribute.

All operations can optionally recurse subfolders.

Limitations:

· 30 days trial

20

PDF Split-Merge 2.2


windows Business Finance->PDF Tools $29
View Detail
Download PDF Split-Merge 2.2Download PDF Split-Merge 2.2
2.11 MB
PDF Split-Merge is a stand-alone application that can be used to split, merge, and manage your PDF files, PDF Split-Merge is offered as an easy to use GUI (Graphical User Interface) application, and a command line application.

PDF Split-Merge is used to split files by pages.

Pdf split-merge will help you split the file into single pages or save every page as a new file.

It also can be used to merge multiple PDF files or selected pages from one or more files into a PDF file, preservation of original links, and form fields.

PDF Split-Merge software is a standalone program and does not require Adobe Acrobat, or even Acrobat Reader.

Here are some key features of "pdf splitmerge":

· PDF Split-Merge is a standalone software, Adobe Acrobat and Reader NOT required!
· Merge multiple PDF files or selected pages from one or more files into a PDF file;
· Generate a new PDF file by merging one or more PDF documents;
· Assemble new files by appending pages to existing documents;
· Split PDF documents by page numbers or by even, odd or custom page ranges etc;
· Split by page ranges(split pages, page ranges, odd/even pages);
· Split a file into single pages or sets of pages;
· Supports Command Line Operation;
· Merge from text file, a text file which contains file names to be merged, one file name per line;
· Split into n pages(into files which containing n pages per file);
· Reverse or rearrange pages in a document;
· Retain links (update links, bookmarks and destinations between merged PDF files);
· PDF Split-Merge supports preserve all kinds of annotations;
· PDF Split-Merge supports split PDF documents by bookmarks;
· PDF Split-Merge extracts all or individual chapters according to bookmarks;
· PDF Split-Merge supports server environment;
· PDF Split-Merge supports to enable or disable bookmarks and AcroForms within processing;
· PDF Split-Merge supports "owner" password protected PDF files;
· PDF Split-Merge supports use overlapping page ranges to create output PDF files


Limitations:

· 50 uses

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search