plain2 r2.54 1994/04 by A.Uchida NEC Corporation
usage: plain2 [options] [files ...]
---- parser options ---- ---- output options ----(default)
-table=dd: table factor [0-100](def=50) -roff: troff output
-exam=dd: example factor[0-100](def=50) -ms/-mm: troff macro (mm)
-indsec: sections can be indented -tex: tex output
-ktable:enable JIS keisen table -tstyle=ss:tex style
-ref: figure/picture reference -renum: renumbering only
-[no]listd:list decoration (on)
---- Others ---- -[no]space:spacing (on)
-v: verbose output -[no]pre: preamble block (on)
-dLevel: debug level -[no]acursec: section numbers (off)
----- experimental ---- -raw: quote special chars(off)
-pt=Size: font size -jis: JIS code output
-sjis: Shift-JIS code input/output
-f file: output customization
LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical
linear algebra that solves systems of linear equations and eigenvalue
problems on high performance computer architectures.
Computational support is provided for supports various matrix classes for
vectors, non-symmetric matrices, SPD matrices, symmetric matrices, banded,
triangular, and tridiagonal matrices; however, it does not include all
of the capabilities of original f77 LAPACK. Emphasis is given to routines
for solving linear systems consisting of non-symmetric matrices,
symmetric positive definite systems, and solving linear least-square systems.
Ree stands for ROM extension extractor. Ree will scan your system memory,
address c0000 - f0000 in 512 steps for identification of ROM extensions
(55,aa), if found it will calculate its size (byte after id, multiplied by
512byte steps) and save the output to a .rom file.
This package also comes with fontdump, a program to extract the fonts from your
video BIOS ROMs.
You might ask yourself why collect x86 ROM extensions? It's like collecting
butterflies.
A collection of various .rom files can be found on the project page. Please
submit your ROMs there.
Scapy is a powerful interactive packet manipulation program. It is
able to forge or decode packets of a wide number of protocols, send
them on the wire, capture them, match requests and replies, and much
more. It can easily handle most classical tasks like scanning,
tracerouting, probing, unit tests, attacks or network discovery (it
can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump,
tethereal, p0f, etc.). It also performs very well at a lot of other
specific tasks that most other tools can't handle, like sending
invalid frames, injecting your own 802.11 frames, combining technics
(VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted
channel, ...), etc.
A TACACS+ server that allows authorization and authentication via net
on remote access servers: Authenticate users, authorize commands and log
accounting information.
Version 4 has improved features and bugfixes over the older 2.x versions.
Improved features among others and bugfixes: Microsoft CHAP support.
To enable MSCHAP you need to optain a key from Microsoft, see the FAQ
section in the users guide. Therefore this isn't enabled by default.
Cisco, the original developers, have stopped tac_plus development around
F4.0.4. There are different versions based on Cisco tac_plus, this is the
version from Shrubbery Networks.
V_Sim visualizes atomic structures such as crystals, grain boundaries and so on
(either in .d3 format as defined by F. Lan�on, or in plain text format as
described in the sample page). The rendering is done in pseudo-3D with colored
sphere to represent the atoms. The user can interact through many functions to
choose the view, the size of the atoms, their color, the background color, the
type of fog... Much of it is detailled in the user guide. Moreover V_Sim allows
to export the view as image in GIF, PS or more formats.
Steghide is a steganography tool which is able to hide data in "container
files" and to extract this data again. If you do not know what steganography is
take a look at Neil F. Johnson's paper about steganography at
http://www.jjtc.com/Steganography/
Steghide is designed to be portable and configurable and features hiding data
in bmp, wav and au files, blowfish encryption, MD5 hashing of passphrases to
blowfish keys and pseudo-random distribution of hidden bits ("stego bits") in
the container data.
cdls is a curses-based file manager for quickly browsing directories and
files. The screen can be dynamically adjusted to include all information
(like 'ls -ail'), or just the filenames (multi-column), or anything in
between.
All basic file and directory manipulations are possible with 1 keystroke:
copy, move, delete, view, execute, change owner/group/mode, edit, diff,
link (hard/symbolic), wc, tail -f, cksum, hexdump and many others.
Documentation is self-contained in cdls and consists of two screens from
which each option or subject can be selected to show its info screen.
Whoosh is a fast, featureful full-text indexing and searching library
implemented in pure Python. Programmers can use it to easily add search
functionality to their applications and websites. Every part of how Whoosh
works can be extended or replaced to meet your needs exactly.
Some of Whoosh's features include:
- Pythonic API.
- Pure-Python. No compilation or binary packages needed, no mysterious
crashes.
- Fielded indexing and search.
- Fast indexing and retrieval -- faster than any other pure-Python, scoring,
full-text search solution I know of.
- Pluggable scoring algorithm (including BM25F), text analysis, storage,
posting format, etc.
- Powerful query language.
- Pure Python spell-checker (as far as I know, the only one).
XKeyWrap is a wrapper of key sequence between keyboard and an application
(ex.emacs).
XKeyWrap can record and play key sequence in real time. And XKeyWrap can send
key sequence to an application on other X server over the network.
If you want to read more details, type
% xkeywrap -readme
and
% man xkeywrap
If you want to see a demonstration of XKeyWrap, type
% cp /usr/local/share/examples/xkeywrap/demo.dat .
% cp /usr/local/share/examples/xkeywrap/xkeywrap_demo.c .
% xkeywrap -p -s 2 -f demo.dat -x emacs -geometry 80x25 xkeywrap_demo.c