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

Carp Bait Recipes freeware
Filter: All | Freeware | Demo
 

Carp Bait Recipes

< 1 2 3 4 5 
Added: March 11, 2010 | Visits: 1.394

Samba::LDAP::User Samba::LDAP::User is a Perl module to manipulate a Samba LDAP User. SYNOPSIS use Carp; use Samba::LDAP::User; # create Template object my $user = Samba::LDAP::User->new() or croak "Cant create objectn"; Various methods to manipulate a Samba LDAP user. Add, delete, modify, show and...



Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Samba::LDAP::User Download

Added: March 05, 2010 | Visits: 1.331

Samba::LDAP Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. SYNOPSIS use Carp; use Samba::LDAP; my $samba = Samba::LDAP->new() or croak "Cant create objectn"; my $domain = $samba->get_local_sid();.





Platforms: *nix

License: Freeware Size: 81.92 KB Download (102): Samba::LDAP Download

Added: February 08, 2010 | Visits: 966

B::JVM::Utils B::JVM::Utils is a Perl module that contains utility functions for B::JVM. SYNOPSIS use B::JVM::Utils qw(method1 method2); This package is a set of utilties that are useful when compiling Perl to the JVM architecture. They are a hodgepodge of utilties that dont really fit anywhere else....


Platforms: *nix

License: Freeware Size: 44.03 KB Download (92): B::JVM::Utils Download

Added: January 10, 2010 | Visits: 1.163

B::JVM::Jasmin::Emit B::JVM::Jasmin::Emit is a package used by B::JVM::Jasmin to emit Jasmin syntaxed file. SYNOPSIS use B::JVM::Jasmin::Emit; my $emitter = new B::JVM::Emit(FILEHANDLE); # ... $emitter->DIRECTIVE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]);...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (125): B::JVM::Jasmin::Emit Download

Added: August 11, 2010 | Visits: 1.254

B::JVM::Jasmin::CompileState B::JVM::Jasmin::CompileState is an internal package used by B::JVM::Jasmin to keep state of compilation. SYNOPSIS use B::JVM::Jasmin::CompileState; my $state = new B::JVM::Jasmin::CompileState([HASHREF]); This class is used to store the internal state of the compiler as it runs. Certain...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (345): B::JVM::Jasmin::CompileState Download

Added: September 22, 2010 | Visits: 710

BrewNIX BrewNIX is a brewing software project. BrewNIX is beer brewing software that will primarily store recipes but also do some minor analysis of the recipes you enter. It is currently a command line program, requiring curses. Future plans call for recipe compatibility with qbrew and a choice of...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): BrewNIX Download

Added: November 13, 2010 | Visits: 1.092

Module::Install Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from lib/Your/Module.pm; # Specific dependencies...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (95): Module::Install Download

Added: May 15, 2010 | Visits: 967

Bundle::Knetrix Bundle::Knetrix is a Perl bundle to install all Knetrix required modules. SYNOPSIS perl -MCPAN -e install Bundle::Knetrix CONTENTS Apache AutoLoader Business::CreditCard Carp Class::Delegation Class::MakeMethods::Composite::Hash Compress::Zlib Crypt::TripleDES Cyrus::SIEVE::managesieve...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (87): Bundle::Knetrix Download

Added: July 09, 2010 | Visits: 1.491

Catalyst::Manual::Cookbook Catalyst::Manual::Cookbook is a Perl module for cooking with Catalyst. These recipes cover some basic stuff that is worth knowing for catalyst developers..


Platforms: *nix

License: Freeware Size: 225.28 KB Download (128): Catalyst::Manual::Cookbook Download

Added: May 22, 2010 | Visits: 846

The SpamBouncer 2.2 The SpamBouncer is a spam filter that runs under Procmail, a Unix-based email processing program. The SpamBouncer filters and classifies your incoming email, moving spam to a separate folder or deleting it entirely. This allows you to find your real email without having to read through a flood...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (100): The SpamBouncer 2.2 Download

Added: October 15, 2010 | Visits: 982

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: August 03, 2010 | Visits: 568

Devel::Backtrace Devel::Backtrace is a Perl module for object-oriented backtrace. SYNOPSIS my $backtrace = Devel::Backtrace->new; print $backtrace; # use automatic stringification print $backtrace->point(0)->line; METHODS Devel::Backtrace->new([$start]) Constructs a new Devel::Backtrace which is...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): Devel::Backtrace Download

Added: April 01, 2010 | Visits: 670

Devel::TraceMethods Devel::TraceMethods is a Perl module for tracing module calls. SYNOPSIS use Devel::TraceMethods qw( PackageOne PackageTwo ); Devel::TraceMethods allows you to attach a logging subroutine of your choosing to all of the methods and functions within multiple packages or classes. You can use...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Devel::TraceMethods Download

Added: October 20, 2010 | Visits: 824

Contextual::Return Contextual::Return is a Perl module to create context-senstive return values. SYNOPSIS use Contextual::Return; use Carp; sub foo { return SCALAR { thirty-twelve } BOOL { 1 } NUM { 7*6 } STR { forty-two } LIST { 1,2,3 } HASHREF { {name => foo, value => 99} } ARRAYREF { [3,2,1] }...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Contextual::Return Download

Added: February 14, 2010 | Visits: 1.160

IO::Interactive IO::Interactive is a Perl module with utilities for interactive I/O. SYNOPSIS use IO::Interactive qw(is_interactive interactive busy); if ( is_interactive() ) { print "Running interactivelyn"; } # or... print {interactive} "Running interactivelyn"; $fh = busy {...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): IO::Interactive Download

Added: September 16, 2010 | Visits: 725

QBrew QBrew is a homebrewers recipe calculator. With it a brewer can formulate new recipes and calculate gravity, bitterness, color and other attributes. Whats New in This Release: - Added database editor - Added export to HTML, BeerXML - Improved printing - Updated style database. The official...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (103): QBrew Download

Added: July 04, 2010 | Visits: 1.428

CGI::Out CGI::Out is a Perl module to buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Out; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
out $query->header(); out $query->start_html( -title=>A test,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Out Download

Added: August 03, 2010 | Visits: 900

VinoBase VinoBase project is a documentation and management tool for hobby winegrowers. It helps you manage your different preparations, recipes, yeasts, etc., and exports your results to different file formats..


Platforms: *nix

License: Freeware Download (93): VinoBase Download

Added: May 25, 2010 | Visits: 997

GNU sauce GNU Sauce is an anti-spam server. SAUCE (Software Against Unsolicited Commercial Email) is an SMTP server that sits between the Internet and your actual mail software. It was originally written to help in the fight against spam, but it also helps encourage good configuration and administration in...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (89): GNU sauce Download

Added: July 14, 2010 | Visits: 909

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

< 1 2 3 4 5