SW Name |
Home page |
Downloaded |
WebMake |
http://webmake.taint.org/ |
4212x |
WebMake is a simple Web site management system, allowing an entire site to be created from an optional set of text and markup files and one WebMake file. It requires no dynamic scripting capabilities on the server, and can be run entirely offline. It allows the separation of responsibilities between content editors, page designers, and the site architect. Only the site architect needs to edit the WebMake file itself, or know Perl or WebMake code. Perl scripts can be embedded and executed to build pages. Automatic dependency tracking means that pages will not be rebuilt unless necessary. Metadata support means that indexes etc. can be built automatically.
|
|
Flat Assembler |
http://www.flatassembler.net/ |
4186x |
The flat assembler is a fast and efficient self-assembling 80x86 assembler for DOS, Windows, and Linux operating systems. Currently, it supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2, SSE3, and 3DNow! extensions. It can produce output in binary, MZ, PE, COFF, or ELF format. It includes the powerful but easy-to-use macroinstruction support, and does multiple passes to optimize the instruction codes for size. The flat assembler is entirely written in assembly language.
|
|
Doxygen |
http://www.doxygen.org |
4186x |
Doxygen is a documentation system for C++, C, Java, IDL (Corba and Microsoft flavors) and to some extent PHP and C#.
|
|
Fenris |
http://lcamtuf.coredump.cx/[..]s/devel.shtml |
4182x |
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.
|
|
Another Easy Editor |
http://mahon.cwx.net/ |
4154x |
An easy to use text editor. Intended to be usable with little or no instruction. Provides both a terminal (curses based) interface and native X-Windows interface (in which case the executable is called xae). Features include pop-up menus, journalling (to recover from system crash or loss of connection), cut-and-paste, multiple buffers (associated with files or not), and much more.
|
|
Lisp |
http://www-2.cs.cmu.edu/[..]tl/cltl2.html |
4153x |
LISP (LISt Processor) is generally regarded as the language for AI. LISP was formulated by AI pioneer John McCarthy in the late 50's. Although LISP doesn't have a built-in inference mechanism, inference processes can be implemented into LISP very easily. LISP's essential data structure is an ordered sequence of elements called a "list." The elements may be irreducible entities called "atoms" (functions, names or numbers) or they can be other lists. Lists are essential for AI work because of their flexibility: a programmer need not specify in advance the number or type of elements in a list. Also, lists can be used to represent an almost limitless array of things, from expert rules to computer programs to thought processes to system components. Originally, LISP was built around a small set of simple list-manipulating functions which were building blocks for defining other, more complex functions. Today's LISPs have many functions and features which facilitate development efforts. Among contemporary implementations and dialects, have gained acceptance as a standard. A substantial amount of work has also been done in Scheme, a LISP dialect which has influenced the developers of Common LISP.
|
|
JSwat Java Debugger |
http://www.bluemarsh.com/java/jswat/ |
4127x |
JSwat is a graphical, stand-alone Java debugger, using the JPDA library.
|
|
Kaffe |
http://www.kaffe.org/ |
4087x |
GNU GPL "Java". There are lots of bugs and not implemented features, but has good license, so it is included in most Linux distributions.
|
|
Xalan-C++ |
http://xml.apache.org/[..]-c/index.html |
4076x |
Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types.
Xalan-C++ version 1.8 is a robust implementation of the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath). It works with a compatible release of the Xerces-C++ XML parser: Xerces-C++ version 2.5.0. The focus for this release is on bug fixes, build support for a number of new platforms, and changes to the Xerces Deprecated DOM support. For the details, see the Release Notes.
|
|
ncc |
http://students.ceid.upatras.gr/[..]cc/index.html |
4068x |
ncc (The new generation C compiler ) is a compiler that produces program analysis information.
|
|
MetaL |
http://www.meta-language.net/ |
4052x |
MetaL is shorthand for Meta-programming Language. Meta-programming is a method to develop computer programs. It works by generating source code in a target language from a program specification in a higher level language.
MetaL programs source code is based on XML. MetaL compiler engine can be used to generate the same program from MetaL source code to potentially any target language. Currently supported target languages are PHP, Java and Perl. The support for other languages can be added any time.
|
|
4tH compiler |
http://www.xs4all.nl/[..]~thebeez/4tH/ |
4032x |
4tH is a Forth compiler with a little difference. Instead of the standard Forth engine it features a conventional compiler.
|
|
Memgrep |
http://www.hick.org/code.html |
4008x |
Search/replace/dump memory from running processes and core files.
|
|
Bash Debugger |
http://bashdb.sourceforge.net/ |
4004x |
The Bash Debugger Project contains patched sources to BASH that enable better debugging support as well as improved error reporting.
It contains step-by-step running, breakpoints, etc.
|
|
Automake |
http://www.gnu.org/[..]automake.html |
4000x |
Tool for making autoconf template Makefile.in from much simpler template Makefile.am. Usefell for C/C++ project compiling when is too difficult too meke Makefile.in by hand. Standard tool.
|
|