genext2fs
ext2 filesystem generator for embedded systems
genext2fs is meant to generate an ext2 filesystem as a normal
(non-root) user. It doesn't require you to mount the image file
to copy files on it. It doesn't even require you to be the
superuser to make device nodes.
gengetopt
skeleton main.c generator
gengetopt reads an interface description file, and writes a file containing
a command-line parser function. gengetopt supports: long and short options,
11 types of parameters (including flag, int, double, string, and function
call), and a usage message.
xview-clients
XView client programs
This package contains the client programs from the free XView
distribution, including cmdtool and textedit.
genparse
command line parser generator
From simple and concise specification file, you can define
the command line parameters and switches that you would like
to be able to pass to your program.
Genparse creates the C code of the parser for you, which you can then
compile as a separate file and link with your program.
uim-qt
Universal Input Method - Qt 4.x front end
Uim is an input method module library which supports various scripts and can
act as a front end for a range of input methods, including Anthy, Canna,
PRIME, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and
M17n (for many other languages). Most of its functions are implemented in
Scheme, so it's very simple and flexible.