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

Block A Call freeware
Filter: All | Freeware | Demo
 

Block A Call

< 1 2 3 4 5 > 
Added: August 08, 2010 | Visits: 734

PDL::NiceSlice PDL::NiceSlice Perl module contains a nicer slicing syntax for PDL. SYNOPSYS use PDL::NiceSlice; $a(1:4) .= 2; # concise syntax for ranges print $b((0),1:$end); # use variables in the slice expression $a->xchg(0,1)->(($pos-1)) .= 0; # default method syntax $idx = long 1, 7, 3, 0; # a...



Platforms: *nix

License: Freeware Size: 2.1 MB Download (95): PDL::NiceSlice Download

Added: February 24, 2010 | Visits: 1.260

chaplin chaplin is a dvd chapter tool for Linux (and all other *ixes with libdvdread support). The tool parses a DVD disc or image and extracts the exact duration for each chapter of a given title. Then the total list of chapters is split into a user-selectable number of subsets. Each subset should...





Platforms: *nix

License: Freeware Size: 23.55 KB Download (102): chaplin Download

Added: October 08, 2010 | Visits: 886

Perl6::Currying Perl6::Currying is a Perl 6 subroutine currying for Perl 5. SYNOPSIS use Perl6::Currying; sub add ($a,$b) { $a + $b } # Define a sub with named params print add(1,2); # Call it my $incr = &add.prebind(a=>1); # Bind the $a argument to 1 # to create an increment subroutine print...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Perl6::Currying Download

Added: January 07, 2010 | Visits: 718

Perl6::Builtins Perl6::Builtins is a Perl module that provides erl 5 versions of the new Perl 6 builtins. SYNOPSIS use Perl6::Builtins qw( system ); system $system_cmd or die "Could not $system_cmd: $!"; my $package = caller->{package}; my $file = caller->{file}; my $line = caller->{line}; Several...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): Perl6::Builtins Download

Added: July 15, 2010 | Visits: 1.306

Device::Audiotron Device::Audiotron provides a tie-in into the API included in the latest firmware for Voyetra Turtle Beachs Audiotron. SYNOPSIS use Device::Audiotron; $at = new Device::Audiotron("Audiotron IP address","username","password"); if(!$at){die "Audiotron object failed to initialize.";} my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Device::Audiotron Download

Added: January 26, 2010 | Visits: 1.083

DBD::ODBC DBD::ODBC Perl module contains a ODBC Driver for DBI. SYNOPSIS use DBI; $dbh = DBI->connect(dbi:ODBC:DSN, user, password); Private DBD::ODBC Attributes odbc_more_results (applies to statement handle only!) Use this attribute to determine if there are more result sets available. SQL...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): DBD::ODBC Download

Added: August 11, 2010 | Visits: 967

xisp X-ISP is a visual, X11/XForms based, user-friendly interface to pppd/chat, i.e. a dialup TCP/IP tool with an X11 interface. It is also a small ISP and phone company (PTT) database manager, and a dialup costs and usage logging/statistics tool. It provides maximum feedback from dialing and login...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (100): xisp Download

Added: May 04, 2010 | Visits: 856

FCGI::ProcManager FCGI::ProcManager is a Perl module with functions for managing FastCGI applications. SYNOPSIS { # In Object-oriented style. use CGI::Fast; use FCGI::ProcManager; my $proc_manager = FCGI::ProcManager->new({ n_processes => 10 }); $proc_manager->pm_manage(); while (my $cgi = CGI::Fast->new()) {...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): FCGI::ProcManager Download

Added: May 26, 2010 | Visits: 1.092

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard Download

Added: September 12, 2010 | Visits: 917

Parse::RandGen::Regexp Parse::RandGen::Regexp is a Perl module for regular expression Condition element. Regexp is a Condition element that matches the given compiled regular expression. For picking random data, the regular expression is parsed into its component Subrules, Literals, CharClasses, etc.... Therefore,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Parse::RandGen::Regexp Download

Added: January 07, 2010 | Visits: 536

AxKit2::XSP::SimpleTaglib AxKit2::XSP::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use AxKit2::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler needed - if in doubt, just leave...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (87): AxKit2::XSP::SimpleTaglib Download

Added: October 12, 2010 | Visits: 2.456

jPOS jPOS project is a Java based, production grade ISO-8583 library/framework that can be used to implement financial interchanges, protocol converters, payment gateways, credit card verification clients and servers (merchant/issuer/acquirer), etc. Whats New in This Release: - Upgrade to...


Platforms: *nix

License: Freeware Size: 3.4 MB Download (218): jPOS Download

Added: March 25, 2010 | Visits: 860

Slay::Makefile Slay::Makefile is a wrapper to Slay::Maker that reads the rules from a file. SYNOPSIS Slay::Maker is a make engine that uses perl declaration syntax for rules, including regular expressions for targets and anonymous subs for targets, dependencies, and actions. This Slay::Makefile wrapper...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Slay::Makefile Download

Added: January 23, 2010 | Visits: 1.171

Regina Rexx Interpreter Regina is a Rexx interpreter that has been ported to most Unix platforms (Linux, FreeBSD, Solaris, AIX, HP-UX, etc.) and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, AROS, QNX4.x, QNX6.x BeOS, MacOS X, EPOC32, AtheOS, OpenVMS, SkyOS and OpenEdition. Rexx is a programming language that was...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (152): Regina Rexx Interpreter Download

Added: February 19, 2010 | Visits: 1.186

Vonage::Click2Call Vonage::Click2Call is a Perl extension for using the Vonage Click2Call service. SYNOPSIS use Vonage::Click2Call; my $vonage = Vonage::Click2Call->new(login => user, password => pass, no_https_check => 1, # wasteful after the first time. turn it off. ); if (! $vonage) { # no $vonage for...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (220): Vonage::Click2Call Download

Added: May 03, 2010 | Visits: 885

Mon::Client Mon::Client is a Perl module with methods for interaction with Mon client. SYNOPSIS use Mon::Client; Mon::Client is used to interact with "mon" clients. It supports a protocol-independent API for retrieving the status of the mon server, and performing certain operations, such as disableing...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (94): Mon::Client Download

Added: March 16, 2010 | Visits: 1.247

Ariadne Ariadne is an Application Platform for the Web, built entirely on Open Source technology. What this means is that Ariadne is a Content Management System, using a WYSIWYG HTML editor, its also a Group Calendar, a Photo Album, an Addressbook, a Weblog and anything else you want it to be....


Platforms: *nix

License: Freeware Size: 2.5 MB Download (100): Ariadne Download

Added: January 18, 2010 | Visits: 674

wbumount Wbumount is a tool that lists processes which are blocking the unmounting of a device. Wbumount has two goals: (1) Make a "statement" how i would deal with the "umount - device is busy"-problem on the free desktop. (2) To provide a small tool which makes life easier for people already using the...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (91): wbumount Download

Added: July 09, 2010 | Visits: 1.643

Oracle Password Repository 1.1.9 Oracle Password Repository is a Unix-based secure tool for storage & retrieval of Oracle database passwords. By replacing hardcoded passwords in scripts with a call to OPR, it helps to keep your Oracle environment secure and easier to maintain. Whats New in This Release: - The INSTALL file...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (106): Oracle Password Repository 1.1.9 Download

Added: May 14, 2010 | Visits: 1.557

Elastix 0.8.4 / 0.8.5 Elastix is a reporting interface to the Asterisk CDRs stored in the MySQL database. Elastix provides cool graphics to the most common reports like: - Top outgoing numbers dialed - Top internal extensions called Also, elastix provides a Call Detail Report, retrieving the CDR information in a...


Platforms: *nix

License: Freeware Size: 565 MB Download (121): Elastix 0.8.4 / 0.8.5 Download

< 1 2 3 4 5 >