Text Management scripts - Top 4 Download

Text Management script downloads

CE editor

CE is a simple, easy to use unix text editor. CE will allow new-comers to unix and those who aren't technically minded, or those who just dont want to have to learn one of the initially user unfriendly editors that are commonly found in a unix environment. Features: - Word Wrap ...

Convert a string into a raw string

This script contains a function that takes in an arbitrary string and converts it into its raw string equivalent. It is very useful when a user needs to input text and you want the raw equivalent to be used and not the processed version. ...
Python

IXMLDOMText

IXMLDOMText represents the text content of an element or attribute. ...

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

JasperReports

JasperReports is a powerful open source Java reporting tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files. It is entirely written in Java and can be used in a variety of Java enabled applications, including J2EE ...

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

Post it note

This is a cross browser "post-it note" script. You can use it to broadcast special events or news on your site. Easily dismissed, the script also allows you to specify the frequency of its appearance (either once per browser session, or every time the page containing it is loaded). And last ...
JavaScript

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

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

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

Word2x

Word2x is a program for converting word documents to text without any Microsoft software to help you, including non-microsoft operating systems (and therefore no OLE dll's, etc).The currently supported output formats are plain text, LaTeX and HTML. The program converts word to a central format and output modules write the desired ...

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

PHP Pdf creation

This class is designed to provide a non-module, non-commercial alternative to dynamically creating pdf documents from within PHP.In order to create simple documents with ease a class extension called 'ezPdf' has been developed, at the moment this includes auto page numbering,sentation, text wsentation, text wrapping to new pages, etc. ...

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

Time of day message

This script allows you to broadcast a different message on your visitors depending on the time of the day. The script distinguishes between morning, noon, afternoon, evening, night, and midnight . The script is very easy to customize andd implement into any website. ...
JavaScript

Hebrew Editor

The Hebrew Editor package is intended mostly for Hebrew speaking users for creating and editing Hebrew/English LaTeX documents. This package provides a text (terminal) based word processor which is extreamly LaTeX oriented. Requirements: · LaTeX ...

WP2PDF

“WordPress to PDF” (Short: WP2PDF) is a script (or rather a collection of scripts) which can convert the output of WordPress to PDF (Portable Document File), a very popular document format created by Adobe which has the advantage that its content looks the same on every platform, regardless whether or not ...

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

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

Convert DB Fixed Width Output to CSV Format

This program takes an input of a fixed width database output file with a header names, dashes, and data and converts it into CSV data. The code assumes that the dashes represent the fixed-column widths. For simplicity, all quotes are removed from data and all columns are wrapped with quotes. ...
Python