Main > Free Download Search >

Free to split software for linux

to split

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 446
AutoSplit 5.8.8

AutoSplit 5.8.8


AutoSplit is a Perl module that can split a package for autoloading. more>>
AutoSplit is a Perl module that can split a package for autoloading.

SYNOPSIS

autosplit($file, $dir, $keep, $check, $modtime);

autosplit_lib_modules(@modules);

This function will split up your program into files that the AutoLoader module can handle. It is used by both the standard perl libraries and by the MakeMaker utility, to automatically configure libraries for autoloading.

The autosplit interface splits the specified file into a hierarchy rooted at the directory $dir. It creates directories as needed to reflect class hierarchy, and creates the file autosplit.ix. This file acts as both forward declaration of all package routines, and as timestamp for the last update of the hierarchy.
The remaining three arguments to autosplit govern other options to the autosplitter.

$keep

If the third argument, $keep, is false, then any pre-existing *.al files in the autoload directory are removed if they are no longer part of the module (obsoleted functions). $keep defaults to 0.

$check

The fourth argument, $check, instructs autosplit to check the module currently being split to ensure that it includes a use specification for the AutoLoader module, and skips the module if AutoLoader is not detected. $check defaults to 1.

$modtime

Lastly, the $modtime argument specifies that autosplit is to check the modification time of the module against that of the autosplit.ix file, and only split the module if it is newer. $modtime defaults to 1.

Typical use of AutoSplit in the perl MakeMaker utility is via the command-line with:

perl -e use AutoSplit; autosplit($ARGV[0], $ARGV[1], 0, 1, 1)

Defined as a Make macro, it is invoked with file and directory arguments; autosplit will split the specified file into the specified directory and delete obsolete .al files, after checking first that the module does use the AutoLoader, and ensuring that the module is not already currently split in its current form (the modtime test).

The autosplit_lib_modules form is used in the building of perl. It takes as input a list of files (modules) that are assumed to reside in a directory lib relative to the current directory. Each file is sent to the autosplitter one at a time, to be split into the directory lib/auto.

In both usages of the autosplitter, only subroutines defined following the perl __END__ token are split out into separate files. Some routines may be placed prior to this marker to force their immediate loading and parsing.

Multiple packages

As of version 1.01 of the AutoSplit module it is possible to have multiple packages within a single file. Both of the following cases are supported:

package NAME;
__END__
sub AAA { ... }
package NAME::option1;
sub BBB { ... }
package NAME::option2;
sub BBB { ... }

package NAME;
__END__
sub AAA { ... }
sub NAME::option1::BBB { ... }
sub NAME::option2::BBB { ... }

<<less
Download (12.2MB)
Added: 2007-05-08 License: Perl Artistic License Price:
904 downloads
The split plug-in

The split plug-in


The split plug-in is a Gimp plug-in that splits an image into layers. more>>
The split plug-in is a Gimp plug-in that splits an image into layers.

The plug-in cuts an image into a number of rows and columns and composes a new multilayer image (film) of these pieces. Its just the reverse of the poster plug-in.

<<less
Download (0.015MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1136 downloads
HJSPLIT 0.1

HJSPLIT 0.1


HJSPLIT 0.1 is specially designed to be a graphical shell (user-interface) around the command-line LX Split. more>>
HJSPLIT 0.1 is specially designed to be a graphical shell (user-interface) around the command-line LX Split. LX Split is a command-line file splitter/joiner for Linux, which is compatible with all version s of HJSplit.

HJSplit will enable you to split the large file into smaller chunks, which can be much more easily sent and stored. What about a backup of very large Gigabyte sized files? HJSplit (Windows and Java version) also can handle these! HJSplit allows you to split a 10 Gb file into 640 Mb parts, which can then be stored onto CD-Rom's by your CD-writer software.

HJSplit can join these split parts back together again, so that the original file is restored. Alternatively, you can use HJJoin for this, which is a tiny and specialized program for joining files.

HJSplit is very reliable, simple, small and easy to use. It does not need any installation or complicated DLLs, it just consists of one '.exe' file. This means that you can also run it directly from a floppy or CD-Rom.

Major Features:

  1. Compatible with other versions
  2. Split the large file into smaller chunks no matter how large that file is
  3. Join these split parts back together again easily
  4. Reliable, simple, small and easy to use
  5. No installation needed

Requirements:

  • Kylix library
<<less
Added: 2006-03-31 License: GPL Price: FREE
1 downloads
Grid-Split 0.1

Grid-Split 0.1


Grid-Split plugin splits an image into several images. more>>
Grid-Split plugin splits an image into several images.

You specify number of rows and columns and the files are saved to jpeg, gif or png.

<<less
Download (MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1136 downloads
MP3 Splitter 0.3

MP3 Splitter 0.3


MP3 Splitter is a simple program to split MP3s into segments of user-specified size. more>>
MP3 Splitter is a simple program to split MP3s into segments of user-specified size.
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.

It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions. Finally, it creates a shell script config.status that you can run in the future to recreate the current configuration, a file config.cache that saves the results of its tests to speed up reconfiguring, and a file config.log containing compiler output (useful mainly for debugging `configure).

If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release. If at some point `config.cache contains results you dont want to keep, you may remove or edit it.

The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.

This is the way to compile this package is:

1. cd to the directory containing the packages source code and type ./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type sh ./configure instead to prevent `csh from trying to execute configure itself.

Running `configure takes a while. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Type `make install to install the programs and any data files and documentation.

4. You can remove the program binaries and object files from the source code directory by typing `make clean.
<<less
Download (2.5MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
3029 downloads
gtk-splitter 2.2

gtk-splitter 2.2


gtk-splitter can split files into smaller pieces. more>>
gtk-splitter can split files into smaller pieces and combine them back together. It can also generate a DOS batch file so that the split files can be combined on DOS/Windows systems. gtk-splitter is good for working around file limitations with floppy disks, email attachments, etc.
Dependencies:
- GTK+ 2.x
- mhash [optional]
<<less
Download (0.03MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1677 downloads
File Splitter 1.3

File Splitter 1.3


Split large text/html files into smaller files. I find it much faster and more accurate than cut and paste. You embed commands in the big file telling it which pieces of it are to go where, then let Splitter do the work. It is much faster and more accurate than trying to select huge blocks of text in an editor. You dont accidentally lose or duplicate text. Keeping files small makes the site more responsive. more>>

File Splitter - Split large text/html files into smaller files. I find it

much faster and more accurate than cut and paste.

You embed commands in the big file telling it which pieces

of it are to go where, then let Splitter do the work. It is

much faster and more accurate than trying to select huge

blocks of text in an editor. You dont accidentally lose or

duplicate text. Keeping files small makes the site more

responsive.

In the following pretend that [...] are actually lessthan...greater than.

You embed multiple [split tags in the file to be split of

the form:

[split charlie.html]

...

stuff that will end up in the charlie.html file.

...

[/split]

The text between the [split xxx] and [/split] tags is split

off into that named file and the text is removed from the

original file along with the tags.

1. Filenames may be absolute or relative, with no quotes or spaces.

2. Tags may be nested, but they must balance (equal number

of [split xxx] and [/split]).

3. Tags are case-insensitive, i.e. may be lower or upper case.

4. Multiple [split xxx] tags may be directed to the same

file, where they will be appended.

5. If the files mentioned in the split tags already exist,

they will be overwritten.

6. Anything not inside [split xxx].. [/split] is retained in

the original file. Everything else is removed.

The file being split must be small enough to fit in RAM.

Java array addressing limits the file to 2GB, though other

considerations mean in practice the largest file you can

handle will be smaller still.

To install, Extract the zip download with Winzip, available from

http://www.winzip.com (or similar unzip utility) into any

directory you please, often C:\ -- ticking off the (user

folder names) option. To run as an application, type:

java -jar C:\com\mindprod\splitter\splitter.jar x.html

adjusting as necessary to account for where the jar file is.


Enhancements:
Version 1.3

allow you to specify encoding


System Requirements:
<<less
Download (711Kb)
Added: 2008-03-21 License: Free Price: Free
103 downloads
SplitLink 2.0.7

SplitLink 2.0.7


Split Link is a Firefox extension that will allow you to view the true URL that you are being redirected to. more>>
Split Link is a Firefox extension that will allow you to view the true URL that you are being redirected to. Sometimes links may contain hexadecimal characters or numerous parameters that make them more difficult to read. By using Split Link you can remove the parameters, remove javascript code from links, and convert all of the hexadecimal characters back to ASCII.

After Split Link is installed it will appear on the right click menu. Just right click on a link and then click "Split Link". A new window will pop up containing the reformatted URLs. If you click on one of the URLs in the new window, it will automatically redirect the parent window to that URL.

<<less
Download (0.074MB)
Added: 2007-07-28 License: MPL (Mozilla Public License) Price:
928 downloads
Mp3Splt 2.1

Mp3Splt 2.1


Mp3splt is a command-line utility that splits MP3 and Ogg files at specified times without decoding and re-encoding. more>>
Mp3Splt is a command line utility to split mp3 and ogg files selecting a begin and an end time position, without decoding. Mp3splt project is very useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks.

If you want to split an album, you can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from .cue files.

Supports also automatic silence split, that can be used also to adjust cddb/cue splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in few seconds.

Libmp3splt is an attempt to create a library from mp3splt.

Mp3splt-gtk is a GTK2 gui that uses libmp3splt.
<<less
Download (0.12MB)
Added: 2005-11-24 License: GPL (GNU General Public License) Price:
1431 downloads
Split-Dist 1.1.7

Split-Dist 1.1.7


Split-Dist calculates the number of splits (edges) that differs for two trees. more>>
Split-Dist calculates the number of splits (edges) that differs for two trees. The split-dist program, sdist reads in a set of trees in Newick format and calculates which of the edges/splits are shared between them. The result is given in the form of a matrix, where entry i,j gives the number of edges in tree i that are also found in tree j.
Statistics about the splits not shared between two trees can also be calculated. This is done by considering, for each non-trivial split-splits with more than a leaf element on both sides of the edge-the size of the smallest of the two sets in the split A|B. The maximal, minimal and averge size of the smallest set in the splits not shared are calculated and reported. This statistics gives an indication of how "local" the differences are between the two trees-if the smallest set is small, the edge that differs gives a difference in a small sub-tree, if the set is larger, the difference is more global.
The tool can also calculate the set of splits found in any tree (with a count of how often the split is found) and the set of splits shared by all trees in the set.
Information about which splits in one tree are also found in the other trees can be reported in an annotated tree. This tree, output in Newick format, has the same topology as the first tree, but the edges are written as sub-tree f:branch-length, where f is the fraction of the trees that contains the edge, i.e., 1 if the edge is supported by all trees or 0.5 if only half the trees contains the edge.
Installation:
The Split-Dist package is written in C++. It should compile on any Unix like system. To install the package, download the source code and unpack it (tar xzf split-dist-a.b.c.tar.gz, where a.b.c is the version number of split-dist), then run configure and make in the subdirectory split-dist-a.b.c created during unpacking. This creates the split-dist program, sdist together with a number of test programs. To check that everything went right, run make check. If all tests pass, install the sdist program by running make install. Read the INSTALL file for more info.
Enhancements:
- A missing virtual destructor was fixed.
<<less
Download (0.047MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1254 downloads
Split Pannel 0.8.8

Split Pannel 0.8.8


Allows you to view see two pages simultaneously for comparison or copying info from one to the other more>>

Split Pannel 0.8.8 is a useful Firefox extension which enables you to view two pages at the same time for comparing or copying information from one to the other.

You can open the panel to left, bottom or right (left,middle or right click) with current URL from Split on context menu (right click on page) of the tab's page. Split Pannel allows you to view see two pages simultaneously for comparison or copying info from one to the other. It can be resized by dragging the bar between the main browser and new panel.

Requirements:

  • Mozilla Firefox
<<less
Added: 2009-07-21 License: MPL Price: FREE
12 downloads
PDF Split and Merge 0.7 Beta 2

PDF Split and Merge 0.7 Beta 2


PDF Split and Merge (pdfsam) is an easy-to-use tool that provides functions to split and merge PDF files or subsections of them. more>>
PDF Split and Merge project is an easy-to-use tool that provides functions to split and merge PDF files or subsections of them.

<<less
Download (2.0MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
831 downloads
Yakuake-split 2.8.1.1

Yakuake-split 2.8.1.1


Yakuake-split is a modified version of yakuke 2.7.5. more>>
Yakuake-split is a modified version of yakuke 2.7.5. It provides a split frame view within each yakuke tab window and thus uses space more efficiently on big screens. There are 4 tab options possible: Base - standart yakuake one window, Vert - vertical split, Horz - horizontal split, and Quad - 4 konsoles.
The button layout is also redesigned. The menu and buttons are all moved into the tab bar and the title bar, which unnecessarily occupies vertical space, can be turned off.
The program is a mixture of the Yakuake 2.7.5 and Quadkonsole 2.0.1.
I made and designed it primarily for my own use. I use yakuke-split as my only terminal and workspace.
I would consider the merge of this split mod with the main yakuake, which has not beed updated for awhile now.
Please post your comments. I hope some will find the program useful.
Enhancements:
- Updated. Now should install wtih 2.8.1.1
- Renamed to yakuake-split.
<<less
Download (0.55MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
933 downloads
libmp3splt 0.3.1

libmp3splt 0.3.1


Mp3splt is a command-line utility that splits MP3 and Ogg files at specified times without decoding and re-encoding. more>>
Mp3Splt is a command line utility to split mp3 and ogg files selecting a begin and an end time position, without decoding. Mp3splt project is very useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks.
If you want to split an album, you can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from .cue files.
Supports also automatic silence split, that can be used also to adjust cddb/cue splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in few seconds.
Libmp3splt is an attempt to create a library from mp3splt.
Mp3splt-gtk is a GTK2 gui that uses libmp3splt.
Enhancements:
- code completely reviewed and reorganised
- fixed bugs with the tags
- fixed some other bugs
<<less
Download (0.060MB)
Added: 2006-02-27 License: GPL (GNU General Public License) Price:
1335 downloads
LazSplit for Linux 0.3

LazSplit for Linux 0.3


application to Split, Join, Compare, CheckSum and Mime Encode/Decode files. more>> LazSplit is a freeware, opensource, platform independent application to Split, Join, Compare, CheckSum and Mime Encode/Decode files. This Application is developed with Lazarus.
Features:
Split
Splits a specified filed file with splitsize and creates a file including the MD5sum of the splitted file.
The first splitted file extesnsion will be .lazsplit.001 and the checksum file extension will be .lazsplit.md5.
Join
Joins splitted files and checking the MD5sum.
Compare
Comapres specified two files by filesize and MD5sum
Checksum
Calculates the MD5sum of the specified file.
Mime Encode/Decode
Encodes or Decodes a file with Mime (base64)
The encoded file extension will be .b64
Commandline switches
Split:
lazsplit -s filetosplit.ext
Join:
lazsplit -j firstfiletojoin.lazsplit.001 filetojoin.ext
Compare:
lasplit -c file1tocompare.ext file2tocompare.ext
<<less
Download (656KB)
Added: 2009-04-01 License: Freeware Price:
205 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5