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

Caller freeware
Filter: All | Freeware | Demo
 

Caller

< 1 2 3 4 5 > 
Added: May 14, 2010 | Visits: 792

DBIx::XMLServer DBIx::XMLServer is a Perl module to serve data as XML in response to HTTP requests. SYNOPSIS use XML::LibXML; use DBIx::XMLServer; my $xml_server = new DBIx::XMLServer($dbh, "template.xml"); my $doc = $xml_server->process($QUERY_STRING); die "Error: $doc" unless ref $doc; print...



Platforms: *nix

License: Freeware Size: 29.7 KB Download (95): DBIx::XMLServer Download

Added: November 27, 2010 | Visits: 1.914

Games::Go::TDFinder TDFinder is a widget to support preparing Go tournament registration. SYNOPSIS use Games::Go::TDFinder; $tdFinder = $parent->Games::Go::TDFinder ( ? options ? ); TDFinder is a widget to assist in preparing a Go Tournament register.tde file in AGA (American Go Association) format. It...





Platforms: *nix

License: Freeware Size: 63.49 KB Download (95): Games::Go::TDFinder 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: July 07, 2010 | Visits: 799

Tk::Adjuster Tk::Adjuster module will allow size of packed widgets to be adjusted by user. SYNOPSIS use Tk::Adjuster; $adjuster = $widget->Adjuster(?options?); WIDGET-SPECIFIC OPTIONS Name: restore Class: Restore Switch: -restore Specifies a boolean value that determines whether the Adjuster...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (94): Tk::Adjuster Download

Added: May 07, 2010 | Visits: 1.040

App::SimpleScan::Plugin::Plaintext App::SimpleScan::Plugin::Plaintext is a Perl module that can check a pages text without markup. SYNOPSIS # Normal test specs use the entire HTML text http://perl.org/ /books n | / Y Sites list HTML # If we want to match just the text, not the HTML: %%plaintext on http://perl.org/...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): App::SimpleScan::Plugin::Plaintext Download

Added: July 10, 2010 | Visits: 1.067

Module::Starter::XSimple Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter. Replacement class for Module::Starter::Simple. Can be used in two ways: Using the commandline Pass as an override class to the module-starter script: module-starter --module=[modulename]...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Module::Starter::XSimple Download

Added: February 05, 2010 | Visits: 680

Tie::OffsetArray Tie::OffsetArray can tie one array to another, with index offset. SYNOPSIS use Tie::OffsetArray; tie @a, Tie::OffsetArray, 1, @b; # offset=1; use given array. tie @c, Tie::OffsetArray, 2; # use anonymous array. $a[0] = x; # assign to $b[1]; tied(@a)->array->[0] = y; # assign to $b[0]....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Tie::OffsetArray Download

Added: April 17, 2010 | Visits: 756

LAFmessage LAFmessage is a feature-complete library for fetching, parsing, generating and delivering MIME-compliant email messages. The project has C++, JNI (Java) and Win32 COM APIs. For generating mail messages, LAFmessage provides an object-oriented API that represents all the pieces of a message and...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (93): LAFmessage Download

Added: February 12, 2010 | Visits: 671

Getopt::Helpful Getopt::Helpful is an integrated option hash / help messages. STATE This module is still under development, but is being publish on CPAN to satisfy some code which depends on it. The interface may change in a future version and some of the functionality is not yet complete. SYNOPSIS This...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Getopt::Helpful Download

Added: April 21, 2010 | Visits: 750

dtRdr::Traits::Class dtRdr::Traits::Class is a Perl module with shared OO stuff. Methods to Break Things NOT_IMPLEMENTED Imported into base class. Gives a nicer message than the standard "Cant locate method...", indicating that you did not typo the method name, but instead forgot to override it. sub...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (92): dtRdr::Traits::Class Download

Added: June 20, 2010 | Visits: 911

libt2n libt2n project is a C++ library for inter-process communication (IPC) with an additional code generator (libt2n-codegen). Before inventing our own IPC library, we checked a lot of other IPC frameworks like CORBA, D-BUS and ICE. But they werent easy to use (you need many lines of code to export...


Platforms: *nix

License: Freeware Size: 901.12 KB Download (92): libt2n Download

Added: October 12, 2010 | Visits: 890

isdnMonitor 0.4 isdnMonitor saves call information (number, name, connection, and duration) in a MySQL database. The project does inverse searches for German phone numbers, enables notifying clients via the Windows/SMB messaging service, and displays caller names on an LCD display via LCDproc.. Web-Site von...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (92): isdnMonitor 0.4 Download

Added: November 14, 2010 | Visits: 790

Getopt::OO Getopt::OO is an object oriented command line parser. It handles short, long and multi (--x ... -) value options. Getopt::OO module also incorporates help for options to simplify generation of usage statements. SYNOPSIS use Getopt::OO qw(Debug Verbose); my ($handle) = Getopt::OO->new(@ARGV,...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Getopt::OO Download

Added: July 20, 2010 | Visits: 712

Devel::DumpSizes Devel::DumpSizes is a Perl module to dump the name and size in bytes (in increasing order) of variables that are available at a give point in a script. SYNOPSIS use Devel::DumpSizes qw/dump_sizes/; &Devel::DumpSizes::dump_sizes(); Or,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Devel::DumpSizes Download

Added: September 11, 2010 | Visits: 818

C++ ResourcePool ResourcePool is a C++ library which can be used to pool resources of every kind. One very interesting side effect is that it can also be used of abstraction layer by providing a unique API for different resources of similar resource types. Most prominent example are SQL databases. The...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (91): C++ ResourcePool Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 1.224

POS Pizza POS Pizza is a low cost Pizza POS (point of sale system) designed for Pizza shops and sandwich shops. This software is very easy to learn and to teach to your employees. The point of sale system is designed for delivery, carry-out or dine-in type restaurant businesses. Full support for half and...


Platforms: Windows

License: Freeware Size: 6.35 MB Download (91): POS Pizza Download

Added: July 17, 2010 | Visits: 805

AtExit AtExit is a Perl module that can perform exit processing for a program or object. SYNOPSIS use AtExit; sub cleanup { my @args = @_; print "cleanup() executing: args = @argsn"; } ## Register subroutines to be called when this program exits $_ = atexit(&cleanup, "This call was...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): AtExit Download

Added: August 06, 2010 | Visits: 1.123

Guarded Memory Move Guarded Memory Move project gets handy when you have to study buffer overflows and you need to catch them together with a "good" stack image. When a stack overflow has been exploited, the back trace is already gone together with good information about parameters and local variables, that are of...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (89): Guarded Memory Move Download

Added: February 06, 2010 | Visits: 840

LibSysCTr LibSysCTr is a utility library that can be used to intercept system call functions on a Linux system. Process monitoring and sandboxing are just two of the potential usages of LibSysCTr. Internally the LibSysCTr library uses the ptrace(2) functionalities by monitoring and reporting events to...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (89): LibSysCTr Download

Added: May 08, 2010 | Visits: 849

PAJAX PAJAX project is a framework that facilitates the creation of remote PHP objects in JavaScript. You might have heard of AJAX by now. I first saw the term coined in this article by adaptive path and is short for Asynchronous JavaScript + XML. This technique came into the spotlight with Google...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (88): PAJAX Download

< 1 2 3 4 5 >