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 49.598.379 Times

Jerry Garcia Tie freeware
Filter: All | Freeware | Demo
 

Jerry Garcia Tie

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 938

Conserver Conserver is an application that allows multiple users to watch a serial console at the same time. Conserver project can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. The idea is that...



Platforms: *nix

License: Freeware Size: 296.96 KB Download (104): Conserver Download

Added: April 10, 2010 | Visits: 791

Scalar::Defer Scalar::Defer is a Perl module to calculate values on demand. SYNOPSIS use Scalar::Defer; # exports defer and lazy my ($x, $y); my $dv = defer { ++$x }; # a deferred value (not memoized) my $lv = lazy { ++$y }; # a lazy value (memoized) print "$dv $dv $dv"; # 1 2 3 print "$lv $lv $lv";...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (88): Scalar::Defer Download

Added: May 03, 2010 | Visits: 924

KDBEdit KDBEdit is a key database editor for Elektra project. Elektra is a universal hierarchical configuration store, similar to (but better then) GConf and the Windows Registry. It allows programs to read and save their configurations with a consistent API, and allows them to be aware of other...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (98): KDBEdit Download

Added: February 20, 2010 | Visits: 737

Env::Bash Env::Bash is a Perl extension for accessing _all_ bash environment variables. SYNOPSIS use Env::Bash; Standard interface: my @var = get_env_var( "SORCERER_MIRRORS", Source => "/etc/sorcery/config", ); print "SORCERER_MIRRORS via get_env_var:n", join( "n", @var ), "ncount = ", scalar...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (86): Env::Bash Download

Added: May 27, 2010 | Visits: 898

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: September 21, 2010 | Visits: 922

Bundle::BDFOY Bundle::BDFOY is a Perl module that can install all modules by BDFOY. SYNOPSIS cpan Bundle::BDFOY CONTENTS Apache::Htaccess Apache::iTunes Business::ISBN Business::ISBN::Data Business::ISMN Business::US::USPS::WebTools Chemistry::Elements ConfigReader::Simple Crypt::Rijndael...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (89): Bundle::BDFOY Download

Added: March 03, 2010 | Visits: 1.661

Mac::Errors Mac::Errors is a Perl module with constants for Mac error codes. SYNOPSIS use Mac::Errors qw(openErr); if( $value == openErr ) { ... } my $error = $MacErrors{ $symbol }; # -- OR -- my $error = $MacErrors{ $number }; my $symbol = $error->symbol; my $number = $error->number; my $desc =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (98): Mac::Errors Download

Added: May 15, 2010 | Visits: 960

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: March 08, 2010 | Visits: 805

pam_imap pam_imap is a PAM module that authenticates against a remote IMAP or IMAPS server. pam_imap program supports multiple servers, SSL, password caching, user blacklists (for admin users), and many configuration abilities. Examples of recommended use: 1) A lab of UNIX/Linux machines that would...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): pam_imap Download

Added: November 12, 2010 | Visits: 1.385

802.11b Network Discovery Tools 802.11b Network Discovery Tools is a gtk tool to scan for 802.11b networks using wavelan/aironet hardware and Linux wireless extensions. It includes the ability to log coordinates of found networks from a GPS device that is NMEA-compatible, and can be linked to a serial port. It currently logs...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (127): 802.11b Network Discovery Tools Download

Added: September 01, 2010 | Visits: 1.072

OpenInteract2::Manual::AdminApache OpenInteract2::Manual::AdminApache is a Perl module for compiling and configuration Apache/mod_perl 1.x. SYNOPSIS This section of the OpenInteract2 manual will show you how to compile Apache and mod_perl for a two-server proxy setup, along with other information for configuring Apache....


Platforms: *nix

License: Freeware Size: 931.84 KB Download (90): OpenInteract2::Manual::AdminApache Download

Added: June 03, 2010 | Visits: 703

IO-stringy IO-stringy is a I/O on in-core objects like strings and arrays. SYNOPSIS IO:: ::AtomicFile adpO Write a file which is updated atomically ERYQ ::Lines bdpO I/O handle to read/write to array of lines ERYQ ::Scalar RdpO I/O handle to read/write to a string ERYQ ::ScalarArray RdpO I/O handle...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (90): IO-stringy Download

Added: January 13, 2010 | Visits: 837

IO::Util IO::Util is a selection of general-utility IO function. SYNOPSIS use IO::Util qw(capture slurp Tid Lid Uid load_mml); capture() # captures the selected filehandle $output_ref = capture { any_printing_code() } ; # now $$output_ref eq something # captures FILEHANDLE $output_ref = capture...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): IO::Util Download

Added: February 10, 2010 | Visits: 821

DCE::Status DCE::Status is a Perl interface of DCE status codes. SYNOPSIS use DCE::Status; $errstr = error_inq_text($status); tie $status => DCE::Status; When a $scalar is tied to the DCE::Status class, it has a different value depending on the context it is evaluated in, similar to the magic $!...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (88): DCE::Status Download

Added: October 21, 2010 | Visits: 1.284

Xffm GUI library Xffm-gui library is used by some xffm applications, such as the xffm-filemanager. It was developed as a part of the xffm file manager, and has evolved into a separate package. It has a desk view, icon view, and tree view. Xffm is the integration of xftree, xfsamba and xfglob with additional...


Platforms: *nix

License: Freeware Size: 3 MB Download (91): Xffm GUI library Download

Added: February 07, 2010 | Visits: 723

Libxffm Libxffm is the basic filemanagement library used by some xffm applications, such as the xffm-filemanager. Libxffm was developed as a part of the xffm-filemanager and has evolved into a separate package. Xffm is the integration of xftree, xfsamba and xfglob with additional enhancements and use...


Platforms: *nix

License: Freeware Size: 798.72 KB Download (91): Libxffm Download

Added: April 27, 2010 | Visits: 1.089

Embperl::Syntax::RTF Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. RTF files can be read and written by various word processing programms. This allows you to create dynamic wordprocessing documents or let process serial letters thru Embperl. Currently Embperl...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (96): Embperl::Syntax::RTF Download

Added: November 20, 2010 | Visits: 581

GDBM_File GDBM_File package allows Perl5 access to the gdbm library. SYNOPSIS use GDBM_File ; tie %hash, GDBM_File, $filename, &GDBM_WRCREAT, 0640; # Use the %hash array. untie %hash ; GDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library....


Platforms: *nix

License: Freeware Size: 14.3 MB Download (89): GDBM_File Download

Added: July 20, 2010 | Visits: 742

Embperl Embperl is a framework for building websites with Perl. For the beginner its an easy to setup and use way of embedding Perl code in HTML pages. Embperl delivers several features that ease the task of creating a websites, including dynamic tables, formfield-processing, session handling,...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (88): Embperl Download

Added: February 04, 2010 | Visits: 770

MLDBM MLDBM is a Perl module to store multi-level hash structure in single level tied hash. SYNOPSIS use MLDBM; # this gets the default, SDBM #use MLDBM qw(DB_File FreezeThaw); # use FreezeThaw for serializing #use MLDBM qw(DB_File Storable); # use Storable for serializing $dbm = tie %o, MLDBM...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): MLDBM Download

< 1 2 3 4 5 >