Main > Free Download Search >

Free system that uses software for linux

system that uses

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 18929
YaaC system 2.0

YaaC system 2.0


YaaCs is a CATI system that lets you manage and do interviews. more>>
YaaCs is a CATI system that lets you manage and do interviews. YaaC system divides the survey process into administration and strictly operative tasks.
It make easy monitoring survey progress (giving several information), and it allows the management of the the survey with several administration tools.
It simplifies the interviewers work reading all contacts data from an easy and functional GUI. It can send faxes via hylaFAX and save all contacts data in a PostgreSQL database.
Enhancements:
- This release features a rewrite from scratch, VoIP support (IAX2 protocol), automatic outcomes classifcation, a new database design, support for internationalization (with English and Italian translations), new monitoring tools (via the tclami package), instant messaging (IM), the ability to recruit interviewers through SMS, phone, or email, an improved replicates algorithm, and an new installation system that uses autotools.
<<less
Download (2.6MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1146 downloads
Ulteo Alpha1 (Sirius)

Ulteo Alpha1 (Sirius)


Ulteo is the easiest system to use on computers. more>>
Ulteo project is the easiest system to use on computers. Ulteo is a new concept of an easy-to-use open-source operating system which could change the way we all use computers.

As a result, users have to perform tasks that should be reserved to computer specialists, while we think that users should just spend time using the applications they need. Ulteo tries to provide answers to these issues.

The first answer we have is to consider the OS + applications as a whole system that we could call an "Application System". This system should:

1- always provide the most up to date stable features and self-upgrade automatically
2- require no, or very little, administration by the user
3- open users horizon to potentially every application which exists, the simple way

For this release of Ulteo Sirius Alpha1, we have focused on the first point. This means that after the first installation, Ulteo will try to check for any new versions available if a network connection is available, and self-upgrade by using an incremental upgrade mechanism.

What this means is that for the next alpha release version, no installation will be needed. Simply rebooting the system will be enough to get the new features and bug fixes.
<<less
Download (MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
881 downloads
Ulteo-KDE Alpha1 (Sirius)

Ulteo-KDE Alpha1 (Sirius)


Ulteo is the easiest system to use on computers. more>>
Ulteo is the easiest system to use on computers. It is a new concept of an easy-to-use open-source "application system" which could change the way we all use computers.

As a result, users have to perform tasks that should be reserved to computer specialists, while we think that users should just spend time using the applications they need. Ulteo tries to provide answers to these issues.

The first answer we have is to consider the OS + applications as a whole system that we could call an "Application System". This system should:

1- always provide the most up to date stable features and self-upgrade automatically
2- require no, or very little, administration by the user
3- open users horizon to potentially every application which exists, the simple way

For this release of Ulteo Sirius Alpha1, we have focused on the first point. This means that after the first installation, Ulteo will try to check for any new versions available if a network connection is available, and self-upgrade by using an incremental upgrade mechanism.

What this means is that for the next alpha release version, no installation will be needed. Simply rebooting the system will be enough to get the new features and bug fixes.
<<less
Download (622MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
870 downloads
MPEG Menu System 2 1.0.8 RC2

MPEG Menu System 2 1.0.8 RC2


MPEG Menu System Version2 is a menu system for easy movie, audio, and image playback. more>>
MPEG Menu System Version2 is a menu system for easy movie, audio, and image playback. It supports many common file formats, including MP3, OGG, DivX, XviD, VCD, SVCD, DVD, JPEG, PNG, and GIF.
MPEG Menu System 2 is controlled using a remote control, USB device, or keyboard. It supports DXR3, DVB, X11, SDL, and framebuffer output.
Enhancements:
- Many small bugfixes and new "play now" functionality.
<<less
Download (2.3MB)
Added: 2006-08-15 License: GPL (GNU General Public License) Price:
1165 downloads
Exception::System 0.0601

Exception::System 0.0601


Exception::System is the exception class for system or library calls. more>>
Exception::System is the exception class for system or library calls.

SYNOPSIS

# Loaded automatically if used as Exception::Bases argument
use Exception::Base
Exception::System,
Exception::File => { isa => Exception::System };

try Exception::Base eval {
my $file = "/notfound";
open FILE, $file
or throw Exception::File message=>"Can not open file: $file",
file=>$file;
};
if (catch Exception::System my $e) {
if ($e->isa(Exception::File)) { warn "File error:".$e->{errstr}; }
if ($e->with(errname=>ENOENT)) { warn "Catched not found error"; }
}

This class extends standard Exception::Base with handling system or library errors. The additional fields of the exception object are filled on throw and contain the error message and error codes.

FIELDS

Class fields are implemented as values of blessed hash.

errstr (ro)

Contains the system error string fetched at exception throw. It is the part of the string representing the exception object. It is the same as $! variable in string context.

eval { throw Exception::System message=>"Message"; };
catch Exception::System my $e
and print $e->{errstr};

errstros (ro)

Contains the extended system error string fetched at exception throw. It is the same as $^E variable.

eval { throw Exception::System message=>"Message"; };
catch Exception::System my $e and $e->{errstros} ne $e->{errstr}
and print $e->{errstros};

errno (ro)

Contains the system error number fetched at exception throw. It is the same as $! variable in numeric context.

eval { throw Exception::System message=>"Message"; };

errname (ro)

Contains the system error constant from the system error.h include file.

eval { throw Exception::System message=>"Message"; };
catch Exception::System my $e and $e->{errname} eq ENOENT
and $e->throw;

METHODS

stringify([$verbosity[, $message]])
Returns the string representation of exception object. The format of output is "message: error string".

eval { open F, "/notexisting"; throw Exception::System; };
print $@->stringify(1);
print "$@";

<<less
Download (0.010MB)
Added: 2007-05-23 License: Perl Artistic License Price:
891 downloads
AJAX Image Dump System 1.1

AJAX Image Dump System 1.1


AJAX Image Dump System is a image dump system written in PHP and Javascript using MYSQL databases, with AJAX functionality. more>>
AJAX Image Dump System or AIDS for short, is a image dump system written in PHP and Javascript using MYSQL databases, with AJAX functionality using the jquery library and the MOD_REWRITE Apache module to shorten down URL-addresses. The system also uses the XTemplate.
Enhancements:
- Fixed the bug causing the second image uploaded to fail, and send the user to the upload.php page.
- See https://sourceforge.net/tracker/index.php?func=detail&aid=1735653&group_id=198562&atid=965971 for more info regarding this bug.
- Got more of the system onto the xtemplatephp-system and added support for multiple languages, translation will begin shortly.
- Better support for adding other languages will come in one of the next releases. (See langNO.php for the current running language).
- Changed the link for the pictures after a uploading to point to the right page (removed .jpg at the end of the link).
<<less
Download (0.50MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
855 downloads
GtkExtra 2.1.0

GtkExtra 2.1.0


GTKExtra is a useful set of widgets for creating GUIs for the X Window System using GTK+. more>>
GTKExtra is a useful set of widgets for creating GUIs for the X Window System using GTK+. It is written in C and includes the following widgets: GtkSheet, GtkPlot, GtkPlotCanvas, GtkItemEntry, GtkComboBox, GtkColorCombo, GtkBorderCombo, GtkFontCombo, GtkDirTree, GtkIconList, GtkFileList, GtkIconFileSelection, and GtkCheckItem.
It is also Free Software and released under the LGPL license.
Enhancements:
- Bugfixes in gtksheet
- improvements in gtkiconlist
- Pango enhancements in gtkplot
<<less
Download (0.87MB)
Added: 2005-06-24 License: GPL (GNU General Public License) Price:
1583 downloads
Incredible Hosting System 1

Incredible Hosting System 1


Incredible Hosting System is a tool that allows you to administrate a hosting system using a Web browser. more>>
Incredible Hosting System is a tool that allows you to administrate a hosting system using a Web browser.
The aim is to support administrators and users. Incredible Hosting System currently includes support for Virtual Qmail.
IHS will be a platform for implementing and integrating mail or hosting systems in different environments - small or medium companies looking for tools for managing system accounts, hosting companies offering services based on this system.
System is complex, requires integration of many other applications, for example: WWW server, mail transfer agent, FTP server, database. Also it should be possible to integrate system with other applications that are specific to companys environment.
Aside integration of existing application platform must be built that will allow to manage everything is a manner undependent from tools that are used in background. It should be a centralized and consistent environment. Also API for developers shoule be generic that changes in tools doesnt require changes in code.
Incredible Hosting System will be based on following tools, technologies:
- Apache as WWW server;
- PostgreSQL as default database;
- ProFTPD as default database;
- qmail or Virtual Qmail as a MTA;
- CORBA as a service communication protocol;
- J2EE as an runtime environment;
<<less
Download (3.3MB)
Added: 2006-02-21 License: GPL (GNU General Public License) Price:
1346 downloads
Paymaster 0.9.9

Paymaster 0.9.9


Paymaster is a payroll system and hr package. more>>
Paymaster is an open source free payroll and HR application designed for small to large organisations. Paymaster project works in batch process system for paying employees, using journal entries and a series of ledgers for storing the accounts.

A customisable backed calculates the results to help meet the diverse requirements of payroll. Complex tax laws, leave, varying pay rates, allowances, superannuation are some of the things the payroll system can handle. Paymaster is written for gnome and uses postgresql for its database backend.

<<less
Download (0.38MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
938 downloads
My Own Building System 2.3.2

My Own Building System 2.3.2


My Own Building System (a.k.a. mobs) is a GPLd build system, lightweight and easy to use, with a limited application framework. more>>
My Own Building System (a.k.a. mobs) is a GPLd build system, lightweight and easy to use, with a limited application framework. My Own Building System project gets information from the end-user wanting to build your project and modifies the building process according to such information.

It provides the developer with some development helpers, including some makefile framework and an interface for the end-user (the 0 script). This building system supports the (more or less) automatic building of C, C++, Bison/Yacc, Flex/Lex, and Texinfo source files, and the creation of static and shared libraries and binaries.

It is not a GNU autoconf/automake clone, and although the command line of the 0 script certainly mimics the one of GNU configure it is only for the sake of end-users. Internally, and from the point of view of the developer, is very different.

<<less
Download (0.041MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1125 downloads
Debian Packages of System Configurations 1.0.29

Debian Packages of System Configurations 1.0.29


Debian Packages of System Configurations is an automated system configuration for Debian. more>>
Dpsyco is a automated system to distribute system configurations to several computers. It is written mainly for the Debian distribution but should be portable (without too much difficulties) to other distributions or Unixes as well.
It consists of a number of shell scripts to perform the desired actions. With it you can handle users, add ssh-public-keys, patch the system, update things using cfengine, install files (overriding other package files), and more.
Main features:
- Handle users.
- Handle groups.
- Handle ssh access.
<<less
Download (0.011MB)
Added: 2005-11-19 License: GPL (GNU General Public License) Price:
1437 downloads
The Plastic File System 1.11

The Plastic File System 1.11


The Plastic File System is a module for providing virtual file systems in user space. more>>
The Plastic File System project is an LD_PRELOAD module for manipulating what the file system looks like for programs. This allows virtual file systems to exist in user space, without kernel hacks or modules.
PlasticFS includes the following file systems:
chroot
The chroot filter may be used to simulate the effects of the chroot(2) system call, in combination with other filters.
dos
The dos filter may be used to simulate an 8.3 DOS file system.
log
The log filter may be used to transparently log file system access, similar to the strace command.
shortname
The shortname filter may be used to simulate file systems with shorter filenames.
smartlink
The smartlink filter may be used to expand environment variables in symbolic links, using the usual $name notation.
upcase, downcase, titlecase and nocase
The upcase filter to make file names appear to be in upper-case when listed. File names are case- insensitive when being opened, etc. The downcase filetr is similar, except it converts to lower-case, titlecase capitalizes, and nocase is simply case insensitive without altering the filenames.
viewpath
The viewpath filter may be used to make a set of directory trees look like a single directory tree. (Also known as a union file system.) All modifications take place in the first directory in the list.
Aka: union and translucent
Note: Filters may be piped from one to the next, forming powerful combinations.
PlasticFS is currently dependent on the implementation of the GNU C Library. It is self configuring using a GNU Autoconf generated configure script.
Enhancements:
- Build problem fixed.
<<less
Download (0.18MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
840 downloads
Gecko Multimedia System 0.2.0

Gecko Multimedia System 0.2.0


Gecko Multimedia System is a complete media solution. more>>
Gecko Multimedia System is a complete media solution, able to play almost all media types and supports scheduled tv-recording from online tv-guides.

It is intended to replace your VCR, DVD, MP3- and CD-player into one single software-unit. It is mainly for use in Linux-systems (well, its the only system Ive tried it on).

Please note that Gecko requires VRD to be able to record television. VRD is not yet 100% functional.

<<less
Download (2.8MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1536 downloads
Tie::ListKeyedHash 1.02

Tie::ListKeyedHash 1.02


Tie::ListKeyedHash is a system allowing the use of anonymous arrays as keys to a hash. more>>
Tie::ListKeyedHash is a system allowing the use of anonymous arrays as keys to a hash.

SYNOPSIS

use Tie::ListKeyedHash;

[$X =] tie %hash, Tie::ListKeyedHash;


my $live_key = [key,items,live];
$hash{$live_key} = Hello!;

$hash{[key,trees,grow]} = Goodbye!;

print $hash{[key,items,live]},"n";
delete $hash{$live_key};

my @list = keys %{$hash{[key]}};
print "@listn";

untie %hash ;

Alternatively keys are accessible as:

$hash{key,items,live} = Hello!;

(a bare list/array for the key rather than using an anon list/array reference).

But that slows down the accesses by around 10% and cannot be used for keys that conflict with the value of the $; special variable.

Also usable via the object interface methods put, get,exists,delete,clear. The object interface is about 2x as fast as the tied interface.

Tie::ListKeyedHash ties a hash so that you can use a reference to an array as the key of the hash. It otherwise behaves exactly like a normal hash (including all caveats about trying to use a key as both a hash reference and a scalar value).

This frees you from needing to hardwire hash references in code or having to write tree traversal code to reach arbitrary points in a hash tree.
Example:
########################

#!/usr/bin/perl

use strict;
use warnings;

use Data::Dumper;

use Tie::ListKeyedHash;

my %example;
tie (%example, Tie::ListKeyedHash);

%example = (
a => {
b0 => {
c => value of c,
d => value of d,
e => {
f => value of f,
},
},
b1 => {
g => value of g,
},
},
h => r,
);

my $b_key = [a,b0];

my $d_key = [@$b_key,d];
my $d = $example{$d_key};
print "d = $dn";

my $e_key = [@$b_key, e];
my $e = $example{$e_key};
print e = . Dumper ($e);

my $f_key = [@$b_key, e,f];
my $f = $example{$f_key};
print "f = $fn";

my $h_key = [h];
my $h = $example{$h_key};
print "h = $hn";

########################

The virtues of this particular way of accessing hash-of-hashes (HoH) vs bare hardwired derefererences or tree crawling are as follows:

1) As the number of levels in a HoH increases, the tied object asymptotically approaches the speed of hardwired hash dereferencing without the loss of flexibility penalty of having to hardwire the keys into code in advance.
This gives an important property that it gets faster the deeper a HoH becomes as compared with the speed of software driven tree traveral.
So you can build and access arbitrarily structured HoH and still access deeply buried elements in the tree quickly.
2) The format was designed to use memory efficiently. It takes only a few hundred extra bytes over the size of an untied HoH in memory or when serialized (via Data::Dumper or Storable for example) regardless of how deep the hash is.
3) A reference to an existing HoH can be passed into Tie::ListKeyedHash->new and all of the OO key lists access methods will "just work".

Example:

use Tie::ListKeyedHash;

my %hash = ( a => { b => c } );
my $obj = Tie::ListKeyedHash->new(%hash);

my $b_value = $obj->get([a,b]);

<<less
Download (0.016MB)
Added: 2007-02-21 License: Perl Artistic License Price:
977 downloads
WebTTS 3.0

WebTTS 3.0


WebTTS is a trouble ticketing system written in PERL5 designed for businesses that need to track problems in their network. more>>
WebTTS is a trouble ticketing system written in PERL5 designed for businesses that need to track problems in their network.

Trouble Ticketing Systems are used by businesses and individuals to track problems in some type of product or service.

I have written WebTTS to be a trouble ticketing system for ISPs.

This package allows ISPs to track various service-related problems.

Most large businesses use a tracking system to help deal with customer problems, but these systems are either non-free, custom written, or simply impossible to install and get working in a reasonable amount of time.

<<less
Download (0.026MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1143 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5