Main > Free Download Search >

Free specification software for linux

specification

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 517
libFoundation 1.1.3

libFoundation 1.1.3


libFoundation is an Objective-C library that provides an almost complete implementation of the OpenStep specification. more>>
libFoundation is an Objective-C library that provides an almost complete implementation of the OpenStep specification. libFoundation also has many other extensions that can be found in the Apples Mac OS X Foundation library.
Enhancements:
- This release works with the libobjc provided by GCC (3.0 and up), and has been ported to 64-bit platforms.
- A few minor bugs have been fixed, and support for OpenBSD has been improved.
<<less
Download (1.0MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1194 downloads
AspectES 0.1

AspectES 0.1


AspectES is an implementation of Aspect-Oriented Programming in JavaScript 1.5, as standardized by EcmaScript Specification 262. more>>
AspectES is an implementation of Aspect-Oriented Programming in JavaScript 1.5, as standardized by EcmaScript Specification 262.
AspectES project contains core classes that enable software engineers to gracefully develop JavaScript applications that have clear, well-documented designs that incorporate Aspect Oriented Programming.
This project only uses standardized Web technologies: JavaScript 1.5, with no proprietary extensions. The framework is documented with JavaScriptdoc.
Mission:
Produce a superior implementation of Aspect-Oriented Programming in JavaScript v1.5, as standardized by EcmaScript Specification 262.
Scope: A package framework that contains core classes that enable software engineers to gracefully develop JavaScript applications that have clear, well-documented designs incorporating Aspect Oriented Programming.
Agenda:
Current:
- This framework powers the drag-and-drop capability in the (open-source) Gigapan Explorer Application, delivered to the United States NASA in late 2005.
- This project only uses standardized web technologies: JavaScript 1.5, with no proprietary extensions.
- Enjoy complete JavaScriptdoc as you develop this codebase.
- See the Coding Standard.
- See the tips on Debugging JavaScript.
Immediate Future:
- Develop a test suite that completely exercises the existing functionality.
- Log and fix bugs on said functionality.
- Identify additional desired functionality.
- Build a pluggable module for generating JavaScriptdoc from AspectES aspects and their associated yarn.
Enhancements:
- This version is now contained in its own tigris.org project, separate from the Gigapan Explorer application for which it was originally developed.
<<less
Download (1.1MB)
Added: 2006-03-06 License: MIT/X Consortium License Price:
1328 downloads
PRECC eXtended 2.58

PRECC eXtended 2.58


PRECC eXtended is an infinite-lookahead compiler-compiler for languages with context-dependent grammars. more>>
PRECC eXtended is an infinite-lookahead compiler-compiler for languages with context-dependent grammars. The generated code is ANSI C and ANSI C++; the code will compile and run native under either C or C++.
Specification scripts are extended BNF with inherited and synthetic attributes. Scripts can be compiled in separate modules and linked later. Metalevel production rules are allowed in the scripts. The technology is essentially LL(oo) with optimizations.
Enhancements:
- A "debian" subdirectory has been added in order to allow the building of deb packages from the source archive.
<<less
Download (0.33MB)
Added: 2007-06-27 License: LGPL (GNU Lesser General Public License) Price:
849 downloads
Libfilth 0.4

Libfilth 0.4


Libfilth is a library for designing, analysing, transforming, and executing digital FIR and IIR filters. more>>
Libfilth is a library for designing, analysing, transforming and executing digital FIR and IIR filters.
The filter design methods include:
- FIR filter with linear-phase, least-squares design.
- FIR filter with complex specification, least-squares Design.
- FIR filter with linear-phase, minimax-design using linear programming.
- FIR filter with linear-phase, minimax-design using Remes algorithm.
- FIR filter with minimum-phase and optimal amplitude.
- FIR filter with complex specification, minimax-design.
- FIR filter with group delay constraints.
- FIR optimal window using quadratic programming.
- FIR filter with minimum-phase by spectral factorisation.
- FIR filter design by cepstrum technique.
- Analog filter design Bessel-Thomson, Butterworth, Chebyshev type I, II and Elliptic function filter.
- Transformation of analog to analog and analog to digital filters.
- All-pass realization of IIR filters.
- FIR half-band filters.
- DFT filterbanks and parallel DFT filterbanks design and implementation.
- Analysis functions for calculating the properties if analog, IIR and FIR filters.
<<less
Download (0.30MB)
Added: 2005-10-01 License: GPL (GNU General Public License) Price:
1484 downloads
Python-SIP 4.7

Python-SIP 4.7


Python-SIP is a tool to generate Python bindings from C++ code. more>>
One of the features of Python that makes it so powerful is the ability to take existing libraries, written in C or C++, and make them available as Python extension modules. Such extension modules are often called bindings for the library.
SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. Python-SIP was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.
SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code.
The specification files contains a description of the interface of the C or C++ library, i.e. the classes, methods, functions and variables. The format of a specification file is almost identical to a C or C++ header file, so much so that the easiest way of creating a specification file is to edit the corresponding header file.
SIP makes it easy to exploit existing C or C++ libraries in a productive interpretive programming environment. SIP also makes it easy to take a Python application (maybe a prototype) and selectively implement parts of the application (maybe for performance reasons) in C or C++.
Enhancements:
- This release adds support for consolidated and composite modules.
- It adds support for pickling classes and enums.
<<less
Download (0.38MB)
Added: 2007-07-31 License: Python License Price:
830 downloads
Test::LectroTest 0.3500

Test::LectroTest 0.3500


Test::LectroTest is a Perl module with easy, automatic, specification-based tests. more>>
Test::LectroTest is a Perl module with easy, automatic, specification-based tests.

SYNOPSIS

#!/usr/bin/perl -w

use MyModule; # contains code we want to test
use Test::LectroTest;

Property {
##[ x "my_function output is non-negative" ;

Property { ... }, name => "yet another property" ;

# more properties to check here

This module provides a simple (yet full featured) interface to LectroTest, an automated, specification-based testing system for Perl. To use it, declare properties that specify the expected behavior of your software. LectroTest then checks your software to see whether those properties hold.
Declare properties using the Property function, which takes a block of code and promotes it to a Test::LectroTest::Property:

Property {
##[ x "my_function output is non-negative" ;

The first part of the block must contain a generator-binding declaration. For example:

##[ x<<less
Download (0.053MB)
Added: 2007-02-21 License: Perl Artistic License Price:
975 downloads
Pathan 2.0.0 Beta

Pathan 2.0.0 Beta


Pathan is an XPath processing library. more>>
Pathan is an XPath processing library. Pathan library is written in C++, and uses the Xerces-C DOM XML Parser by the Apache Foundation.

The Pathan project incorporates Pathan 1, implementing the W3C XPath 1 recommendation, and Pathan 2, implementing the W3C XPath 2 draft specification.

Pathan has been developed jointly by DecisionSoft, Sleepycat Software , Stylus Studio and Parthenon Computing .

Pathan 2 aims for XPath 2 compliance.

The beta release is conformant to the the November 2003 release of the specification. It conforms to the February 2004 publication of the W3C DOM Level 3 XPath working note.
<<less
Download (7.8MB)
Added: 2006-03-22 License: BSD License Price:
1312 downloads
STX Linux 1.1 RC1

STX Linux 1.1 RC1


STX Linux is a lightweight Debian-based installation and live CD, using the Equinox Desktop Environment. more>>
STX Linux is a lightweight Debian-based installation and live CD, using the Equinox Desktop Environment. STX Linux is especially suited to be installed on older and low-specification computers.
Main features:
- Complete Linux Desktop
- Lightweight (about 1 GB installed, 390 MB LiveCD
- Slackware 10.2 based
- Works nicely on old Hardware (Oldest system tested so far: K6/333, 32 MB RAM, 64 MB Swap ... acceptable results)
- Harddisk Installer from Pocketlinux
- Very much like Windows(TM) 98/2000 - means easy switching.
<<less
Download (551MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
1053 downloads
XML::DOM::DOMImplementation 1.44

XML::DOM::DOMImplementation 1.44


XML::DOM::DOMImplementation is a information about XML::DOM implementation. more>>
XML::DOM::DOMImplementation is a information about XML::DOM implementation.

The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.

The DOM Level 1 does not specify a way of creating a document instance, and hence document creation is an operation specific to an implementation. Future Levels of the DOM specification are expected to provide methods for creating documents directly.

METHODS

hasFeature (feature, version)

Returns 1 if and only if feature equals "XML" and version equals "1.0".

<<less
Download (0.11MB)
Added: 2006-07-20 License: Perl Artistic License Price:
1191 downloads
OpenAI 0.2

OpenAI 0.2


OpenAI is an open source artificial intelligence package. more>>
The OpenAI site is centered around an Open Source project and community involving artificial intelligence. The term "Open Source" means that the source code for the project is available for free and can be used by others free of charge.

Artificial Intelligence refers to the general aim of intelligent computing, making machines think and learn. The project itself is the creation of a set of tools that are considered to be models of human intelligence. These tools are intended to be integrated into programs or used stand alone for research.

The project itself is geared toward developing a specification for AI related tools. The specification will allow these tools to operate in a modular fashion and be highly interoperable with other tools adhering to the specification.

OpenAI will also provide the details of the specification online as it develops so that the community can help in its creation by giving insight and criticism.

Technologies like XML and CORBA will be used for configuration, persistence and communication. Currently well be implementing all the tools in Java and C++, but will accept tools written in any language as long as they adhere to the OpenAI standard.
<<less
Download (0.14MB)
Added: 2005-04-01 License: BSD License Price:
1676 downloads
Python XHTML 0.4.1

Python XHTML 0.4.1


Python XHTML is a simple Python module for the generation of valid XHTML. more>>
Python XHTML is a simple Python module for the generation of valid XHTML.

ToDo:

* include tests for all methods in xhtml_test.py
* ensure that all text that is added to the document is xml safe
* include methods for added w3.org validation link buttons
* complete support for XHTML 1.1 specification

<<less
Download (0.032MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
827 downloads
Image::ExifTool::MPEG 6.42

Image::ExifTool::MPEG 6.42


Image::ExifTool::MPEG is a Perl module to read MPEG-1 and MPEG-2 meta information. more>>
Image::ExifTool::MPEG is a Perl module to read MPEG-1 and MPEG-2 meta information.

SYNOPSIS

This module is used by Image::ExifTool

This module contains definitions required by Image::ExifTool to read MPEG-1 and MPEG-2 audio/video files.

NOTES

Since ISO charges money for the official MPEG specification, this module is based on unofficial sources which may be incomplete, inaccurate or outdated.

<<less
Download (1.0MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1073 downloads
Wiseman 0.5

Wiseman 0.5


Wiseman is an implementation of the WS-Management specification for the Java SE platform. more>>
Wiseman is an implementation of the WS-Management specification for the Java SE platform. Wiseman project scope includes the WS-Management specification and its dependent specifications, which can be found at http://www.dmtf.org/standards/wbem/wsman/.
The project requires Java SE 5+ or above, and is built on JAXB 2.0 and SAAJ 1.3 (part of the JAX-WS project). Ant scripts for standalone and Netbeans builds are supplied.
Enhancements:
- This is the first binary release, and it provides good coverage of version 1.0 of the DMTF WS Management specification.
- This release features a tutorial on creating and exposing resources, starting from your schema through generating a Java Web application.
- It also contains sample client and server applications.
<<less
Download (7.5MB)
Added: 2006-09-20 License: The Apache License 2.0 Price:
1135 downloads
OpenDDS 1.0

OpenDDS 1.0


OpenDDS is an open-source C++ implementation of the Object Management Groups Data Distribution Service. more>>
OpenDDS is an open-source C++ implementation of the Object Management Groups Data Distribution Service for Real-time Systems specification (version 1.0). This project implements most of the minimum profile of the Data-Centric Publish-Subscribe (DCPS) layer of the DDS specification.
DDS provides demanding applications with a high-level, object-oriented publish-subscribe model while enabling efficient, direct data transfer between publishers and subscribers. More information about the OMGs DDS specification can be found at the OMG Data Distribution portal.
OpenDDS is built on the ACE (ADAPTIVE Communication Environment) abstraction layer to provide platform portability. OpenDDS also leverages capabilities of TAO (The ACE ORB), such as its IDL compiler and as the basis of the OpenDDS DCPS Information Repository (DCPSInfoRepo). In addition, OpenDDS leverages MPC to ease the maintenance burden of supporting multiple build environments and platforms. For a current list of supported platforms and build environments, see the OpenDDS FAQ.
Enhancements:
- Support for built-in CORBA:: sequences was added.
- DDS entities have changed to local IDL types and now support zero-copy reads.
- User-defined DDS types are now correctly scoped.
<<less
Download (4.0MB)
Added: 2007-07-27 License: Freely Distributable Price:
821 downloads
Ethics Search Protocol 1.87

Ethics Search Protocol 1.87


Ethics Search Protocol in short ESP is an XML-based protocol for search engines. more>>
Ethics Search Protocol in short ESP is an XML-based protocol for search engines that is designed to allow people to express specific ethical requirements when performing searches.
Consumers seldom get the chance to communicate ethical requirements because the proper communication channel does not exist. This project has the goal to offer an open source specification and implementation for that missing communication channel.
Enhancements:
- Changes were made to Category, OrganizationSearchParameters, SearchProfile, and Community.
- PolicyReference complements PolicyStatement.
- EvaluationScheme complements VotingScheme.
- The Envelope type was removed.
- The documentation was improved.
<<less
Download (0.020MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1023 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5