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

Convert Php freeware
Filter: All | Freeware | Demo
 

Convert Php

< 1 2 3 4 5 > 
Added: April 11, 2010 | Visits: 971

Convert::EastAsianWidth Convert::EastAsianWidth is a Perl module that can convert between full- and half-width characters. SYNOPSIS # Exports to_fullwidth() and to_halfwidth() by default use Convert::EastAsianWidth; my $u = to_fullwidth(ABC); # Full-width variant of ABC my $b = to_fullwidth(ABC, big5); # Ditto,...



Platforms: *nix

License: Freeware Size: 14.34 KB Download (86): Convert::EastAsianWidth Download

Added: May 13, 2010 | Visits: 1.261

Convert::PEM Convert::PEM is Perl module that read/write encrypted ASN.1 PEM files. SYNOPSIS use Convert::PEM; my $pem = Convert::PEM->new( Name => "DSA PRIVATE KEY", ASN => qq( DSAPrivateKey SEQUENCE { version INTEGER, p INTEGER, q INTEGER, g INTEGER, pub_key INTEGER, priv_key INTEGER } ));...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): Convert::PEM 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.470

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

Added: November 02, 2010 | Visits: 2.507

Convert::EBCDIC Convert::EBCDIC, ascii2ebcdic, ebcdic2ascii is a Perl module for string conversion between EBCDIC and ASCII. SYNOPSIS use Convert::EBCDIC; $ascii_string = ebcdic2ascii($ebcdic_string); $ebcdic_string = ascci2ebcdic($ascii_string); $translator = new Convert::EBCDIC; $translator = new...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (184): Convert::EBCDIC Download

Added: January 17, 2010 | Visits: 1.592

YaWiki PHP YaWiki PHP is a powerful Wiki system for collaborative document generation. It supports both anonymous and authenticated users. It uses an AreaMap page to generate a hierarchy of pages and navigational elements. It supports page-level access control lists. There is an optional comment...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): YaWiki PHP Download

Added: June 22, 2010 | Visits: 956

class.upload.php class.upload.php manipulates uploads and images very easily. It can convert and resize uploaded images in many ways. It uses the GD library. How does it work? - the class constructor upload handles a uploaded file (it can also handle a local file) some optional parameters can be set up to...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (98): class.upload.php Download

Added: August 10, 2010 | Visits: 1.058

Convert::PEM::CBC Convert::PEM::CBC is a Perl module for Cipher Block Chaining Mode implementation. SYNOPSIS use Convert::PEM::CBC; my $cbc = Convert::PEM::CBC->new( Cipher => Crypt::DES_EDE3, Passphrase => foo ); $cbc->encrypt($plaintext); Convert::PEM::CBC implements the CBC (Cipher Block Chaining)...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (110): Convert::PEM::CBC Download

Added: August 09, 2010 | Visits: 1.086

Convert::CEGH::Gematria Convert::CEGH::Gematria is a Perl module for Coptic/Ethiopic/Greek/Hebrew Gematria. SYNOPSIS use utf8; use Convert::CEGH::Gematria enumerate; print "Hebrew: מדא => ", enumerate ( "מדא" ), "n"; print "Geez : አዳም => ", enumerate ( "áŠ...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (138): Convert::CEGH::Gematria Download

Added: August 16, 2010 | Visits: 1.113

Convert::CEGH::Transliterate Convert::CEGH::Transliterate is a Coptic/Ethiopic/Greek/Hebrew Transliteration. SYNOPSIS use utf8; use Convert::CEGH::Transliterate transliterate; print transliterate ( "he", "አዳም" ), "n"; This package makes available a single function transliterate which will convert...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (114): Convert::CEGH::Transliterate Download

Added: August 24, 2010 | Visits: 1.176

Convert::Braille Convert::Braille is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToUnicode ( "HELLO" ), "n"; print brailleDotsToAscii ( "12515123123135" ), "n"; EXPORTS brailleDotsToUnicode brailleUnicodeToDots brailleUnicodeToAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (120): Convert::Braille Download

Added: February 04, 2010 | Visits: 1.165

Convert::Braille::English Convert::Braille::English is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToEnglish ( "HELLO" ), "n"; print brailleDotsToEnglish ( "12515123123135" ), "n"; EXPORTS englishToBrailleUnicode englishToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (137): Convert::Braille::English Download

Added: April 01, 2010 | Visits: 913

Convert::Braille::Ethiopic Convert::Braille::Ethiopic is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille::Ethiopic; print brailleAsciiToEthiopic ( "S5LAM" ), "n"; print brailleDotsToEthiopic ( "234261231134" ), "n"; EXPORTS ethiopicToBrailleUnicode ethiopicToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Convert::Braille::Ethiopic Download

Added: March 06, 2010 | Visits: 1.218

Convert::Number::Digits Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode. SYNOPSIS use utf8; require Convert::Number::Digits; my $number = 12345; my $d = new Convert::Number::Digits ( $number ); print "$number => ", $d->toArabic, "n"; my $gujarti = $d->toGujarti; my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Convert::Number::Digits Download

Added: March 26, 2010 | Visits: 1.837

PHP html2ps PHP html2ps is a PHP equivalent of the popular Perl script by the same name that accurately converts HTML with images, complex tables (including rowspan and colspan), layers and divs, and CSS styles to PostScript. If using a Linux or Unix server which supports exec() and ps2pdf, you may also...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (153): PHP html2ps Download

Added: October 23, 2010 | Visits: 2.082

PHP/Javascript Jigsaw puzzle PHP/Javascript Jigsaw puzzle automatically creates jigsaw puzzles from a folder of images. Whats New in This Release: - javascript libary.


Platforms: *nix

License: Freeware Size: 11.26 KB Download (172): PHP/Javascript Jigsaw puzzle Download

Added: September 17, 2010 | Visits: 2.277

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.736

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 (109): PHP Database Interface 1.0 Download

< 1 2 3 4 5 >