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 ...
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. ...
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'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 ...
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. ...
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. ...
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. ...
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. ...
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. ...
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 ...
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 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 ...
Notes is a programmer text editor for linux and windows. You can use Notes to edit HTML, JavaScript, CSS, Java, JSP, PHP, Perl, ASP, C, C , Pascal, Delphi, Visual Basic, Assembly, etc. ...