Text Management scripts - Top 4 Download

Text Management script downloads

Read a text file by paragraph

Text files are most often read by-line, with excellent direct Python support. Sometimes you need to use other units, such as the paragraph -- a sequence of non-empty lines separated by empty lines. Python doesn't support that directly, but, this script adds such functionality. ...
Python

Record Jar Parser

This script presents you a method to parse a file like object containing data in the record jar format. ...
Python

Regular expression point of failure

This script debugs non-matching regular expressions by finding out the maximum parts of the pattern and the text that do match. ...
Python

Replacing a portion of a string

This script allows you to replace a portion of a string at a given position. ...
Python

Retrieving a line at random from a file

This procedure reads through a file of unknown size once, returning a random line from the file. ...
Python

Reversing a String by Words or Characters

Reversing a String by Words or Characters script allows you to reverse the characters or words of a string. ...
Python

Searching nested strings

This script searches nested strings from a line of text. The strings are limited by two different characters. ...
Python

ServOO

ServOO is an online converter for word-processed documents. It is designed to import easily structured texts into CMSs. The conversion is based on OpenOffice.org and Writer2Latex, and can export xhtml, pdf, sxw, etc. PHP/MySQL/SOAP/Java. ...

shed

shed is an easy to use hex editor written for unix/linux using ncurses, with a friendly pico-style interface.Features - Displays each byte as ascii, hex, decimal, octal and binary. - Allows changes to be input in all of the above (and now with bit toggling in the binary column) ...

Smart pluralisation

Smart pluralisation script has a function that provides more intelligence than simply adding an 's' to the end of a word. ...
Python

sPHPell

sPHPell is a FREE PHP spell checker that takes the text in a text field via javascript and spell checks it in its own window. The user can perform the usual spell checking operations (ignore, ignore all, change, change all, etc). Simple to include in any PHP page. ...

Split String into n size pieces

This script takes a string and returns a list containing the n-sized pieces of the string. ...
Python

String Interpolation Evaluation of Expressions

This script represents a lightweight and powerful way to evaluate expressions embedded in strings during interpolation. ...
Python

TCPDF

TCPDF is an extension and improvement of the FPDF class. Key features "TCPDF": · no external libraries are required; · supports all ISO page formats; · supports UTF-8 Unicode and Right-To-Left languages; · supports document encryption; · includes methods to publish some HTML code; · includes graphic and transformation methods; ...

TeXML

TeXML is an XML syntax for TeX (LaTeX, ConTeXt).The processor transforms the TeXML markup into the TeX markup, escaping special and out-of-encoding characters. The intended audience is developers who automatically generate [La]TeX or ConTeXt files. Features: - LaTeX and ConTeXt support. - No need to bother escaping TeX special characters. ...
Python

Text transformer with conditions

This script uses an efficient way to tranform a file's text to something else, with conditions for few lines. ...
Python

TextWrapper

This script overrides the Python built in function TextWrapper.wrap with an implementation that handles spiltting a document into paragraphs and processing each individually. This allows things such as initial_indent to work as expected. ...
Python

Tux Writer

Tux Writer is a word processor developed for young children. It will be based on the SDL (Simple DirectMedia Layer) library, meaning it will be portable to various operating systems: Windows, Linux, Mac OS X, BeOS, and more. Tux Writer will have a very simple, entertaining, kid-oriented interface. ...

Unicode Conversion Gateway

Unicode Conversion Gateway is a web-based proxy server to convert some of the Indian language web pages encoded in proprietary encodings into Unicode. Padma, a popular Firefox extension, is extended and reimplemented in PHP to create this proxy server. ...