be 3.0.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 37
libgda 3.0.1
libgda project aims to provide a free unified data access architecture to the GNOME project. more>>
libgda project aims to provide a free unified data access architecture to the GNOME project. GNOME-DB is useful for any application that accesses persistent data (not only databases, but data), since it now contains a pretty good data management API.
GNOME-DB consists of the following components:
- mergeant: Front-end for database administrators and database application developers.
- libgnomedb: Database Widget Library. These widgets are integrated with the latest versions of glade.
- libgda: data abstraction layer. It can manage data stored in databases or XML files and it can be used by non-GNOME applications.
<<lessGNOME-DB consists of the following components:
- mergeant: Front-end for database administrators and database application developers.
- libgnomedb: Database Widget Library. These widgets are integrated with the latest versions of glade.
- libgda: data abstraction layer. It can manage data stored in databases or XML files and it can be used by non-GNOME applications.
Download (2.2MB)
Added: 2007-05-10 License: LGPL (GNU Lesser General Public License) Price:
899 downloads
Weaver 3.0.1
Weaver is an XML programmed MVC controller for developing Web applications. more>>
Weaver is an Open Source, pure-Java, XML programmed Controller component for developing Model View Controller (MVC) structured, servlet based, Web applications.
Main features:
- Programmed via a simple but powerful XML syntax whose elements are modeled after those provided by JSTL.
- Support for an Expression Language (EL) syntax that is identical to that of JSP 2.0.
- Easily extensible XML tag vocabulary.
- Support for JSPs and for other View technologies.
- Model functionality is easily added via the implementation of a simple Java interface.
- Provision for multiple cooperating applications.
- Transparent support for authentication.
- Provides a management console to monitor and to configure running applications.
- Runs in any suitable servlet container.
- Automatic application reloading for rapid development.
- Its efficient.
- Its free (released under GPL).
Enhancements:
- Updated 3rd Part Libraries
- Updated to include new release of jakarta JSTL implementation (1.1.1).
<<lessMain features:
- Programmed via a simple but powerful XML syntax whose elements are modeled after those provided by JSTL.
- Support for an Expression Language (EL) syntax that is identical to that of JSP 2.0.
- Easily extensible XML tag vocabulary.
- Support for JSPs and for other View technologies.
- Model functionality is easily added via the implementation of a simple Java interface.
- Provision for multiple cooperating applications.
- Transparent support for authentication.
- Provides a management console to monitor and to configure running applications.
- Runs in any suitable servlet container.
- Automatic application reloading for rapid development.
- Its efficient.
- Its free (released under GPL).
Enhancements:
- Updated 3rd Part Libraries
- Updated to include new release of jakarta JSTL implementation (1.1.1).
Download (3.2MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1632 downloads
PyTone 3.0.1
PyTone is a music jukebox written in Python with a curses-based GUI. more>>
PyTone project is a music jukebox written in Python with a curses based GUI. While providing advanced features like crossfading and multiple players, special emphasis is put on ease of use, turning PyTone into an ideal jukebox system for use at parties.
Main features:
concise curses based GUI
simple song selection
- using an arbitrary number of music databases with hierarchical (artist/album/songs, genre/artist/album/songs, decades/artist/albums/songs, or rating/artist/albums/songs) navigation,
- from list of top and last played songs,
- from list of most recently added songs,
- random song list,
- stored playlists, or
- alternatively from file system
editable playlist:
- deletion
- move song up/down
- delete played songs
- shuffle
- repetition
- automatic addition of random songs, when the playlist is empty
- save to and load from .m3u file
pluggable players, currently
- internal mp3/Ogg Vorbis player with crossfading and gap killing and/or
- xmms based external player and/or
- mpg321 or (the non-free) mpg123 based external player
display of information for currently selected song:
- ID3 tag
- length
- times played
- last played
- song rating (1 to 5 stars)
plays currently selected song on second player (if your computer has a second sound card or one card with more than one line out)
search functionality:
- quick search by first letter
- incremental search by regular expression
random song selection taking into account song rating and time at which song was last played
description of important key bindings in status bar and context sensitive help
logging of played songs
execution of arbitrary command when playback of new song starts
basic mixer functionality
customizable key bindings
customizable look
English, French, German, Italian and Polish user interface
external control, e.g. from the shell
plugin system; currently plugins for the AudioScrobbler service and for displaying the title in the terminal window and using xosd are included
<<lessMain features:
concise curses based GUI
simple song selection
- using an arbitrary number of music databases with hierarchical (artist/album/songs, genre/artist/album/songs, decades/artist/albums/songs, or rating/artist/albums/songs) navigation,
- from list of top and last played songs,
- from list of most recently added songs,
- random song list,
- stored playlists, or
- alternatively from file system
editable playlist:
- deletion
- move song up/down
- delete played songs
- shuffle
- repetition
- automatic addition of random songs, when the playlist is empty
- save to and load from .m3u file
pluggable players, currently
- internal mp3/Ogg Vorbis player with crossfading and gap killing and/or
- xmms based external player and/or
- mpg321 or (the non-free) mpg123 based external player
display of information for currently selected song:
- ID3 tag
- length
- times played
- last played
- song rating (1 to 5 stars)
plays currently selected song on second player (if your computer has a second sound card or one card with more than one line out)
search functionality:
- quick search by first letter
- incremental search by regular expression
random song selection taking into account song rating and time at which song was last played
description of important key bindings in status bar and context sensitive help
logging of played songs
execution of arbitrary command when playback of new song starts
basic mixer functionality
customizable key bindings
customizable look
English, French, German, Italian and Polish user interface
external control, e.g. from the shell
plugin system; currently plugins for the AudioScrobbler service and for displaying the title in the terminal window and using xosd are included
Download (0.15MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
805 downloads
Gamera 3.0.1
Gamera is a document-recognition programming framework. more>>
Gamera project is a framework for the creation of structured document analysis applications by domain experts. Domain experts are individuals who have a strong knowledge of the documents in a collection, but may not have a formal technical background.
The goal is to create a tool that leverages their knowledge of the target documents to create custom applications rather than attempting to meet diverse requirements with a monolithic application.
This paper gives an overview of the architecture and design principles of Gamera.
Developing recognition systems for difficult historical documents requires experimentation since the solution is often non-obvious. Therefore, Gameras primary goal is to support an efficient test-and-refine development cycle.
Virtually every implementation detail is driven by this goal. For instance, Python [Rossum2002] was chosen as the core language because of its introspection capabilities, dynamic typing and ease of use. It has been used as a first programming language with considerable success [Berehzny2001].
C++ is used to write plugins where runtime performance is a priority, but even in that case, the Gamera plugin system is designed to make writing extensions as easy as possible. Gamera includes a full-fledged graphical user interface that provides a number of shortcuts for training, as well as inspection of the results of algorithms at every step.
By improving the ease of experimentation, we hope to put the power to develop recognition systems with those who understand the documents best. We expect at least two kinds of developers to work with the system: those with a technical background adding algorithms to the system, and those working on the higher-level aggregation of those pieces. It is important to note this distinction, since those groups represent different skill sets and requirements.
In addition to its support of test-and-refine development, Gamera also has several other advantages that are important to large-scale digitization projects in general. These are:
* Open source code and standards-compliance so that the software can interact well with other parts of a digitization framework
* Platform independence, running on a variety of operating systems including Linux, Microsoft Windows and Mac OS-X
* A workflow system to combine high-level tasks
* Batch processing
* A unit-testing framework to ensure correctness and avoid regression
* User interface components for development and classifier training
* Recognition confidence output so that collection managers can easily target documents that need correction or different recognition strategies.
Gamera has a modular plugin architecture. These modules typically perform one of five document recognition tasks:
1. Pre-processing
2. Document segmentation and analysis
3. Symbol segmentation and classification
4. Syntactical or structural analysis
5. Output
Each of these tasks can be arbitrarily complex, involve multiple strategies or modules, or be removed entirely depending on the specific recognition problem at hand. The actual steps that make up a complete recognition system are completely controlled by the user.
Pre-processing involves standard image-processing operations such as noise removal, blurring, de-skewing, contrast adjustment, sharpening, binarization, and morphology. Close attention to and refinement of these steps is particularly important when working with degraded historical documents.
<<lessThe goal is to create a tool that leverages their knowledge of the target documents to create custom applications rather than attempting to meet diverse requirements with a monolithic application.
This paper gives an overview of the architecture and design principles of Gamera.
Developing recognition systems for difficult historical documents requires experimentation since the solution is often non-obvious. Therefore, Gameras primary goal is to support an efficient test-and-refine development cycle.
Virtually every implementation detail is driven by this goal. For instance, Python [Rossum2002] was chosen as the core language because of its introspection capabilities, dynamic typing and ease of use. It has been used as a first programming language with considerable success [Berehzny2001].
C++ is used to write plugins where runtime performance is a priority, but even in that case, the Gamera plugin system is designed to make writing extensions as easy as possible. Gamera includes a full-fledged graphical user interface that provides a number of shortcuts for training, as well as inspection of the results of algorithms at every step.
By improving the ease of experimentation, we hope to put the power to develop recognition systems with those who understand the documents best. We expect at least two kinds of developers to work with the system: those with a technical background adding algorithms to the system, and those working on the higher-level aggregation of those pieces. It is important to note this distinction, since those groups represent different skill sets and requirements.
In addition to its support of test-and-refine development, Gamera also has several other advantages that are important to large-scale digitization projects in general. These are:
* Open source code and standards-compliance so that the software can interact well with other parts of a digitization framework
* Platform independence, running on a variety of operating systems including Linux, Microsoft Windows and Mac OS-X
* A workflow system to combine high-level tasks
* Batch processing
* A unit-testing framework to ensure correctness and avoid regression
* User interface components for development and classifier training
* Recognition confidence output so that collection managers can easily target documents that need correction or different recognition strategies.
Gamera has a modular plugin architecture. These modules typically perform one of five document recognition tasks:
1. Pre-processing
2. Document segmentation and analysis
3. Symbol segmentation and classification
4. Syntactical or structural analysis
5. Output
Each of these tasks can be arbitrarily complex, involve multiple strategies or modules, or be removed entirely depending on the specific recognition problem at hand. The actual steps that make up a complete recognition system are completely controlled by the user.
Pre-processing involves standard image-processing operations such as noise removal, blurring, de-skewing, contrast adjustment, sharpening, binarization, and morphology. Close attention to and refinement of these steps is particularly important when working with degraded historical documents.
Download (4.8MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1230 downloads
EFEU 3.0-1
EFEU is suitable for handling data cubes, which are especially useful for building data warehouses. more>>
EFEU is suitable for handling data cubes, which are especially useful for building data warehouses. The project consists of a building system including mkmf (a xmkmf like Makefile generator), esh (a powerful C/C++ interpreter), efeudoc (a document generator with different output formats (LaTeX, HTML, roff, etc.)).
EFEU has a huge set of C library core features, including robust memory allocation tools, functions to concatenate and copy strings with memory allocation, buffers for dynamically-growing strings and fields, data structures with reference counters and garbage collection, and file tools that allow you to specify pipes wherever a filename is expected and support automatic implementation of (de)compression filters (gzip) depending on filename extensions. It also includes a high-level interface to files, strings, and anything else you can read from or write to.
Enhancements:
- A new makefile generator, shmkmf, which uses /bin/sh was added.
- of dynamic vector types were implemented.
- A new data file concept, called EDB, was added.
- Fixed size integer types and 64-bit integer arithmetic were added.
<<lessEFEU has a huge set of C library core features, including robust memory allocation tools, functions to concatenate and copy strings with memory allocation, buffers for dynamically-growing strings and fields, data structures with reference counters and garbage collection, and file tools that allow you to specify pipes wherever a filename is expected and support automatic implementation of (de)compression filters (gzip) depending on filename extensions. It also includes a high-level interface to files, strings, and anything else you can read from or write to.
Enhancements:
- A new makefile generator, shmkmf, which uses /bin/sh was added.
- of dynamic vector types were implemented.
- A new data file concept, called EDB, was added.
- Fixed size integer types and 64-bit integer arithmetic were added.
Download (0.88MB)
Added: 2006-11-03 License: LGPL (GNU Lesser General Public License) Price:
1085 downloads
VTun 3.0.1
VTun is the easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression, and encryption. more>>
VTun is the easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression, and encryption.
In order to compile VTun you need some software packages.
Main features:
- Encryption
- Compression
- Traffic shaping
- VPN
- Mobile IP
- IP tunnel (tun).
- Supports point-to-point IP tunnel.
- Ethernet tunnel (ether).
- Supports all protocols that work over Ethernet: IP,IPX,Appletalk,Bridge,...
- Serial tunnel (tty).
- Supports all protocols that work over serial lines: PPP,SLIP,...
- Pipe tunnel (pipe).
- Supports all programs that works over Unix pipes.
- VTun protocol over TCP.
- Allows to establish tunnels behind firewalls. Very reliable.
- VTun protocol over UDP.
- Fast and efficient protocol with small tunneling overhead.
- Deflate (zlib).
- Very efficient compression. Supported for TCP only.
- LZO (lzo).
- Super fast compression. Supported for UDP and TCP.
- Challenge based authentication.
- No clear text passwords.
- BlowFish 128 bits key.
- Fast efficient encryption with 128 bits MD5 hash keys.
<<lessIn order to compile VTun you need some software packages.
Main features:
- Encryption
- Compression
- Traffic shaping
- VPN
- Mobile IP
- IP tunnel (tun).
- Supports point-to-point IP tunnel.
- Ethernet tunnel (ether).
- Supports all protocols that work over Ethernet: IP,IPX,Appletalk,Bridge,...
- Serial tunnel (tty).
- Supports all protocols that work over serial lines: PPP,SLIP,...
- Pipe tunnel (pipe).
- Supports all programs that works over Unix pipes.
- VTun protocol over TCP.
- Allows to establish tunnels behind firewalls. Very reliable.
- VTun protocol over UDP.
- Fast and efficient protocol with small tunneling overhead.
- Deflate (zlib).
- Very efficient compression. Supported for TCP only.
- LZO (lzo).
- Super fast compression. Supported for UDP and TCP.
- Challenge based authentication.
- No clear text passwords.
- BlowFish 128 bits key.
- Fast efficient encryption with 128 bits MD5 hash keys.
Download (0.064MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
543 downloads
Open BEAGLE 3.0.1
Open BEAGLE is an evolutionary computation framework in C++. more>>
Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming, bit string and real-valued genetic algorithms, and evolution strategy.
The Open BEAGLE architecture follows strong principles of object oriented programming, where abstractions are represented by loosely coupled objects and where it is common and easy to reuse code.
Open BEAGLE is designed to provide an EC environment that is generic, user friendly, portable, efficient, robust, elegant and free.
With Open BEAGLE, the user can execute any kind of EC, as far as it fulfills some minimum requirements. The only necessary condition is to have a population of individuals to which a sequence of evolving operations is iteratively applied.
So far, Open BEAGLE supports most mainstream EC flavors such genetic programming, bit string and real-values genetic algorithms, and evolution strategy. It also includes support for advanced EC techniques such multiobjective optimization and co-evolution.
The user can take any of these specialized frameworks and modify them further to create his own specialized flavor of evolutionary algorithms.
Main features:
User Friendliness
- Considerable efforts were deployed to make the use of Open BEAGLE as easy and pleasant as possible. Open BEAGLE possesses several mechanisms that offer a user friendly programming interface. For example, the memory management of dynamically allocated objects is greatly simplified by the use of reference counting and automatic garbage collection. The programming style promoted is high-level and allows rapid prototyping of applications.
Portability
- The Open BEAGLE code is compliant with the C++ ANSI/ISO 3 standard. It requires the Standard Template Library (STL). No specific call in the core libraries are made to the operating system nor to the hardware.
Efficiency
- To insure efficient execution, particular attention was given to optimization of critical code sections. Detailed execution profiles of these sections were done. Also, the fact that Open BEAGLE is written in C++ contributes to its overall good performance.
Robustness
- Many verification and validation statements are embedded into the code to ensure correct operation and to inform the user when there is a problem. Robust mechanisms for periodically saving the current evolution state have also been implemented in order to enable automatic restart of interrupted evolutions.
Elegance
- The interface of Open BEAGLE was developed with care. Great energy was invested in designing a coherent software package that follows good OO and generic programming principles. Moreover, strict programming rules were enforced to make the C++ code easy to read, understand and, eventually, modify. The use of XML as file format is also a central aspect of Open BEAGLE, which provide a common ground for tools development to analyze and generate files, and to integrate the framework with other systems.
Free Sourceness
- The source code of Open BEAGLE is free, available under the GNU Lesser General Public License (LGPL). Thus, it can be distributed and modified without any fee. (See section copyright for further details.
Enhancements:
- Several fixes to allow compilation on Mac OS X
- Fixes in headers inclusion to allow precompiled headers
<<lessThe Open BEAGLE architecture follows strong principles of object oriented programming, where abstractions are represented by loosely coupled objects and where it is common and easy to reuse code.
Open BEAGLE is designed to provide an EC environment that is generic, user friendly, portable, efficient, robust, elegant and free.
With Open BEAGLE, the user can execute any kind of EC, as far as it fulfills some minimum requirements. The only necessary condition is to have a population of individuals to which a sequence of evolving operations is iteratively applied.
So far, Open BEAGLE supports most mainstream EC flavors such genetic programming, bit string and real-values genetic algorithms, and evolution strategy. It also includes support for advanced EC techniques such multiobjective optimization and co-evolution.
The user can take any of these specialized frameworks and modify them further to create his own specialized flavor of evolutionary algorithms.
Main features:
User Friendliness
- Considerable efforts were deployed to make the use of Open BEAGLE as easy and pleasant as possible. Open BEAGLE possesses several mechanisms that offer a user friendly programming interface. For example, the memory management of dynamically allocated objects is greatly simplified by the use of reference counting and automatic garbage collection. The programming style promoted is high-level and allows rapid prototyping of applications.
Portability
- The Open BEAGLE code is compliant with the C++ ANSI/ISO 3 standard. It requires the Standard Template Library (STL). No specific call in the core libraries are made to the operating system nor to the hardware.
Efficiency
- To insure efficient execution, particular attention was given to optimization of critical code sections. Detailed execution profiles of these sections were done. Also, the fact that Open BEAGLE is written in C++ contributes to its overall good performance.
Robustness
- Many verification and validation statements are embedded into the code to ensure correct operation and to inform the user when there is a problem. Robust mechanisms for periodically saving the current evolution state have also been implemented in order to enable automatic restart of interrupted evolutions.
Elegance
- The interface of Open BEAGLE was developed with care. Great energy was invested in designing a coherent software package that follows good OO and generic programming principles. Moreover, strict programming rules were enforced to make the C++ code easy to read, understand and, eventually, modify. The use of XML as file format is also a central aspect of Open BEAGLE, which provide a common ground for tools development to analyze and generate files, and to integrate the framework with other systems.
Free Sourceness
- The source code of Open BEAGLE is free, available under the GNU Lesser General Public License (LGPL). Thus, it can be distributed and modified without any fee. (See section copyright for further details.
Enhancements:
- Several fixes to allow compilation on Mac OS X
- Fixes in headers inclusion to allow precompiled headers
Download (4.7MB)
Added: 2005-10-10 License: LGPL (GNU Lesser General Public License) Price:
1477 downloads
AgileRss 3.0.1
AgileRss is a desktop aggregator that is able to display any RSS, ATOM, and XML news feed. more>>
AgileRss is a desktop aggregator that is able to display any RSS, XML, and ATOM news feed.
It also allows you to keep up-to-date with all your favourite sources of information that support the RSS protocol. Internet syndication and aggregation software, that runs on any java enabled operating sistem.
AgileRss software application dedicated to the task of managing the subscriptions, monitoring and syndicated content of a user.
Reduce the time and effort needed to regularly check websites of interest for updates, creating a unique information space or "personal newspaper." Its able to subscribe to a feed, check for new content at user-determined intervals, and retrieve the content.
It provides a consolidated view of the content in a single browser display or desktop application. Such applications are also referred to as RSS readers, feed readers, feed aggregators or news readers.
Main features:
- Get the latest headlines from around the web, delivered automatically to your desktop
- Subscribe to any RSS or Atom format in use
- Handles all RSS versions, ATOM 0.3 and 1.0
- Browser bookmarklet for rss feed autodiscovery.
- Group subscribed feeds into custom categories.
- Imports and exports Outline Processor Markup Language (OPML) channel directories
- Filter items.
- Feeds are updated in the background to keep the GUI responsive.
- Multilanguage suport
- Customized toolbars
- Proxy support is included for users who may be forced to connect to the Internet through a proxy server at work.
- Popup menu action for renaming selected feed or folder
- Drag And Drop for moving feeds or folders
- New predefined filters for articles: Today and Unread Today
- Autodiscovery option when adding a new feed
<<lessIt also allows you to keep up-to-date with all your favourite sources of information that support the RSS protocol. Internet syndication and aggregation software, that runs on any java enabled operating sistem.
AgileRss software application dedicated to the task of managing the subscriptions, monitoring and syndicated content of a user.
Reduce the time and effort needed to regularly check websites of interest for updates, creating a unique information space or "personal newspaper." Its able to subscribe to a feed, check for new content at user-determined intervals, and retrieve the content.
It provides a consolidated view of the content in a single browser display or desktop application. Such applications are also referred to as RSS readers, feed readers, feed aggregators or news readers.
Main features:
- Get the latest headlines from around the web, delivered automatically to your desktop
- Subscribe to any RSS or Atom format in use
- Handles all RSS versions, ATOM 0.3 and 1.0
- Browser bookmarklet for rss feed autodiscovery.
- Group subscribed feeds into custom categories.
- Imports and exports Outline Processor Markup Language (OPML) channel directories
- Filter items.
- Feeds are updated in the background to keep the GUI responsive.
- Multilanguage suport
- Customized toolbars
- Proxy support is included for users who may be forced to connect to the Internet through a proxy server at work.
- Popup menu action for renaming selected feed or folder
- Drag And Drop for moving feeds or folders
- New predefined filters for articles: Today and Unread Today
- Autodiscovery option when adding a new feed
Download (11.7MB)
Added: 2007-05-24 License: Freeware Price:
887 downloads
AModules3 3.0.1
AModules3 is a flexible framework for developing applications using Object Oriented Programming. more>>
AModules3 is a flexible framework for developing applications using Object Oriented Programming. Its like "Rails" for PHP. The project utilizes new features only found in PHP5 and shapes your application into a very efficient code.
Main features:
- Template and Skin support through SMlite
- Flexible and modular API system (also implements ModelViewController model)
- Multiple APIs - you can develop command line applications with amodules3
- PHP5+ (using exceptions and other new features)
- Seamless AJAX support
<<lessMain features:
- Template and Skin support through SMlite
- Flexible and modular API system (also implements ModelViewController model)
- Multiple APIs - you can develop command line applications with amodules3
- PHP5+ (using exceptions and other new features)
- Seamless AJAX support
Download (0.34MB)
Added: 2007-01-18 License: LGPL (GNU Lesser General Public License) Price:
1018 downloads
HA/FST 3.0.1
HA/FST is a high availability clustering tool for up to four Solaris nodes. more>>
HA/FST is a high availability clustering tool for up to four Solaris nodes. HA/FST project supports any application that can be managed from the command line.
HA/FST works similar to other HA tools. Heartbeats sent across a private network are monitored. If these heartbeats fail and subsequent checks across the public network fail then a failover can occur.
Additionally, each application is monitored at configurable intervals for soundness. Application failovers can trigger a restart or a failover.
HA/FST comes pre-equipped to support:
- Up to 4 nodes in cluster
- Application Fallback to Preferred Node
- Application Failover to a Preferred Node
- Remote Node Application Monitoring
- Event Notifications
- Network Interface Failover
- Apache
- NFS
- Oracle
- Samba
Enhancements:
Bug Fixes:
- Syntax error parsing -t option of fstmodapp prevented proper creation of application agents.
<<lessHA/FST works similar to other HA tools. Heartbeats sent across a private network are monitored. If these heartbeats fail and subsequent checks across the public network fail then a failover can occur.
Additionally, each application is monitored at configurable intervals for soundness. Application failovers can trigger a restart or a failover.
HA/FST comes pre-equipped to support:
- Up to 4 nodes in cluster
- Application Fallback to Preferred Node
- Application Failover to a Preferred Node
- Remote Node Application Monitoring
- Event Notifications
- Network Interface Failover
- Apache
- NFS
- Oracle
- Samba
Enhancements:
Bug Fixes:
- Syntax error parsing -t option of fstmodapp prevented proper creation of application agents.
Download (2.5MB)
Added: 2006-01-13 License: GPL (GNU General Public License) Price:
1380 downloads
Ksetiwatch 3.0.1
Ksetiwatch is a SETI@home monitor and work unit manager. more>>
Ksetiwatch is a monitoring tool for the Seti@home distributed computing project, which searches for signals of extraterrestrial life. It displays the state of the Seti@home client(s) running on your computer or in your local network, and logs/manages completed work units and interesting signals.
In addition, Ksetiwatch features a skymap that displays all work units processed, a graphical display of scientific data (gaussians, pulses, and triplets), a dock icon with detailed status information about a client, the option to start/stop the SETI@home clients, and much more.
SetiContainer is a C++ class that allows convenient access to all the information in the state files of a SETI@home client. It periodically examines these files and updates its own data members accordingly.
Other programs can use this class to extract information about the progress of the client, the signals found, or the work unit being processed. Additional functions offer more advanced info (like the amount of TeraFlops in a work unit, estimated time of completion, etc.). The SetiContainer class is based on the Qt toolkit, and extensively uses Qts Signal/Slot .
<<lessIn addition, Ksetiwatch features a skymap that displays all work units processed, a graphical display of scientific data (gaussians, pulses, and triplets), a dock icon with detailed status information about a client, the option to start/stop the SETI@home clients, and much more.
SetiContainer is a C++ class that allows convenient access to all the information in the state files of a SETI@home client. It periodically examines these files and updates its own data members accordingly.
Other programs can use this class to extract information about the progress of the client, the signals found, or the work unit being processed. Additional functions offer more advanced info (like the amount of TeraFlops in a work unit, estimated time of completion, etc.). The SetiContainer class is based on the Qt toolkit, and extensively uses Qts Signal/Slot .
Download (1.1MB)
Added: 2005-06-06 License: GPL (GNU General Public License) Price:
1600 downloads
Be::Query 0.1
Be::Query is a Perl module to do a query for a given filesystem. more>>
Be::Query is a Perl module to do a query for a given filesystem.
SYNOPSIS
use Be::Query;
@files = Be::Query::Query($filesystem, $query);
do a Query for a given filesystem
USAGE
@files = Be::Query::Query("/boot", "name=lib*.so");
$filesystem is a path anywhere in the target filesystem; $query is a query construction, of the form attribute op value [connector attribute op value]
Such as (name = fido) || (size >= 500)
<<lessSYNOPSIS
use Be::Query;
@files = Be::Query::Query($filesystem, $query);
do a Query for a given filesystem
USAGE
@files = Be::Query::Query("/boot", "name=lib*.so");
$filesystem is a path anywhere in the target filesystem; $query is a query construction, of the form attribute op value [connector attribute op value]
Such as (name = fido) || (size >= 500)
Download (0.003MB)
Added: 2007-04-12 License: Perl Artistic License Price:
925 downloads
iSQL-Viewer 3.0.1
iSQL-Viewer is an open-source JDBC 2.x compliant database front end written in Java. more>>
iSQL-Viewer is an open-source JDBC 2.x compliant database front end written in Java. It implements across multiple platforms features of the JDBC API. It does everything through a single interface.
iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and Informix. iSQL-Viewer provides a variety of tools and features to carry out common database tasks.
Main features:
- Scripting support using JPython and the IBM BSF framework
- A guided query builder for creating simple and complex SQL queries
- Enhanced object viewing for images, HTML, and other binary format files
- A friendly SQL console for executing SQL statements
- Batch processing of SQL files
- Database introspection
- "Bookmarks" to store SQL commands you commonly use
- Import and export to popular file formats such as Microsoft Excel, XML, HTML and ASCII delimited.
- Enhanced interface support across platforms
Enhancements:
- A bug caused by closing of the application with a large query left in the editor was fixed along with some issues with variable substitution.
- Some missing elements in the service wizard were corrected.
- MonetDB and Gigaspaces were added as part of the default driver set to pick from when creating a new service.
<<lessiSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and Informix. iSQL-Viewer provides a variety of tools and features to carry out common database tasks.
Main features:
- Scripting support using JPython and the IBM BSF framework
- A guided query builder for creating simple and complex SQL queries
- Enhanced object viewing for images, HTML, and other binary format files
- A friendly SQL console for executing SQL statements
- Batch processing of SQL files
- Database introspection
- "Bookmarks" to store SQL commands you commonly use
- Import and export to popular file formats such as Microsoft Excel, XML, HTML and ASCII delimited.
- Enhanced interface support across platforms
Enhancements:
- A bug caused by closing of the application with a large query left in the editor was fixed along with some issues with variable substitution.
- Some missing elements in the service wizard were corrected.
- MonetDB and Gigaspaces were added as part of the default driver set to pick from when creating a new service.
Download (0.48MB)
Added: 2007-06-15 License: MPL (Mozilla Public License) Price:
529 downloads
Magnolia 3.0.1
Magnolia is a free, open source, Java based, J2EE deployable Content-Management-System (CMS) supporting the JCR API (JSR-170). more>>
Magnolia is a JSR-170 based CMS, available in 15 languages. Magnolia project combines the advantages of Web-based software (like zero client installation) with the usability of desktop software.
All functions can easily be activated in context sensitive menus or via dragndrop. It runs on all common operating systems (JDK 1.4.1 or later required), and is available as a double clickable installer or drop-n-deploy Java Enterprise Edition war file.
No additional software or databases are needed.
<<lessAll functions can easily be activated in context sensitive menus or via dragndrop. It runs on all common operating systems (JDK 1.4.1 or later required), and is available as a double clickable installer or drop-n-deploy Java Enterprise Edition war file.
No additional software or databases are needed.
Download (MB)
Added: 2006-12-10 License: LGPL (GNU Lesser General Public License) Price:
1079 downloads
Passwd H3 3.0.1
Passwd is the Horde password changing application. more>>
Passwd project is the Horde password changing application. While it has been released and is in production use at many sites, it is also under heavy development in an effort to expand and improve the module.
Right now, Passwd provides fairly complete support for changing passwords via Poppassd, LDAP, Unix expect scripts, the Unix smbpasswd command for SMB/CIFS passwords, Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail, and SQL passwords.
<<lessRight now, Passwd provides fairly complete support for changing passwords via Poppassd, LDAP, Unix expect scripts, the Unix smbpasswd command for SMB/CIFS passwords, Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail, and SQL passwords.
Download (1.2MB)
Added: 2007-03-16 License: The Apache License Price:
952 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 be 3.0.1 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