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

Statement freeware
Filter: All | Freeware | Demo
 

Statement

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

RDFStore::Parser::SiRPAC RDFStore::Parser::SiRPAC is a Perl module that implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat. SYNOPSIS use RDFStore::Parser::SiRPAC; use RDFStore::NodeFactory; my $p=new RDFStore::Parser::SiRPAC( ErrorContext => 2, Handlers => { Init => sub { print...



Platforms: *nix

License: Freeware Size: 481.28 KB Download (102): RDFStore::Parser::SiRPAC Download

Added: November 17, 2010 | Visits: 1.119

CQL::Parser CQL::Parser is a Perl module that compiles CQL strings into parse trees of Node subtypes. SYNOPSIS use CQL::Parser; my $parser = CQL::Parser->new(); my $root = $parser->parse( $cql ); CQL::Parser provides a mechanism to parse Common Query Language (CQL) statements. The best description of...





Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): CQL::Parser Download

Added: February 24, 2010 | Visits: 827

htmlSQL htmlSQL is a PHP class to query the web by an SQL like language. htmlSQL is a experimental PHP class which allows you to access HTML values by an SQL like syntax. This means that you dont have to write complex functions (regular expressions) to extract specific values. How to use Just...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (102): htmlSQL Download

Added: October 15, 2010 | Visits: 773

OCI wrappers OCI wrappers packages contains C++ wrappers for OCI (Oracle Call Interface). The code attempts to use the "Resource Acquisition Is Initialization" idiom and the "K.I.S.S." principle. Unit-testing cd tests && make test Using oci::LoginSession db("username", "password", "database");...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (102): OCI wrappers Download

Added: August 17, 2008 | Visits: 1.118

PKlite SQL Client PKLite is a Lightweight SQL querying tool written in Java. Connects to any JDBC compliant database and will run on any OS with a Java VM. Features: keyword highlighting, result formatting, statement history, multi-window, multiple databases connects at one time.


Platforms: Windows, *nix

License: Freeware Size: 174 KB Download (101): PKlite SQL Client Download

Added: January 04, 2010 | Visits: 1.054

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

Added: January 14, 2010 | Visits: 939

HTML::Merge::Ext HTML::Merge::Ext - Extending Merge by writing your own tags. TYPES OF TAGS Generally, there are four types of tags in Merge. Output tags Tags such as < $RVAR > or others, that are substituted by values that appear in the output. For example: < $RVAR.x > is substituted by the value of the...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (101): HTML::Merge::Ext Download

Added: July 18, 2010 | Visits: 782

AFS::Utils AFS::Utils is a Perl module with shared utility functions for the AFS module bundle. SYNOPSIS use AFS::Utils qw ( XSVERSION get_server_version get_syslib_version setpag sysname unlog ); my $ok = setpag(); print "Return Code = $okn"; print XS-Version = , XSVERSION, "n"; print Syslib...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (101): AFS::Utils Download

Added: October 27, 2010 | Visits: 1.340

Language::Basic::Expression Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. # Given an LB::Token::Group, create an expression I parse it my $exp =...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (100): Language::Basic::Expression Download

Added: October 14, 2010 | Visits: 1.008

Elvyx Elvyx project is a tool designed to monitor and profile the jdbc activity. This jdbc profiler has a wrapper that intercept the access to the database and send this information to the elvyx server. The server receives the information, store the data into a database and serve this information to...


Platforms: *nix

License: Freeware Download (100): Elvyx Download

Added: March 01, 2010 | Visits: 864

Config::Sofu Config::Sofu is a simple Sofu configuration file parser. SYNOPSIS use vars qw/%CONFIG/; use Config::Sofu "config.sofu"; if ($CONFIG{FOOBAR}) { ... } if ($CONFIG{Bar}->[7]->{Foo} eq "Foobar") { ... } Save the new configuration: $CONFIG{FOOBAR}="Bar times Foo"; Config::Sofu::save; or...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): Config::Sofu Download

Added: January 13, 2010 | Visits: 763

DBD::Ingres DBD::Ingres contains a DBI driver for Ingres database systems. SYNOPSIS $dbh = DBI->connect("DBI:Ingres:$dbname", $user, $options, {AutoCommit=>0}) $sth = $dbh->prepare($statement) $sth = $dbh->prepare($statement, {ing_readonly=>1}) $sth->execute @row = $sth->fetchrow $sth->finish...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): DBD::Ingres Download

Added: November 10, 2010 | Visits: 1.598

LSF LSF is a Perl API built on top of the LSF command line tools. SYNOPSIS use LSF; use LSF RaiseError => 1, PrintError => 1, PrintOutput => 1; NOTE: FOR THESE MODULES TO WORK IT IS ESSENTIAL THAT YOU INCLUDE THE LSF COMMAND LINES IN YOUR PATH. This is the base class of the LSF suite of...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): LSF Download

Added: April 23, 2010 | Visits: 850

Inline::Select Inline::Select contains dynamic selection of ILSM for a package. SYNOPSIS use Inline::Select::Register ( PACKAGE => Calc, Inline => [ Perl => sub {require t/Calc.pm} ] ) ; use Inline::Select::Register ( PACKAGE => Calc, Inline => [ CPP => t/Calc.cpp ] ) ; use Inline::Select::Register...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Inline::Select Download

Added: June 23, 2010 | Visits: 895

DBD::MaxDB DBD::MaxDB is a Perl module for MySQL MaxDB database driver for the DBI module version 7.6.0 BUILD 027-121-124-939. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:MaxDB:$hostname/$dbname", "$user", "$password") or die "Cant connect $DBI::err $DBI::errstrn"; $sth = $dbh->prepare("SELECT Hello...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (100): DBD::MaxDB Download

Added: November 06, 2010 | Visits: 883

tipxd tipxd is an IPX tunneling daemon which snoops on a local network for IPX 802.3 traffic, packages it and sends it over one or many TCP/IP connections to tipxd running on remote machines where it is unpacked and sent via the local network. This, in effect, makes the IPX networks appear as if all...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (100): tipxd Download

Added: November 23, 2010 | Visits: 611

NLOG4J NLOG4J library is a production-quality log4j-replacement with native SLF4J API support. NLOG4J is maintained by Ceki Gülcü, the founder of the log4j project. Inserting log statements into your code is a low-tech method for debugging it. It may also be the only way because debuggers are not...


Platforms: *nix

License: Freeware Size: 1024 KB Download (99): NLOG4J Download

Added: October 12, 2010 | Visits: 917

DwWorkflow DwWorkflow is a datawarehouse process workflow server and generator of datawarehouse mappings. It allows the user to define dependencies between tables or files and processes and it runs processes in parallel according to these metadata. DwWorkflow can run with or without an SQL database...


Platforms: *nix

License: Freeware Size: 3.9 MB Download (99): DwWorkflow Download

Added: February 14, 2010 | Visits: 1.576

Willowgarden DP Willowgarden project is a PHP 5 rapid development platform for that provides an extensible environment for developing Web sites featuring support for pretty REST-style URLs, easy security, observable events, a simple object-based "code + view" rendering system, ActiveRecord-style data access,...


Platforms: *nix

License: Freeware Size: 706.56 KB Download (99): Willowgarden DP Download

Added: July 14, 2010 | Visits: 910

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

< 1 2 3 4 5