Text Management scripts - Top 4 Download

Text Management script downloads

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

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

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

Fontlinge

This script searches for font files and sorts them into folders by name.Fontlinge will: - find your fonts - rename files, i.e. from 'AGARBI.TTF' to 'Adobe_Garamond_Bold_Italic.ttf' - create a folder-structure - move the files to the right place - find and removes duplicate files - reunion postscript ...

fntsample

This is a program for making font samples that show Unicode coverage of the font and are similar in appearance to Unicode charts. Samples can be saved as PDF or PostScript files. These are generic installation instructions.The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. ...

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

Less

Less is a pager. A pager is a program that displays text files. Other pagers commonly in use are more and pg. Pagers are often used in command-line environments like the Unix shell and the MS-DOS command prompt to display files. Windowed environments like the Windows and Macintosh desktops don't need ...

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

Php Syntax Highlighter script

This php script converts your php code into a syntax colored html text.Just copy your original code and it generates the html code for you and displays a preview from it. ...

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

Format a text block

This function formats a block of text. The text is broken into tokens. (Whitespace is NOT preserved.) The tokens are reassembled at the specified level of indentation and line width. A string is returned. ...
Python

Converting Word documents to text

Converting Word documents to text script allows you to convert word documents to text files. ...
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

Accessing Substrings

This script is useful when you want to access portions of a string. For example, you've read a fixed-width record and want to extract the fields. ...
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

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

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

Yet Another Python Templating Utility YAPTU

"Templating" (copying an input file to output, on the fly inserting Python expressions and statements) is a frequent need, and YAPTU is a small but complete Python module for that; expressions and statements are identified by arbitrary user-chosen regular-rexpressions. ...
Python

Single pass Multiple Replace

This script shows you how to use the Python standard re module to perform single-pass multiple string substitution using a dictionary. ...
Python

LaTeX codec

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