implementations
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1783
pypng 0.0.9
Python PNG encoder/decoder more>>
pypng 0.0.9 is an excellent and must-have product which offers you a Python module to decode (read) and encode (write) PNG files. All PNG formats are supported. Pure Python so that it can be installed as easily as possible and used on different Python implementations.
Requirements: Python
Added: 2009-06-16 License: MIT/X Consortium Lic... Price: FREE
16 downloads
GLib 2.17.4
the core library that forms the basis for projects such as GTK+ and GNOME. more>> GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C,portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
Major new features:
* GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation
in GLib has support for local filesystems. The new, separate gvfs
module contains various backend implementations (cifs, ftp, sftp,
http, ...)
* GChecksum: provides various hash algorithms, such as MD5, SHA-1
and SHA-256
* GTest: a test framework<<less
Download (6.26MB)
Added: 2009-04-28 License: Freeware Price: Free
221 downloads

Apache Portable Runtime for Unix 1.2.12
to create and maintain software libraries more>> The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.<<less
Download (1.08MB)
Added: 2009-04-08 License: Freeware Price: Free
198 downloads
Bio::ClusterI 1.4
Bio::ClusterI module is a cluster Perl interface. more>>
Bio::ClusterI module is a cluster Perl interface.
SYNOPSIS
# see the implementations of this interface for details but # basically
my $cluster= $cluster->new(-description=>"POLYUBIQUITIN",
-members =>[$seq1,$seq2]);
my @members = $cluster->get_members();
my @sub_members = $cluster->get_members(-species=>"homo sapiens");
This interface is the basic structure for a cluster of bioperl objects. In this case it is up to the implementer to check arguments and initialize whatever new object the implementing class is designed for.
<<lessSYNOPSIS
# see the implementations of this interface for details but # basically
my $cluster= $cluster->new(-description=>"POLYUBIQUITIN",
-members =>[$seq1,$seq2]);
my @members = $cluster->get_members();
my @sub_members = $cluster->get_members(-species=>"homo sapiens");
This interface is the basic structure for a cluster of bioperl objects. In this case it is up to the implementer to check arguments and initialize whatever new object the implementing class is designed for.
Download (4.7MB)
Added: 2007-08-16 License: Perl Artistic License Price:
799 downloads
Procinfo NG 2.0.113 (C++ Implementation)
Procinfo NG is a ground-up rewrite of the procinfo program. more>>
Procinfo NG is a ground-up rewrite of the procinfo program. Procinfo NGs goal is to make the code more readable (and reusable) and to restore broken functionality of the original program.
The original program was written for Linux 1.0, and updated through 2.2. This version is for 2.6.
Enhancements:
- Updates were made to match what some Linux distributions have done to procinfo-18.
- Support for MSI and XEN interrupts were added.
- Some non-x86 architectures are handled.
- Assorted bugs and 80-character console nonsense were fixed.
<<lessThe original program was written for Linux 1.0, and updated through 2.2. This version is for 2.6.
Enhancements:
- Updates were made to match what some Linux distributions have done to procinfo-18.
- Support for MSI and XEN interrupts were added.
- Some non-x86 architectures are handled.
- Assorted bugs and 80-character console nonsense were fixed.
Download (0.041MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
Other version of Procinfo NG
License:GPL (GNU General Public License)
Heimdal 1.0.1
Heimdal is an implementation of Kerberos 5. more>>
Heimdal is an implementation of Kerberos 5, largely written in Sweden (which was important when we started writing it, less so now). Heimdal project is freely available under a three clause BSD style license.
Other free implementations include the one from MIT, and Shishi.
Enhancements:
- Several bugs in iprop were fixed.
- Platforms without dlopen are now supported.
- RFC3526 modp group14 is now included by default.
- [kdc] database = { } entries are now handled without realm = stanzas.
- krb5_get_renewed_creds and kaserver preauth were fixed along with other bugs.
<<lessOther free implementations include the one from MIT, and Shishi.
Enhancements:
- Several bugs in iprop were fixed.
- Platforms without dlopen are now supported.
- RFC3526 modp group14 is now included by default.
- [kdc] database = { } entries are now handled without realm = stanzas.
- krb5_get_renewed_creds and kaserver preauth were fixed along with other bugs.
Download (4.3MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
806 downloads
Bio::Ontology::OntologyEngineI 1.4
OntologyEngineI is a Perl interface a minimal Ontology implementation should satisfy. more>>
OntologyEngineI is a Perl interface a minimal Ontology implementation should satisfy.
This describes the minimal interface an ontology query engine should provide. It intentionally doesnt make explicit references to the ontology being a DAG, nor does it mandate that the ontology be a vocabulary. Rather, it tries to generically express what should be accessible (queriable) about an ontology.
The idea is to allow for different implementations for different purposes, which may then differ as to which operations are efficient and which arent, and how much richer the functionality is on top of this minimalistic set of methods. Check modules in the Bio::Ontology namespace to find out which implementations exist. At the time of writing, there is a SimpleOntologyEngine (which does not use Graph.pm), and a Graph.pm-based implementation in SimpleGOEngine.
Ontology parsers in Bio::OntologyIO are required to return an implementation of this interface.
<<lessThis describes the minimal interface an ontology query engine should provide. It intentionally doesnt make explicit references to the ontology being a DAG, nor does it mandate that the ontology be a vocabulary. Rather, it tries to generically express what should be accessible (queriable) about an ontology.
The idea is to allow for different implementations for different purposes, which may then differ as to which operations are efficient and which arent, and how much richer the functionality is on top of this minimalistic set of methods. Check modules in the Bio::Ontology namespace to find out which implementations exist. At the time of writing, there is a SimpleOntologyEngine (which does not use Graph.pm), and a Graph.pm-based implementation in SimpleGOEngine.
Ontology parsers in Bio::OntologyIO are required to return an implementation of this interface.
Download (4.7MB)
Added: 2007-08-02 License: Perl Artistic License Price:
813 downloads
SHOGUN 0.4.0
SHOGUN is a machine learning toolbox. more>>
SHOGUN is a machine learning toolbox whose focus is on large scale kernel methods and especially on Support Vector Machines (SVM). The project provides a generic SVM object interfacing to several different SVM implementations, all making use of the same underlying, efficient kernel implementations.
Apart from SVMs and regression, SHOGUN also features a number of linear methods like Linear Discriminant Analysis (LDA), Linear Programming Machine (LPM), (Kernel) Perceptrons, and algorithms to train hidden Markov models. SHOGUN can be used from within C++, Matlab, R, Octave, and Python.
Enhancements:
- This release adds support for the following new methods: SubgradientSVM, GMNPSVM (multiclass b-SVM), SubgradientLPM, CplexLPM, LPBoost (for LPM), and SVMLin.
- Furthermore, linadd speedups support for GPDTSVM was implemented.
- The code underwent major cleanups and (minor) fixes.
<<lessApart from SVMs and regression, SHOGUN also features a number of linear methods like Linear Discriminant Analysis (LDA), Linear Programming Machine (LPM), (Kernel) Perceptrons, and algorithms to train hidden Markov models. SHOGUN can be used from within C++, Matlab, R, Octave, and Python.
Enhancements:
- This release adds support for the following new methods: SubgradientSVM, GMNPSVM (multiclass b-SVM), SubgradientLPM, CplexLPM, LPBoost (for LPM), and SVMLin.
- Furthermore, linadd speedups support for GPDTSVM was implemented.
- The code underwent major cleanups and (minor) fixes.
Download (0.57MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
821 downloads
libgee 0.1.0
libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. more>>
libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures.
The project provides Collection, Iterator, List, Iterable, Map, and Set interfaces and HashMap, ArrayList and HashSet implementations.
<<lessThe project provides Collection, Iterator, List, Iterable, Map, and Set interfaces and HashMap, ArrayList and HashSet implementations.
Download (0.34MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
816 downloads
Tracx 1.4.2 (Java Tracx)
tracx project reads and stores any kind of XML data using a dedicated programming language. more>>
tracx project reads and stores any kind of XML data using a dedicated programming language. Read XML structure can be traced and changed.
Unix Shell and JDBC database escapes allows you to retrieve data and store it into the XML structure. Implementations based on C++ and Java are available.
<<lessUnix Shell and JDBC database escapes allows you to retrieve data and store it into the XML structure. Implementations based on C++ and Java are available.
Download (0.58MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
822 downloads
Objective Modula-2 1.00 (Reference Implementation)
Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2. more>>
Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2 based on the object model and runtime of Objective-C.
The design is an example how native Cocoa/GNUstep support can be added to static imperative programming languages without implementing a bridge.
Objective Modula-2s scope encompasses the design of the Objective Modula-2 programming language and the implementation of a compiler to implement it. The initial compiler will generate Objective-C source code.
Enhancements:
- This code is used to verify ideas and concepts which come up in the course of defining the language.
- It is in an early stage, incomplete and subject to frequent changes.
<<lessThe design is an example how native Cocoa/GNUstep support can be added to static imperative programming languages without implementing a bridge.
Objective Modula-2s scope encompasses the design of the Objective Modula-2 programming language and the implementation of a compiler to implement it. The initial compiler will generate Objective-C source code.
Enhancements:
- This code is used to verify ideas and concepts which come up in the course of defining the language.
- It is in an early stage, incomplete and subject to frequent changes.
Download (0.019MB)
Added: 2007-07-21 License: (FDL) GNU Free Documentation License Price:
825 downloads
HA-JDBC 2.0
HA-JDBC is a JDBC driver implementation that provides light-weight. more>>
HA-JDBC project is a JDBC driver implementation that provides light-weight, transparent clustering capabilities to groups of homogeneous JDBC- accessed databases.
Main features:
- Supports any database accessible via JDBC.
- High-availability - Database cluster can lose a node without failing the current transaction.
- Improves performance of concurrent read-access by distributing load across individual nodes.
- Support for full JDBC 3.0 (Java 1.4) feature set.
- Compatible with JDBC RowSet implementations found in Java 1.5.
- Out-of-the-box database-independent strategies for synchronizing a failed cluster node.
- Exposes JMX management interface to allow administration of database clusters.
- Open source (LGPL).
<<lessMain features:
- Supports any database accessible via JDBC.
- High-availability - Database cluster can lose a node without failing the current transaction.
- Improves performance of concurrent read-access by distributing load across individual nodes.
- Support for full JDBC 3.0 (Java 1.4) feature set.
- Compatible with JDBC RowSet implementations found in Java 1.5.
- Out-of-the-box database-independent strategies for synchronizing a failed cluster node.
- Exposes JMX management interface to allow administration of database clusters.
- Open source (LGPL).
Download (1.5MB)
Added: 2007-07-17 License: LGPL (GNU Lesser General Public License) Price:
833 downloads
Libp11 0.2.3
Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier. more>>
Libp11 is a library that implements a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier.
The official name for PKCS#11 is "RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)".
Libp11 source code include the official header files (version 2.20) and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)".
Libp11 was written by an international team and is licensed as Open Source software.
Enhancements:
- The wiki export script was updated.
- RSA header files from RSA Labs (official) were replaced with those from Scute (open source).
- CKR_USER_ALREADY_LOGGED_IN is now allowed on C_Login.
- Internal functions were marked as static.
- Code for storing public keys and generating keys was added.
<<lessThe official name for PKCS#11 is "RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)".
Libp11 source code include the official header files (version 2.20) and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)".
Libp11 was written by an international team and is licensed as Open Source software.
Enhancements:
- The wiki export script was updated.
- RSA header files from RSA Labs (official) were replaced with those from Scute (open source).
- CKR_USER_ALREADY_LOGGED_IN is now allowed on C_Login.
- Internal functions were marked as static.
- Code for storing public keys and generating keys was added.
Download (0.40MB)
Added: 2007-07-17 License: LGPL (GNU Lesser General Public License) Price:
831 downloads
ParallelKnoppix 2.7
ParallelKnoppix is a remastered edition of Knoppix. more>>
ParallelKnoppix is a remaster of the Knoppix live CD distibution of GNU Linux that allows setting up a cluster of machines for parallel processing using the LAM-MPI and/or MPICH implementations of MPI.
You can convert a room full of machines running Windows into a Linux cluster, and when you shut down, your Windows machines are in their original state. The computers in the cluster can be homogeneous or heterogeneous.
Getting the cluster up and running takes about 5 minutes, if the machines have PXE network cards. Clusters from 2 to 200 machines are supported.
<<lessYou can convert a room full of machines running Windows into a Linux cluster, and when you shut down, your Windows machines are in their original state. The computers in the cluster can be homogeneous or heterogeneous.
Getting the cluster up and running takes about 5 minutes, if the machines have PXE network cards. Clusters from 2 to 200 machines are supported.
Download (650.2MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
841 downloads
OpenSCADA Project 0.8.0 (Atlantis)
The OpenSCADA project aims to create a full-featured and state-of-the-art SCADA system. more>>
The OpenSCADA project aims to create a full-featured and state-of-the-art SCADA (Supervisory Control and Data Acquisition) system to be used in industrial and civil engineering applications to control distributed systems from a master location.
The OpenSCADA project was started in order to create a common standard for SCADA applications. This includes specifications, interfaces and reference implementations.
Enhancements:
- This release has many new features and enhancements to existing functionality.
- The interfaces and the reference implementation were cleaned up a little bit.
- The new upstream version of Utgard was added.
<<lessThe OpenSCADA project was started in order to create a common standard for SCADA applications. This includes specifications, interfaces and reference implementations.
Enhancements:
- This release has many new features and enhancements to existing functionality.
- The interfaces and the reference implementation were cleaned up a little bit.
- The new upstream version of Utgard was added.
Download (MB)
Added: 2007-07-10 License: LGPL (GNU Lesser General Public License) Price:
861 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 implementations 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