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

Rwd Info Pak Fpw Php software
Filter: All | Freeware | Demo
 

Rwd Info Pak Fpw Php

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

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: June 15, 2010 | Visits: 1.257

Video::Info::MPEG::Video Video::Info is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the Video::Info...





Platforms: *nix

License: Freeware Size: 634.88 KB Download (104): Video::Info::MPEG::Video Download

Added: March 10, 2010 | Visits: 1.287

Video::Info::ASF Video::Info::ASF is a Perl module for ASF files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::ASF; my $video; $video = Video::Info::ASF->new(-file=>$filename); #like this $video->vcodec; #video codec...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (112): Video::Info::ASF Download

Added: March 27, 2010 | Visits: 1.001

Video::Info::FOO Video::Info::FOO is a Perl module for video information. Video::Info::FOO - what is it useful for? an example list: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::FOO; my $video; $video->vcodec; #video codec $video->acodec;...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (103): Video::Info::FOO Download

Added: February 23, 2010 | Visits: 1.040

Video::Info::RIFF Video::Info::RIFF is a Perl module that can probe DivX and AVI files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::RIFF; my $video; $video = Video::Info::RIFF->new(-file=>$filename); #like this $video =...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (151): Video::Info::RIFF Download

Added: August 02, 2010 | Visits: 1.195

Video::Info::Magic Video::Info::Magic can resolve video filetype if possible. SYNOPSIS use strict; use Video::Info::Magic qw(:all); my $type = divine(/path/to/video.mpg ); print $type; #MPEG system stream data (maybe) ## ... see methods below EXPORT various constants related to video file formats....


Platforms: *nix

License: Freeware Size: 634.88 KB Download (92): Video::Info::Magic Download

Added: November 04, 2010 | Visits: 1.362

Video::Info Video::Info can retrieve video properties such as: height width codec fps. SYNOPSIS use Video::Info; my $info = Video::Info->new(-file=>my.mpg); $info->fps(); $info->aspect(); ## ... see methods below Video::Info is a factory class for working with video files. When you create a new...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (110): Video::Info Download

Added: September 12, 2010 | Visits: 1.192

Video::Info::MPEG::Constants Video::Info::MPEG::Constants is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (95): Video::Info::MPEG::Constants Download

Added: September 17, 2010 | Visits: 1.177

Video::Info::MPEG::System Video::Info::MPEG::System is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (96): Video::Info::MPEG::System Download

Added: May 23, 2010 | Visits: 3.885

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: April 24, 2010 | Visits: 1.232

PC-Info PC-Info project is a Server-Client Software using the Adaptive Communication Environment (ACE). Server uses KDE/QT to show the client data. Cmd-line is also possible. Until now the Client can submit IP/Port, Hostname and CPU-Model information. Installation: The simplest way to compile...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (104): PC-Info 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: April 16, 2010 | Visits: 2.104

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: July 24, 2010 | Visits: 2.401

PHP music player controller PHP music player controller (PMPC) is a script that allows navigation through your music directory, and the adding of albums or single songs into a playlist. The project also allows you to play, stop, pause, and go back and forth through the playlist. Apache needs to run as the same user that...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): PHP music player controller Download

Added: July 20, 2010 | Visits: 1.081

MPEG::Info MPEG::Info is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use MPEG::Info; my $video = MPEG::Info->new( -file => $filename ); $video->probe(); print $file->type; ## MPEG ## Audio information print $file->acodec; ## MPEG Layer 1/2 print $file->acodecraw; ## 80 print...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (113): MPEG::Info Download

Added: September 18, 2010 | Visits: 1.481

Video::Info::MPEG Video::Info::MPEG is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use Video::Info::MPEG; my $video = Video::Info::MPEG->new( -file => $filename ); $video->probe(); print $file->type; ## MPEG ## Audio information print $file->acodec; ## MPEG Layer 1/2 print...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (99): Video::Info::MPEG 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 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: July 10, 2010 | Visits: 2.080

php-sqlite3 php-sqlite3 project is a PHP extension that lets you access SQLite3 databases within your scripts. PHP 4 and PHP 5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release. Please note that this project is still...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): php-sqlite3 Download

Added: February 24, 2010 | Visits: 2.469

The PHP Photo Archive 1.0 LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. It uses a SQL database to store information about your pictures. It comes with a HTML based installer, so you dont need experience in setting up SQL DB..


Platforms: *nix

License: Freeware Size: 1.2 MB Download (116): The PHP Photo Archive 1.0 Download

< 1 2 3 4 5 >