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

Iter freeware
Filter: All | Freeware | Demo
 

Iter

1 2 > 
Added: September 21, 2013 | Visits: 805

Iter Vehemens ad Necem Iter Vehemens ad Necem (IVAN) is a graphical roguelike game, which currently runs in Windows, DOS and Linux. It features advanced bodypart and material handling, multi-colored lighting and, above all, deep gameplay. Platforms: *nix

License: Freeware Size: 1.32 MB Download (105): Iter Vehemens ad Necem Download

Added: August 22, 2008 | Visits: 1.058

IVAN IVAN (Iter Vehemens ad Necem) is a graphical roguelike game, which features advanced bodypart and material handling, multi-colored lighting and, above all, deep gameplay. Currently it runs in Windows, DOS and Linux. Platforms: Windows, *nix

License: Freeware Size: 862 KB Download (499): IVAN Download

Added: May 12, 2010 | Visits: 708

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: March 05, 2010 | Visits: 762

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: September 10, 2013 | Visits: 460

Bisection's method function p_min=bisection(func,int,iter,tol_x,tol_f) It calculates the zero of a regular real function with one variable. p_min is the solution and represents the abscissa's value of the zero. The input variables are: -func: it's a string that represents the function in the variable 'x'. -int:... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Bisection's method Download

Pattern search method: deterministic iterative zero order algorithm It's a deterministic iterative zero order algorithm that can be used to solve unconstrained optimization problem. It finds the relative minimum of a two variables function with a deterministic iterative zero order algorithm. Pattern search method It finds the relative minimum of a two variables... Platforms: Matlab


Added: July 28, 2013 | Visits: 605

FMINLBFGS: Fast Limited Memory Optimizer FMINLBFGS is a Memory efficient optimizer for problems such as image registration with large amounts of unknowns, and cpu-expensive gradients.Supported:- Quasi Newton Broydend-deOCtFletcherd-deOCtGoldfarbd-deOCtShanno (BFGS).- Limited memory BFGS (L-BFGS).- Steepest Gradient Descent... Platforms: Matlab

License: Freeware Size: 10 KB Download (50): FMINLBFGS: Fast Limited Memory Optimizer Download

Added: January 07, 2010 | Visits: 1.543

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: June 11, 2010 | Visits: 890

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: January 25, 2010 | Visits: 1.155

File::Next::OO File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. SYNOPSIS File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing. Call it always with object notation. Not mixed as in File::Next itself.... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): File::Next::OO Download

Added: April 07, 2010 | Visits: 810

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: 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: April 18, 2010 | Visits: 874

Class::DBI::FormBuilder Class::DBI::FormBuilder is a Perl module with Class::DBI/CGI::FormBuilder integration. SYNOPSIS package Film; use strict; use warnings; use base Class::DBI; use Class::DBI::FormBuilder; # for indented output: # use Class::DBI::FormBuilder PrettyPrint => ALL; # POST all forms to... Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Class::DBI::FormBuilder Download

Added: September 22, 2010 | Visits: 732

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: February 07, 2010 | Visits: 1.129

Math::Logic::Predicate Math::Logic::Predicate is a Perl module to manage and query a predicate assertion database. SYNOPSIS use Math::Logic::Predicate; $db = new Math::Logic::Predicate; # Enter some predicates into the database $db->add(< Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Math::Logic::Predicate Download

Added: January 13, 2010 | Visits: 767

XML::LibXML::Node XML::LibXML::Node is an abstract base class of XML::LibXML nodes. SYNOPSIS $name = $node->nodeName; $node->setNodeName( $newName ); $bool = $node->isSameNode( $other_node ); $bool = $node->isEqual( $other_node ); $content = $node->nodeValue; $content = $node->textContent; $type =... Platforms: *nix

License: Freeware Size: 256 KB Download (103): XML::LibXML::Node Download

Added: June 11, 2010 | Visits: 1.083

DateTime::Event::Cron DateTime::Event::Cron is a DateTime extension for generating recurrence sets from crontab lines and files. SYNOPSIS use DateTime::Event::Cron; # DateTime::Set construction from crontab line $crontab = */3 15 1-10 3,4,5 */2; $set = DateTime::Event::Cron->from_cron($crontab); $iter =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DateTime::Event::Cron Download

Added: July 10, 2010 | Visits: 860

DateTime::Event::Sunrise DateTime::Event::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Event::Sunrise; my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Event::Sunrise ->sunrise ( longitude... Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): DateTime::Event::Sunrise Download

Added: March 19, 2010 | Visits: 1.105

AHote AHote is a C++ library for generating color schemes and also includes a few other classes for converting between RGB (Red, Green, Blue), YUV (Luminance and Chrominance), HSB (Hue, Saturation, Brightness) and HSL (Hue, Saturation, Lightness). AHote is not a library for ICC color management. A... Platforms: *nix

License: Freeware Size: 245.76 KB Download (95): AHote Download

Added: July 08, 2010 | Visits: 918

SyslogScan::Summary SyslogScan::Summary encapsulates a tally of how many bytes people have sent and received through sendmail. SYNOPSIS Use SyslogScan::Summary; Use SyslogScan::DeliveryIterator; my $iter = new SyslogScan::DeliveryIterator(syslogList => [/var/log/syslog]); my $summary; if (defined... Platforms: *nix

License: Freeware Size: 37.89 KB Download (95): SyslogScan::Summary Download

1 2 >