13 projects tagged "Linux"
The gps_installer is a GTK+ application used to integrate custom Ada library projects into the Gnat Programming Studio (GPS). The installer is designed to be as simple as possible. It takes the directory where the source files are located and the list of files to install. The installer tries to figure out where to move the files and how to process them. No specific actions need to be specified.
acolor (Ada/ANSI color) is a simple Ada program that makes it easy to color and format output from shell scripts. It does this by converting combinations of readable arguments (bold, red, green, underline, etc.) into an ANSI escape sequence that your terminal emulator or console may understand. It is Moshe Jacobson's color rewritten in Ada.
votmic is a Web voting system for small virtual societies. Each member receives a specific URL every time there is a new issue to vote on. By going to that URL and clicking an option, his vote is recorded. The current results and who voted for what and from what IP address are displayed to all members, so votes can't be tampered with. If one votes repeatedly, only the last vote is considered.
LinXtris is a simple Tetris clone. Although the name is inspired on Linux, the game is designed to run on any platform that supports the Gnat Ada compiler, the Gtk+ toolkit and the GtkAda binding. This game should compile easily on any *nix and Windows system since GtkAda using Gnat does not require a makefile for each specific platform.
Fenris is a multipurpose tracer, debugger, and code analysis tool that detects and documents high-level language constructions, can recover symbols, graph program execution flow, detect internal functions, recover symbol tables, and deal with anti-debugging protection. It features a command-line interface as well as a SoftICE-alike GUI and Web frontend.