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

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

Term Ttyrec Player 0 03

< 1 2 3 4 5 
Added: November 07, 2010 | Visits: 1.140

Cache-Memcached-Tie Cache-Memcached-Tie is a tie for Cache::Memcached. Installation: To install this module type the following: perl Makefile.PL make make test make install. Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Cache-Memcached-Tie Download

Added: June 25, 2010 | Visits: 1.067

Data::ENAML Data::ENAML is a Perl extension for ENAML data representation. SYNOPSIS use Data::ENAML qw (serialize deserialize); print serialize(login => {nick => Schop, email => ariel@atheist.org.il, tagline => If I had no modem I would not lose Regina}); $struct = deserialize(bad-nick: {nick:... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Data::ENAML Download

Added: April 11, 2010 | Visits: 981

Convert::EastAsianWidth Convert::EastAsianWidth is a Perl module that can convert between full- and half-width characters. SYNOPSIS # Exports to_fullwidth() and to_halfwidth() by default use Convert::EastAsianWidth; my $u = to_fullwidth(ABC); # Full-width variant of ABC my $b = to_fullwidth(ABC, big5); # Ditto,... Platforms: *nix

License: Freeware Size: 14.34 KB Download (86): Convert::EastAsianWidth Download

Added: August 08, 2010 | Visits: 1.131

Cache::BerkeleyDB Cache::BerkeleyDB Perl module implements the Cache::Cache interface. This module implements the Cache interface provided by the Cache::Cache family of modules written by DeWitt Clinton. It provides a practically drop-in replacement for Cache::FileCache. As should be obvious from the name, the... Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Cache::BerkeleyDB Download

Added: September 20, 2010 | Visits: 1.043

Sybase::RepAgent Sybase::RepAgent is a Perl extension for building a Sybase Replication Agent which talks to a Sybase Replication Server. SYNOPSIS use Sybase::RepAgent; my $ra = Sybase::RepAgent->new($repserver, $user, password, $dataserver, $database, $ltl_version); $ra->distribute(%command_tags,... Platforms: *nix

License: Freeware Size: 12.29 KB Download (153): Sybase::RepAgent Download

Added: September 01, 2010 | Visits: 1.011

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 05, 2010 | Visits: 1.332

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: March 06, 2010 | Visits: 846

Mozilla::ObserverService Mozilla::ObserverService is a Perl interface to the Mozilla nsIObserverService. SYNOPSIS use Mozilla::ObserverService; my $cookie = Mozilla::PromptService::Register({ http-on-examine-response => sub { my $http_channel = shift; print $http_channel->responseStatus; }, }); # We dont... Platforms: *nix

License: Freeware Size: 33.79 KB Download (97): Mozilla::ObserverService Download

Added: May 14, 2010 | Visits: 895

Mozilla::PromptService Mozilla::PromptService is a Perl interface to the Mozilla nsIPromptService. SYNOPSIS use Mozilla::PromptService; Mozilla::PromptService::Register({ Alert => sub { my ($parent, $title, $dialog_text) = @_; # do something smart on alert ... }, # Prompt callback should return result... Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): Mozilla::PromptService Download

Added: November 24, 2010 | Visits: 907

Perl6::Parameters Perl6::Parameters is a module with Perl 6-style prototypes with named parameters. SYNOPSIS use Perl6::Parameters; sub mysub($foo, ARRAY $bar, *%rest) { ... } DETAILS Perl6::Parameters is a Perl module which simulates Perl 6s named parameters. (When I talk about "named parameters" I... Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Perl6::Parameters Download

Added: August 25, 2010 | Visits: 1.060

iPodDB::Menu::Help iPodDB::Menu::Help is the help menu. SYNOPSIS my $help = iPodDB::Menu::Help->new( $frame ); This is the Help menu portion of the menu bar.. Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): iPodDB::Menu::Help Download

Added: October 25, 2010 | Visits: 721

Devel::FindGlobals Devel::FindGlobals is a Perl module to find global variables and their size. SYNOPSIS use Devel::FindGlobals; print print_globals_sizes(); This module just runs around and over the symbol table, finds global variables, gets their sizes with Devel::Size, and then prints them out.... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Devel::FindGlobals Download

Added: September 25, 2010 | Visits: 2.154

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });... Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

Added: September 11, 2010 | Visits: 565

Gtk2::TrayIcon Gtk2::TrayIcon is a Perl interface to the EggTrayIcon library. SYNOPSIS use Gtk2::TrayIcon; Gtk2->init; my $icon= Gtk2::TrayIcon->new("test"); my $label= Gtk2::Label->new("test"); $icon->add($label); $icon->show_all; Gtk2->main; ABSTRACT This module allows a Perl developer to... Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Gtk2::TrayIcon Download

Added: June 01, 2010 | Visits: 905

Template::Plugin::ByDate Template::Plugin::ByDate is a Perl module that keeps/removes included text based on whether the current date is within range. SYNOPSIS [% USE ByDate %] [% FILTER ByDate starting = 2006-05-02 until = 2006-08-22 %] This text only shows up from May 2, 2006 through August 22, 2006. [% END... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Template::Plugin::ByDate Download

Added: October 17, 2010 | Visits: 979

Chroniton::Config Chroniton::Config it manages config file for Chroniton. SYNOPSIS my $config = Chroniton::Config->new; METHODS new Creates an instance. Takes no arguments. destination Returns the directory where the backup should be placed. locations Returns a list of directories to be backed... Platforms: *nix

License: Freeware Size: 55.3 KB Download (98): Chroniton::Config Download

Added: February 05, 2010 | Visits: 1.767

FLV::Info FLV::Info is an extract metadata from Flash Video files. SYNOPSIS use FLV::Info; my $reader = FLV::Info->new(); $reader->parse(video.flv); my %info = $reader->get_info(); print "$info{video_count} video framesn"; print $reader->report(); This module reads Macromedia FLV files and... Platforms: *nix

License: Freeware Size: 737.28 KB Download (128): FLV::Info Download

Added: July 08, 2010 | Visits: 1.299

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print... Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: March 06, 2010 | Visits: 1.227

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: September 22, 2010 | Visits: 838

XML::WBXML XML::WBXML is a Perl module to convert between XML and WBXML using libwbxml2. SYNOPSIS use XML::WBXML; $wbxml = XML::WBXML::xml_to_wbxml($xml); $xml = XML::WBXML::wbxml_to_xml($wbxml); This module is a wrapper around Aymerick Jehannes libwbxml (or perhaps libwbxml2, I am not sure what... Platforms: *nix

License: Freeware Size: 52.22 KB Download (171): XML::WBXML Download

< 1 2 3 4 5