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

Term Ttyrec Player 0 03 software
Filter: All | Freeware | Demo
 

Term Ttyrec Player 0 03

< 1 2 3 4 5 > 
Added: September 27, 2010 | Visits: 907

Games::Mastermind Games::Mastermind is a simple framework for MasterMind games. SYNOPSIS use Games::Mastermind; # the classic game $mm = Games::Mastermind->new; # make a guess $marks = $game->play(qw( Y C W R )); # results print "You win!n" if $marks->[0] == $mm->holes(); # the game history is...



Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Games::Mastermind Download

Added: September 01, 2010 | Visits: 1.009

Samba::LDAP::Config Samba::LDAP::Config is a Perl module to config file related tasks for Samba::LDAP. SYNOPSIS use Samba::LDAP::Config; my $config = Samba::LDAP::Config->new() or die "Cant create objectn"; # Returns where smbldap.conf, smbldap_bind.conf and # smb.conf are located my $smbldap_conf =...





Platforms: *nix

License: Freeware Size: 81.92 KB Download (105): Samba::LDAP::Config Download

Added: March 06, 2010 | Visits: 1.226

Convert::Number::Digits Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode. SYNOPSIS use utf8; require Convert::Number::Digits; my $number = 12345; my $d = new Convert::Number::Digits ( $number ); print "$number => ", $d->toArabic, "n"; my $gujarti = $d->toGujarti; my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Convert::Number::Digits Download

Added: April 08, 2010 | Visits: 1.156

Catalyst::Plugin::Authentication::Credential::BBAuth Catalyst::Plugin::Authentication::Credential::BBAuth is a Yahoo! Browser-Based Authentication for Catalyst. SYNOPSIS use Catalyst qw( Authentication Authentication::Credential::BBAuth Session Session::Store::FastMmap Session::State::Cookie ); MyApp->config( authentication => {...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): Catalyst::Plugin::Authentication::Credential::BBAuth Download

Added: August 14, 2010 | Visits: 1.269

cd player cd player is a really small cd player for Linux with a curses-like user interface.. Just another Homepage


Platforms: *nix

License: Freeware Size: 29.7 KB Download (104): cd player Download

Added: April 05, 2010 | Visits: 745

Acme::Tpyo Acme::Tpyo consists of a Perl extension for misspelling words. Tired of having to misspell your words on accident? Want to do it more often and worse than normal? Acme::Tpyo is for you! With Acme::Tpyo you can use your normally perfectly type strings and make them look like a 2nd grader!...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Acme::Tpyo Download

Added: May 14, 2010 | Visits: 1.241

Term::TtyRec::Plus Term::TtyRec::Plus is a Perl module to read a ttyrec. SYNOPSIS Term::TtyRec::Plus is a module that lets you read ttyrec files. The related module, Term::TtyRec is designed more for simple interactions. Term::TtyRec::Plus gives you more information and, using a callback, lets you munge the...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (102): Term::TtyRec::Plus Download

Added: April 06, 2010 | Visits: 1.188

FLV::Body FLV::Body is a flash video file data structure. METHODS This is a subclass of FLV::Base. $self->parse($fileinst) Takes a FLV::File instance and extracts the FLV body from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file. There is no...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (102): FLV::Body Download

Added: September 23, 2010 | Visits: 891

Test::Litmus Test::Litmus is a Perl module to submit test results to the Litmus testcase management tool. SYNOPSIS use Test::Litmus; $t = Test::Litmus->new(-machinename => mycomputer, -username => user, -authtoken => token, # optional # -server => http://litmus.mozilla.org/process_test.cgi, #...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Test::Litmus 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: July 20, 2010 | Visits: 1.200

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): File::Find::Rule::XPath Download

Added: August 08, 2010 | Visits: 1.622

Tk Web form Buddy Tk Web form Buddy project is a helper for Web forms. The Tk Web form Buddy is a Tk script that allows one easily to make a series of strings available to the X11 PRIMARY selection, which is useful for filling in Web forms that have common/repetitive data. How many times have you wished to...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (102): Tk Web form Buddy Download

Added: October 14, 2010 | Visits: 829

Kwiki::Emoticon Kwiki::Emoticon is a Perl module with emoticon phrase for Kwiki. SYNOPSIS > echo Kwiki::Emoticon >> plugins # optionally, you can change the Emoticon class (MSN by default) > $EDITOR config.yaml emoticon_driver: Yahoo Now you can use emoticon like in your Kwiki text..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (102): Kwiki::Emoticon Download

Added: May 11, 2010 | Visits: 965

WWW::Baseball::NPB WWW::Baseball::NPB is a Perl module that fetches Japanese baseball games information. SYNOPSIS use WWW::Baseball::NPB; my $baseball = WWW::Baseball::NPB->new; my @games = $baseball->games; # or @games = $baseball->games(central); for my $game (@games) { my $home = $game->home; my...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): WWW::Baseball::NPB Download

Added: November 06, 2010 | Visits: 876

Math::FresnelZone SYNOPSIS use Math::FresnelZone; use Math::FresnelZone qw(fresnel fresnelMi fresnelKm); The arguments are: 0 - distance in kilometers or miles (default is 1), 1 - frequency in GHz (defualt 2.4), 2 - set to true to specify that the distance you are inputting is in miles and that the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Math::FresnelZone Download

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: July 09, 2010 | Visits: 1.147

Log::Log4perl::Layout::XMLLayout Log::Log4perl::Layout::XMLLayout is an XML Layout. SYNOPSIS use Log::Log4perl::Layout::XMLLayout; my $app = Log::Log4perl::Appender->new("Log::Log4perl::Appender::File"); my $logger = Log::Log4perl->get_logger("abc.def.ghi"); $logger->add_appender($app); # Log with LocationInfo my...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Log::Log4perl::Layout::XMLLayout Download

Added: January 18, 2010 | Visits: 1.300

tunequeue tunequeue is a web based internet radio station control software; both a dynamic listener interface and an administrative interface. tunequeue includes features like: multiple channels, user requests and ratings of songs, several types of queuing and show scheduling. How it works:...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (101): tunequeue Download

Added: September 06, 2010 | Visits: 1.419

CAD::Drawing::IO::PostScript CAD::Drawing::IO::PostScript is a Perl module with PostScript output methods. I would like this module to both load and save PostScript vector graphics, but I have not yet found a suitable PostScript parsing package. This module should be considered pre-ALPHA and untested. Some features rely...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (101): CAD::Drawing::IO::PostScript Download

Added: September 21, 2010 | Visits: 841

Class::Cloneable Class::Cloneable is a base class for Cloneable objects. SYNOPSIS package MyObject; our @ISA = (Class::Cloneable); # calling clone on an instance of MyObject # will give you full deep-cloning functionality This module provides a flexible base class for building objects with cloning...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (101): Class::Cloneable Download

< 1 2 3 4 5 >