GutenMark is a tool for automatically creating high-quality HTML (or LaTeX)
markup from Project Gutenberg etexts. In combination with other freely-
available conversion tools, GutenMark can convert Project Gutenberg etexts
into publication-quality Postscript or PDF, for print-on-demand applications.
This conversion is completely automatic, without manual markup or editing.
Unicode::Unihan - The Unihan Data Base 5.1.0
use Unicode::Unihan;
my $db = new Unicode::Unihan;
print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n";
This module provides a user-friendly interface to the Unicode Unihan
Database 5.1.0. With this module, the Unihan database is as easy as shown in
above.
Inconsolata is a monospace font, designed for code listings and the like, in
print. There are a great many "programmer fonts," designed primarily for use
on the screen, but in most cases do not have the attention to detail for high
resolution rendering.
dwm is a minimalistic window manager. It manages windows in tiling and floating
modes, much like ion, larswm and wmii. dwm however is much smaller, faster and
simpler.
It consists of a single binary, configuration is done at compile-time by a
single config.h file. dwm reads from standard input to print arbitrary status
text such as the date and/or system load.
Usage: cdif [-Bvns] [-A #] [-C #] [-D #] [-I #] [-e #] [-[bwcu]] file1 file2
cdif [-rcs] [-q] [-rrev1 [-rrev2]] [$myname options] file
cdif [$myname options] [diff-output-file]
Options:
-B byte compare
-v use video standout (default for tty)
-n use nroff style overstrike (default for non-tty)
-b ignore trailing blank
-w ignore whitespace
-c[#] context diff
-u[#] unified diff (if diff has -u option)
-e # expression of `word' (default is '\w+')
-s show statistical information at the end
-A, -C, -D (Append, Change, Delete) takes one of
vso: video standout
vul: video underline
vbd: video bold
bd: nroff style overstrike
ul: nroff style underline
or any sequence or sequences separated by comma
-I specify string to be shown on insertion point
Following strings have special meanings.
vbar: print vertical bar at the point
caret: print caret under the point
-diff=command
specify any diff command
bg5pdf 是一个用 PDFlib 来把 Big5 编码的文本文件包装成 PDF 文件的简单的包装器。
其输出文件不包含嵌入的字体。你必须下载 Acrobat Acroread Asianfont 包来查看
和打印其输出文件。该包装器除了简单的换行包装外,不提供任何格式化函数。如果你需要
复杂的格式化,你可以试试 CJK-LaText 或者其它类似工具。
转换中文国标(中文)编码的文本为 PostScript
自动支持 HZ 编码。它甚至允许你混合使用 GB 和 HZ 编码。
例如:
输入: gb2ps -h
输出: GB2PS 的使用方法
输入: gb2ps cm9203d.gb cm
输出: PS programs cm
输入: gb2ps -b 3 -e 5 cm9208a.hz cm
输出: PS program cm from page 3 to page 5.
然后你可以通过发送 PS 输出到你的 PS 打印机来打印出中文文档。
astah* community is a simple and user-friendly UML modeling tool.
astah* community features:
- UML 2.x (Class, UseCase, Sequence, Activity, Communication, Statemachine,
Component, Deployment, Composite Structure, Object and Package Diagrams)
- Suggest Feature
- Alignment Guide
- Customizing Keybinds
- Oval, TextBox, Filled Rectangle, Corner-rounded Rectangle and Texts
- Alignment, Size adjustment
- Print
- Export diagram images (PNG, JPEG) *1
- astah* API (Models of Class, UseCase, Activity, Sequence and Statemachine
Diagrames)
- GUI Localization
*1 The product name is displayed on the corner.
iReport is a powerful, intuitive and easy to use visual report builder/designer
for JasperReports written in 100% pure java. This tool allows users to visually
edit complex reports with charts, images, subreports,... iReport is integrated
with JFreeChart, one of the most diffused OpenSource chart library for java.
The data to print can be retrieved through several ways including multiple JDBC
connections, TableModels, JavaBeans, XML, etc.
This is an interactive shell for Perl, commonly known as a REPL -
Read, Evaluate, Print, Loop. The shell provides for rapid development
or testing of code without the need to create a temporary source code
file.
Through a plugin system, many features are available on demand. You
can also tailor the environment through the use of profiles and run
control files, for example to pre-load certain Perl modules when
working on a particular project.