experimental data
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5067
Experimental Robotics Framework 0.5.0
Experimental Robotics Framework can develop and implement algorithms focused on the perception of the world for mobile robots. more>>
Experimental Robotics Framework aim is to develop and implement algorithms focused on the perception of the world for mobile robots, in order for them to navigate and execute tasks in an efficient way.
Installing erf
There are two ways to install the library, one is compiling the sources and the other is by installing the precompiled sources in rpm format.
To install from the sources do:
[user@machine tmp]$ tar -xjf erf...tar.bz2 ; cd erf... ; ./configure && make
[user@machine tmp]$ su
[root@machine tmp]$ make install
An rpm install goes like :
[user@machine tmp]$ rpm -ivh --nodeps erf...rpm
or if you are using mandriva linux or other rpm based linux distribution:
[user@machine tmp]$ urpmi erf...rpm
Visit rpm for more information on rpms.
Any problems please report to the miarn mailing list or email/ gmail chat with me.
<<lessInstalling erf
There are two ways to install the library, one is compiling the sources and the other is by installing the precompiled sources in rpm format.
To install from the sources do:
[user@machine tmp]$ tar -xjf erf...tar.bz2 ; cd erf... ; ./configure && make
[user@machine tmp]$ su
[root@machine tmp]$ make install
An rpm install goes like :
[user@machine tmp]$ rpm -ivh --nodeps erf...rpm
or if you are using mandriva linux or other rpm based linux distribution:
[user@machine tmp]$ urpmi erf...rpm
Visit rpm for more information on rpms.
Any problems please report to the miarn mailing list or email/ gmail chat with me.
Download (4.2MB)
Added: 2007-06-07 License: LGPL (GNU Lesser General Public License) Price:
872 downloads
OpenSched xml.0.2 (Experimental)
Opensched is a tool for project management. more>>
Opensched is a tool for project management. OpenSched takes as input a file describing the project and generates the following:
Textural descriptions of the generated project plan.
Gantt charts.
Network diagrams.
The textural description can be generated in one or more of raw text, HTML, and TeX formats. The Gantt charts and network diagrams are generated directly as EPS drawings. The package contains routines to convert these to GIFs and PNGs.
Enhancements:
- The monthly_* commands have been replaced with XSL transformations.
<<lessTextural descriptions of the generated project plan.
Gantt charts.
Network diagrams.
The textural description can be generated in one or more of raw text, HTML, and TeX formats. The Gantt charts and network diagrams are generated directly as EPS drawings. The package contains routines to convert these to GIFs and PNGs.
Enhancements:
- The monthly_* commands have been replaced with XSL transformations.
Download (0.16MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1086 downloads
OpenLDAP 2.3.35
OpenLDAP software is an open source implementation of the Lightweight Directory Access Protocol. more>>
OpenLDAP project is an open-standard protocol for accessing X.500 directory services. The protocol runs over Internet transport protocols, such as TCP.
LDAP is a lightweight alternative to the X.500 Directory Access Protocol (DAP) for use on the Internet. It uses TCP/IP stack verses the overly complex OSI stack. It also has other simplications, such as the representing most attribute values and many protocol items as textual strings, that are designed to make clients easier to implement.
The OpenLDAP Project is pleased to announce the availability of OpenLDAP Software 2.3, a suite of the Lightweight Directory Access Protocol (v3) servers, clients, utilities, and development tools.
This release contains the following major enhancements:
Slapd(8) enhancements
Updated slapd "overlay" interface, and several example (and mostly experimental) overlays.
Updated LDAP "sync" Engine with replication support, provider now an "overlay"
Numerous access control enhancements, including experimental "dont disclose on error" capability
Configuration backend
LDAPv3 extensions, including:
LDAP Password Policy
LDAP Component Matching (requires OpenLDAP snacc)
LDAP Modify Increment
This release includes the following major components:
slapd - a stand-alone LDAP directory server
slurpd - a stand-alone LDAP replication server
-lldap - a LDAP client library
-llber - a lightweight BER/DER encoding/decoding library
LDIF tools - data conversion tools for use with slapd
LDAP tools - A collection of command line LDAP utilities
Admin Guide, Manual Pages - associated documentation
SNACC - ASN.1 development tools for OpenLDAP
In addition, there are some contributed components:
LDAPC++ - a LDAP C++ SDK
Various slapd modules and slapi plugins
<<lessLDAP is a lightweight alternative to the X.500 Directory Access Protocol (DAP) for use on the Internet. It uses TCP/IP stack verses the overly complex OSI stack. It also has other simplications, such as the representing most attribute values and many protocol items as textual strings, that are designed to make clients easier to implement.
The OpenLDAP Project is pleased to announce the availability of OpenLDAP Software 2.3, a suite of the Lightweight Directory Access Protocol (v3) servers, clients, utilities, and development tools.
This release contains the following major enhancements:
Slapd(8) enhancements
Updated slapd "overlay" interface, and several example (and mostly experimental) overlays.
Updated LDAP "sync" Engine with replication support, provider now an "overlay"
Numerous access control enhancements, including experimental "dont disclose on error" capability
Configuration backend
LDAPv3 extensions, including:
LDAP Password Policy
LDAP Component Matching (requires OpenLDAP snacc)
LDAP Modify Increment
This release includes the following major components:
slapd - a stand-alone LDAP directory server
slurpd - a stand-alone LDAP replication server
-lldap - a LDAP client library
-llber - a lightweight BER/DER encoding/decoding library
LDIF tools - data conversion tools for use with slapd
LDAP tools - A collection of command line LDAP utilities
Admin Guide, Manual Pages - associated documentation
SNACC - ASN.1 development tools for OpenLDAP
In addition, there are some contributed components:
LDAPC++ - a LDAP C++ SDK
Various slapd modules and slapi plugins
Download (3.5MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
560 downloads
Gimp::Data 1.211
Gimp::Data is a Perl module to set and get state data. more>>
Gimp::Data is a Perl module to set and get state data.
SYNOPSIS
use Gimp::Data;
$Gimp::Data{value1} = "Hello";
print $Gimp::Data{value1},", World!!n";
With this module, you can access plugin-specific (or global) data in Gimp, i.e. you can store and retrieve values that are stored in the main Gimp application.
An example would be to save parameter values in Gimp, so that on subsequent invocations of your plug-in, the user does not have to set all parameter values again (Gimp::Fu does this already).
<<lessSYNOPSIS
use Gimp::Data;
$Gimp::Data{value1} = "Hello";
print $Gimp::Data{value1},", World!!n";
With this module, you can access plugin-specific (or global) data in Gimp, i.e. you can store and retrieve values that are stored in the main Gimp application.
An example would be to save parameter values in Gimp, so that on subsequent invocations of your plug-in, the user does not have to set all parameter values again (Gimp::Fu does this already).
Download (0.26MB)
Added: 2006-10-26 License: Perl Artistic License Price:
1093 downloads
Common Data Format 3.1
Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data. more>>
Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion.
It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application developers to manage and manipulate scalar, vector, and multi-dimensional data arrays.
Enhancements:
- Adds new sets of APIs to allow Standard Interface to interact with zVariables and other CDF-related information.
- Adds MingW and FreeBSD ports.
- Adds support for Intel C++ and Fortran for Linux.
- Adds the ability to create legacy CDF 2.7 files.
- Fixes a bug that prevented directories from having .cdf or .skt extensions.
<<lessIt consists of a scientific data management package (known as the "CDF Library") that allows programmers and application developers to manage and manipulate scalar, vector, and multi-dimensional data arrays.
Enhancements:
- Adds new sets of APIs to allow Standard Interface to interact with zVariables and other CDF-related information.
- Adds MingW and FreeBSD ports.
- Adds support for Intel C++ and Fortran for Linux.
- Adds the ability to create legacy CDF 2.7 files.
- Fixes a bug that prevented directories from having .cdf or .skt extensions.
Download (1.5MB)
Added: 2006-03-13 License: Public Domain Price:
1320 downloads
HyperMammut 0.0.1
HyperMammut is an experimental program for processing images/sounds. more>>
HyperMammut is an experimental program for processing images/sounds using by processing the whole sound/image using a single FFT or other transforms (like DCT, DST, etc).
<<less Download (0.030MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1276 downloads
Local Data Manager 6.6.5
Local Data Manager is a collection of cooperating programs that select, capture, manage, and distribute arbitrary data products. more>>
Local Data Manager (LDM) is a collection of cooperating programs that select, capture, manage, and distribute arbitrary data products.
The system is designed for event-driven data distribution, and is currently used in the Unidata Internet Data Distribution (IDD) project. The LDM system includes network client and server programs and their shared protocols.
An important characteristic of the LDM is its support for flexible, site-specific configuration.
Enhancements:
- Fixes for timestamp bugs.
<<lessThe system is designed for event-driven data distribution, and is currently used in the Unidata Internet Data Distribution (IDD) project. The LDM system includes network client and server programs and their shared protocols.
An important characteristic of the LDM is its support for flexible, site-specific configuration.
Enhancements:
- Fixes for timestamp bugs.
Download (0.61MB)
Added: 2007-08-09 License: BSD License Price:
809 downloads
Spiral Synth Modular 0.2.2a
Spiral Synth Modular is a cool and expandable modular synthesizer. more>>
Spiral Synth Modular is a cool and expandable modular synthesizer.
SpiralSynth Modular is an object orientated music studio with an emphasis on live use. You can use it in a fairly straight forward way to make tracks with, or get very experimental. Audio or control data can be freely passed between the plugins. Data can also be fed back on itself for chaotic effects.
SSM supports LADSPA plugins, which you can use in the same way as any of the native plugins. The JACK audio server is also supported.
SSM is a collaborative open source project, see the AUTHORS file for an extensive list of contributors.
<<lessSpiralSynth Modular is an object orientated music studio with an emphasis on live use. You can use it in a fairly straight forward way to make tracks with, or get very experimental. Audio or control data can be freely passed between the plugins. Data can also be fed back on itself for chaotic effects.
SSM supports LADSPA plugins, which you can use in the same way as any of the native plugins. The JACK audio server is also supported.
SSM is a collaborative open source project, see the AUTHORS file for an extensive list of contributors.
Download (0.47MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1350 downloads
Test::Data 1.20
Test::Data is a Perl module to test functions for particular variable types. more>>
Test::Data is a Perl module to test functions for particular variable types.
SYNOPSIS
use Test::Data qw(Scalar Array Hash Function);
Test::Data provides utility functions to check properties and values of data and variables.
Functions
Plug-in modules define functions for each data type. See the appropriate module.
How it works
The Test::Data module simply emports functions from Test::Data::* modules. Each module defines a self-contained function, and puts that function name into @EXPORT. Test::Data defines its own import function, but that does not matter to the plug-in modules.
If you want to write a plug-in module, follow the example of one that already exists. Name the module Test::Data::Foo, where you replace Foo with the right name. Test::Data should automatically find it.
<<lessSYNOPSIS
use Test::Data qw(Scalar Array Hash Function);
Test::Data provides utility functions to check properties and values of data and variables.
Functions
Plug-in modules define functions for each data type. See the appropriate module.
How it works
The Test::Data module simply emports functions from Test::Data::* modules. Each module defines a self-contained function, and puts that function name into @EXPORT. Test::Data defines its own import function, but that does not matter to the plug-in modules.
If you want to write a plug-in module, follow the example of one that already exists. Name the module Test::Data::Foo, where you replace Foo with the right name. Test::Data should automatically find it.
Download (0.008MB)
Added: 2007-05-03 License: Perl Artistic License Price:
904 downloads
PHPFootball 1.6
PHPFootball project is a football management software. more>>
PHPFootball project is a football management software.
It features wizards for managing a football league, and league team statistics are automatically calculated and updated every time a game is played or entered.
Enhancements:
- added register_globals on check
- the date selected is now by default the curent
- added percentage graphs with multiple options
- added experimental progress graphs
<<lessIt features wizards for managing a football league, and league team statistics are automatically calculated and updated every time a game is played or entered.
Enhancements:
- added register_globals on check
- the date selected is now by default the curent
- added percentage graphs with multiple options
- added experimental progress graphs
Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1069 downloads
POE::Component::Basement 0.01
POE::Component::Basement provides Class::Std and base POE component functionality. more>>
POE::Component::Basement provides Class::Std and base POE component functionality.
SYNOPSIS
package POE::MyComponent;
# use as base
use base qw/ POE::Component::Basement /;
# where the initializations happen (see Class::Std)
sub BUILD { ... }
# see also Class::Std and Class::Data::Inheritable also
# for accessor creation etc.
# define states
sub state_one : State( :inline< _start > ) { ... }
sub state_two : State( :object< foo > ) { ... }
sub state_three : State( :package< bar > ) { ... }
# combined
sub state_multi : State( :inline< foobar > :package< snafoo > ) { ... }
...
# chained events
sub first : State( :object< foo > :chained< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...
# calling in a row
sub first : State( :object< foo > :next< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...
# usage
my $comp = POE::MyComponent->new ({
# single alias or array reference for multiple
aliases => [qw/ mycomp shub_niggurath /],
... # your specific init_args.
});
Provides Class::Std and base POE component functionality. This module is still kinda experimental.
<<lessSYNOPSIS
package POE::MyComponent;
# use as base
use base qw/ POE::Component::Basement /;
# where the initializations happen (see Class::Std)
sub BUILD { ... }
# see also Class::Std and Class::Data::Inheritable also
# for accessor creation etc.
# define states
sub state_one : State( :inline< _start > ) { ... }
sub state_two : State( :object< foo > ) { ... }
sub state_three : State( :package< bar > ) { ... }
# combined
sub state_multi : State( :inline< foobar > :package< snafoo > ) { ... }
...
# chained events
sub first : State( :object< foo > :chained< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...
# calling in a row
sub first : State( :object< foo > :next< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...
# usage
my $comp = POE::MyComponent->new ({
# single alias or array reference for multiple
aliases => [qw/ mycomp shub_niggurath /],
... # your specific init_args.
});
Provides Class::Std and base POE component functionality. This module is still kinda experimental.
Download (0.017MB)
Added: 2006-10-23 License: Perl Artistic License Price:
1096 downloads
MySpace Data Mining Tools 1.1
MySpace Data Mining Tools are a set of Java classes designed to mine information from MySpace profile and blog pages. more>>
MySpace Data Mining Tools are a set of Java classes designed to mine information from MySpace profile and blog pages using a multi-threaded Web page access method.
Enhancements:
- Direct database connectivity via JDBC was implemented for data storage.
- A basic user profile class was created to handle both user data compression and database access.
- Minor bugs were fixed for some of the raw data accessing routines.
<<lessEnhancements:
- Direct database connectivity via JDBC was implemented for data storage.
- A basic user profile class was created to handle both user data compression and database access.
- Minor bugs were fixed for some of the raw data accessing routines.
Download (0.035MB)
Added: 2006-07-30 License: GPL (GNU General Public License) Price:
1191 downloads
X-CD-Roast 0.98 Alpha15
X-CD-Roast tries to be the most flexible CD-burning software ever. more>>
X-CD-Roast tries to be the most flexible CD-burning software ever. X-CD-Roast project allows even the unexperienced user to create or copy a CD with a few mouse clicks in a intuitive and nice looking graphical user interface.
Main features:
- Portable - runs on Linux, FreeBSD, OpenBSD, Solaris, HPUX, Irix, AIX ...
- Multi langual - translations available in 31 languages
- Graphical setup
- Graphical wav-player
- Fully themeable via GTK-Themes
- Tooltip help
- Copies Data, Audio, Mixed-Modes
- Creates Data, Audio, Mixed-Mode, Multisession
- Bootable CD support
- CD-Text
- CDDB-support via HTTP/Proxy or native
- Copy/Master Data and Audio-CDs on the fly
- Administration mode for usage in computer pools
- Data-DVD writing (DVD-R/RW, DVD+R/RW) - experimental DVD-Video support
- Drag&Drop
- Networked device support (Remote-SCSI)
Enhancements:
- optional GTK2 support
- updated lot of translations, added romanian, latvian and albanian.
- numerous bug fixes.
- included a contrib-directory with the sources with some useful stuff sent to me by X-CD-Roast users.
<<lessMain features:
- Portable - runs on Linux, FreeBSD, OpenBSD, Solaris, HPUX, Irix, AIX ...
- Multi langual - translations available in 31 languages
- Graphical setup
- Graphical wav-player
- Fully themeable via GTK-Themes
- Tooltip help
- Copies Data, Audio, Mixed-Modes
- Creates Data, Audio, Mixed-Mode, Multisession
- Bootable CD support
- CD-Text
- CDDB-support via HTTP/Proxy or native
- Copy/Master Data and Audio-CDs on the fly
- Administration mode for usage in computer pools
- Data-DVD writing (DVD-R/RW, DVD+R/RW) - experimental DVD-Video support
- Drag&Drop
- Networked device support (Remote-SCSI)
Enhancements:
- optional GTK2 support
- updated lot of translations, added romanian, latvian and albanian.
- numerous bug fixes.
- included a contrib-directory with the sources with some useful stuff sent to me by X-CD-Roast users.
Download (3.1MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1259 downloads
WWW::Myspace::Data 0.13
WWW::Myspace::Data is a WWW::Myspace database interaction. more>>
WWW::Myspace::Data is a WWW::Myspace database interaction.
SYNOPSIS
This module is the database interface for the WWW::Myspace modules. It imports methods into the callers namespace which allow the caller to bypass the loader object by calling the methods directly. This module is intended to be used as a back end for the Myspace modules, but it can also be called directly from a script if you need direct database access.
my %db = (
dsn => dbi:mysql:database_name,
user => username,
password => password,
);
# create a new object
my $data = WWW::Myspace::Data->new( $myspace, { db => %db } );
# set up a database connection
my $loader = $data->loader();
# initialize the database with Myspace login info
my $account_id = $data->set_account( $username, $password );
# now do something useful...
my $update = $data->update_friend( $friend_id );
<<lessSYNOPSIS
This module is the database interface for the WWW::Myspace modules. It imports methods into the callers namespace which allow the caller to bypass the loader object by calling the methods directly. This module is intended to be used as a back end for the Myspace modules, but it can also be called directly from a script if you need direct database access.
my %db = (
dsn => dbi:mysql:database_name,
user => username,
password => password,
);
# create a new object
my $data = WWW::Myspace::Data->new( $myspace, { db => %db } );
# set up a database connection
my $loader = $data->loader();
# initialize the database with Myspace login info
my $account_id = $data->set_account( $username, $password );
# now do something useful...
my $update = $data->update_friend( $friend_id );
Download (0.016MB)
Added: 2007-07-26 License: Perl Artistic License Price:
824 downloads
Evolution Data Server 1.10.3.1
Evolution Data Server provides a single database for common, desktop-wide information. more>>
Evolution Data Server provides a single database for common, desktop-wide information, such as a users address book or calendar events.
Evolution Data Server is also a dependency of the clock applet from the gnome-applets package, 2.10 release.
Evolution provides integrated mail, addressbook and calendaring functionality to users of the GNOME desktop.
<<lessEvolution Data Server is also a dependency of the clock applet from the gnome-applets package, 2.10 release.
Evolution provides integrated mail, addressbook and calendaring functionality to users of the GNOME desktop.
Download (9.7MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
845 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 experimental data 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