The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Scripts and Programs :: Text Processing
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 50    Displaying: 21 - 40 Pages:   1 2 3

   ArKeySwap   Hits: 579 

 
This package can be used to convert text typed text typed with an Arabic keyboard using the English mode by mistake. It takes the typed text and replaces the switched characters by the correct Arabic characters. This class is part of Khaled Al-Shamaa project for PHP and Arabic language: http://www.al-shamaa.com/ php/arabic/


Free   Version: 1.0   Platform(s): linux, windows   Updated: Wed Sep 19 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ArZipStr   Hits: 566 

 
This package can be used to compress text based on prior knowledge of the frequency of letters of texts in the same idiom. Currently there are class versions for the idioms: Arabic, English, French, German, Italian and Spanish. These classes can generate a compressed version of text strings that occupy in average about 70% of the original length. This class is part of Khaled Al-Shamaa project for PHP and Arabic language: http://www.al-shamaa.com/ php/arabic/


Free   Version: 1.0   Platform(s): linux, windows   Updated: Tue Sep 18 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Recruiting Parser (BBCode to HTML)   Hits: 1188 

 
Recruiting Parser is a application that has been in development for a year. Major Features * over 25 case-insensitive different tags * incredibly easy set up * automatic correction for badly formated tags * protection against tags that would cause page crash * protection against spam-robots (mails get crypted) * 16 different smilies bundled * deparse function - parse and deparse how many times you want * built-in updates - check if a newer version is available, whenever you want * open code * reprogrammable & extensible That's it! You get all that, in just one file sized ~60 KB.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jul 19 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Language Translation Class   Hits: 874 

 
The class embraces curl and the google translation service to translate strings between english, spanish, italian, french and german.


Free   Version: 1.1   Platform(s): linux, windows   Updated: Thu Jun 28 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Code View (Auto-stylize programming code snippets)   Hits: 1422 

 
Complete Code View package for automatically color-coding programming language snippets on your Web sites. Improve the legibility of your code with this efficient PHP script. Includes complete instructions, examples, information on defining your own languages with ease (within minutes), and support for the following languages: XML, XHTML, HTML, PHP, JavaScript, C, C++, ASP/VB, SQL. Supports both generic markup and regular code. Versatility is key, and Code View enables completely customizable properties and the ability to define your own language styles for delimiters, keywords, operands, comments, etc. Code View Class object enables ease of implementation with as few as two lines of code in your Web page to add some punch to your code. Store code as plain text files in its native (original) format with no necessary modifications for compatibility with this script. It will handle the rest automatically. Who thought code could become eye-candy? Your viewers will appreciate this.


Free   Version: 1.2   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Apr 19 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   LibTextCat-PHP   Hits: 1080 

 
A text can be written in many different idioms. Without a prior knowledge of the idiom on which a text is written, it is hard for a human to guess and eventually use an appropriate idiom translation tool. This class can be used to guess the idiom of a text. It takes prebuilt data files that are used to give different weights to the presence of certain characters in a text that are more associated to an idiom. This way the class can give a good idea of the idioms on which a given text is more likely to be written.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Apr 14 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   pdf24-pdf API   Hits: 2610 

 
The pdf24 pdf api is an interface for developer (e.g. blog, forum, wiki and other systems) to create pdf from you system. The api uses the the pdf24 technologie to easily create pdf. You can format the contents of the pdf as far as possible.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Mar 22 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   mmGettext   Hits: 468 

 
Use mmGetText to write multiligual php scripts, learn how to do it in 5 minutes at http://mmgettext.nisu.org /


Free   Version: 1.8   Platform(s): linux, windows   Updated: Sun Mar 18 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHPWasher   Hits: 1055 

 
PHPWasher takes your PHP code and automatically adds indentation, so your code becomes readable again! And it's open source!


Free   Version: 0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Feb 22 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   SZBBCodes   Hits: 613 

 
SZBBCodes is a class for handling BBCodes. For those unfamiliar with BBCodes, it’s that HTML-like markup language used on the forums like [b] for bold and so on. SZBBCodes can be used with any other script that returns a string since SZBBCodes simply formats a string according to the BBCode standards. SZBBCodes also handles smileys and is packaged with the standard MSN smileys. SZBBCodes is XHTML 1.1 compatible and does not take use of any obsolete tags.


Free   Version: 1.1   Platform(s): linux, windows, freebsd   Updated: Wed Feb 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Advanced CSV Export   Hits: 1178 

 
In this tutorial you will learn more about getting items from a database and exporting them to a CSV for use in Excel.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Feb  6 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Export data to CSV (Comma Separated Value)   Hits: 1115 

 
Ever needed export data to a CSV file (Comma Separated Value)? If you don’t know what a CSV is it is a bunch of values that are separated by a , . This code will show you how to achieve this even when there are new lines and commas in the values. You can then open this file up in Excel.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Feb  6 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Array to List   Hits: 854 

 
This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other types of values can be displayed optionally with the values followed by the entry indexes. The type of list and list item can also be configurable.


Free   Version: 1   Platform(s): linux, windows   Updated: Sun Feb  4 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Ghost Text   Hits: 2307 

 
This script er function will insert random invisible character inbetween words you provide. When displayed on browser, user will read the text with no problem. But if you tried to copy-paste the text, the invisible text will be included. have fun!


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Dec  8 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP and AJAX tool to transform text   Hits: 3821 

 
Just wrote this tool, to allow instant transformation of data into following formats: base64 encode decode, urlencode decode, md5 and sha1 hashing, rot13, addslashes and htmlentities. Really cool to select 'all', then compare these encodings side by side. This tool can be used to decode URLs, encode base64 for tricky characters or decode for checking mail (mime) content. Also for performing md5s, sha1 hashing, etc.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed May 24 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ArAutoSummarize   Hits: 1712 

 
This class can be used to automatically extract key phrases to summarize an given Arabic text. The class can parse a long Arabic text and use stemming and ranking algorithms to identify which can the be the most important keywords than can be used to summarize the text. It can also mark the text to highlight the keywords along the given text for presentation in an HTML page.


Free   Version: 1.1   Platform(s): linux, windows, freebsd   Updated: Mon May 22 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Source.php   Hits: 2389 

 
Source.php displays PHP, HTML, Javascript and other source code direct from file, unparsed, and presents it cleanly and professionally. An image link brands the displayed code, and refers viewers back to the main site. Released under the terms of the GNU General Public License


Free   Version: 1.0   Platform(s): linux, windows, osx, sun   Updated: Mon May  8 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ArTransliteration   Hits: 1561 

 
This class can be used to transliterate English text to Arabic. It looks for a set of English character sequences and transliterates to equivalent character sequences in Arabic encoded with windows-1256 character set.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Tue Apr 25 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ArCharsetC   Hits: 1493 

 
This class can be used to convert a given Arabic text between different character set encodings. Currently it supports converting between character sets windows-1256, iso-8859-6 and utf-8.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Tue Apr 25 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASoundex   Hits: 1449 

 
This class implements a variant of the soundex algorithm for Arabic. The soundex algorithm converts words into an hash that represents the way the word is spelled in English. This class implements a modified version the algorithm to consider Arabic spelling and windows-1256 character set encoding instead of English.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Tue Apr 25 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 50    Displaying: 21 - 40 Pages:   1 2 3

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2009 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog