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

Algorithm::Loops 1.031

  Date Added: April 09, 2010  |  Visits: 1.027

Algorithm::Loops

Report Broken Link
Printer Friendly Version


Product Homepage
Download (108 downloads)



Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. SYNOPSYS use Algorithm::Loops qw( Filter MapCar MapCarU MapCarE MapCarMin NextPermute NextPermuteNum NestedLoops ); my @copy= Filter {tr/A-Z.,"()/a-z/d} @list; my $string= Filter {s/s*$/ /} @lines; my @transposed= MapCarU {[@_]} @matrix; my @list= sort getList(); do { usePermutation( @list ); } while( NextPermute( @list ) ); my $len= @ARGV ? $ARGV[0] : 3; my @list= NestedLoops( [ ( [ 1..$len ] ) x $len ], sub { "@_" }, ); If you want working sample code to try, see below in the section specific to the function(s) you want to try. The above samples only give a feel for how the functions are typically used..

Requirements: No special requirements
Platforms: Linux
Keyword: Algorithmloops Filter Libraries List Looping Mapcar Module Nestedloops Nextpermute Perl Perl Module Programming
Users rating: 0/10

License: Freeware Size: 22.53 KB
USER REVIEWS
More Reviews or Write Review


ALGORITHM::LOOPS RELATED
Modules  -  Search Lucene API Node Filter 6.x-2.0
Search Lucene API Node Filter is an add on module to Search Lucene API.6.x-1 works with Search Lucene API 6.x-16.x-2 works with Search Lucene API 6.x-2It allows nodes to be hidden from the search on an individual node basis. An 'Exclude from...
10 KB  
Miscellaneous  -  Functional dictionary and list types 1.8
The purpose of this module is to provide a dictionary and list type that can aid in relational algebra, functional programming, list-oriented programming, and perhaps even code obfuscation.
 
Modules  -  Token Filter 7.x-1.0
Token Filter is a very simple module to make token values available as an input filter.Behavior * In the text where you use that input filter you can use substitution tokens with [token global site-name] etc. You can use the global context, the...
10 KB  
Modules  -  Views Dynamic Fields 6.x-1.2
The Views Dynamic Fields module provides a filter for use with Views module. This filter allows the user to pick and choose which fields to display for a rendered instance of a view for that user. This provides a customized view instance for each...
10 KB  
Libraries  -  Class Query 2.1.0
class Query is a Java librray designed to enable you to filter your list of entities in SQL manner. You do not have to write line of For Loop and/or If statements combination to get your desired result. It's very simple curve to use and learn as...
 
Libraries  -  Plagger::Plugin::Filter::YahooBlogSearchPermalink 0.7.1
Plagger::Plugin::Filter::YahooBlogSearchPermalink is a Perl module that can fix Yahoo! Blog Search permalink. SYNOPSIS THIS MODULE IS DEPRECATED. USE Filter::TruePermalink INSTEAD - module: Filter::YahooBlogSearchPermalink This plugin...
143.36 KB  
Modules  -  Filter Default 5.x-1.0
The Filter Default module allows you to assign a default input format for new nodes and comments for each role on your site. It adds a 'Defaults' tab to the Administer > Site configuration > Input formats page on which you can manage the...
10 KB  
Project Management  -  SharePoint List Filter Favorites 1.2.111.41
Filter SharePoint list columns; Add and save filtered views as private or public to Filter Favorites submenu; Save and Load filtered views to avoid repeating creating same Filtered Views; Can delete/rename saved filtered views from Organize...
305.4 KB  
Modules  -  Droplist Filter 1.0
The widget allows users to filter a long (or short) list to a handful of items based on a searched word.The search widget automatically appears next to every droplist. When you click on the widget, the droplist is replaced by a textbox. Type in a...
 
Modules  -  FeedAPI PHP Filter 6.x-1.x-de
This module is add-on for FeedAPI Item Filter, implementing hook hook_feedapi_itemfilter().This module creates new item filter to run custom PHP code on already parsed $feed object. This useful in cases when you need pre-process feed before...
10 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB