Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.417.213 Times

Iterator Split freeware
Filter: All | Freeware | Demo
 

Iterator Split

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 298

Splitting iterators This script shows an implementation of isplit, a function that splits iterators into two equal ones, which return similar values, but are exact copies of one another.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Splitting iterators Download

Added: January 16, 2006 | Visits: 6.968

JR Split File The JR Split File allows you to split a large file into smaller files and create a standard .bat file that can be used to reconstruct a copy of the original file.This function is useful for breaking large text files into more usable segments or for breaking a file into segments to fit on multiple...





Platforms: Windows

License: Freeware Size: 157 KB Download (446): JR Split File Download

Released: July 07, 2005  |  Added: February 23, 2006 | Visits: 11.037

SC Video Cut and Split SC Video Cut and Split is a powerfull video editing program that can cut and save a region from any video file, Split the movie file into two parts at a certain scene and save them as two movies, save any frame from the movie as an image (many images formats supported). The program supports (AVI,...


Platforms: Windows

License: Freeware Size: 13.17 MB Download (3017): SC Video Cut and Split Download

Added: February 16, 2006 | Visits: 6.503

Split Video for Video Chat Split Video for Video Chat & Video Conference Capture Driver allows you to easily multiply your web-camera video in any conferensing software like Aol, Aim, ICQ, Yahoo, MSN, Skype, Camfrog, e.t.c.


Platforms: Windows

License: Freeware Size: 3.39 MB Download (748): Split Video for Video Chat Download

Released: January 05, 2023  |  Added: February 05, 2023 | Visits: 5.016

Adolix Split and Merge PDF 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...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.51 MB Download (585): Adolix Split and Merge PDF Download

Released: May 31, 2009  |  Added: June 04, 2009 | Visits: 2.654

Split MP3 Split MP3 is a simple little program that can split any of your MP3 files easily. You can directly save the output to an MP3 file without converting it and hence finishing the job quickly. You can also save the final output in MP3, WAV, AAC, WMA, FLAC, M4A or AC3 format. You can also set the...


Platforms: Windows

License: Freeware Size: 4.18 MB Download (716): Split MP3 Download

Added: January 18, 2010 | Visits: 1.024

Net::Delicious::Iterator Net::Delicious::Iterator is an iterator class for Net::Delicious thingies. SYNOPSIS use Net::Delicious::Iterator; my @dates = ({...},{...}); my $it = Net::Delicious::Iterator->new("Date",@dates); while (my $d = $it->next()) { # Do stuff with $d here } NOTES It isnt really expected...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (101): Net::Delicious::Iterator Download

Added: September 01, 2010 | Visits: 2.242

PDF Split and Merge 0.7 Beta PDF Split and Merge project is an easy-to-use tool that provides functions to split and merge PDF files or subsections of them.. Split and merge pdf documents with pdfsam, it’s free and open source.


Platforms: *nix

License: Freeware Size: 2 MB Download (176): PDF Split and Merge 0.7 Beta Download

Added: April 07, 2010 | Visits: 807

SPOPS::Iterator SPOPS::Iterator is a class to cycle through results and return SPOPS objects. SYNOPSIS my $iter = $spops_class->fetch_iterator({ where => last_name like ?, value => [ smi% ] }); while ( $iter->has_next ) { my $object = $iter->get_next; print "Object ID: ", $object->id, " at position: ",...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (88): SPOPS::Iterator Download

Added: May 12, 2010 | Visits: 707

Iterator::Util Iterator::Util Perl package contains essential utilities for the Iterator class. SYNOPSIS use Iterator::Util; # Transform sequences $iterator = imap { transformation code } $some_other_iterator; # Filter sequences $iterator = igrep { condition code } $some_other_iterator; # Range of...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Iterator::Util Download

Added: September 22, 2010 | Visits: 727

Iterator::Misc Iterator::Misc Perl module package contains miscellaneous iterator functions. SYNOPSIS use Iterator::Misc; # Permute the elements of a list: $iter = ipermute (@items); # Select only every nth value of an iterator $iter = inth ($n, $another_iterator); # Randomly select iterator values...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Iterator::Misc Download

Added: July 11, 2010 | Visits: 840

Iterator Iterator is a general-purpose iterator class. SYNOPSIS use Iterator; # Making your own iterators from scratch: $iterator = Iterator->new ( sub { code } ); # Accessing an iterators values in turn: $next_value = $iterator->value(); # Is the iterator out of values? $boolean =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Iterator Download

Added: March 05, 2010 | Visits: 760

Iterator::IO Iterator::IO is a Perl module with filesystem and stream iterators. SYNOPSIS use Iterator::IO; # Return the names of files in a directory (except . and ..) $iter = idir_listing ($path); # Return all the files in a directory tree, one at a time. # Like File::Find, in slow motion. $iter...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Iterator::IO Download

Added: January 27, 2010 | Visits: 1.352

CAD::Drawing::IO::Split CAD::Drawing::IO::Split is a Perl module that allows fast distributed text file methods. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "split" or $filename is a directory (need a tag?) $fact =...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (100): CAD::Drawing::IO::Split Download

Added: April 04, 2010 | Visits: 1.042

The split 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..


Platforms: *nix

License: Freeware Size: 15.36 KB Download (130): The split Download

Added: April 25, 2010 | Visits: 716

Array::Iterator Array::Iterator is a simple class for iterating over Perl arrays. SYNOPSIS use Array::Iterator; # create an iterator with an array my $i = Array::Iterator->new(1 .. 100); # create an iterator with an array reference my $i = Array::Iterator->new(@array); # create an iterator with a...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (99): Array::Iterator Download

Added: February 23, 2010 | Visits: 981

Yakuake-split 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...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (99): Yakuake-split Download

Added: March 17, 2010 | Visits: 644

Iterator::BreakOn Iterator::BreakOn is a Perl module to create iterators with control flow breaks. SYNOPSIS use Iterator::BreakOn; # # get a generic data source with a next method implemented whom # returns a generic object # # in this example the order of the items in the data stream is assumed # to...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (89): Iterator::BreakOn Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 785

7-PDF Split & Merge 7-PDF Split & Merge is a very easy to use tool designed to help you split and merge your PDF files with just a few clicks. The nice thing about this tool is the fact that it offers the possibility of creating new individual composed PDF files. Note: To remove the limitation you can puprchase the...


Platforms: Windows

License: Freeware Download (56): 7-PDF Split & Merge Download

Released: January 01, 2013  |  Added: January 01, 2013 | Visits: 531

Split And Zip Split Features: Select "Slice" option under Split menu. Use "Open" button to open a file. Alternatively you can drag a file from desktop or explorer and drop it to open. You can view details of file e.g. path, size, last modified date on screen. Enter number of pieces you like to have and click...


Platforms: Windows, Linux

License: Freeware Size: 24 KB Download (48): Split And Zip Download

1 2 3 4 5 >