php-text-figlet
Engine for use FIGlet fonts to rendering text
The Text_Figlet is an engine for using FIGlet fonts to rendering text. With
Text_Figlet you can create ASCII-art like text using FIGlet font description
files (FIGlet fonts). The package supports horizontal smushing, German symbols
(e.g. äöü), RTL and LTR writing directions as well as incomplete and gzipped
fonts (as long as php's zlib extension is installed).
shapelib
Library for reading and writing ESRI Shapefiles - tools
The Shapefile format is a working and interchange format promoted by
ESRI for simple vector data with attributes. It is apparently the only
file format that can be edited in ARCView 2/3, and can also be exported
and imported in ArcGis.
sluice
rate limiting data piping tool
Sluice reads from standard input and write to standard output at a specified
data rate. This can be useful for benchmarking and exercising I/O streaming
at desired throughput rates.
lemon
LALR(1) Parser Generator for C or C++
Lemon is an LALR(1) parser generator for C or C++. It does the same
job as bison and yacc. But lemon is not another bison or yacc
clone. It uses a different grammar syntax which is designed to reduce
the number of coding errors. Lemon also uses a more sophisticated
parsing engine that is faster than yacc and bison and which is both
reentrant and thread-safe. Furthermore, Lemon implements features
that can be used to eliminate resource leaks, making is suitable for
use in long-running programs such as graphical user interfaces or
embedded controllers.
sqlite3
Command line interface for SQLite 3
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.
sqlite3-tools
Command line interface for SQLite 3 (tools)
This package contains various tools such as:
- showdb
- showjournal
- showstat4
- showwal
- sqldiff
- sqlite3_analyzer