Main > Free Download Search >

Free comprehensive software for linux

comprehensive

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 259
The Comprehensive Danish Dictionary 1.6.7

The Comprehensive Danish Dictionary 1.6.7


The Comprehensive Danish Dictionary is a word list for spell checking of Danish texts. more>>
The Comprehensive Danish Dictionary is a word list for spell checking of Danish texts.
The Comprehensive Danish Dictionary (DSDO) is a free spell-checking dictionary for Danish published by Skane Sjeland Linux User Group (SSLUG). One thing which makes this dictionary different from most other dictionaries is that it basically is the result of a vote among the proof-readers.
The editorial group has _not_ proof-read all the words in the dictionary, but guides the proof-readers and keeps track of the overall status of the dictionary.
Enhancements:
- Some words were added and some misspellings were removed.
<<less
Download (0.46MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
824 downloads
OpenVIP 1.1.0

OpenVIP 1.1.0


OpenVIP is a flexible video-processing tool for Unix. more>>
OpenVIP software is a flexible video-processing tool for Unix. It consists of two parts:
1. OpenVIP core, which is written in C/C++. You can use it either as a library linked with your code, or as a standalone application for batch processing of multimedia files (you specify what to do in a XML file).
2. OpenVIP GUI written in Python, which provides a user-friendly interface to the core. It is based on the timeline concept: You place multimedia files on the timeline and apply various filters and transitions on them.
Main features:
- Support for a wide range of multimedia files (and codecs) including AVI, MPEG, MP3. We use libraries from the ffmpeg project for reading and writing files. It is also possible to read AVI files using native codecs under Windows.
- A lot of nice plugins including colour transformations, geometric distortions, basic sound processing and transitions between two movies. See the online HTML documentation for screenshots.
- Simple interface for including your own plugins written in C/C++. It is described in the comprehensive Developers Documentation.
<<less
Download (2.9MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
816 downloads
Cerise 1.1

Cerise 1.1


Cerise is a Web and application server that follows the same general pattern as J2EE application servers. more>>
Cerise is a Web and application server that follows the same general pattern as J2EE application servers.
Cerise provides a very flexible, elegant, lightweight, and developer friendly environment for building Web applications.
Main features:
- A flexible request handler framework
- An HTML template system styled after Amrita, with a few extra features
- Support for validating forms and displaying errors
- Comprehensive error reporting
- Database connection pools
- User and role based access controls
- Runtime reloading of changes without a server restart
- User sessions to maintain state across requests
- Flexible configuration files written in Ruby
- Internal HTTP 1.1 server
- Platform independent, runs on all the platforms that Ruby runs on which includes most flavors of Unix, Mac OS X, Microsoft Windows, etc.
- Support for publishing Ruby objects as SOAP services
- Sending email, including STARTTLS support
Enhancements:
- Allows configuration of the logger in server.cfg.
- It adds Ruby-style # {...} interpolation to template attributes.
- The client IP and port are available in HTTP requests.
<<less
Download (1.2MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
 
Other version of Cerise
Cerise 1.0features - Support for validating forms and displaying errors - Comprehensive error reporting - Database connection pools - User and role based access controls - Runtime reloading of changes
License:GPL (GNU General Public License)
Download (1.3MB)
1418 downloads
Added: 2005-12-05
openTNEF 0.1-dev

openTNEF 0.1-dev


openTNEF is a project focused on providing a quality TNEF decoding library. more>>
openTNEF is a project focused on providing a quality TNEF decoding library.

openTNEF aims to encourage corporate involvement with its development. The use of the BSD licence has previously been shown to be effective in fostering strong development ties as seen with sister projects such as ripMIME, alterMIME and FileType.

While openTNEF can be used as a stand-alone appication, able to decode winmail.dat files, its primary purpose is to actually be developed as a library to be used in the more comprehensive MIME decoding package ripMIME. As openTNEF reaches various stages of feature and stability, it will be rolled back into the ripMIME tree to be used.

Currently, openTNEF is not at the same level of diversity and quality of other open-sourced TNEF decoding projects such as yTNEF and TNEF. We naturally wish to address this issue. openTNEF has been forked out of the existing ripMIME project in order to provide a stronger focus on its development.
<<less
Download (0.030MB)
Added: 2006-06-05 License: BSD License Price:
1236 downloads
Object::InsideOut 3.17

Object::InsideOut 3.17


Object::InsideOut is a comprehensive inside-out object support module. more>>
Object::InsideOut is a comprehensive inside-out object support module.

SYNOPSIS

package My::Class; {
use Object::InsideOut;

# Numeric field
# With combined get+set accessor
my @data
:Field
:Type(numeric)
:Accessor(data);

# Takes INPUT (or input, etc.) as a mandatory parameter to ->new()
my %init_args :InitArgs = (
INPUT => {
Regex => qr/^input$/i,
Mandatory => 1,
Type => numeriC,
},
);

# Handle class-specific args as part of ->new()
sub init :Init
{
my ($self, $args) = @_;

# Put input parameter into data field
$self->set(@data, $args->{INPUT});
}
}

package My::Class::Sub; {
use Object::InsideOut qw(My::Class);

# List field
# With standard get_X and set_X accessors
# Takes INFO as an optional list parameter to ->new()
# Value automatically added to @info array
# Defaults to [ empty ]
my @info
:Field
:Type(list)
:Standard(info)
:Arg(Name => INFO, Default => empty);
}

package Foo; {
use Object::InsideOut;

# Field containing My::Class objects
# With combined accessor
# Plus automatic parameter processing on object creation
my @foo
:Field
:Type(My::Class)
:All(foo);
}

package main;

my $obj = My::Class::Sub->new(Input => 69);
my $info = $obj->get_info(); # [ empty ]
my $data = $obj->data(); # 69
$obj->data(42);
$data = $obj->data(); # 42

$obj = My::Class::Sub->new(INFO => help, INPUT => 86);
$data = $obj->data(); # 86
$info = $obj->get_info(); # [ help ]
$obj->set_info(qw(foo bar baz));
$info = $obj->get_info(); # [ foo, bar, baz ]

my $foo_obj = Foo->new(foo => $obj);
$foo_obj->foo()->data(); # 86

<<less
Download (0.010MB)
Added: 2007-05-18 License: Perl Artistic License Price:
889 downloads
Argyll Color Management System 0.60

Argyll Color Management System 0.60


Argyll is an experimental ICC-compatible color management system. more>>
Argyll is an experimental ICC-compatible color management system. Argyll Color Management System supports accurate ICC profile creation for scanners, CMYK printers, film recorders, and display monitors.
Spectral sample data is supported, allowing a selection of illuminants observer types, and paper fluorescent whitener additive compensation. Profiles can also incorporate source-specific gamut mappings for perceptual and saturation intents.
Gamut mapping and profile linking uses the CIECAM02 appearance model, a unique gamut mapping algorithm, and a wide selection of rendering intents.
It also includes code for a fast, portable 8-bit raster color conversion engine, as well as support for fast, fully accurate 16-bit conversion. Device color gamuts can also be viewed and compared using a VRML viewer.
Enhancements:
- Support for the USB-based X-Rite DTP94 (AKA Optix) display colorimeter.
- Comprehensive display control adjustment and calibration support.
- Full multi-monitor support for display adjustment, calibration, and profiling on all supported operating systems (MS Windows, OS X, and Linux/X11). Numerous bugfixes, and many minor feature additions and improvements.
<<less
Download (2.4MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1196 downloads
Cheyenne Secure Web Server 1.0

Cheyenne Secure Web Server 1.0


Cheyenne Secure Web Server (SWS) is a comprehensive enterprise solution for Apache server. more>>
Cheyenne Secure Web Server (SWS) is a comprehensive enterprise solution for Apache server. Cheyenne Secure Web Server combines http firewall, JAVA, PHP, PERL and a domain control system with Apache HTTPD platform.

<<less
Download (192.9MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
873 downloads
OpenSPM 1.042307.prod

OpenSPM 1.042307.prod


OpenSPM is a general philosophy on and about most aspects of exploiting parallelism. more>>
OpenSPM project consists of two parts: a general philosophy on and about most aspects of exploiting parallelism using general purpose compute resources, and a comprehensive, customizable software package based on the aforementioned philosophy.
<<less
Download (33MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
905 downloads
PiSi 1.0

PiSi 1.0


PiSi is a modern package manager for UNIX systems. more>>
PiSi is a modern package manager for UNIX systems. It has been designed to meet the requirements of the Pardus Linux distribution, and it is not derived from any other package manager.
It is efficient and small. Package sources are written in XML and Python. Fast database access is implemented with Berkeley DB.
PiSi package management integrates both low-level and high-level package operations. Sources can be maintained easily through a version control system as original sources do not have to be copied.
It uses a framework approach to build applications and tools upon. It has both a comprehensive CLI and a user-friendly Qt-based GUI.
Main features:
- Implemented in python.
- All specification and intermediate data is in an XML format.
- Fast database access implemented with berkeley DB.
- Integrates both low-level and high-level package operations.
- Efficient and small
- Framework approach to build applications and tools upon
- Comprehensive CLI and a user-friendly qt-based GUI
- Extremely simple package construction
<<less
Download (0.29MB)
Added: 2005-12-23 License: GPL (GNU General Public License) Price:
1405 downloads
OrangeHRM 2.2_02

OrangeHRM 2.2_02


OrangeHRM comes as a comprehensive solution for the efficient management and development of your Human Resource. more>>
OrangeHRM comes as a comprehensive solution for the efficient management and development of your Human Resource. The project will assist you in the complex and strategic process of managing this crucial resource of your enterprise.
Based on modular architecture, it facilitates a vastrange of HR activities, with features that reflect the main HR management activities. It comes as a web-enabled application and considering the available flexibility, OrangeHRM is a perfect platform for reengineering your HR processes and achieving a new level of HR Management.
OrangeHRM is emerging in line with the new generation of HR Information Systems (HRIS) and will assist you in managing your companys most important asset - human resource. Based on modular architecture, this comprehensive Open Source solution reflects the main areas of HR Management from simple personnel administration to todays complex strategic approaches.
Orange HRM, which is applicable to diverse business industries, is a perfect platform for re-engineering your HR processes and redefining the workflow operations of HR professionals, paving the way to a new level of HR Management.
Administration Module (Admin)
The part of the system where the HR Manager or other appointed personnel perform all system administration tasks. This include defining company structure, pay grades and other information that serves as the backbone for the rest of the system. Security issues are taken care of through this module as well by defining user rights.
Features:
- Define Company Info (General Information, Company Structure, Locations)
- Define Job information (Job titles, Pay Grades, Employment Statuses, EEO Job Categories)
- Define Qualification Information (Education, Licenses)
- Define Skills (Skills, Languages)
- Define Meberships and Membership types
- Define Nationalities & Races
- Define Users
Personal Information Manager Module (PIM)
This core module maintains all relevant employee related information, including different types of personal information, detailed qualifications and work experience, job related information etc. Picture of employee is included as well. Information captured in this module is utilized by all other modules, thus eliminating data redundancy.
Features :
- Personal information (Date of birth, SSN, nationality, ethnic race etc.)
- Color picture
- Contact details
- Emergency Contact(s)
- Dependents
- Immigration details (Passport & Visa info)
- Job information
- Payment details (Pay Grade & Salary)
- Employee reporting structure (Assign Supervisor)
- Work Experience
- Education details
- Skills
- Assign Languages
- Assign Licenses
- Assign Memberships
- Attachments
Employee Self Service Module (ESS)
Employee self service is a powerful tool providing employees of the company with the ability to view relevant information such as personal information, updating personal information with web - enabled PC without having to hassle the HR staff.
The functionality of this module spans through the entire system, making information available anywhere, anytime. Of course all information is subject to company defined security policy, where everyone can only view the information he/she is authorized to. Time and cost saving effects from this solution are tremendous.
Reports Module
This feature produces customized reports according to your needs. Any number of reports can be defined by selecting from a range of search criteria and report fields. Report definitions can be saved to avoid repeating this task. Once the report definition is saved, the report can be generated by providing the required criteria data
Leave Module
A comprehensive leave management module, with extensive possibilities of defining leave types and more. It caters for all application and approval processes and is able to display information on leave entitlement, balance, history etc. Thanks to the web-enabled and self-service concepts, it significantly streamlines all leave related procedures, eliminates paperwork and saves costs.
<<less
Download (MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
822 downloads
Ruby OpenID 0.9.4

Ruby OpenID 0.9.4


Ruby OpenID is a Ruby library for verifying and serving OpenID identities. more>>
Ruby OpenID is a Ruby library for verifying and serving OpenID identities. Ruby OpenID makes it easy to add OpenID authenticaion to your web applications.
Main features:
- Easy-to-use API for verifying OpenID identities (OpenIDConsumer)
- New support for serving OpenID identities (OpenIDServer)
- Does not depend on underlying web framework
- Multiple storage implementations (Filesystem, SQL)
- Comprehensive test suite
- Example code to help you get started, including:
- WEBrick based consumer
- Ruby on rails based consumer
- Ruby on rails based server
- OpenIDLoginGenerator for quickly creating a rails app that uses OpenID for authentication
- ActiveRecord adapter for using an SQL store in rails
<<less
Download (0.19MB)
Added: 2006-02-02 License: LGPL (GNU Lesser General Public License) Price:
1359 downloads
Bonita 3.0

Bonita 3.0


Bonita is a flexible cooperative workflow system. more>>
Bonita is a flexible cooperative workflow system, compliant to WfMC specifications, based on the workflow model proposed by the ECOO Team, which incorporates the anticipation of activities as a more flexible mechanism of workflow execution.
Main features:
- A comprehensive set of integrated graphical tools for performing the process conception and definition, the instantiation and control of this process, and the interaction with the users and other applications
- 100% browser-based environment with Web Services integration that uses SOAP and XML Data binding technologies in order to encapsulate existing workflow business methods and publish them as a J2EE-based web services.
- A Third Generation Worflow engine based in the activity anticipation model. This flexibility allows a considerable increase of speed in the design and development phases of cooperative applications.
Enhancements:
- This version adds a fully integrated set of applications targeting graphical workflow definition, execution, administration, and monitoring.
- The following tools are part of this platform: Workflow Console, ProEd XPDL workflow editor, and xFormEditor.
<<less
Download (MB)
Added: 2007-02-26 License: LGPL (GNU Lesser General Public License) Price:
573 downloads
Caravan Business Server for Linux 3.15-03D

Caravan Business Server for Linux 3.15-03D


Web App Development and Deployment Environment, Cross Platform, Tiny Footprint more>>
Caravan Business Server is an extremely easy to use comprehensive development and deployment framework which has been used to build Enterprise wide, mission critical Web-based applications.
It includes, as a seamless integrated package, an easy to use Scripting Language, Search Engine, Database Engine, a Web Server and a Communication Server, which makes it a 1-Tier Architecture.
Caravan Business Server is currently available on Linux. Once an application is developed on any OS, the same can be simply redeployed on any other OS without making any changes.
<<less
Download (1.9MB)
Added: 2009-04-21 License: Freeware Price:
188 downloads
Gtk+ 2.0 Change Theme 0.3.1

Gtk+ 2.0 Change Theme 0.3.1


Gtk+ 2.0 Change Theme is a tiny GUI application that aims to make theme preview and selection as slick as possible. more>>
As the name suggests, this little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible.
Themes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration theres a large variety of widgets.
It was originally derived from Gtk Theme Switch, but what started out as a hack to remove various nuisances now shares no code whatsoever anymore with the original.
Enhancements:
- Fixes for a number of a packaging glitches.
<<less
Download (0.02MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1654 downloads
Nimages PR1

Nimages PR1


Nimages provides an image gallery script featuring themes and a Web-based installation. more>>
Nimages provides an image gallery script featuring themes and a Web-based installation.
Nimages is a simple image gallery script featuring a Web-based installtion and configuration (no editing of the script is needed).
Other features include MySQL support, automatic creation of thumbnails (if supported), themes, and ease of use and configuration.
Nimages is a complete rewrite of the JCS Image Display script.
Main features:
- A nifty web-based install automagically detects most options.
- An advanced and normal mode. Normal mode is for users who arent comfortable setting up and running scripts, and the advanced mode is for people who want a little more control.
- Only one file to mess with...Copy and Go!
- Complete editing of image information from withing the program.
- A system that lets authorized users log in and edit image info, add comments, and manipulate galleries.
- Uses MySQL if available.
- A comprehensive theme system.
<<less
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
932 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5