open source library
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8882
Open Source in Tab 1.5
Open Source in Tab is an extension which opens the pages source file in a new tab. more>>
Open Source in Tab is an extension which opens the pages source file in a new tab.
Opens the pages source file in a new tab. Has a preference to either open source in a new tab or existing tab.
<<lessOpens the pages source file in a new tab. Has a preference to either open source in a new tab or existing tab.
Download (0.008MB)
Added: 2007-04-19 License: MPL (Mozilla Public License) Price:
550 downloads
Adobe Source Libraries 1.0.29
The Adobe Source Libraries (ASL) are a collection of C++ libraries to allow the construction of commercial application. more>>
The Adobe Source Libraries (ASL) are a collection of C++ libraries building foundation technology to allow the construction of commercial applications by assembling generic algorithms through declarative descriptions.
Enhancements:
- GIL version 2.1 (support for sub-byte aligned pixel values in images).
- An ASL version_0 namespace has been introduced to maintain binary compatibility going forward.
- There are poly< > library improvements. adobe/vector.hpp and adobe/closed_hash.hpp have been added as generic containers.
- There are many other improvements.
<<lessEnhancements:
- GIL version 2.1 (support for sub-byte aligned pixel values in images).
- An ASL version_0 namespace has been introduced to maintain binary compatibility going forward.
- There are poly< > library improvements. adobe/vector.hpp and adobe/closed_hash.hpp have been added as generic containers.
- There are many other improvements.
Download (8.2MB)
Added: 2007-07-16 License: MIT/X Consortium License Price:
831 downloads
Open Source Computer Vision Library 1.0.0
Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. more>>
Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel Image Processing Library) and utilizes Intel Integrated Performance Primitives for better performance.
Philosophy
Aid commercial uses of computer vision in human-computer interface, robotics, monitoring, biometrics and security by providing a free and open infrastructure where the distributed efforts of the vision community can be consolidated and performance optimized.
<<lessPhilosophy
Aid commercial uses of computer vision in human-computer interface, robotics, monitoring, biometrics and security by providing a free and open infrastructure where the distributed efforts of the vision community can be consolidated and performance optimized.
Download (10.6MB)
Added: 2006-11-08 License: BSD License Price:
1108 downloads
HCS Open Source Project Beta
HCS Open Source Project consists of a do-it-yourself home automation hardware and software system. more>>
HCS Open Source Project consists of a do-it-yourself home automation hardware and software system.
The HCS Open Source Project is a stand-alone home automation control system which consists of hardware (main controllers and remote networked controllers) and software to monitor and control various devices around your house.
The current plans support using wired and wireless X10 modules, as well as analog, digital, and voice input and output. Once the HCS is programmed, the use of a PC is not required.
CS stands for Home Control System. Originally designed by Steve Ciarcia for the article "Home Run Control System" for Byte magazine.
What is the HCS II? The HCS II is an expandable, network-based (RS485), intelligent-node, industrial-oriented supervisory control system intended for demanding home control applications.
The HCS incorporates direct and remote digital inputs and outputs, direct and remote analog inputs and outputs, real-time or Boolean decision event triggering, X-10 transmission and reception, infrared remote control transmission and reception, remote LCD displays, and a master console.
The HCS II system architecture consists of a central supervisory controller (SC) connected to up to 32 other functional modules (called links) via a RS485 serial network. The SC and the COMM-Links can operate independently and dont need each other to function.
This allows easy testing or incorporation as intelligent subsystems in other control equipment. Initially the subsystems links all shared a comon 8031 controller board (generically called a COMM-Link) with the I/O customized for each application.
<<lessThe HCS Open Source Project is a stand-alone home automation control system which consists of hardware (main controllers and remote networked controllers) and software to monitor and control various devices around your house.
The current plans support using wired and wireless X10 modules, as well as analog, digital, and voice input and output. Once the HCS is programmed, the use of a PC is not required.
CS stands for Home Control System. Originally designed by Steve Ciarcia for the article "Home Run Control System" for Byte magazine.
What is the HCS II? The HCS II is an expandable, network-based (RS485), intelligent-node, industrial-oriented supervisory control system intended for demanding home control applications.
The HCS incorporates direct and remote digital inputs and outputs, direct and remote analog inputs and outputs, real-time or Boolean decision event triggering, X-10 transmission and reception, infrared remote control transmission and reception, remote LCD displays, and a master console.
The HCS II system architecture consists of a central supervisory controller (SC) connected to up to 32 other functional modules (called links) via a RS485 serial network. The SC and the COMM-Links can operate independently and dont need each other to function.
This allows easy testing or incorporation as intelligent subsystems in other control equipment. Initially the subsystems links all shared a comon 8031 controller board (generically called a COMM-Link) with the I/O customized for each application.
Download (0.005MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1014 downloads
SoundTouch Sound Processing Library 1.3.0
SoundTouch Sound Processing Library is an open-source audio processing library. more>>
SoundTouch Sound Processing Library is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files:
- Tempo (time-stretch): Changes the sound to play at faster or slower speed than original, without affecting the sound pitch.
- Pitch (key) : Changes the sound pitch or key, without affecting the sound tempo or speed.
- Playback Rate : Changes both the sound tempo and pitch, as if an LP disc was played at wrong RPM rate.
Main features:
- Easy-to-use implementation of time-stretch, pitch-shift and sample rate transposing routines.
- High-performance object-oriented C++ implementation.
- Full source codes available for both the SoundTouch library and the example application.
- Clear and easy-to-use programming interface via a single C++ class.
- Supported audio data format : 16Bit integer or 32bit floating point PCM mono/stereo
- Capable of real-time audio stream processing:
- input/output latency max. ~ 100 ms.
- Processing 44.1kHz/16bit stereo sound in realtime requires a 133 Mhz Intel Pentium processor or better.
- Platform-independent implementation: The SoundTouch library can be compiled for any processor and OS platform supporting GNU C compiler (gcc) or Visual Studio, for example Win32, Linux, AIX.
- Additional assembler-level and Intel-MMX instruction set optimizations for Intel x86 compatible processors (Win32 & Linux platforms), offering several times increase in the processing performance.
- Compiled executable binaries available for Windows.
Enhancements:
- Add features/limitations/changes here
<<less- Tempo (time-stretch): Changes the sound to play at faster or slower speed than original, without affecting the sound pitch.
- Pitch (key) : Changes the sound pitch or key, without affecting the sound tempo or speed.
- Playback Rate : Changes both the sound tempo and pitch, as if an LP disc was played at wrong RPM rate.
Main features:
- Easy-to-use implementation of time-stretch, pitch-shift and sample rate transposing routines.
- High-performance object-oriented C++ implementation.
- Full source codes available for both the SoundTouch library and the example application.
- Clear and easy-to-use programming interface via a single C++ class.
- Supported audio data format : 16Bit integer or 32bit floating point PCM mono/stereo
- Capable of real-time audio stream processing:
- input/output latency max. ~ 100 ms.
- Processing 44.1kHz/16bit stereo sound in realtime requires a 133 Mhz Intel Pentium processor or better.
- Platform-independent implementation: The SoundTouch library can be compiled for any processor and OS platform supporting GNU C compiler (gcc) or Visual Studio, for example Win32, Linux, AIX.
- Additional assembler-level and Intel-MMX instruction set optimizations for Intel x86 compatible processors (Win32 & Linux platforms), offering several times increase in the processing performance.
- Compiled executable binaries available for Windows.
Enhancements:
- Add features/limitations/changes here
Download (0.42MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1354 downloads
Sequoia Open Source ERP 0.8.1
Sequoia ERP is a true enterprise-class open source ERP solution. more>>
Sequoia ERP is a true enterprise-class open source ERP solution. It combines the advanced features and scalability required for enterprise software with the flexibility and low cost of ownership that only open source can deliver.
Main features:
- Full Suite of integrated applications that deliver a 360-degree view of your business.
- Compatible all major open source and commercial relational databases, including MySQL, PostgreSQL, Oracle, Sybase, and Microsoft SQL Server.
- Runs on Linux, Unix, and Windows operating platforms.
- Service-Oriented Architecture for easy interoperability with external or legacy applications.
- Remote and local synchronization for scalability and high availability.
- Workflow for adapting to unique business processes.
- Available under the business-friendly MIT Public License.
<<lessMain features:
- Full Suite of integrated applications that deliver a 360-degree view of your business.
- Compatible all major open source and commercial relational databases, including MySQL, PostgreSQL, Oracle, Sybase, and Microsoft SQL Server.
- Runs on Linux, Unix, and Windows operating platforms.
- Service-Oriented Architecture for easy interoperability with external or legacy applications.
- Remote and local synchronization for scalability and high availability.
- Workflow for adapting to unique business processes.
- Available under the business-friendly MIT Public License.
Download (60MB)
Added: 2005-10-25 License: MIT/X Consortium License Price:
2105 downloads
Open Source Electronic Lab Notebook 1.1
Open Source Electronic Lab Notebook is an electronic lab notebook. more>>
OS-ELN is an Electronic Lab Notebook which you can freely download and use.
OS-ELN is deliberately simple; fully-fledged commercial ELNs are necessarily much more complex. As such, OS-ELN is a good teaching tool and a place for experimentation with ELN technology and concepts.
Users can sign up for an ELN, within which they can record their experiments, and you can attach files as part of an experiment. With knowledge of Zope, you can expand the system as you wish, for example to change the look & feel, to access relational databases, add other content to experiments, etc.
Version restrictions:
- You would be very unwise to use OS-ELN to document work that may lead to a patent claim (or defend against a patent infringement action) or for work that may be regulated (by, for example, the FDA). You should either buy a commerical ELN or use paper.
<<lessOS-ELN is deliberately simple; fully-fledged commercial ELNs are necessarily much more complex. As such, OS-ELN is a good teaching tool and a place for experimentation with ELN technology and concepts.
Users can sign up for an ELN, within which they can record their experiments, and you can attach files as part of an experiment. With knowledge of Zope, you can expand the system as you wish, for example to change the look & feel, to access relational databases, add other content to experiments, etc.
Version restrictions:
- You would be very unwise to use OS-ELN to document work that may lead to a patent claim (or defend against a patent infringement action) or for work that may be regulated (by, for example, the FDA). You should either buy a commerical ELN or use paper.
Download (0.19MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1700 downloads
++Skype library 1.10
++Skype is a C++ library for skype add-on platform independent software development. more>>
++Skype is a C++ library for skype add-on platform independent software development.
++Skype library is platform independent, easy to use, and easy to extend because of the flexible library design, inspired by modern C++ design ideas.
Performance is one of the goals: only compile-time polymorphism is used. The library license allows you to develop freely redistributed applications without any fee.
Main features:
- Platform independent (Now only linux and windows platforms are supported, but we are looking into the future! Smiling);
- Easy to use;
- Easy to extend because of the flexible library design, inspired by modern C++ design ideas;
- Perfomance was on of our goals - only compile-time polymorphism is used;
- Library license allows you to develop freely redistributed applications without any fee;
- Open source.
Enhancements:
- X11 Protocol support is included in the Linux implementation of the library.
- D-BUS library is no longer a requirement.
- You can remote control Skype via the X11 protocol.
<<less++Skype library is platform independent, easy to use, and easy to extend because of the flexible library design, inspired by modern C++ design ideas.
Performance is one of the goals: only compile-time polymorphism is used. The library license allows you to develop freely redistributed applications without any fee.
Main features:
- Platform independent (Now only linux and windows platforms are supported, but we are looking into the future! Smiling);
- Easy to use;
- Easy to extend because of the flexible library design, inspired by modern C++ design ideas;
- Perfomance was on of our goals - only compile-time polymorphism is used;
- Library license allows you to develop freely redistributed applications without any fee;
- Open source.
Enhancements:
- X11 Protocol support is included in the Linux implementation of the library.
- D-BUS library is no longer a requirement.
- You can remote control Skype via the X11 protocol.
Download (0.063MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
644 downloads
Quake II Open Source 3.21-r0.16.1
Quake II Open Source project consists of the open source extended version of Quake II from Id. more>>
Quake II Open Source project consists of the open source extended version of Quake II from Id.
Quake II Open Source is the open source version of the commercial first person shooter Quake II.
It has been updated from the commercial version for security, performance, and functionality.
For this to be of any use, you _must_ own a copy of Quake 2. The demo would also work, but you might as well buy the full thing now.
These modifications are intended for Linux users, as I do not have have access to other platforms.
Be sure to install SDL 1.2 (http://www.libsdl.org) if you want to use the softsdl or sdlgl drivers, or the sdlquake2 binary.
make will, by default, build both the debug and release files.
To build just the optimized binaries: make build_release
The resulting binaries are then put in releasei386.
System requirements:
- SDL
<<lessQuake II Open Source is the open source version of the commercial first person shooter Quake II.
It has been updated from the commercial version for security, performance, and functionality.
For this to be of any use, you _must_ own a copy of Quake 2. The demo would also work, but you might as well buy the full thing now.
These modifications are intended for Linux users, as I do not have have access to other platforms.
Be sure to install SDL 1.2 (http://www.libsdl.org) if you want to use the softsdl or sdlgl drivers, or the sdlquake2 binary.
make will, by default, build both the debug and release files.
To build just the optimized binaries: make build_release
The resulting binaries are then put in releasei386.
System requirements:
- SDL
Download (82.0MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1064 downloads
iRiver iFP open-source driver 0.3
iRiver iFP is an user-space open-source driver for iRivers iFP flash portable MP3 players. more>>
iRiver iFP is an user-space open-source driver for iRivers iFP flash portable MP3 players.
This project encourages open source driver development for iRivers iFP portable music players. Ifp-driver was started by Pavel Kriz with ifp-line, a command-line program and the first Free iFP driver. Today, the ifp-driver mailing list is a hub of discussion for iFP driver development: participants include everyone from authors of spin-off projects, to prospective owners/users.
Ifp-driver home projects:
ifp-line is the original command line utility and Midnight Commander plugin. Stable.
linux-filesystem a linux kernel module that mounts iFP devices as filesystems. Stable.
libifp a generic iFP support library. Stable.
Related projects:
user interfaces
ifpgui a kde/qt manager by Jim Campbell; uses libifp.
ifp-gnome a gnome manager by Billy Charlton; uses ifp-line.
ifp-manager a perl+gtk2 gui
giriver a python+gtk2 frontend; uses libiriver. (unmaintained)
plugins
kio_iriver KDE KIO slave by Joe Roback; uses libiriverdriver.
[unnamed] KDE KIO slave by Thomas Loeber.
libraries
libiriverdriver a C++ library driver by Joe Roback.
pyifp python bindings for libifp, by James Evans
rubyifp Ruby bindings for libifp, by Martin Schanzenbach
libifp-cil Mono/.NET bindings for libifp, by Christian Elkjaer
libiriver an older ifp library. (unmaintained)
Unless otherwise noted, projects support all iRiver iFP devices. Users have reported successfully accessing models iFP-1xx,3xx,5xx,7xx,8xx,9xx and N10. We dont anticipate difficulty supporting future models.
Enhancements:
- Release ifp-line-0.3.
- ifp.c: Change "ifp version" output for GPL compliance.
- NEWS: Fix Engrish in NEWS.
- README: Add notice for error with non-ASCII filename.
- ChangeLog: Add ChangeLog.
<<lessThis project encourages open source driver development for iRivers iFP portable music players. Ifp-driver was started by Pavel Kriz with ifp-line, a command-line program and the first Free iFP driver. Today, the ifp-driver mailing list is a hub of discussion for iFP driver development: participants include everyone from authors of spin-off projects, to prospective owners/users.
Ifp-driver home projects:
ifp-line is the original command line utility and Midnight Commander plugin. Stable.
linux-filesystem a linux kernel module that mounts iFP devices as filesystems. Stable.
libifp a generic iFP support library. Stable.
Related projects:
user interfaces
ifpgui a kde/qt manager by Jim Campbell; uses libifp.
ifp-gnome a gnome manager by Billy Charlton; uses ifp-line.
ifp-manager a perl+gtk2 gui
giriver a python+gtk2 frontend; uses libiriver. (unmaintained)
plugins
kio_iriver KDE KIO slave by Joe Roback; uses libiriverdriver.
[unnamed] KDE KIO slave by Thomas Loeber.
libraries
libiriverdriver a C++ library driver by Joe Roback.
pyifp python bindings for libifp, by James Evans
rubyifp Ruby bindings for libifp, by Martin Schanzenbach
libifp-cil Mono/.NET bindings for libifp, by Christian Elkjaer
libiriver an older ifp library. (unmaintained)
Unless otherwise noted, projects support all iRiver iFP devices. Users have reported successfully accessing models iFP-1xx,3xx,5xx,7xx,8xx,9xx and N10. We dont anticipate difficulty supporting future models.
Enhancements:
- Release ifp-line-0.3.
- ifp.c: Change "ifp version" output for GPL compliance.
- NEWS: Fix Engrish in NEWS.
- README: Add notice for error with non-ASCII filename.
- ChangeLog: Add ChangeLog.
Download (0.13MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1212 downloads
Arithmetic Operations Simulation Library 0.01
Arithmetic Operations Simulation Librarys aim is to develop an open source library to simulate heavy arithmetic operations. more>>
Arithmetic Operations Simulation Librarys aim is to develop an open source library to simulate heavy arithmetic operations efficiently.
Finding different ways to solve a problem has been an interesting way to relax for many people. Not only they derive some kicks out of it, but as a side effect they develop much deeper insight into the problems enabling them to work out solutions under different constraints easily.
Here you will find discussion/hints to solve some common programming problems in efficient ways, supported with code that you can try.
DSP Programming Tricks
Often support for many heavy arithmetic operations goes missing to reduce the chip cost for marketability reasons, or during chip development stages. And we programmers have to make for the lack of these.
Accessing recent N items in history
This problem attracted my attention during DSP guest lectures by Mr. Ganesh Bhokare at PUCSD in later half of 2005. Various programming solutions to this problem would be.
Maintain a circular buffer in an array of N (or N+1) items. This will require support for MOD operation.
In case N is a power of 2, bitwise-anding with (N-1) can be used in place of MOD.
If neither N is a power of 2, nor MOD support is available?
Enhancements:
- This version supports finding the first 1/0 bit from left/right (lsb/msb), 16-bit unsigned numbers multiplication, division and mod operations, and also special cases of division by 3.
<<lessFinding different ways to solve a problem has been an interesting way to relax for many people. Not only they derive some kicks out of it, but as a side effect they develop much deeper insight into the problems enabling them to work out solutions under different constraints easily.
Here you will find discussion/hints to solve some common programming problems in efficient ways, supported with code that you can try.
DSP Programming Tricks
Often support for many heavy arithmetic operations goes missing to reduce the chip cost for marketability reasons, or during chip development stages. And we programmers have to make for the lack of these.
Accessing recent N items in history
This problem attracted my attention during DSP guest lectures by Mr. Ganesh Bhokare at PUCSD in later half of 2005. Various programming solutions to this problem would be.
Maintain a circular buffer in an array of N (or N+1) items. This will require support for MOD operation.
In case N is a power of 2, bitwise-anding with (N-1) can be used in place of MOD.
If neither N is a power of 2, nor MOD support is available?
Enhancements:
- This version supports finding the first 1/0 bit from left/right (lsb/msb), 16-bit unsigned numbers multiplication, division and mod operations, and also special cases of division by 3.
Download (0.010MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1258 downloads
Open Source Quotes DataBase 0.1 Alpha
Open Source Quotes DataBase is a Web site which is very similar in style to the bash.org QDB. more>>
Open Source Quotes DataBase is a Web site which is very similar in style to the bash.org QDB. Open Source Quotes DataBase is designed for people who would like to run their own quote sites.
Enhancements:
- The ability has been added for all admin users to change their own passwords, including mods.
- An error on some systems that stopped you from changing the admin password has been fixed.
- The voting page bug has been fixed.
- This will need a complete rewrite at a later stage.
- The browse function has been rewritten so that there are fewer problems with the page number output.
- The "Hacking Attempt" code has been fixed.
<<lessEnhancements:
- The ability has been added for all admin users to change their own passwords, including mods.
- An error on some systems that stopped you from changing the admin password has been fixed.
- The voting page bug has been fixed.
- This will need a complete rewrite at a later stage.
- The browse function has been rewritten so that there are fewer problems with the page number output.
- The "Hacking Attempt" code has been fixed.
Download (0.081MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1425 downloads
POCO C++ Libraries 1.3.1
POCO C++ Libraries project are the next generation C++ class libraries for network-centric applications. more>>
POCO C++ Libraries project are the next generation C++ class libraries for network-centric applications.
POCO, the C++ Portable Components, is a collection of open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it.
Their modular and efficient design and implementation makes the C++ Portable Components extremely well suited for embedded development, an area where the C++ programming language is becoming increasingly popular, due to its suitability for both low-level (device I/O, interrupt handlers, etc.) and high-level object-oriented development. Of course, POCO is also ready for enterprise-level challenges.
The POCO libraries free developers from re-inventing the wheel, and allow them to spend their time on more worthwhile areas, such as getting things done quickly and working on the features that make their application unique.
<<lessPOCO, the C++ Portable Components, is a collection of open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it.
Their modular and efficient design and implementation makes the C++ Portable Components extremely well suited for embedded development, an area where the C++ programming language is becoming increasingly popular, due to its suitability for both low-level (device I/O, interrupt handlers, etc.) and high-level object-oriented development. Of course, POCO is also ready for enterprise-level challenges.
The POCO libraries free developers from re-inventing the wheel, and allow them to spend their time on more worthwhile areas, such as getting things done quickly and working on the features that make their application unique.
Download (1.2MB)
Added: 2007-08-09 License: Boost Software License Version 1.0 Price:
807 downloads
OpenOffice.org for Linux
free OpenOffice - Open source multi-platform office suite more>>
OpenOffice.org is the open source project through which Sun Microsystems is releasing the technology for the popular StarOffice productivity suite.
It is an international office suite that will run on all major platforms and provide access to all functionality and data through open-component based APIs and an XML- based file format.
It establishes the necessary facilities to make this open source technology available to the developer community.
<<lessIt is an international office suite that will run on all major platforms and provide access to all functionality and data through open-component based APIs and an XML- based file format.
It establishes the necessary facilities to make this open source technology available to the developer community.
Download (76.4MB)
Added: 2009-04-07 License: Freeware Price:
199 downloads
Open Source Requirements Management Tool 1.5
Open Source Requirements Management Tool is designed to achieve full SDLC traceability for features. more>>
Open Source Requirements Management Tool is designed to achieve full SDLC traceability for features, requirements, design, implementation, and testing.
Open Source Requirements Management Tool has a UI for requirements derivation, version control, and common or custom attributes (rationale, source, risk, effort, etc.).
It is suitable for product managers, developers, and analysts to collaborate with flexibility and scalability.
Main features:
Document
- Marketing Features.
- System and Functional Requirements.
- Design Artifacts.
- Source Artifacts.
- Test Case.
- Create any number of classes of artifacts e.g. Issues, Maintenance, etc.
- Link or attach files to artifacts.
Analyze
- Trace any artifacts (e.g. Features to Requirements, Requirements to Test Cases etc).
- Arrange artifacts into a hierarchal structure.
- Filter and sort requirements.
Report
- Any JDBC compliant database may be used from MS Access to MySQL to Oracle.
- Generate custom reports.
- Export artifacts.
<<lessOpen Source Requirements Management Tool has a UI for requirements derivation, version control, and common or custom attributes (rationale, source, risk, effort, etc.).
It is suitable for product managers, developers, and analysts to collaborate with flexibility and scalability.
Main features:
Document
- Marketing Features.
- System and Functional Requirements.
- Design Artifacts.
- Source Artifacts.
- Test Case.
- Create any number of classes of artifacts e.g. Issues, Maintenance, etc.
- Link or attach files to artifacts.
Analyze
- Trace any artifacts (e.g. Features to Requirements, Requirements to Test Cases etc).
- Arrange artifacts into a hierarchal structure.
- Filter and sort requirements.
Report
- Any JDBC compliant database may be used from MS Access to MySQL to Oracle.
- Generate custom reports.
- Export artifacts.
Download (145MB)
Added: 2007-03-27 License: LGPL (GNU Lesser General Public License) Price:
971 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above open source library search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed