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.479.195 Times

Iterates software
 

Iterates

Added: May 10, 2013 | Visits: 421

Fileinput as a generator This script provides a class called LineIterator that iterates over every line in a list of files, performing the basic functionality as fileinput module in the standard library (which mimics Perl's operator). Basically acts as a simple and methodical way to iterate over every line in a list of... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Fileinput as a generator Download

Added: May 10, 2013 | Visits: 441

Randomized integer range iterator Randomized integer range iterator script iterates over all values of a range in random order. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Randomized integer range iterator Download

Predictor-corrector PECE method for fractional differential equations FDE12 solves an initial value problem for a non-linear differential equation of fractional order (FDE).This is an implementation of the predictor-corrector method of Adams-Bashforth-Moulton described in [1]. Convergence and accuracy of the method are studied in [2]. The implementation with... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (55): Predictor-corrector PECE method for fractional differential equations Download

Added: July 30, 2013 | Visits: 403

Parameter Iterator (paramiterator) Flattens arbitrarily nested loops into a single loop that iterates over all combinations of loop parameters.Makes it very easy to change the iteration parameters without rewriting loops, reindenting code, updating indices, etc.Very convenient for simulation problems where the parameters being... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Parameter Iterator (paramiterator) Download

Added: June 15, 2013 | Visits: 380

Gradient Pro Creating beautiful CSS gradients was never easier. With Softmatic?*A* Gradient Pro??a*zNz everyone can design linear and radial gradients with an unlimited number of stops. Gradients ???*Nz Colors can be specified by RGB, HEX or HSL value or by the HTML/ SVG name. The standard OS X color... Platforms: Mac

License: Commercial Cost: $4.99 USD Size: 614.4 KB Download (44): Gradient Pro Download

Added: August 03, 2008 | Visits: 1.259

MidiSplit is a utility for splitting midi files/tracks based on note value and naming new tracks using the GM instrument names. It will take a (percussion/drum) track as input and split it into different instrument tracks. i.e. it will remove all the snare events from the track and put them in a new track... Platforms: Windows

License: Freeware Size: 234 KB Download (190): MidiSplit Download

Added: October 17, 2010 | Visits: 2.252

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index... Platforms: *nix

License: Freeware Size: 4.1 KB Download (209): Algorithm::Knapsack Download

Added: July 17, 2010 | Visits: 807

AtExit AtExit is a Perl module that can perform exit processing for a program or object. SYNOPSIS use AtExit; sub cleanup { my @args = @_; print "cleanup() executing: args = @argsn"; } ## Register subroutines to be called when this program exits $_ = atexit(&cleanup, "This call was... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): AtExit Download

Added: October 17, 2010 | Visits: 2.117

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and... Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite::Basic Download

Added: January 07, 2010 | Visits: 1.385

RIR to DNS converter RIR to DNS converter is a tool to convert Regional Internet Registry data to a DNS country lookup zone. You can use it to build your own DNS zone for looking up country codes from IP addresses. It uses data directly from RIPE, ARIN, APNIC, LACNIC, and AFRINIC. The data can be updated on a... Platforms: *nix

License: Freeware Size: 614.4 KB Download (97): RIR to DNS converter Download

Added: May 10, 2013 | Visits: 443

Interactive POP3 Mailbox Inspector This script logs on a POP3 server and allows you to view the top of the messages and eventually mark them for deletion. It iterates over the non-retrieved mails, prints selected elements from the headers and prompt the user to delete bogus messages. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Interactive POP3 Mailbox Inspector Download

Added: May 10, 2013 | Visits: 308

InverseExtendGenerators This script is the same as InverseExtend, except it uses a yield for non-local flow of control.It iterates downward through a hierarchy calling a method at each step.Each parent class method *must* be a generator with exactly one yield statement (even if the yield statement never actually gets... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): InverseExtendGenerators Download

Added: May 10, 2013 | Visits: 233

Fuzzy matching dictionary This script is an ease of use subclass of dict - rather then one that uses a lot of dict features. If your request item is in the dictionary (with a key that hashes the same) then it acts as a more or less normal dictionary. If on the other hand you are looking for a string that is similar to a... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Fuzzy matching dictionary Download

Added: April 19, 2013 | Visits: 372

Gibbs Motif Sampler MOTIFINFO = GIBBSMOTIFSAMPLER(SEQARRAY,MOTIFVECTOR,ALPHABET,OPTIONS) Searches for the motifs in a set of sequences via Gibbs sampling. seqArray is a cell vector of sequence strings. motifVector is a vector of uniformly-spaced motif widths you wish to optimize. The program iterates over these... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Gibbs Motif Sampler Download

Added: May 19, 2013 | Visits: 406

Mullers method for polynmial root finding MdoDsller's method uses three points, It constructs a parabola through these three points, and takes the intersection of the x-axis with the parabola to be the next approximation. The order of convergence of MdoDsller's method is approximately 1.84. This method could be advantageous if looking... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Mullers method for polynmial root finding Download

Added: July 29, 2013 | Visits: 321

element themehook Part of the core Drupal API (originally part of the forms API, but also used for rendering structured content that isn't a form) is the drupal_render function. This recursively iterates through the element tree, theming the inside of each element based on the #theme property (if present) of that... Platforms: PHP

License: Freeware Size: 10 KB Download (46): element themehook Download

Added: September 09, 2013 | Visits: 437

MIME Router MIME Router handles mapping incoming attachments via mailhandler and routing them to the appropriate CCK filefield(s). MIME Router relies on the incoming media MIME type to determine the appropriate filefield to route incoming attachments to. There is no configuration necessary as MIME router... Platforms: PHP

License: Freeware Size: 10 KB Download (40): MIME Router Download

Added: July 15, 2013 | Visits: 449

Snoto Photo Snoto Photo is an AIR desktop application for browsing your recent photos as well as the recent photos of others. You can also do a slideshow of the photos. This is a demo application designed to make it easy for those looking to learn more about Adobe AIR. The source code should hopefully be... Platforms: *nix

License: Freeware Size: 174.08 KB Download (46): Snoto Photo Download

Added: July 30, 2013 | Visits: 305

Maptastic Maptastic is a Perl module that defines two maptabulous new varieties of that long-favourite map (see "map" in perlfunc). Two of these maps are more maplicious than map itself - because unlike vanilla map, it maps more than a single list! Mapendous! But the mappy feast does not stop there! No,... Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Maptastic Download