Main > Free Download Search >

Free entry of the gladiators software for linux

entry of the gladiators

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1208
Luck of the Draw 1.0.1

Luck of the Draw 1.0.1


Luck of the Draw is a little application to perform draws. more>>
Luck of the Draw is a little application to perform draws.
Luck of the Draw allows to add entries for a draw, and have one or more entries drawn at random. Draws have a number of options so they can be customized to fit your needs, and they can be saved into a file.
I created this little application for the Mac user group in Quebec City, where we have prizes for a few lucky winners at the end of every monthly meeting.
Main features:
- Two levels of randomness.
- Support for registered or non-registered entry draws.
- Localized in french and english.
<<less
Download (0.17MB)
Added: 2006-04-06 License: Freeware Price:
1297 downloads
Way Of The Warrior: Sons of twilight 5.0

Way Of The Warrior: Sons of twilight 5.0


Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. more>>
Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. Like a boardgame, it is turn based and at least 2 players are neeed, but there is no upper limit on the number of players.
Way Of The Warrior: Sons of twilight is fully and easily customizable, from the unit to the board tile.
Enhancements:
- board visualization is now good
- sincronization algoritm for the save process
<<less
Download (3.0MB)
Added: 2006-10-11 License: Other/Proprietary License Price:
1110 downloads
Data::ICal::Entry::Alarm::Audio 0.07

Data::ICal::Entry::Alarm::Audio 0.07


Data::ICal::Entry::Alarm::Audio represents an audio alarm in an iCalendar file. more>>
Data::ICal::Entry::Alarm::Audio represents an audio alarm in an iCalendar file.

SYNOPSIS

my $valarm = Data::ICal::Entry::Alarm::Audio->new();
$valarm->add_properties(
attach => [ "ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ],
# Dat*e*::ICal is not a typo here
trigger => [ Date::ICal->new( epoch => ... )->ical, { value => DATE-TIME } ],
);

$vevent->add_entry($valarm);

A Data::ICal::Entry::Alarm::Audio object represents an audio alarm attached to a todo item or event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.

<<less
Download (0.089MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
Net::Google::Calendar 0.5

Net::Google::Calendar 0.5


Net::Google::Calendar is a programmatic access to Googles Calendar API. more>>
Net::Google::Calendar is a programmatic access to Googles Calendar API.

SYNOPSIS

my $cal = Net::Google::Calendar->new( url => $url );
$cal->login($u, $p);


for ($cal->get_events()) {
print $_->title."n";
print $_->content->body."n*****nn";
}

my $entry = Net::Google::Calendar::Entry->new();
$entry->title($title);
$entry->content("My content");
$entry->location(London, England);
$entry->transparency(transparent);
$entry->status(confirmed);
$entry->when(DateTime->now, DateTime->now() + DateTime::Duration->new( hours => 6 ) );


my $author = Net::Google::Calendar::Person->new();
$author->name(Foo Bar);
$author->email(foo@bar.com);
$entry->author($author);

my $tmp = $cal->add_entry($entry);
die "Couldnt add event: $@n" unless defined $tmp;

print "Events=".scalar($cal->get_events())."n";

$tmp->content(Updated);

$cal->update_entry($tmp) || die "Couldnt update ".$tmp->id.": $@n";

$cal->delete_entry($tmp) || die "Couldnt delete ".$tmp->id.": $@n";

<<less
Download (0.008MB)
Added: 2006-11-25 License: Perl Artistic License Price:
1063 downloads
Openglad 0.98

Openglad 0.98


Openglad is a SDL port of the old (and recently open-sourced) DOS game Gladiator. more>>
Openglad project is a SDL port of the old (and recently open-sourced) DOS game Gladiator.

Openglad is an SDL port of an old DOS game called Gladiator, which was developed by FSGames in the mid 90s. It is a top-down gauntlet-style RPG in which you hire team mates, go on missions, and improve your team with the spoils you reap. It can be played by up to 4 players (using split-screen), and features many classes, special abilities, and a scenario editor.

<<less
Download (0.67MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1031 downloads
Kiosk Admin Tool 1.0

Kiosk Admin Tool 1.0


Kiosk Admin Tool is a Point&Click tool for system administrators. more>>
Kiosk Admin Tool is a Point&Click tool for system administrators to enable KDEs KIOSK features or otherwise preconfigure KDE for groups of users.
Enhancements:
- Fixed lookup of UNIX-groups in kiosktool-kdedirs
- Removed "Lock down system wide Desktop icons", it was not implemented
- Removed duplicate "Disable Menu Editing" entry
<<less
Download (1.1MB)
Added: 2005-07-13 License: GPL (GNU General Public License) Price:
882 downloads
OnlineCourse 0.1

OnlineCourse 0.1


OnlineCourse project is a Zope Product for Online Instruction/Distance Learning. more>>
OnlineCourse project is a Zope Product for Online Instruction/Distance Learning.

OnlineCourse is a Zope Product that allows you to implement a web based distance learning application.

Main features include an online chat classroom, message board, upload of course materials from MSWord .doc files, log of student participation, and provisions for assignment entry, homework entry, and grading.
<<less
Download (0.092MB)
Added: 2006-11-01 License: (FDL) GNU Free Documentation License Price:
1087 downloads
phpDirectory 0.0.2

phpDirectory 0.0.2


phpDirectory provides a Web links directory manager. more>>
phpDirectory provides a Web links directory manager.

phpDirectory is a PHP application that allows you to easily run a links directory system on your Web site.

Its features include a search engine, "suggest link", "browse categories", and admin tools.

Each link entry has its own counter, votes, and rating.

The category manager allows you to create/edit/delete categories easily.

<<less
Download (0.027MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
Data::ICal::Entry::TimeZone 0.12

Data::ICal::Entry::TimeZone 0.12


Data::ICal::Entry::TimeZone is a Perl module to represents a time zone definition in an iCalendar file. more>>
Data::ICal::Entry::TimeZone is a Perl module to represents a time zone definition in an iCalendar file.

SYNOPSIS

my $vtimezone = Data::ICal::Entry::TimeZone->new();
$vtimezone->add_properties(
tzid => "US-Eastern",
tzurl => "http://zones.stds_r_us.net/tz/US-Eastern"
);

$vtimezone->add_entry($daylight); # daylight/ standard not yet implemented
$vtimezone->add_entry($standard); # :-(

$calendar->add_entry($vtimezone);

A Data::ICal::Entry::TimeZone object represents the declaration of a time zone in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.

This module is not yet useful, because every time zone declaration needs to contain at least one STANDARD or DAYLIGHT component, and these have not yet been implemented.

<<less
Download (0.10MB)
Added: 2007-01-15 License: Perl Artistic License Price:
1013 downloads
Data::ICal::Entry::FreeBusy 0.12

Data::ICal::Entry::FreeBusy 0.12


Data::ICal::Entry::FreeBusy is a Perl module that represents blocks of free and busy time in an iCalendar file. more>>
Data::ICal::Entry::FreeBusy is a Perl module that represents blocks of free and busy time in an iCalendar file.

SYNOPSIS

my $vfreebusy = Data::ICal::Entry::FreeBusy->new();
$vfreebusy->add_properties(
organizer => MAILTO:jsmith@host.com,
# Dat*e*::ICal is not a typo here
freebusy => Date::ICal->new( epoch => ... )->ical . / . Date::ICal->new( epoch => ... )->ical,
);

$calendar->add_entry($vfreebusy);

A Data::ICal::Entry::FreeBusy object represents a request for information about free and busy time or a reponse to such a request, in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.

METHODS

ical_entry_type

Returns VFREEBUSY, its iCalendar entry name.

optional_unique_properties

According to the iCalendar standard, the following properties may be specified at most one time for a free/busy entry:

contact dtstart dtend duration dtstamp
organizer uid url

optional_repeatable_properties

According to the iCalendar standard, the following properties may be specified any number of times for free/busy entry:

attendee comment freebusy request-status

<<less
Download (0.10MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 downloads
fetchrss 1.0

fetchrss 1.0


fetchrss is a software which polls Weblogs (RSS feeds) and emails the updates. more>>
fetchrss polls weblogs (rss feeds) and e-mails the updates, one message per updated entry.

The effect is comparable to the weblog author e-mailing you personally. fetchrss can run in the background on your desktop or server.

Combine this with procmail to filter blog updates into their own folder in your IMAP account.
<<less
Download (0.48MB)
Added: 2005-04-26 License: LGPL (GNU Lesser General Public License) Price:
1642 downloads
Command Executor 0.2

Command Executor 0.2


Command Executor is an amaroK script which execute an internal command (e.g. stop playing) when reaches that entry. more>>
Command Executor is an amaroK script which execute an internal command (e.g. stop playing) when reaches that entry. Sometimes it is useful to execute some external commands (e.g. shutdown) when playing reached a certain place (e.g. end of album).

This script does the job. If amaroK starts playing a track from the "Shell Command" album, this script executes the comment tag of the track as a shell command.

You need some prepared audio files, with correctly filled tags. There are three .ogg files enclosed for stop playing, shutdown and hibernate the computer.

<<less
Download (0.005MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1330 downloads
Chotha Beta 1

Chotha Beta 1


Chotha is a blog client written in PyQt4. more>>
Chotha is a blog client written in PyQt4. This is mainly for wordpress, will add support for others later. It is having basic HTML tag editing capabilities with saving blog entries locally in the system.

You can also save it as draft in the server. You can preview your entry either in Firefox or in Konqueror. Or else you can click and go to visual mode to see quick preview (without images).

<<less
Download (0.68MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
824 downloads
Data::ICal::Entry::Todo 0.11

Data::ICal::Entry::Todo 0.11


Data::ICal::Entry::Todo is a Perl module that represents a to-do entry in an iCalendar file. more>>
Data::ICal::Entry::Todo is a Perl module that represents a to-do entry in an iCalendar file.

SYNOPSIS

my $vtodo = Data::ICal::Entry::Todo->new();
$vtodo->add_properties(
summary => "go to sleep",
status => INCOMPLETE,
# Dat*e*::ICal is not a typo here
dtstart => Date::ICal->new( epoch => time )->ical,
);

$calendar->add_entry($vtodo);

$vtodo->add_entry($alarm);

A Data::ICal::Entry::Todo object represents a single to-do entry in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.

<<less
Download (0.10MB)
Added: 2007-01-13 License: Perl Artistic License Price:
1014 downloads
Data::ICal::Entry::Event 0.12

Data::ICal::Entry::Event 0.12


Data::ICal::Entry::Event is a Perl module that represents an event in an iCalendar file. more>>
Data::ICal::Entry::Event is a Perl module that represents an event in an iCalendar file.

SYNOPSIS

my $vevent = Data::ICal::Entry::Event->new();
$vevent->add_properties(
summary => "my party",
description => "Ill cry if I want to",
# Dat*e*::ICal is not a typo here
dtstart => Date::ICal->new( epoch => time )->ical,
);

$calendar->add_entry($vevent);

$vevent->add_entry($alarm);

A Data::ICal::Entry::Event object represents a single event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods.

<<less
Download (0.10MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5