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

Iteration software
Filter: All | Freeware | Demo
 

Iteration

< 1 2 3 4 5 > 
Added: August 12, 2008 | Visits: 827

WebSundew WebSundew is a sure way to extract data from an HTML-based source and use it in a processed form. No programming skills required - the program changes our outlook onto web content managing. First, the step-by-step template wizard collects all information required for extracting and then performs... Platforms: Windows

License: Shareware Cost: $249.95 USD Size: 30.04 MB Download (96): WebSundew Download

Added: August 04, 2008 | Visits: 1.179

Sierpinski Fractal The Sierpinski fractal (the triangle of triangles) can be constructed by repeatedly choosing a random midpoint between a current point and one of the three pre-set points. At each iteration the newly chosen midpoint becomes the new current point. This small program uses this famous algorithm to... Platforms: Windows

License: Freeware Size: 7 KB Download (138): Sierpinski Fractal Download

Added: January 18, 2010 | Visits: 1.157

Kopete Away Message Updater Call this script from the Autostart folder, and it will update Kopetes away message for each interval (requires Kopete 0.12 or higher). The away messages are by default defined in ~/.kopete-away-msgs. Each line can contain either: - a comment (starting with a #) - flags message The flags... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Kopete Away Message Updater Download

Added: January 18, 2010 | Visits: 1.298

The Squirrel programming language The Squirrel programming language is a high level imperative/OO programming language, designed to be a powerful scripting tool that fits in the size, memory bandwidth, and real-time requirements of applications like games. Although Squirrel offers a wide range of features like: - Open Source... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 389.12 KB Download (95): The Squirrel programming language Download

Added: January 18, 2010 | Visits: 1.124

HTTPD::Bench::ApacheBench HTTPD::Bench::ApacheBench is a Perl API for Apache benchmarking and regression testing. SYNOPSIS use HTTPD::Bench::ApacheBench; my $b = HTTPD::Bench::ApacheBench->new; # global configuration $b->concurrency(5); $b->priority("run_priority"); # add HTTP request sequences (aka: runs) my... Platforms: *nix

License: Freeware Size: 64.51 KB Download (119): HTTPD::Bench::ApacheBench Download

Added: April 01, 2010 | Visits: 976

Tree::BPTree Tree::BPTree is a Perl implementation of B+ trees. SYNOPSIS use Tree::BPTree; # These arguments are actually the defaults my $tree = new Tree::BPTree( -n => 3, -unique => 0, -keycmp => sub { $_[0] cmp $_[1] }, -valuecmp => sub { $_[0] <=> $_[1] }, ); # index the entries in this... Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Tree::BPTree Download

Added: June 11, 2010 | Visits: 889

Closure::Loop Closure::Loop is a Perl module with redo, last, next for closure based loops. SYNOPSIS package MyIterator; use Closure::Loop; # mixin sub new { my $class = shift; return bless { }, $class; } sub forAll { my $self = shift; my $cb = pop || die "No callback"; for my $i (@_) { eval {... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Closure::Loop Download

Added: April 22, 2010 | Visits: 938

Tie::FileLRUCache Tie::FileLRUCache is a lightweight but robust filesystem based persistent LRU cache. SYNOPSIS OBJECT INTERFACE use Tie::FileLRUCache; my $cache = Tie::FileLRUCache->new({ -cache_dir => $directory, -keep_last => 100 }); # Inserting value into LRU cache using -key $cache->update({ -key =>... Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Tie::FileLRUCache Download

Added: May 25, 2010 | Visits: 958

List::MRU List::MRU is a Perl module that implements a simple fixed-size MRU-ordered list. SYNOPSIS use List::MRU; # Constructor $lm = List::MRU->new(max => 20); # Constructor with explicit eq subroutine for obj equality tests $lm = List::MRU->new(max => 20, eq => sub { $_[0]->stringify eq... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): List::MRU Download

Added: April 13, 2010 | Visits: 1.025

StoryTestIQ StoryTestIQ is a tool for creating "Executable Requirements" which have also been known as acceptance tests or functional tests. STIQ was developed based on two other open source acceptance testing tools, Selenium and FitNesse. This combination allowed StoryTestIQ to capture the web browser... Platforms: *nix

License: Freeware Size: 3.2 MB Download (95): StoryTestIQ Download

Added: October 15, 2010 | Visits: 985

PDL::Fit::LM PDL::Fit::LM is a Levenber-Marquardt fitting routine for PDL. Currently, only Levenberg-Marquardt fitting is implemented. Other procedures should be added as required. For a fairly concise overview on fitting see Numerical Recipes, chapter 15 "Modeling of data". SYNOPSIS use PDL::Fit::LM;... Platforms: *nix

License: Freeware Size: 1.1 MB Download (91): PDL::Fit::LM Download

Added: February 26, 2010 | Visits: 1.176

auto-build auto-build is a Perl module that can run automated, unattended software build processes. SYNOPSIS # auto-build [OPTION]... Run build using latest code currently in source control # auto-build --config /etc/auto-build.d/auto-build.conf Run build using code committed prior to 12:30 on Dec... Platforms: *nix

License: Freeware Size: 204.8 KB Download (106): auto-build Download

Added: January 27, 2010 | Visits: 848

SNAKES SNAKES is a Python library that provides all then necessary to define and execute many sorts of Petri nets, in particular those of the PBC and M-nets family. Its main aim is to be a general Petri net library, being able to cope with most Petri nets models, and providing the researcher with a tool... Platforms: *nix

License: Freeware Size: 798.72 KB Download (105): SNAKES Download

Added: April 11, 2010 | Visits: 903

gkII gkII software is a Mandelbrot and Julia set image generator, derived from Osku Salermas Gfract. But, instead of just being plain happy with the mandelbrot calculations it does some more calculations developed with the artistic eye in mind. These calculations act like a mask, revealing,... Platforms: *nix

License: Freeware Size: 66.56 KB Download (102): gkII Download

Added: May 24, 2010 | Visits: 968

JoeDog::ProgressBar JoeDog::ProgressBar provides a perl extension that provides an ASCII progress bar for your perl scripts. You can run it inside any for which you can calculate the last iteration. This is a autoloadable module which allows the programmer to add a progress bar to loops. 47% done:... Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): JoeDog::ProgressBar Download

Added: May 18, 2010 | Visits: 1.281

Sub::Slice::Manual Sub::Slice::Manual is a Perl module with user guide for Sub::Slice. USING Sub::Slice Sub::Slice is a way of breaking down a long-running process and maintaining state across a stateless protocol. This allows the client to draw a progress bar or abort the process part-way through. The... Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Sub::Slice::Manual Download

Added: January 13, 2010 | Visits: 1.224

PyPedal 2.0.0 Beta PyPedal project is a Python module that provides tools for the manipulation of pedigrees, simple visualization of pedigrees, and the calculation of measures of genetic diversity from pedigrees. Whats New in This Release: - Added PyPedalError and PyPedalPedigreeInputFileNameError classes. Now... Platforms: *nix

License: Freeware Size: 1024 KB Download (99): PyPedal 2.0.0 Beta Download

Added: March 04, 2010 | Visits: 1.133

DBIx::DBO2::Docs::ToDo DBIx::DBO2::Docs::ToDo are tasks, ideas, and bug reports. TODO Issues from Comparison.pod document: Supported databases Any database supported by one of the following: DBD::AnyData, DBD::CSV, DBD::MySQL, and DBD::Pg. TODO: Add ODBC to SQL Server. SQL Abstraction The base Record class... Platforms: *nix

License: Freeware Size: 32.77 KB Download (91): DBIx::DBO2::Docs::ToDo Download

Added: March 11, 2010 | Visits: 992

GIMP# GIMP# is an API wrapper around GIMP, written in C#. However, its not just a wrapper. GIMP# project also adds a thin layer which adds C# specific features, like iterating through a collection. An example of this is an iteration through the guides of an image. In C# this looks like: foreach... Platforms: *nix

License: Freeware Size: 788.48 KB Download (91): GIMP# Download

Added: May 10, 2013 | Visits: 816

SQLAlchemy SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (98): SQLAlchemy Download

< 1 2 3 4 5 >