6 projects tagged "Utilities"
wmluabutton is a general purpose dockapp that is scriptable with lua. It can load and display xpm images at runtime, detect mouse clicks on the images, and can check and update the state regularly. It is intended as a dockapp for X window managers such as Window Maker, AfterStep, BlackBox, and Enlightenment.
AKFAvatar is a fancy graphical user interface for text oriented applications where an avatar appears on the screen and provides information in a balloon. It also supports recorded audio files. Applications for AKFAvatar can be written in Lua, and there are interfaces for C, Objective C, C++, Free Pascal, and GNU Pascal. A number of ready-to-use applications and modules are provided, including a text viewer and a module that makes question-answer exercises. For POSIX-compatible operating systems there is a man page viewer and a terminal emulator, which makes it possible to run many existing terminal-based programs in this fancy environment.
mydp is a program for processing mysqldump files in the manner of ‘awk’. It reads mysqldump SQL statements from standard input and executes Lua callback functions as table definitions and insert statements are encountered. The Lua callback functions are specified in a file passed to mydp via the command line. The callbacks are typically used to filter and process only a small subset of the MySQL dump data and/or save it for further processing. mydp is written in Lex and Lua.