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

Positive Afp Test Contact Php freeware
Filter: All | Freeware | Demo
 

Positive Afp Test Contact Php

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 2.151

Cute PHP library cphplib (Cute PHP library) is a small collection of classes for PHP. Purpose of the classes is to simplify functions for daily work with PHP. e.g. convertions, formating, DB session and so on.



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (147): Cute PHP library Download

Added: May 23, 2010 | Visits: 3.886

W3C-PHP W3C-PHP is a little php-cli script that can validate a list of URLs trough the W3C validator Web site (http://validator.w3.org/) with PHP-DOM functions. Configuration: list.txt -> contain the list of url that you need to validate the URLs must start with ":" without the "http://" prefix for...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (136): W3C-PHP Download

Added: October 14, 2010 | Visits: 3.907

PHP P10 Oper Services PHP P10 Oper Services project is a small IRCD operator services written in the PHP scripting language. It supports levels, and it uses a database. It currently supports the IRCU P10+ IRC server and the PostgreSQL database. Whats New in This Release: - PHP Oper Services Alpha 1 PL1 This is a...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (128): PHP P10 Oper Services Download

Added: October 19, 2010 | Visits: 1.556

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: April 16, 2010 | Visits: 2.105

Andys PHP Knowledgebase Andys PHP Knowledgebase using MySQL is a database driven knowledgebase management system. Andys PHP Knowledgebase includes bookmark friendly URLs, Q&A, easy search with browsing by category, article submission, a powerful administrator interface and a professional and attractive interface..


Platforms: *nix

License: Freeware Size: 45.06 KB Download (120): Andys PHP Knowledgebase Download

Added: January 02, 2010 | Visits: 1.142

Test::Version Test::Version is a Perl module that has the role to check for VERSION information in modules. SYNOPSIS use Test::Version; plan tests => $num_tests; version_ok( $file ); FUNCTIONS version_ok( FILENAME, [EXPECTED, [NAME] ] ) version_ok requires a filename and returns one of the three...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Version Download

Added: October 26, 2010 | Visits: 959

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: July 15, 2010 | Visits: 919

Test::use::ok Test::use::ok is an alternative to Test::More::use_ok. SYNOPSIS use ok( Some::Module ); According to the Test::More documentation, it is recommended to run use_ok() inside a BEGIN block, so functions are exported at compile-time and prototypes are properly honored. That is, instead of...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): Test::use::ok Download

Added: October 23, 2010 | Visits: 1.001

Test::Differences Test::Differences Perl module contains test strings and data structures and show differences if not ok. SYNOPSIS use Test; ## Or use Test::More use Test::Differences; eq_or_diff $got, "anbncn", "testing strings"; eq_or_diff @got, [qw( a b c )], "testing arrays"; ## Passing options:...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Test::Differences Download

Added: May 21, 2010 | Visits: 1.844

vnstat PHP frontend vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. Since vnStat is console mode only I created this script to make a nice report of the data collected by vnStat. This script requires a working PHP setup with GD image libraries. Also vnStat must be properly...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (124): vnstat PHP frontend Download

Added: November 26, 2010 | Visits: 832

Test::TempDatabase Test::TempDatabase is a Perl module for temporary database creation and destruction. SYNOPSIS use Test::TempDatabase; my $td = Test::TempDatabase->create(dbname => temp_db); my $dbh = $td->handle; ... some tests ... # Test::TempDatabase drops database This module automates creation...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Test::TempDatabase Download

Added: November 18, 2010 | Visits: 2.471

PHP Web Toolkit 1.0.3 PHP Web Toolkit provides a rapid development toolkit for multi-layered Web applications written in PHP 5. The PHP Web Toolkit enables the rapid development of multi-layered Web applications and is designed to be easy to use, extensible, reliable, reusable, scalable, and secure. It integrates...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (130): PHP Web Toolkit 1.0.3 Download

Added: May 24, 2010 | Visits: 891

Test::URI Test::URI is a Perl module that can check Uniform Resource Identifiers (URIs). SYNOPSIS use Test::More tests => 5; use Test::URI; # http://www.example.com:8080/index.html#name uri_scheme_ok( $uri, http ); uri_host_ok( $uri, www.example.com ); uri_port_ok( $uri, 8080 ); uri_path_ok(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Test::URI Download

Added: January 20, 2010 | Visits: 1.017

Test::Manifest Test::Manifest is a Perl module created to interact with a t/test_manifest file. SYNOPSIS # in Makefile.PL eval "use Test::Manifest"; # in the file t/test_manifest, list the tests you want # to run Test::Harness assumes that you want to run all of the .t files in the t/ directory in...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Test::Manifest Download

Added: May 19, 2010 | Visits: 1.207

Test::ISBN Test::ISBN is a Perl module to check international standard book numbers. SYNOPSIS use Test::More tests => 1; use Test::ISBN; isbn_ok( $isbn ); Functions isbn_ok( STRING ) Ok is the STRING is a valid ISBN, in any format that Business::ISBN accepts. This function only checks the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (122): Test::ISBN Download

Added: April 15, 2010 | Visits: 1.202

Test::Data Test::Data is a Perl module to test functions for particular variable types. SYNOPSIS use Test::Data qw(Scalar Array Hash Function); Test::Data provides utility functions to check properties and values of data and variables. Functions Plug-in modules define functions for each data type....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Test::Data Download

Added: January 05, 2010 | Visits: 1.569

Test::WWW::Accessibility Test::WWW::Accessibility is a Perl module to test web pages for accessibility..


Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Test::WWW::Accessibility Download

Added: April 26, 2010 | Visits: 1.009

Test::Chunks Test::Chunks is a Data Driven Testing Framework. NOTE - This module has been deprecated and replaced by Test::Base. This is basically just a renaming of the module. Test::Chunks was not the best name for this module. Please discontinue using Test::Chunks and switch to Test::Base. Helpful Hint:...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (92): Test::Chunks Download

Added: March 04, 2010 | Visits: 889

Test-Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test-Parser can also export tests in SpikeSources TRPI test description XML...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (95): Test-Parser Download

Added: May 17, 2010 | Visits: 914

Test::Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test::Parser can also export tests in SpikeSources TRPI test description XML...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (91): Test::Parser Download

< 1 2 3 4 5 >