Text Management scripts - Top 4 Download

Text Management script downloads

LaTeX codec

This script is a codec for converting unicodes to LaTeX markup and vice versa. ...
Python

HTML to text converter

This is a complete program that reads a html document and converts it to plain ASCII text. In the spirit of minimalism, this operates as a standard unix filter: htmltotext < foo.html > foo.txt . If the output is going to a terminal, then bold and underline are displayed on the ...
Python

OpenOffice to xml and or text

This script converts OpenOffice documents to XML and text. It is useful when you want to index the contents of your documents written with OpenOffice. ...
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

Record Jar Parser

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

Good enough templating

This script allows you to try a small, powerful templating language using template strings embedded in standard Python syntax. Templates are valid Python source, compiled directly to bytecode. Variable substitution is performed using 'string.Template'. ...
Python

Conversion to unicode or byte string

Python's built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This script introduces an enhanced version of str() and unicode() that could be used as handy functions to convert between byte string and unicode. This is especially useful in debugging when mixup of ...
Python

AWK like text processing

AWK is a text processing language that makes it easy to "search files for lines [...] that contain certain patterns. When a line matches one of the patterns, awk performs specified actions on that line." (GNU Awk User's Guide). This script provides a way to do the same thing in python. ...
Python

Finding and Replacing Nemo

On each keystroke, all matches of the given text are highlighted, and the corresponding replacements are performed. Parts of the regular expression can be selected to make their scope appear in the original text. ...
Python

Indices of a SubString in a Given String

This script uses string.index(sub) function which returns a list of indices of ALL occurances of a substring in the string. ...
Python

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

Convert string to hex

Convert string to hex script converts each char to hex representation and back. ...
Python

DS TypeWriter

DS TypeWriter javascript displays a typewriter effect ...
JavaScript

Javascript BibTeX Editor

It can be used to add, edit, delete and reorder bibliographic references in BibTeX format.InstallationIt can be used by referencing an existing textarea by id or it can be added separately, which will create a new textarea. ...
JavaScript

jQuery Codepress Plugin

jQuery Codepress Plugin makes it easy to install Codepresss on your page in the jQuery way. It integrates Codepresss with the jQuery Form Plugin and enables the contents of Codepress to be submitted via ajax. The code is compatible with all modern web browsers. ...
JavaScript

FontForge

FontForge is an outline font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf, FON, NFNT) fonts, or edit existing ones. It also lets you convert one format to another. FontForge has support for many macintosh font formats.FontForge's user interface has been localized for: ...

Ajax instant edit

This is a small piece of javascript that reads al SPAN tags, checks if it has class="editText" and an id=. If that is true, it adds a onclick function. That onclick function will create a textfield or input (depending on the size of the editable text). Someone has the ability to edit the ...
JavaScript

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

Bluefish

Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites.Features: - Lightweight - Bluefish tries to be lean and clean, as far as possible given ...

phpEditorIDE

phpEditorIDE is an advanced tool for creating web pages in PHP, HTML, CSS, JScript and VBScript. It includes FTP and MySQL clients and other add-ons. ...
Delphi