The tools section contains anything from a Unix programming tool to 3d engines. Here we have a vast assortment of tools that can help you with hundreds of different tasks.
aCe
- Version: Stable 0.5.10
- Byte Size: 1.4 MB (1,481,985 bytes)
- License: GPL
- Revision Date: February 9th, 1999
- Home Page: http://http://newton.gsfc.nasa.gov/aCe/
- Binary: RPM
- Description: aCe is a data-parallel computing environment designed to improve the adaptability of algorithms to diverse architectures.

[Back to Top]
Aegis
- Version: Stable 3.21
- Byte Size: 1.3 MB (1,404,928 bytes)
- License: GPL
- Revision Date: March 13th, 2000
- Home Page: http://www.canb.auug.org.au/~millerp/aegis.html
- Binary: Debian
- Description: Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible.

[Back to Top]
AMC
- Version: Stable 3.6.1 / Development
- Byte Size: 144.0 KB (147,456 bytes)
- License: Restricted
- Revision Date: March 15th, 2000
- Home Page: http://www.freeyellow.com/members7/mygfya/amc/
- Description: AMC is a programmable compiler. The most common configuration is that of a C preprocessor to add custom syntax to C programs. It includes extra features such as modules and Object-Orientation.

[Back to Top]
asmutils
- Version: Stable 0.07
- Byte Size: 120.0 KB (122,880 bytes)
- License: GPL
- Revision Date: March 15th, 2000
- Home Page: http://lightning.voshod.com/asm/
- Description: asmutils is a set of different utilities for Linux/i386 written in assembly language featuring smallest possible size. It is great for small distributions. Also its goal is to encourage assembly programmers write for Linux and to show basic principles of doing this.

[Back to Top]
Autoconfigure
- Version: Stable 2.13
- Byte Size: 433.5 KB (443,873 bytes)
- License: GPL
- Revision Date: October 2, 1999
- Home Page: http://www.gnu.org/
- Binary: Slackware
RPM
Sparc
Noarch
Alpha
- Description: GNU's "autoconf" is a tool for source and Makefile configuration. It assists the programmer in creating portable and configurable packages by allowing the person building the package to specify various configuration options.

[Back to Top]
Automake
- Version: Stable 1.4
- Byte Size: 345.0 KB (353,241 bytes)
- License: GPL
- Revision Date: January 15, 1999
- Home Page: http://sourceware.cygnus.com/automake/
- Binary: Slackware Source
Noarch
RPM
Alpha
- Description: Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. Automake is a Perl script

[Back to Top]
BISON
- Version: Stable 1.25
- Byte Size: 280.5 KB (287,239 bytes)
- License: GPL
- Revision Date: December 16, 1998
- Home Page: http://www.gnu.org/
- Binary: RPM
Solaris
PPC
Alpha
Mipseb
M68K
- Description: This is the GNU parser generator which is mostly compatible with yacc. Many programs use this as part of their build process. Bison is only needed on systems that are used for development.

[Back to Top]
Byacc
[Back to Top]
C-Mix
[Back to Top]
Cdecl
- Version: Stable 2.5
- Byte Size: 20.9 KB (21,435 bytes)
- License: Distributable
- Revision Date: December 18, 1998
- Binary: RPM
PPC
Alpha
Sparc
M68K
Mipseb
- Description: This is a package to translate English to C/C++ function declarations and vice versa. It is useful for programmers.

[Back to Top]
CGI++
- Version: Stable 0.7
- Byte Size: 86.7 KB (88,823 bytes)
- License: GPL
- Revision Date: June 21, 1999
- Home Page: http://www.sashanet.com/internet/download.html#anc1/
- Binary: Noarch
- Description: CGI++ is a tool that facilitates writing CGI/Database applications in C++. It pre-processes a C++ source with embedded CGI++ macros and generates compilable C++ code. It will also process your HTML and generate form parsing classes with appropriate constructors. Many desirable features are yet to be implemented, but you can use what is already available to speed up your C++ CGI/Database development by quite a bit.

[Back to Top]
CGI::XMLForm
- Version: Stable 0.09
- Byte Size: 15.2 KB (15,598 bytes)
- License: GPL
- Revision Date: June 08, 1999
- Home Page: http://sergeant.org/
- Description: CGI::XMLForm allows properly written forms to generate complex XML structures on the backend. The form designer uses XSL/XQL style patterns to name form elements. This module then generates XML based on those form elements. The module also includes a very simple XQL-like search utility that aids building interactive XML editing applications.

[Back to Top]
cgvg
- Version: Stable 1.6.0
- Byte Size: 39.2 KB (40,103 bytes)
- License: GPL
- Revision Date: November 3, 1999
- Home Page: http://linux.ucla.edu/~uzi/cgvg.html
- Description: cgvg is a pair of Perl scripts ("cg" and "vg") which act as wrappers for find and grep. The main idea is to act as a temporary replacement for cscope until there is a good GPLed cscope available. "cg" does the grep through code, storing the info in a text file in the user's home directory, and "vg" lets the user open on editor at the line in the file where a particular match was found. Some features include color highlighting, human-readable output, resizing to screen width, support for many editors, etc.

[Back to Top]
Clig
- Version: Stable 1.9.6
- Byte Size: 56.0 KB (57,344 bytes)
- License: GPL
- Revision Date: March 8th, 2000
- Binary: RPM
- Description: Clig generates C-code to take apart the typical command line of a C program. Input to clig is a simple description file. It specifies the name of options, their type (Flag, String, Float, Int), the range of the number of parameters, the allowed range (for Int and Float), whether the option must show up on the command line and a string to put in a usage message. Clig generates self contained C-code to be compiled into your program. Besides the command line interpreter it creates a usage message and the skeleton of a manual page. Clig does a lot more than getopt.

[Back to Top]
code2html
- Version: Stable 0.8.8b
- Byte Size: 158.9 KB (162,742 bytes)
- License: GPL
- Revision Date: January 28, 2000
- Home Page: http://www.cosy.sbg.ac.at/~ppalfrad/code2html/
- Binary: RPM
- Description: code2html.pl converts a program's source code to syntax highlighted HTML. Syntax highlighting for the following languages is supported: Ada 95, C, C++, HTML, Java, JavaScript, Makefile, Pascal, and Perl. code2html can be run from the commandline or as a CGI script.

[Back to Top]
CORBA
- Version: Development 19990302
- Byte Size: 416.0 KB (425,965 bytes)
- License: LGPL
- Revision Date: March 2, 1999
- Binary: RPM
- Description: It allows programs to send requests to other programs and receive replies from the same, regardless of the locations of each program.

[Back to Top]
Ctags
- Version: Stable 3.3.1
- Byte Size: 131.8 KB (135,002 bytes)
- License: GPL
- Revision Date: September 20, 1999
- Binary: PPC
RPM
Alpha
Sparc
M68K
- Description: A better ctags which generates tags for all possible tag types: macro definitions, enumerated values (values inside enum{...}), function and method definitions, enum/struct/union tags, external function prototypes (optional), typedefs, and variable declarations. It is far less easily fooled by code containing #if preprocessor conditional constructs, using a conditional path selection algorithm to resolve complicated choices, and a fall-back algorithm when this one fails. Can also be used to print out a list of selected objects found in source files.

[Back to Top]
DIPC
- Version: Stable 1.1c / Development 2.0 pre 10
- Byte Size: 230.7 KB (236,253 bytes)
- License: GPL
- Revision Date: May 14, 1999
- Home Page: ftp://wallybox.cei.net/pub/dipc/
- Description: DIPC enables you to build and program distributed (multi-computer) systems very easily. It works by making System V IPC mechanisms (shared memories, semaphores and messages) network transparent.

[Back to Top]
Dldialog
- Version: Stable 1.3.4
- Byte Size: 653.6 KB (669,241 bytes)
- License: GPL
- Revision Date: Febraury 18, 2000
- Home Page: http://dldialog.linuxbox.com/
- Binary: RPM Source
- Additional Software Required: TVision
- Description: Dldialog is a utility that allows you to easily build user interfaces with simple scripts. You can call DLDialog from within a shell script to ask the user questions or present choices in a user friendly manner

[Back to Top]
doc
- Version: Stable 1.6
- Byte Size: 67.9 KB (69,500 bytes)
- License: GPL
- Revision Date: January 7, 1999
- Home Page: ftp://ftp.metalab.unc.edu/pub/Linux/apps/doctools
- Description: Generates documentation from sources.
C, C++ and bourne-shell sources are supported.
Use 'doc' to generate documentation
Use 'docver' to change the version of a set
of files.

[Back to Top]
DOC++
- Version: Stable 3.4.2
- Byte Size: 183.3 KB (187,663 bytes)
- License: GPL
- Revision Date: March 6, 2000
- Home Page: http://www.zib.de/Visual/software/doc++/
- Binary: Generic
RPM
Source
Alpha
Sparc
- Additional Software Required: LaTeX,Ghostscript
- Note: Full Documentation
- Description: Doc++ implements a Javadoc like system of extracting comments from either C, C++ or Java, and collating either an HTML or TeX output. This allows for easy visualisation of complex class heirarchies, rapid method finding, argument cross-referencing and much more.

[Back to Top]
Double Choco Latte
- Version: Stable 2000209
- Byte Size: 102.3 KB (104,792 bytes)
- License: GPL
- Revision Date: February 11, 2000
- Home Page: http://dcl.netpedia.net/
- Description: Double Choco Latte is a system for tracking bugs, changes, enhancements, requests for software. The system is suited for multiple products and multiple accounts (clients). It is in its infancy now and should only be downloaded by experienced users. Once the web interface is completed, a Java 2/Swing enabled version will be started.

[Back to Top]
Eraserhead RPG
- Version: Stable 0.0.6
- Byte Size: 142.6 KB (146,063 bytes)
- License: GPL
- Revision Date: April 29, 1999
- Home Page: http://rpg.netpedia.net/
- Description: Eraserhead RPG is an RPG/II, RPG/III compiler for Linux (and other systems). The initial project goal is to be able to port System/36 and AS/36 RPG sources without modification; once that is finished, we will probably move on to RPG/IV (RPG/400) sources.

[Back to Top]
Expect
- Version: Stable 5.27
- Byte Size: 449.2 KB (460,025 bytes)
- License: Free Software
- Revision Date: July 12, 1999
- Home Page: http://expect.nist.gov/
- Binary: RPM
PPC
Alpha
PPC
Sparc
- Description: Expect is a tool for automating interactive applications such as Telnet, FTP, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff trivial. Expect is also useful for testing these same applications.

[Back to Top]
Flex
- Version: Stable 2.5.2
- Byte Size: 372.1 KB (380,995 bytes)
- License: GPL
- Revision Date: August 10, 1998
- Binary: PPC
Alpha
Sparc
RPM
- Description: This is the GNU fast lexical analyzer generator. It generates lexical tokenizing code based on a lexical (regular expression based) description of the input. It is designed to work with both yacc and bison, and is used by many programs as part of their build process.

[Back to Top]
for2html
- Version: Stable 1.2
- Byte Size: 11.8 KB (12,090 bytes)
- License: GPL
- Revision Date: March 1, 2000
- Home Page: http://www.e13.physik.tu-muenchen.de/Wuttke/f2h.html
- Description: for2html is a Perl script that translates Fortran sources into HTML pages,
automatically generating forward and backward links to SUBROUTINE and FUNCTION
calls.

[Back to Top]
FoxPilot
- Version: Development 0.02b
- Byte Size: 66.8 KB (68,368 bytes)
- License: GPL
- Revision Date: June 07, 1999
- Home Page: http://ipro.lug.usf.edu/~celer/foxpilot/
- Binary: RPM
- Description: FoxPilot is a visual development tool for the FOX widget set. Using FoxPilot you should be able to design interfaces that will compile in both Windows and Unix. The current version does not yet generate code

[Back to Top]
FreeVSD
- Version: Stable 1.4.0
- Byte Size: 641.0 KB (656,379 bytes)
- License: GPL
- Revision Date: February 11, 2000
- Home Page: http://www.freevsd.org
- Description: FreeVSD facilitates true Linux Virtual Servers within a 'chroot' environment, allowing Web servers and other applications to be deployed and administered discretely, without compromise to security.
Each Virtual Server has its own IP address(es), Apache webserver, and view of the process table.
FreeVSD expands the Linux system by creating a pseudo-'super user' (admin) for each Virtual Server. The admin user has the ability to create extra POP3/FTP and Telnet users and also administrate vital services such as the webserver.

[Back to Top]
gide
- Version: Development 0.1.7
- Byte Size: 439.0 KB (449,539 bytes)
- License: GPL
- Revision Date: March, 2, 2000
- Home Page: http://gide.pn.org
- Binary: Generic
Debian
RPM
- Description: IDE for development of GNOME programs.

[Back to Top]
GLOBAL
- Version: Stable 3.51
- Byte Size: 187.4 KB (191,852 bytes)
- License: Freeware
- Revision Date: August 27, 1999
- Home Page: http://wafu.netgate.net/tama/unix/global.html
- Binary: RPM
Alpha
- Description: GLOBAL is a browsing system for C, Yacc and Java source code. With GLOBAL, you can find the locations of function definitions and functions references in source files. It is useful if you want to hack a large project containing many subdirectories, many '#ifdef' and many main() functions, such as MH, X, Mozilla or BSD kernel.

[Back to Top]
GNU Automake
- Version: Stable 1.4
- Byte Size: 345.0 KB (353,241 bytes)
- License: GPL
- Revision Date: January 15, 1999
- Home Page: http://www.gnu.org/
- Description: Automake is an experimental Makefile generator. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets.

[Back to Top]
GNU Binary Development Utilities
- Version: Stable 2.9.5.0.12
- Byte Size: 6.2 MB (6,544,827 bytes)
- License: GPL
- Revision Date: June 23, 1999
- Description: Binutils is a collection of utilities necessary for compiling programs. It includes the assembler and linker, as well as a number of other miscellaneous programs for dealing with executable formats.

[Back to Top]
GNU Debugger
- Version: Stable 4.18
- Byte Size: 11.1 MB (11,657,032 bytes)
- License: GPL
- Revision Date: April 14, 1999
- Home Page: http://www.gnu.org/software/gdb/gdb.html
- Description: This is a full featured, command driven debugger. It allows you to trace the execution of programs and examine their internal state at any time. It works for C and C++ compiled with the GNU C compiler gcc, and now supports features like debugging across forks.

[Back to Top]
GNU m4
- Version: Stable 1.4 / Development 1.4p pre2
- Byte Size: 310.1 KB / 673.1 KB
- License: GPL
- Revision Date: November, 1998 / February 17, 2000
- Home Page: http://www.seindal.dk/rene/gnu/
- Description: GNU m4 is an implementation of the traditional Unix macro processor. GNU m4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.

[Back to Top]
GNU make
- Version: Stable 3.77
- Byte Size: 652.9 KB (668,524 bytes)
- License: GPL
- Revision Date: August 1, 1998
- Home Page: http://www.gnu.org/software/make/make.html
- Description: GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. GNU Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files.

[Back to Top]
GNU Plotutils
- Version: Stable 2.3
- Byte Size: 3.0 MB (3,124,258 bytes)
- License: GPL
- Revision Date: March 20th, 2000
- Home Page: http://ww.gnu.org/software/plotutils/plotutils.html
- Description: The GNU plotutils (plotting utilities) package, a thread-safe function library for
exporting two-dimensional vector graphics files, and for displaying
animated vector graphics under the X Window System.

[Back to Top]
GNU shtool
- Version: Stable 1.4.7
- Byte Size: 56.0 KB (57,344 bytes)
- License: GPL
- Revision Date: March 14th, 2000
- Home Page: http://www.gnu.org/software/shtool/
- Description: GNU shtool is a compilation of small but very stable and portable shell scripts into a single shell tool. All ingredients were in successful use over many years in various free software projects. The compiled shtool program is intended to be used inside the source tree of free software packages. There it can overtake various (usually non-portable) tasks related to the building and installation of an free software package. (LAN).

[Back to Top]
GPL Argument Analyser
- Version: Stable 1.5
- Byte Size: 70.5 KB (72,173 bytes)
- License: GPL
- Revision Date: March 31, 1999
- Home Page: http://gaa.netpedia.net/
- Description: Helps programmers to analyze the arguments given to their program from the command line or from a configuration file. You will only have to write a text file written in the GAA language, and GAA provides you with .c and .h files to manage the arguments.

[Back to Top]
GTK Eiffel
- Version: Stable 0.3.4
- Byte Size: 271.1 KB (277,631 bytes)
- License: BSD
- Revision Date: January 28, 2000
- Home Page: http://www.netlabs.net/hp/richieb/gtk_eiffel.html
- Description: GTK is a binding between Eiffel programming language and the GTK+ widget toolkit. eGTK works with two compilers: the GNU SmallEiffel compiler and ISE Eiffel (commercial compiler). Version 0.3.2 includes bindings to all basic widgets, a better callback architecture. The bindings are not yet complete.

[Back to Top]
Gtkjoy
- Version: Development 0.2
- Byte Size: 46.5 KB (47,663 bytes)
- License: LGPL
- Revision Date: June 21, 1999
- Home Page: http://trylinux.com/projects/joystick/
- Description: GtkJoy is a sample event-driven application for the Linux Joystick Driver and Gtk+ 1.2. It was written to encourage support for joysticks in Linux games. The example program displays a pixmap (loaded from a XPM file) and the joystick controls the "crosshairs". It also provides an example of "double-buffering", i.e. drawing into an off-screen buffer. Multiple joystick axis and buttons are supported.

[Back to Top]
HexEd
- Version: Stable 1.2
- Byte Size: 560.0 KB (573,487 bytes)
- License: GPL
- Revision Date: January 15, 1999
- Note: Also available RPM 1.2
- Description: HexEd is a small binary editor.

[Back to Top]
Hexedit
- Version: Stable 1.1.0
- Byte Size: 38.6 KB (39,569 bytes)
- License: Free
- Revision Date: August 8, 1999
- Home Page: http://www.chez.com/prigaux/
- Binary: Dynamic
Alpha
Sparc
RPM
Source
- Description: Hexedit allows you to edit files on your computer, breaking them down into their hexadecimal components. A great program for hacking statistics in games, for example.

[Back to Top]
ISDK
- Version: Stable 2.0.0beta3
- Byte Size: 183.7 KB (188,129 bytes)
- License: GPL
- Revision Date: June 08, 1999
- Home Page: ftp://ftp.revai.hu/pub/isdk/
- Description: The Information System Development Kit gives the developer a platform-independent method of creating Information Systems with data forms, SQL database access, database-browsing support, report generator and many other useful features. ISDK is now in a development stage and it is available only for the Linux operating system. The form module now works on text terminals using the ncurses library (not functional right now), and on the X-Window system using the GTK+ toolkit.

[Back to Top]
jDBA
- Version: Development 0.2
- Byte Size: 16.1 KB (16,534 bytes)
- License: Open Source
- Revision Date: June 21, 1999
- Home Page: http://www.techgnosis.org/
- Description: jDBA is database administration tool being written in Java. It will be able to manage multiple instances from a variety of DBMS such as Oracle, Informix, Sybase, MySQL, and others. Although jDBA is in the very early stages of development, it can already be used to connect to Oracle instances, visually represent the instance's tables and columns, view and edit data, and has other functionality such as tablespace, segment, and user control under development.

[Back to Top]
JDBC Driver
- Version: Stable 6.5.2
- Byte Size: 179.9 KB (184,184 bytes)
- License: GPL
- Revision Date: January 7, 2000
- Home Page: http://www.retep.org.uk/postgres/
- Description: This package provides a JDBC Driver for the PostgreSQL DBS.

[Back to Top]
LAM
- Version: Stable 6.4-a2
- Byte Size: 1.4 MB (1,466,264 bytes)
- License: Freeware
- Revision Date: January 28, 2000
- Home Page: http://www.mpi.nd.edu/lam/
- Binary: RPM
Alpha
- Description: Freeware implementation of the Message Passing Interface (MPI)
parallel programming API that is especially friendly to
clusters. Includes a persistent run-time environment for parallel
jobs, as well as support for all of MPI-1 (except MPI_Canceling sent
messages), and a good chunk of MPI-2, such as spawn, one-way
communication, C++ bindings, and MPI-IO (provided by the ROMIO package
from Argonne National Labs). LAM/MPI version 6.3.x is the current
stable release. LAM/MPI 6.4.x is also available, and includes support
for Interoperable MPI (IMPI).

[Back to Top]
libtool
- Version: Stable 1.3b
- Byte Size: 561.8 KB (575,277 bytes)
- License: GPL
- Revision Date: July 07, 1999
- Home Page: http://www.gnu.org/software/libtool/
- Binary: RPM
Sparc
Noarch
- Description: libtool is used to assist in the development and management of libraries, and is available for many platforms.

[Back to Top]
lperfex
- Version: Stable 0.2
- Byte Size: 14.0 KB (14,338 bytes)
- License: GPL
- Revision Date: December 23, 1999
- Home Page: http://www.osc.edu/~troy/lperfex/
- Additional Software Required: Perf. Counters Patch
- Description: lperfex is a utility which accesses the
hardware performance counters on Intel
P6-based Linux systems to measure
performance characteristics of other
programs. It functions similarly to the
Cray UNICOS hpm and the SGI IRIX perfex
utilities, in that you can use lperfex
to measure performance metrics like
megaflops on existing applications without
having to recompile or instrument them.

[Back to Top]
makemake
- Version: Stable 2.6.0
- Byte Size: 348.5 KB (356,813 bytes)
- License: GPL
- Revision Date: July 13, 1999
- Binary: RPM
PPC
- Description: A makefile creation utility.

[Back to Top]
mmake
- Version: Stable 1.32
- Byte Size: 23.0 KB (23,594 bytes)
- License: GPL
- Revision Date: July 10, 1999
- Home Page: http://www.tildeslash.com/mmake/
- Description: mmake will generate a Makefile for Java programs. It supports packages, JavaDoc, Cleanup, preprocessor support for version handling, Jar files, Installation, and many more functions.

[Back to Top]
MRPC
- Version: Stable 0.9
- Byte Size: 26.7 KB (27,328 bytes)
- License: GPL
- Revision Date: May 21, 1999
- Description: MRPC is an open source remote procedure call system. It consists of a code generator and a transport interface. Sample transport code is provided for TCP/IP and anonymous pipes. New transports are very easy to define. Using MRPC it becomes extremely easy to create programs that utilize fairly advanced networking and interprocess communication in a completely typesafe environment. The code is well crafted and includes detailed documentation.

[Back to Top]
Ncurses Hexedit
- Version: Stable 0.9.7
- Byte Size: 161.2 KB (165,110 bytes)
- License: GPL
- Revision Date: August 27, 1999
- Home Page: http://ccwf.cc.utexas.edu/~apoc/programs/c/hexedit/
- Binary: Debian
RPM
- Description: Hexedit is a full screen text mode Hex editor using the curses library. It allows editing of files in hex or ascii mode, inserting or deleting bytes, fast string or byte searches, easy file selections, base converter, and undo with highlighted changes.

[Back to Top]
NetRawIP
- Version: Stable 0.09
- Byte Size: 31.2 KB (31,931 bytes)
- License: GPL
- Revision Date: December 1, 1999
- Home Page: http://quake.skif.net/RawIP/
- Description: NetRawIP is a Perl extension for manipulation of raw IP packets with an interface to libpcap. This package provides a class object which can be used for creating, manipulating and sending raw IP packets and manipulation of ethernet headers.

[Back to Top]
Newt
- Version: Stable 0.30
- Byte Size: 98.1 KB (100,487 bytes)
- License: LGPL
- Revision Date: August 18, 1998
- Binary: RPM
Sparc
Alpha
- Description: Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. This package contains the shared library for programs that have been built with newt as well as a /usr/bin/dialog replacement called whiptail as well as the development libraries.

[Back to Top]
OpenLDAP
- Version: Stable 1.2.7 / Development Beta
- Byte Size: 1002.0 KB / 949.5 KB
- License: GPL
- Revision Date: January 25, 1999
- Binary: RPM
Alpha
Sparc
- Description: OpenLDAP is an open source suite of LDAP applications and development tools.

[Back to Top]
ORBit
- Version: Stable 0.5.1
- Byte Size: 1.0 MB (1,061,924 bytes)
- License: LGPL
- Revision Date: February 22, 2000
- Home Page: http://www.labs.redhat.com/orbit/
- Binary: Slackware,
RPM,
Sparc
Alpha
- Description: ORBit is a high-performance CORBA ORB with support for the C language. It allows programs to send requests to other programs and receive replies from the same, regardless of the locations of each program.

[Back to Top]
PETE
- Version: Stable 2.0
- Byte Size: 131.9 KB (135,083 bytes)
- License: Free for Non-Commercial Use
- Revision Date: July 9, 1999
- Home Page: http://www.acl.lanl.gov/pete/index.html
- Description: PETE (Portable Expression Template Engine) uses C++ recursively-defined templates for transforming certain kinds of C++ statements into other statements with the same effect, but higher performance.

[Back to Top]
PGI Workstation
- Version: Stable 3.0
- Byte Size: 13.4 MB (14,018,782 bytes)
- License: Commercial
- Revision Date: August 22, 1999
- Evaluation Period: 15 days
- Home Page: http://www.pgroup.com/
- Description: a suite of parallel Fortran, C and C++ compilers and tools. PGI Workstation 3.0 is supported on Intel processor-based workstations, servers, and clusters running the Linux, Solaris86 and NT operating systems. Supports HPF/F90/F77/C/C++. Significant features in the PGI Workstation 3.0 release include: Release 2.38 EDG C++ front-end; Native auto-parallelization and OpenMP; C++ Class member templates; Native HPF with HPF 2.0 extensions; C++ Partial specialization and ordering; Interoperable with gcc, g77, and gdb; C++ Explicit template qualification; Integrated cpp pre-processing; SGI-compatible C/C++ parallel pragmas; Byte-swapping I/O; DEC/IBM/Cray Fortran extensions; Interoperability with Softway Interix 2.2; Pre-compiled LAPACK, assembly BLAS; ANSI and K&R C compilation modes.

[Back to Top]
PHP layout
- Version: Stable 1.0beta
- Byte Size: 8.4 KB (8,642 bytes)
- License: Freely Distributed
- Revision Date: June 18, 1999
- Home Page: http://www.vhconsultants.com/layout.htm
- Description: The first usable (freely available) PHP3web page layout package written completely in PHP3. Now you can write your dynamic website/web applications completely in PHP3 and without worrying about the HTML tags. PHP Layout Class is free and come with complete documentation and examples. It is the package for serious PHP developers.

[Back to Top]
Qscheme
- Version: Stable 0.3.1 / Development
- Byte Size: 511.5 KB (523,778 bytes)
- License: GPL
- Revision Date: March 10th, 2000
- Home Page: http://www.sof.ch/dan/qscheme/index-e.html
- Description: Qscheme is a fast and small implementation of Scheme written in C. QScheme is easy to interface and should be easy to use as an extension language. QScheme currently supports foreign function call and dynamic library. A perl like regular expression module is provided as example. QScheme is really fast: benchmarks shows that it is generally between 2 and 70 times faster than other scheme interpreters.

[Back to Top]
regexplorer
- Version: Stable 0.1.4
- Byte Size: 20.5 KB (20,952 bytes)
- License: GPL
- Revision Date: January 16, 2000
- Home Page: http://qtvu.netpedia.net/regexplorer/download.html
- Binary: RPM
- Description: RegExplorer is a visual regular expression explorer, it allows for writing regular expressions and visually see the matches, thus making regular expression much easier to write and maintain.

[Back to Top]
retepPDF
- Version: Stable 1.1
- Byte Size: 71.4 KB (73,114 bytes)
- License: LGPL
- Revision Date: June 15, 1999
- Home Page: http://www.retep.org.uk/pdf/
- Description: retepPDF is a library that allows a Java application or servelet to generate Adobe PDF 1.2 files on the fly. It accomplishes this without any native code, and should run on any post 1.1.6 JVM.

[Back to Top]
RHIDE
- Version: Stable 1.4.7
- Byte Size: 1.3 MB (1,359,537 bytes)
- License: GPL
- Revision Date: January 1, 1999
- Home Page: http://www.tu-chemnitz.de/~sho/rho/rhide-1.4/rhide-linux.html
- Binary: RPM
- Description: RHIDE is an integrated development environment for Linux. RHIDE is NOT a compiler, it is a program to give you a friendlier user interface to the compilers which come with Linux. It has a very familiar Borland IDE feel to it.

[Back to Top]
sci
- Version: Stable 0.5.6
- License: GPL
- Revision Date: July 16, 1999
- Home Page: http://linuxparts.com/software.html
- Description: sci builds multi-user data entry screens from an extended ASCII template which is created by an editor such as vi. The data input into a screen is saved in an extended ASCII tab-delimited file. The record locking is NFS capable. The data may be both timestamped and serial numbered by the program. The template may supply default values for a data entry field, and fields my be marked as numeric data, or alphabetic only. sci uses curses for screen control, and protects non data entry sections of the screen from alteration. sci is meant to be used with sort, grep, cut, sed, and awk from shell scripts to build applications.

[Back to Top]
SENSE
- Version: Stable 1.0.0 / Development 1.0.5
- Byte Size: 53.2 KB / 67.2 KB
- License: GPL
- Revision Date: August 29, 1999
- Description: SENSE is a highly portable, all software DSM system featuring high performance, normal variable semantics for accessing shared memory and interesting architectural features like a dynamic unit of coherence. Using SENSE you can utilize the power of several workstations.

[Back to Top]
SetEdit
- Version: Stable 0.4.35
- Byte Size: 1.0 MB (1,061,312 bytes)
- License: GPL
- Revision Date: April 26, 1999
- Home Page: http://www.geocities.com/SiliconValley/Vista/6552/
- Description: Setedit is a text editor specially designed for programmers. It has a nice interface with mouse, menues and windows (text mode). The editor is a very good choice for people with DOS background, especially people accustomed to WordStar and Borland editors. The editor has overlapped windows so you can see more than one file at the same time, configurable syntax highlighting, macros, rectangular selection, block indentation, as well as customizable keyboard and menues.

[Back to Top]
sh-utils
- Version: Stable 2.0
- Byte Size: 1.2 MB (1,243,391 bytes)
- License: GPL
- Revision Date: August 8, 1999
- Home Page: http://www.gnu.org/software/shellutils/shellutils.html
- Binary: Source
Sparc
Alpha
- Description: sh-utils is a package of small shell programming utilities. They are mostly compliant with POSIX.2, where applicable. The programs that can be built with this package are basename, chroot, date, dirname, echo, env, expr, factor, false, groups, hostname, id, logname, nice, nohup, pathchk, printenv, printf, pwd, seq, sleep, stty, su, tee, test, true, tty, uname, users, who, whoami, and yes.

[Back to Top]
SmallEiffel
- Version: Stable 0.77
- Byte Size: 7.3 MB (7,645,696 bytes)
- License: GPL
- Revision Date: February 14, 2000
- Home Page: http://smalleiffel.loria.fr/index.html
- Binary: RPM
- Description: SmallEiffel is The GNU Eiffel Compiler. This is a free Eiffel compiler distributed under the terms of the GNU General Public License. It is intended to be a complete, though small and very fast, free Eiffel compiler. The current distribution includes an Eiffel to C compiler, an Eiffel to Java bytecode compiler, a documentation tool, a pretty printer and various other tools. Eiffel is an advanced object-oriented programming language that emphasizes the design and construction of high-quality and reusable software.

[Back to Top]
strace
- Version: Stable 4.2
- Byte Size: 293.2 KB (300,220 bytes)
- License: GPL
- Revision Date: January 28, 2000
- Home Page: http://www.wi.leidenuniv.nl/~wichert/strace/
- Binary: Debian
- Description: strace is a useful diagnostic, instructional, and debugging tool. System administrators, diagnosticians and troubleshooters will find it invaluable for solving problems with programs for which the source is not readily available.

[Back to Top]
VCHE
- Version: Stable 1.7.2
- Byte Size: 43.2 KB (44,248 bytes)
- License: GPL
- Revision Date: November 8, 1999
- Home Page: http://www.grigna.com/diego/linux/
- Binary: RPM
- Description: It's a hex editor which lets you see all 256 characters! as found in video ROM, even control and extended ASCII like the old DOS programs. It use the /dev/vcsa* devices to do all the screen I/O and contains an ncurses and an xterm version.

[Back to Top]
Visual Basic to C/GTK Convertor
- Version: Development 0.02
- Byte Size: 8.5 KB (8,709 bytes)
- License: Free for non-commercial use
- Revision Date: March 27, 1999
- Home Page: http://home.i1.net/~naken/vb2c/
- Description: Converts Visual Basic source code/form files into Unix C to be compiled with the GTK library.

[Back to Top]
WinDriver for Linux
- Version: Stable 4.31
- Byte Size: 1.1 MB (1,167,876 bytes)
- License: Shareware
- Revision Date: March 2, 2000
- Cost: $1999.00
- Evaluation Period: 30 days
- Home Page: http://www.krftech.com
- Description: WinDriver for Linux is a linux device driver development tool that saves you the need to learn the Linux internals and Kernel API and enables you to access your hardware directly from your application.
Same driver will also run on Windows 2000/NT, Solaris, Windows 98/95, Windows CE, VxWorks and OS/2. No rewriting needed - Just recompile!

[Back to Top]

|
Copyright © 2000 TUCOWS.COM Inc.
TUCOWS.COM Inc. has no liability for any content or goods on the TUCOWS site or the
Internet, except as set forth in the terms
and conditions and privacy
statement.
|
|