Main > Free Download Search >

Free without having to software for linux

without having to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10973
Kopete Reloading Kit 0.2.1

Kopete Reloading Kit 0.2.1


Kopete Reloading Kits goal is to improve Kopete GUI. more>>
Kopete Reloading Kits goal is to improve Kopete GUI. Except its cool styling feature, Kopete hasnt visually changed a lot for months...

You can see in the screenshot, the current result of my attempts to refresh the contact list visual aspect.

The aim of that project is to provide to the Kopete users a pack of well made patches that will give them the ability to customize their favorite IM client without having to write a single line of C++.

Everything will be stored as bitmaps, which means everyone will be able to create its own theme, youll only need Gimp and a few minutes of patience...

The screenshot you can see isnt a mockup but what is currently displayed on my computer, Ill try to improve it before releasing a first pack.

NOTICE : As a patch archive, youll have to fully compile kopete source code in order to benefit from these functionalties...

<<less
Download (0.011MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1044 downloads
UberImaging 0.9 Beta

UberImaging 0.9 Beta


UberImaging allows you to control the disk imaging process of several workstations on a network. more>>
UberImaging allows you to control the disk imaging process of several workstations on a network without having to leave your computer.

You can wake up the workstations, image hard drives, and shut them down, all via a simple and easy to use GUI.

UberImaging program takes advantage of PXE and Wake-On-Lan technology in concert with various open source programs such as udpcast to give you remote control of the entire disk imaging process.

<<less
Download (3.5MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
1290 downloads
The SpamBouncer 2.2 beta

The SpamBouncer 2.2 beta


The SpamBouncer is a spam filter that runs under Procmail, a Unix-based email processing program. more>>
The SpamBouncer is a spam filter that runs under Procmail, a Unix-based email processing program.
The SpamBouncer filters and classifies your incoming email, moving spam to a separate folder or deleting it entirely. This allows you to find your real email without having to read through a flood of spam first.
Enhancements:
- New features include the possibility to check the retired spammers list, autoreporting to SpamCop, finer grain control of reverse-DNS-lookup-based scoring of spam, support for new blocklists, easy bundling of minimal default options for quick-starting new users, and more.
- Usual housekeeping updates were performed.
<<less
Download (0.65MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1432 downloads
ZoneAdmin 0.1

ZoneAdmin 0.1


ZoneAdmin is a Web interface for the powerDNS name server using the MySQL backend. more>>
ZoneAdmin is a Web interface for the powerDNS name server using the MySQL backend. It allows you to manage existing zones and add, remove, and alter new ones, supports on-the-fly input validation, and allows comments per zone and per record.
Furthermore, it keeps a detailed history of changes and allows you to temporary enable or disable zones without having to remove them completely. New zones can use templates that contain predefined records. The project is designed to be used with one of Apaches authentication methods.
Enhancements:
- This release fixes bugs related to inability to add record type AAAA, inability to add CNAME records, and validation failures.
<<less
Download (0.13MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
830 downloads
The Ark Roleplaying Kernel 0.1.4

The Ark Roleplaying Kernel 0.1.4


The Ark Roleplaying Kernel is a 3D multiplayer roleplaying engine. more>>
The Ark Roleplaying Kernel project is a 3D multiplayer roleplaying engine.

The Ark Roleplaying Kernel is a roleplaying engine that will allow game developers to create a full- featured role playing game, without having to write a single line of C++. All they have to do is to create game data (models, textures, world), and define the behaviour NPCs, in Lua. The engine contains a full outdoor 3D engine, with support for skeletal animation, and triangle- accurate collision detection. It also contains tools to create world and quests, and loaders for the most common low-polygon 3D formats.

After an never-ending war which had begun because of the arrival of the daphyrings (insect-like creatures) which some humans feared, the planet sank bit by bit into a Middle-Age-like ignorance. From the bits of a rich and united nation were born numerous empires ever waging war between themselves. Humans having forgotten all their knowledge use the seldom-found devices of the ancient civilization such as magical artifacts, for they now know only how to forge old-fashioned weapons such as swords, axes, bows...

Fauna and flora themselves have been modified, because of the cataclysms (nuclear incidents) which occurred during the Great War. These accidents have also divided humans into many clans yet having a common religion. It is in this world, named Arkhart, that the game named for the moment ArkhartRPG (ah, such originality!) takes place.

<<less
Download (0.70MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1025 downloads
The Linux Memory Game 0.6c

The Linux Memory Game 0.6c


The Linux Memory Game project is a childrens (and adults) game based on the card game. more>>
The Linux Memory Game project is a childrens (and adults) game based on the card game.
The Linux Memory Game is an X11 game using GTK+ library for children ages 3 and up. It is a lot more than the card game "Memory".
It has five skill levels, the higher ones are challenging to adults as well. Additionally, one can choose from the menu to match 2 cards or 3 cards, or match different cards.
This last "different card" mode can be a very good teaching tool for teaching languages, concepts, or association.
Main features:
- Extensible - add new images yourself without having to make changes to the program.
- Five skill levels appropriate for the youngest and the ones with the best brains.
- Can play two card matching or three card matching (more challenging!)
- Can set to match different cards. This can be used with apropriately designed pictures to teach children (or adults) words, concepts, or another language.
Enhancements:
- Fixed overflow bug in pixmaps_jump.
<<less
Download (0.10MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
mod_auth_token 1.0.1

mod_auth_token 1.0.1


mod_auth_token module uses token based authentication to secure downloads and prevent deep-linking. more>>
mod_auth_token module uses token based authentication to secure downloads and prevent deep-linking.

Have your PHP script or servlet generate the to authenticate the download. Apache can then treat the download request like a normal file transfer without having to pipe the file through a script in order to add authentication.

You can find downloads, daily snapshots and support information at http://www.synd.info/

Usage:

The token is an hex-encoded MD5 hash of the secret password, relative file path and the timestamp. It is encoded onto the URI as:

< uri-prefix >< token >/< timestamp-in-hex >< rel-path >

For example

/protected/dee0ed6174a894113d5e8f6c98f0e92b/43eaf9c5/path/to/file.txt

where the token is generated as

md5("secret" + "/path/to/file.txt" + dechex(time_now()))

with the following configuration in httpd.conf

< Location /protected/ >
AuthTokenSecret "secret"
AuthTokenPrefix /protected/
AuthTokenTimeout 60
< /Location >

The actual file would should be located in

/protected/path/to/file.txt

<<less
Download (0.32MB)
Added: 2006-05-24 License: The Apache License 2.0 Price:
1250 downloads
MyThreads-Links 1.1.2

MyThreads-Links 1.1.2


MyThreads-Links is a flexible web based links manager that looks similar to Yahoo but was written in PHP and uses MySQL. more>>
MyThreads-Links project is a flexible web based links manager that looks similar to Yahoo but was written in PHP and uses MySQL.
MyThreads-Links uses PHPLib Templates so that its very simple for anyone to change the look and feel of the program without having to edit the code.
Main features:
- Any user can suggest, edit or delete links and categories (and sub-categories),
- links and categories modifications are then validated by the webmaster,
- search engine,
- meta categories (new links, updated links, most requested links),
- optional email notification,
- easy customization since all HTML is in templates (english and french available),
- easy database customization, add some fields in your database and have them managed by myThreads in 5 minutes,
- easy installation with the web based installer.
<<less
Download (0.19MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1026 downloads
Benchmark::Forking 0.99

Benchmark::Forking 0.99


Benchmark::Forking is a Perl module to run benchmarks in separate processes. more>>
Benchmark::Forking is a Perl module to run benchmarks in separate processes.

SYNOPSIS

use Benchmark::Forking qw( timethis timethese cmpthese );

timethis ($count, "code");

timethese($count, {
Name1 => sub { ...code1... },
Name2 => sub { ...code2... },
});

cmpthese($count, {
Name1 => sub { ...code1... },
Name2 => sub { ...code2... },
});

Benchmark::Forking->enabled(0); # Stop using forking feature
...
Benchmark::Forking->enabled(1); # Begin using forking again

The Benchmark::Forking module changes the behavior of the standard Benchmark module, running each piece of code to be timed in a separate forked process. Because each child exits after running its timing loop, the computations it performs cant propogate back to affect subsequent test cases.

This can make benchmark comparisons more accurate, because the separate test cases are mostly isolated from side-effects caused by the others. Benchmark scripts typically dont depend on those side-effects, so in most cases you can simply use or require this module at the top of your existing code without having to change anything else. (A few key exceptions are noted in "BUGS".)

<<less
Download (0.006MB)
Added: 2007-04-30 License: Perl Artistic License Price:
907 downloads
CAD::Drawing 0.26

CAD::Drawing 0.26


CAD::Drawing is a Perl module with methods to create, load, and save vector graphics. more>>
CAD::Drawing is a Perl module with methods to create, load, and save vector graphics.

SYNOPSIS

The primary intention of this module is to provide high-level operations for creating, loading, saving and manipulating vector graphics without having to be overly concerned about smile floormats. As the code has seen more use, it has also drifted into a general purpose geometry API.

The syntax of this works something like the following:

A simple example of a (slightly misbehaved) file converter:

use CAD::Drawing;
$drw = CAD::Drawing->new;
$drw->load("file.dwg");
my %opts = (
layer => "smudge",
height => 5,
);
$drw->addtext([10, 2, 5], "Kilroy was here", %opts);
$drw->save("file.ps");

This is a very basic example, and will barely scratch the surface of this modules capabilities. See the details for each function below and in the documentation for the backend modules.

<<less
Download (0.039MB)
Added: 2007-04-24 License: Perl Artistic License Price:
925 downloads
DBIx::HTMLinterface 0.11

DBIx::HTMLinterface 0.11


DBIx::HTMLinterface is a class for creating a CGI interface to a database. more>>
DBIx::HTMLinterface is a class for creating a CGI interface to a database.

SYNOPSIS

use CGI;
use DBI;
use DBIx::HTMLinterface;

$cgi = new CGI;
$dbh = DBI->connect("DBI:mysql:[DATABASE]:[HOSTNAME]","[USERNAME]","[PASSWORD]") );
$DBinterface = new DBIx::HTMLinterface ($cgi, $dbh, "[INFOTABLE NAME]");

# Below here is only executed if a HTMLinterface action was not taken, so print a menu

print $cgi->header;
print
";
print

The DBIx::HTMLinterface class allows a CGI interface to a database. It enables a CGI interface to a database to be created, supporting record addition, modification, deletion and searching. It provides a user friendly interface with descriptions of fields provided. The field descriptions along with information on whether the field is visible, hidden or excluded are extracted from a table, allowing easy modification and addition of fields and tables without having to edit code.

Features

Simple database administration

Forms are created automatically on demand, SQL statements are generated as needed and processed. The module contains enough autonomy to potentially run with only wrapper perl code placed around it.

Full form configuration

Forms can be modified to add descriptions and extra information to fields, making it easy to change output without having to edit code.

Control

Extensive callback procedures and configuration options allow output, password protection and logging to be configured as desired.

Full HTML customisation

HTML output and table formats can be customised easily by the user.

<<less
Download (0.016MB)
Added: 2006-06-15 License: Perl Artistic License Price:
1227 downloads
Scout Tracker 0.13

Scout Tracker 0.13


Scout Tracker tracks Boy Scout advancements towards their Eagle Scout. more>>
Scout Tracker tracks Boy Scout advancements towards their Eagle Scout.

Scoutmasters can let the boys know about incomplete requirements without affecting advancement records. Worksheets created for the scouts are stored in a database for easy view and hide access.

Scouts can view the progress of all scouts to enable them to find other scouts who need to work on the same requirement or merit badge. Only leaders and administrators can change data on the site. The best part is that parents and scouts can access their information anytime they want without having to call the Scoutmaster.

<<less
Download (2.2MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
722 downloads
Dynamic Copyright It! 1.0

Dynamic Copyright It! 1.0


Dynamic Copyright it! is an easy-to-install, easy-to-use PHP script that adds copyright notices to your images dynamically. more>>
Dynamic Copyright it! is an easy-to-install, easy-to-use PHP script that adds copyright notices to your images dynamically, meaning that the copyright notices are generated on the fly.
If you get tired of changing the copyright on your images from year to year, this tools makes it so you never have to. You can use the Dynamic Copyright It! script for your own benefit, or add it to your web site for additional functionality.
Main features:
- Dynamic Copyright It! is easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- Choose your copyright text, the font size, even the color!
- Dynamic Copyright It! integrates the copyright notice right in the image, so its difficult to remove.
- Copyright notices are added to images on-the-fly, making it so you can easily integrate other scripts to alter the copyright text site-wide without having to edit all of your images manually.
<<less
Download (0.50MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1325 downloads
QuiKview 1.1

QuiKview 1.1


QuiKView is a simple, fast and portable viewer made to work with the simplest gui. more>>
QuiKView project is a simple, fast and portable viewer made to work with the simplest gui and to do as much as possible without having to touch the mouse.
Enhancements:
- Fixed qmake project file, now it will compile the quik executable in the current directory
- Added shortcut to show/hide the file list
- Added to the help the notion that Up/Down arrows makes possible to view the previous/next image
- Now If launching on a file instead of on a directory it will show that file hiding the file list
<<less
Download (0.040MB)
Added: 2005-05-31 License: GPL (GNU General Public License) Price:
900 downloads
Edubuntu 7.10 (Gutsy Gibbon) Tribe 5

Edubuntu 7.10 (Gutsy Gibbon) Tribe 5


Edubuntu is a version of the Ubuntu operating system suitable for classroom use. more>>
Edubuntu is a version of the Ubuntu operating system suitable for classroom use. As an educator youll be able to set up a computer lab, or establish an online learning environment, in an hour or less -- then administer that environment without having to become a fully-fledged Linux geek.

Edubuntu is currently under development by the same development team that produces the wildly popular Ubuntu system. Edubuntu a customized version of Ubuntu.

Principal design goals of Edubuntu are centralized management of configuration, users, and processes, together with facilities for working collaboratively in a classroom setting. Equally important is the gathering together of the best available free software and digital materials for education.
<<less
Download (696MB)
Added: 2007-08-23 License: GPL (GNU General Public License) Price:
812 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5