RSS 137 projects tagged "Software Development"

Download Website Updated 30 Jan 2001 AML

Screenshot
Pop 53.24
Vit 2.55

AML is an implementation of a basic register machine coded in C++. It provides all of the rudimentary features of any machine language like basic I/O and arithmetic but provides a very easy syntax and its own portable binary compression scheme for storing files. AML is currently distributed on SunOS 5.5, Linux 2.2, and Win32 console.

Download Website Updated 08 Aug 2012 BRL-CAD

Screenshot
Pop 523.00
Vit 23.25

BRL-CAD is a powerful constructive solid geometry solid modeling system that includes an interactive geometry editor, ray-tracing support for rendering and geometric analysis, path-tracing for realistic image synthesis, network distributed framebuffer support, and image and signal-processing tools.

Download Website Updated 10 Dec 2006 CMU Common Lisp

Screenshot
Pop 195.81
Vit 3.39

CMUCL is a free, high performance implementation of the Common Lisp programming language which runs on most major Unix platforms. It mainly conforms to the ANSI Common Lisp standard. CMUCL provides a sophisticated native code compiler; a powerful foreign function interface; an implementation of CLOS; the Common Lisp Object System; which includes multimethods and a metaobject protocol; a source-level debugger and code profiler; and an Emacs-like editor implemented in Common Lisp. CMUCL is maintained by a team of volunteers collaborating over the Internet, and is mostly in the public domain.

Download Website Updated 19 Oct 2002 colour_trace

Screenshot
Pop 52.42
Vit 1.88

colour_trace adds ANSI escape sequences to a developer's trace messages containing hex printouts of pointer or reference values, so that each value gets its own unique colour and you can see quickly whether two hex values are the same.

Download No website Updated 11 Aug 2010 Crypto++

Screenshot
Pop 200.47
Vit 3.98

Crypto++ is a C++ cryptographic class library which includes block and stream ciphers, hash functions, MACs, random number generators, public key cryptography (including elliptic curves), compression, and an easy-to-use filter interface.

Download Website Updated 26 May 2004 cvsq

Screenshot
Pop 52.52
Vit 2.93

cvsq (CVS queued) is a tool that enables developers with a dial-up connection to work comfortably with CVS. It accepts same arguments as CVS but instead of directly processing them, cvsq stores all requests in a queue and handles them later. This way, you can mark several files for commit and upload them when you're connected to the Net.

Download Website Updated 28 Feb 2001 dmalloc

Screenshot
Pop 131.52
Vit 1.78

The debug memory allocation or dmalloc library is a drop-in replacement for the system's native memory management routines. It provides powerful debugging facilities which are configurable at runtime. These facilities include such things as memory-leak tracking, fence-post write detection, file/line number reporting, and general logging of statistics. The library has been run successfully on a wide variety of operating systems. It also provides support for the debugging of threaded programs.

Download Website Updated 30 Jan 2001 dtd2latex

Screenshot
Pop 21.77
Vit 1.45

dtd2latex is a quick hack which converts a commented XML DTD into LaTeX source for printing.

Download Website Updated 27 Feb 2004 Java Development Environment for Emacs

Screenshot
Pop 155.70
Vit 2.57

Java Development Environment for Emacs (JDEE) is an Emacs-based integrated development environment (IDE) for developing Java applications and applets. Features include multiple code browsers, a JPDA-based debugger, method and field completion, template-based and procedure-based code generation, Java source code interpreter, context-sensitive help, and more.

Download Website Updated 05 May 2006 Expect

Screenshot
Pop 264.46
Vit 2.92

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. And by adding Tk, you can also wrap interactive applications in X11 GUIs. Expect can make easy all sorts of tasks that are prohibitively difficult with anything else. You will find that Expect is an absolutely invaluable tool - using it, you will be able to automate tasks that you've never even thought of before - and you'll be able to do this automation quickly and easily.

Screenshot

Project Spotlight

NxWidgets

A graphics package for the NuttX RTOS.

Screenshot

Project Spotlight

xterm

A terminal emulator for the X Window System