Text Management scripts - Top 4 Download

Text Management script downloads

Converting Between Different Naming Convetions

These short functions convert identifier names between the most common naming conventions: CapitalizedWords, mixedCase and under_scores. ...
Python

Converting Word documents to text

Converting Word documents to text script allows you to convert word documents to text files. ...
Python

cssed

cssed is a small developer editor and validator, that tries to ease the CSS editing. It is an Open Source project, it means that you can download the program but also its source.It features syntax highlighting, syntax validation, MDI notebook based interface, quick CSS properties and values insertion, auto-completion and dialog-based ...

Custom String Representations of Bases

Custom String Representations of Bases script allows you to make a number shorter(like timestamps in URLs). ...
Python

dbacl

The dbacl project consist of a set of lightweight UNIX/POSIX utilities which can be used, either directly or in shell scripts, to classify text documents automatically, according to Bayesian statistical principles. dbacl(1) is also the name of the core utility.Automatic text classification can be used for a variety of tasks, including: ...

Deeply applying str across a data structure

The str() function in the standard library behaves in a slightly weird way when applied against lists: on each element of the list, the repr() is appended. In contrast, this module provides a deep_str() that deeply applies str() across lists. This module also provides utilities to develop custom str() functions. ...
Python

Design mini lanugage

This script uses Python's superb text handling capability to parse and build the data structure from the input text. ...
Python

DHEX

DHEX is just another Hexeditor with a Diff-mode for ncurses. It makes heavy use of colors and is themeable.It is known to run on Linux, HP-UX, FreeBSD, NetBSD, MacOS X, IRIX and Solaris ...

Distributed Proofreaders

Distributed Proofreaders is a website written in PHP with some PERL and backed by a mySQL database and is intended to ease the process of converting Public Domain books and other printed materials into e-texts. Distributed Proofreaders provides a web-based method of easing the proofreading work associated with the creation of ...

Doctester for your documentation

The doctester extracts code from stdin and tests it using the doctest module in the standard library. It can be invoked from the command line, but it is best called from you editor of choice. ...
Python

Document Text Sizer

Sometimes the text size you've specified for your webpage isn't suitable to the viewer, depending on his browser configuration or OS.This script uses Dynamic CSS to let the viewer himself modify the text size of the page on demand, by clicking on an Increase or Decrease Font Size link.It is most ...
JavaScript

dompdf

dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer: it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational ...

DS CursorRadialText

DS CursorRadialText script displays a radial text effect on the cursor ...
JavaScript

DS TypeWriter

DS TypeWriter javascript displays a typewriter effect ...
JavaScript

easy template system

ETS is a template system written with PHP that enables you to transform a set of data to any type of document.For example, ETS can transform a list of product descriptions retrieved from a database to a HTML page. It can also construct SQL statements, ASCII data, XML documents. ETS provides ...

Escape Flash

Escape-Flash is a simple function to prevent some errors caused by the different encoding characters used between Macromedia-Flash textfield_textareas and Html encoding.Escape Flash is a simple program to escape text to visualize it correctly in a flash textarea. You can use this program to convert a string of character or a ...

Expanding and Compressing Tabs

This script is useful when you want to convert tabs in a string to the appropriate number of spaces, or vice versa. ...
Python

Extract verbatim texts from LaTeX file

This script extracts contents of all verbatim environments from the LaTeX file specified on command line. Modified LaTeX code with verbatiminput commands instead of verbatim is produced on the standard output. ...
Python

FarsiTeX

FarsiTeX is a free Persian/English bidirectional typesetting system based on Donald Knuth's TeX Program.TeX and his friend METAFONT have served mathematicians and technical writers all over the world for many years and helped them to write prettier and easier. Available in the release are a Windows installer, bundling the editor and ...

Fill paragraph

This module contains a function that formats paragraphs of text to have a certain linewidth, optionally stretching lines to that width by filling word gaps with spaces. In other words, it does left-justified/word-wrapped and block formatted paragraphs. ...
Python