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 49.594.526 Times

Math Cos Sin Tan Contac Php freeware
Filter: All | Freeware | Demo
 

Math Cos Sin Tan Contac Php

< 1 2 3 4 5 > 
Added: September 17, 2010 | Visits: 2.269

Input Filter extension for PHP Input Filter extension for PHP project is an extension for safely dealing with input parameters. It is meant to address this issue by implementing a set of filters and mechanisms that users can use to safely access their input data..



Platforms: *nix

License: Freeware Size: 24.58 KB Download (132): Input Filter extension for PHP Download

Added: August 09, 2010 | Visits: 1.734

PHP Database Interface 1.0 PHP Database Interface is an easy to use PHP database interface meant to give applications universal support across many databases, including several flat file formats. Installation These are just a few notes installation notes regarding DBi and using it with your project txtSQL support...





Platforms: *nix

License: Freeware Size: 33.79 KB Download (108): PHP Database Interface 1.0 Download

Added: August 08, 2010 | Visits: 3.152

Turck MMCache for PHP Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations to speed up...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (139): Turck MMCache for PHP Download

Added: February 21, 2010 | Visits: 1.936

PHP Trouble Ticket PHP Trouble Ticket project provides a centralized means of problem reporting and tracking in multi-user environments (medium to large companies, development groups, etc.). It helps direct problem reports to the responsible administrator(s), keeps track of the status of a problem being worked...


Platforms: *nix

License: Freeware Download (190): PHP Trouble Ticket Download

Added: August 25, 2010 | Visits: 2.593

Easy PHP Upload Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (219): Easy PHP Upload Download

Added: July 08, 2010 | Visits: 1.484

Math::CDF Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions. SYNOPSIS use Math::CDF; $prob = &Math::CDF::pnorm(1.96); if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; } or use Math::CDF qw(:all); $prob =...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (123): Math::CDF Download

Added: February 09, 2010 | Visits: 1.074

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (104): Math::Vec Download

Added: August 20, 2010 | Visits: 4.922

Picture of the Day PHP Script Picture of the Day PHP Script shows daily changing pictures. Each Web page can contain several pictures. Each picture is taken in random order from its own set of directories. An unlimited number of images and directories may be used. Picture of the Day PHP Script doesnt use a database.. Are your...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (164): Picture of the Day PHP Script Download

Added: February 26, 2010 | Visits: 1.165

Math::Telephony::ErlangC Math::Telephony::ErlangC is a Perl extension for Erlang C calculations. SYNOPSIS use Math::Telephony::ErlangC; # Evaluate probability that a service request will have to wait $wprob = wait_probability($traffic, $servers); # Probability that the wait time will be less than a fixed maximum...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): Math::Telephony::ErlangC Download

Added: March 09, 2010 | Visits: 1.205

Math::Telephony::ErlangB Math::Telephony::ErlangB is a Perl extension for Erlang B calculations. SYNOPSIS use Math::Telephony::ErlangB qw( :all ); # Evaluate blocking probability $bprob = blocking_probability($traffic, $servers); $gos = gos($traffic, $servers); # Same result as above # Dimension minimum number...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (253): Math::Telephony::ErlangB Download

Added: July 22, 2010 | Visits: 1.983

PHP WebDAV extension PHP WebDAV extension project allows easy access to remote resources with PHP through the DAV protocol. Installation This extension requires the Neon library and the related header files. Neon can be downloaded from: http://www.webdav.org/neon/ Pre-built packages and ports are already...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (141): PHP WebDAV extension Download

Added: March 18, 2010 | Visits: 812

Math::Expr Math::Expr is a Perl module that parses mathematical expressions. SYNOPSIS require Math::Expr; $p=new Math::Expr; $e=$p->Parse("a+4*b-d/log(s)+f(d,e)"); Parses mathematical expressions into a tree structure. The expressions may contain integers, real numbers, alphanumeric variable names,...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): Math::Expr Download

Added: April 23, 2010 | Visits: 1.477

Ansilove/PHP Ansilove/PHP is a set of tools to convert ANSi and artscene related file formats into PNG images, supporting ANSi (.ANS), BiNARY (.BIN), and ADF (.ADF) formats. Ansilove/PHP project includes an all purposes command line converter, along with a library to use on web pages for doing "on the fly"...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (110): Ansilove/PHP Download

Added: April 24, 2010 | Visits: 766

Math::BaseCalc Math::BaseCalc is a Perl module that can convert numbers between various bases. SYNOPSIS use Math::BaseCalc; my $calc = new Math::BaseCalc(digits => [0,1]); #Binary my $bin_string = $calc->to_base(465); # Convert 465 to binary $calc->digits(oct); # Octal my $number =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): Math::BaseCalc Download

Added: November 20, 2010 | Visits: 1.053

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Math::BaseArith Download

Added: November 18, 2010 | Visits: 1.812

Php AMX Php AMX project is a Web management interface for Half-life game servers. It uses MySQL and AMX plugins to communicate with any number of servers. Php AMX is a project that enables HLDS control via php but without rcon control or sockets etc. It uses MySQL server connection for main data...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (116): Php AMX Download

Added: June 19, 2010 | Visits: 1.879

PHP Slideshow PHP SlideShow is a little script that creates a web based slide show with NEXT and BACK buttons to navigate through a list of images. Optional features include multi-directory support and image descriptions. Setup is easy, just put the script into a directory containing your images. Santa...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (148): PHP Slideshow Download

Added: August 05, 2010 | Visits: 1.327

PHP StatIt 4 PHP StatIt keeps track of visitor counts and other visitor information such as system, browser, referral domains, screen resolution, color, etc. PHP StatIt script features a Web-based statistics page and statistics available in three languages. Installation and configuration are simple..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (113): PHP StatIt 4 Download

Added: March 06, 2010 | Visits: 1.332

php-kadm5 php-kadm5 is a PHP extension for remote administration of Kerberos V servers. Well, the config.m4 file is still a mess. Unfortenately there is no libkadm55-dev debian package yet. So you have to have the krb5 sources at hand and change config.m4 accordingly. To compile successfully this...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (121): php-kadm5 Download

Added: February 27, 2010 | Visits: 1.157

PHP::Strings PHP::Strings is a Perl module to implement some of PHPs string functions. SYNOPSIS use PHP::Strings; my $slashed = addcslashes( $not_escaped, $charlist ); my $wordcount = str_word_count( $string ); my @words = str_word_count( $string, 1 ); my %positions = str_word_count( $string, 2 );...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (101): PHP::Strings Download

< 1 2 3 4 5 >