Main > Free Download Search >

Free easy software for linux

easy

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4627
Easy Bejeweled 0.9

Easy Bejeweled 0.9


Play free Easy Bejeweled! No limitations. No Charges. The rectangular area of play starts filled with colored gemss. The only valid move is to swap a... more>> <<less
Download (1158KB)
Added: 2009-04-25 License: Freeware Price: Free
771 downloads
Preview 0.8.5

Preview 0.8.5


Preview is a simple image viewer for GNUstep. more>>
Preview is a simple image viewer for GNUstep. It is designed to be easy to use and support GNUstep features such as image design, pasteboard/services, printing, and layout.

<<less
Download (0.067MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
2419 downloads
Gungirl Sequencer 0.3.1

Gungirl Sequencer 0.3.1


Gungirl Sequencer is an easy to use Audiosequencer. more>>
Gungirl Sequencer is an easy to use Audiosequencer.

Gungirl Sequencer includes a simple Filemanager and offers eight Tracks to arrange Audio Files via Drag & Drop.

<<less
Download (1.6MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1664 downloads
SQLite Manager 0.5.0 Beta 3

SQLite Manager 0.5.0 Beta 3


SQLite Manager is an excellent and extremely useful program which offers an easy way to manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Added: 2009-07-23 License: MPL Price: FREE
62 downloads
Earn-Easy-Money 1.0

Earn-Easy-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-20 License: Freeware Price: Free
186 downloads
Easy-Making-Money 1.0

Easy-Making-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-14 License: Freeware Price: Free
193 downloads
Easy-Money-Online 1.0

Easy-Money-Online 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-12 License: Freeware Price: Free
195 downloads
Easy Funktion 6.02

Easy Funktion 6.02


Easy Funktion is a 2D function plotter and equation solver. more>>
Easy Funktion is 2D function plotter software with an equation solver. Easy Funktion has an office-like GUI frontend and features a built-in pocket calculator, calculating with complex numbers (with special extensions for electronics, e.g. capacitor/inductor impedance), a function to export to spreadsheet software, and an advanced formula editor with automatic formatting.
This program alternatively supports an english version of the GUI, but at this time there is no separate english language download available.
In order to activate the english language GUI, do the following:
Open the folder where the program data is installed (/usr/share/easyfunktion). Rename the subfolder de to de_. You may need the root account to do this.
Enhancements:
- Unicode support for Unix.
- An English language GUI with English online help is now available for non-German installations.
<<less
Download (1.4MB)
Added: 2007-07-16 License: Free For Educational Use Price:
833 downloads
Easy Game Library 20040323

Easy Game Library 20040323


Easy Game Library is a C++ class libary designed for quick and easy development of games. more>>
Easy Game Library is library of C++ classes designed to make game programming easier. Now it consists only of easy_sprite library which consists of classes for using sprites.

It should compile on different platforms because it uses SDL library as backend.

Installation:

To install run such sequence of commands:

make - Compiles library and tests

make install - Installs library and tests
<<less
Download (0.057MB)
Added: 2005-09-30 License: LGPL (GNU Lesser General Public License) Price:
1488 downloads
easy TreeManager 0.1.0

easy TreeManager 0.1.0


easy TreeManager provides a bookmark manager for group of users. more>>
easy TreeManager provides a bookmark manager for group of users.

easy TreeManager is a kind of onsite bookmark manager for a group of users. Once logged in, you can access all links managed in the navigation tree.

These links can be organized by using folders and by ordering them.

The Administrator can add, delete and edit links and assign these rights to other users, too.

<<less
Download (1.7MB)
Added: 2007-02-01 License: MPL (Mozilla Public License) Price:
996 downloads
easy emailsManager 0.0.1

easy emailsManager 0.0.1


easy emailsManager (eEM) is a Web-based multi-user application for managing email. more>>
easy emailsManager (eEM) is a Web-based multi-user application for managing email.
easy emailsManager can manage multiple email accounts with different protocols (IMAP, POP3, NNTP) and share selected email with other users (of your own group, for example).
Main features:
- User, Group and Permission Management
- Emails Management
- German and English
- Editable Navigation tree
- Mandators (experimental)
- Extensible by plugins (experimental)
<<less
Download (2.5MB)
Added: 2006-03-10 License: MPL (Mozilla Public License) Price:
1325 downloads
easy contactsManager 0.0.3

easy contactsManager 0.0.3


easy contactsManager [eCM] is an internet application for managing contacts. more>>
easy contactsManager project is an internet application for managing contacts.
These contacts can be organized in a lot a different ways (for example folders, categories, ...) and be accessed by different users who belong to different groups.
Main features:
- User, Group and Permission Management
- Notes and Folders Management
- wysiwyg editor
- German and English
- Eventmanager (experimental)
- Editable Navigation tree
- Workflow (experimental)
- Categories (experimental)
- Mandators (experimental)
- Extensible by plugins (experimental)
<<less
Download (2.5MB)
Added: 2006-02-28 License: MPL (Mozilla Public License) Price:
1333 downloads
WWW::Curl::Easy 3.02

WWW::Curl::Easy 3.02


WWW::Curl::Easy is a Perl extension interface for libcurl. more>>
WWW::Curl::Easy is a Perl extension interface for libcurl.

SYNOPSIS

use WWW::Curl::Easy;
my $curl = new WWW::Curl::Easy;
$curl->setopt(CURLOPT_URL, http://oook.de);
$curl->perform;
my $err = $curl->errbuf;
my $info = $curl->getinfo(CURLINFO_HTTP_CODE);

WWW::Curl::Easy is a Perl extension interface for libcurl.

METHODS

$curl = new WWW::Curl::Easy
This method constructs a new WWW::Curl::Easy object.

$curl->setopt( CURLOPT_OPTION, $option )
This method sets a curl option in the object.

$curl->perform
This method performs the object.

$curl->errbuf
This method returns all errors from the buffer of the object.

$curl->getinfo( CURLINFO_OPTION )
This method returns the requested info from the object.

Aliases for these methods have also been created in the WWW::Curl::easy namespace, to provide some backwards compatability for existing scripts - you must still use WWW:Curl::Easy, but you can keep calling the functions by the lower case name for now. This will go away in a future release.

<<less
Download (0.022MB)
Added: 2007-02-23 License: Perl Artistic License Price:
579 downloads
easy TicketManager 0.2.0

easy TicketManager 0.2.0


easy TicketManager is a system for managing customer requests (trouble tickets or similar) for a group of users. more>>
easy TicketManager project is a system for managing customer requests (trouble tickets or similar) for a group of users.
Each ticket is assigned to a customer and a carer who is responsible for handling this ticket. Tickets can be organized in folders or by categories and can have notes attached to them.
Enhancements:
- You can manage tickets and define a workflow to handle these items.
- The installer has been improved, as well as the plugin concept.
- The following plugins are shipped and installed automatically: notes management, bookmarks management, and the ticket plugin.
<<less
Download (4.8MB)
Added: 2006-08-15 License: MPL (Mozilla Public License) Price:
1166 downloads
Easy Benchmarking Suite 1.05

Easy Benchmarking Suite 1.05


Easy Benchmarking Suite is aimed at testing and benchmarking sites. more>>
Easy Benchmarking Suite is aimed at testing and benchmarking sites. Basically, the suite can:
- Issue requests to a URL. A benchmark typically consists of a given number of clients that concurrently issue a number of requests. A request can be any HTTP request (GET, POST, HEAD etc.) with all necessary HTTP header information (session cookies, basic authentication information, etc.);
- Get a quick overview of the results of a benchmark: how many trials succeeded, what are the average times for connecting and processing, what is the standard deviation of these times;
- Prepare a GnuPlot command file so that the obtained results can be plotted.
This document describes the suite. Furthermore, manual pages are provided for the separate parts of the suite: sitebench, sitecollect, and siteplot.
<<less
Download (0.14MB)
Added: 2006-03-21 License: Other/Proprietary License Price:
1314 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5