Linux SoftwareSearchlist module

Tag «list module»: downloads



Search results for «list module»:

Dir::List 1.4 by Oliver Falk


Dir::List is a Perl module, that provides you with various information about a specified directory. For example, it can obtain the user and group of files, the sizes of sub-directories, the filetype, and accessibility. Caching functionality is available.

What's New in This Release:
The unmaint… 


pydiction 0.5 by Ryan Kulla


pydiction is a special dictionary file of Python modules for use with vim's completion feature.
Pydiction.py is a program that generates the pydiction file and you can use it to add your
project's own modules to it.

When you supply a module name to pydiction.py it will generate the modules cont… 


Prima::Lists 1.20 by Dmitry Karasik


Prima::Lists is a Perl module for user-selectable item list widgets.

The module provides classes for several abstraction layers of item representation. The hierarchy of classes is as follows:

AbstractListViewer
AbstractListBox
ListViewer
… 


Acme::MetaSyntactic 0.90 by Philippe Bruhat


Acme::MetaSyntactic is Perl module themed metasyntactic variables.

When writing code examples, it's always easy at the beginning:

my $foo = "bar";
$foo .= "baz"; # barbaz

But one gets quickly stuck with the same old boring examples. Does it have to be this way? I say "No".

Here is… 


Algorithm::Loops 1.031 by Algorithm::Loops Team


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 {t… 


VCS::CMSynergy::Changes 1.28 by Roderich Schupp


VCS::CMSynergy::Changes is a list of changes to VCS::CMSynergy.

This module is a Perl interface to CM Synergy (formerly known as Continuus CM), a change and configuration management system from Telelogic AB (http://www.telelogic.com). It is implemented on top of the CM Synergy CLI, hence you mu… 


GDSL 1.3 by Nicolas Darnis


GDSL) is a collection of routines for generic data structures manipulation. It is a portable and re-entrant library fully written from scratch in pure ANSI C.

It is designed to offer for C programmers common data structures with powerful algorithms, and hidden implementation. Available structures… 


BSD::Ipfwgen 1.5 by David Muir Sharnoff


BSD::Ipfwgen is a Perl module to aid in the creation of ipfw-based firewalls.

SYNOPSIS

use BSD::Ipfwgen;

outside qw(**interface list**);
leaf qw(**interface list**);

consolidate qw(**network list**);
us qw(**network list**);
not_us qw(**… 


Apache Intrusion Detection Module 1.0 by Burak DAYIOGLU


Apache Intrusion Detection Module is a simple tool to find out intrusion attempts by examining the client requests in real time.

This is a simple attempt to build an Intrusion Detection Module for Apache. It is being run at two different sites successfully but there is a performance penalty as th… 


Contentment::Index 0.011_032 by Andrew Sterling Hanenkamp


Contentment::Index is a Perl module that provides categorization and indexing features.

SYNOPSIS

# Get a list of the available indexes
my @indexes = Contentment::Index->indexes;

for my $index (@indexes) {

# Get a list of avilable terms
my @terms = $index->terms;

… 


Contentment::Catalog 0.011_033 by Andrew Sterling Hanenkamp


Contentment::Catalog is a Perl module to provides categorization and indexing features.

SYNOPSIS

# Get a list of the available indexes
my @indexes = $context->catalog->indexes;

for my $index (@indexes) {

# Get a list of avilable terms
my @terms = $index->terms;

… 


SVG::Parser 1.01 by Peter Wainwright


SVG::Parser is a Perl module with XML Parser for SVG documents.

SYNOPSIS

#!/usr/bin/perl -w
use strict;
use SVG::Parser;

die "Usage: $0 n" unless @ARGV;

my $xml;
{
local $/=undef;
$xml=;
}

my $parser=new SVG::Parser(-debug => 1);
my $svg=$parser->parse($xml);
pri… 


Gtk2::Ex::FormFactory::List 0.65 by Jorn Reder


Gtk2::Ex::FormFactory::List is a List in a FormFactory framework.

SYNOPSIS

Gtk2::Ex::FormFactory::List->new (
attr_select => Attribute name for selection tracking,
attr_select_column => Use this column's value to store in attr_select
columns => Titles of the… 


CompBio::DB 0.47 by Sean Quinlan


CompBio::DB is a Perl module with methods for accessing data stored according to the CompBio base schema.

SYNOPSIS

use CompBio::DB;
my $cbdb = CompBio::DB->new({host => "foo.bar.edu");

my $AR_defs = $cbdb->get_annotation([keys %seqs]);
Example code for parsing the return for a simpl… 


Preppi 0.03 by CentralNic Labs


Preppi is a simple graphical EPP client for Unix and Linux systems. Preppi is written in Perl and makes use of the GTK+ and GNOME bindings for Perl, and our own EPP libraries.

Requirements:
GTK+ version 2.8.0 or later and the Gtk2 Perl module
GnomeVFS and the Gnome2::VFS Perl module (you don'… 


Gimp::Feature 1.211 by Marc Lehmann


Gimp::Feature is a Perl module that can check for specific features to be present before registering the script.

SYNOPSIS

use Gimp::Feature;
or
use Gimp::Feature qw(feature1 feature2 ...);

This module can be used to check for specific features to be present. This can be used to deny r… 


XML::Writer::Simple 0.01 by Alberto Simoes


XML::Writer::Simple is a Perl module to create XML files easily!

SYNOPSIS

use XML::Writer::Simple dtd => "file.dtd";

print para("foo",b("bar"),"zbr");

USAGE

This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the… 


mod_auth_pam 1.1.1 for Apache 1.3 by Ingo Luetkebohle


mod_auth_pam is an authentication module for the Apache Web-Server.

The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library.

Thereby it supports standard unix passwd, shadow, NIS, SMB auth and radius (-> complete list of modules) auth… 


mod_auth_pam 1.1.1 for Apache 2.0 by Ingo Luetkebohle


mod_auth_pam is an authentication module for the Apache Web-Server.

The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library.

Thereby it supports standard unix passwd, shadow, NIS, SMB auth and radius (-> complete list of modules) auth… 


Getopt::EvaP 2.3.5 by Stephen O. Lidie


Getopt::EvaP is a Perl module to evaluate Perl command line parameters.

SYNOPSIS

use vars qw/@PDT @MM %OPT/;
use Getopt::EvaP;

EvaP @PDT, @MM, %OPT;

EXPORT

use Getopt::EvaP exports the subs EvaP and EvaP_PAC into your name space.

@PDT is the Parameter Description Table, which i… 



Related:

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell



Top tags