Main > Free Download Search >

Free peaceful warrior part 3 software for linux

peaceful warrior part 3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5358
Pathogen Warrior 1.1.1

Pathogen Warrior 1.1.1


Pathogen Warrior project is a puzzle game about matching 3D model structures with a 2D hexagon map. more>>
Pathogen Warrior project is a puzzle game about matching 3D model structures with a 2D hexagon map.
Pathogen Warrior is a puzzle game about matching 3D model structures with a 2D hexagon map. It was one of the entrants to the 4th Ludum Dare 48-hour game development competition.
The theme of the competition was "Infection". In Pathogen Warrior, the players task is to match rotating 3D pathogen structures with a 2D model using a hexagon map.
The time to accomplish the task is limited, and after successfully completing one pathogen, the player is advanced to next level, which has a more challenging pathogen.
Enhancements:
- Updated music file.
- Added Linux Makefile (contributed by Ion).
- Added license notices to all source files.
<<less
Download (0.48MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
Web-Warrior 3.0

Web-Warrior 3.0


Web-Warrior project is a simple Web page generater written in PHP. more>>
Web-Warrior project is a simple Web page generater written in PHP.

<<less
Download (0.011MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1055 downloads
EasyEclipse Plugin Warrior 1.3.0

EasyEclipse Plugin Warrior 1.3.0


EasyEclipse Plugin Warrior is for development of Eclipse Plugins. more>>
EasyEclipse Plugin Warrior is for development of Eclipse Plugins.
This distro contains the basic elements needed to work on Eclipse Plugins, either developing new ones or debuggin/editing existing ones. Over time, we will add more to it (releng, RCP DeltaPack), but for now it is relatively light - when you are a warrior, you pack lightly ;-).
This distribution includes the following plugins:
Core components with a JDK:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Tools for development of Eclipse Plugins and Eclipse-based (RCP) applications:
- Plugin Development Environment 3.2.1 - Develop, test, debug, build and deploy Eclipse plugins and rich client applications.
- Eclipse Modeling Tools 3.2.1 - Adds the Modeling wizards and User Interface to the Eclipse Tools.
- Source code for the Eclipse Platform and Java Development Kit 3.2.1 - The source code for the Platform and Java Development Kit, as well as some documentation on writing Eclipse plugins.
- Eclipse Visual Editor 1.2.1 - Build visual user interfaces for Swing, SWT and Eclipse RCP applications with a graphical editor. (Windows, Linux, Mac OS X only)
<<less
Download (251MB)
Added: 2007-07-11 License: Eclipse Public License Price:
836 downloads
Kexi Report Part 0.0.4

Kexi Report Part 0.0.4


Kexi Report Part is a reporting component for Kexi 1.6 based on OpenRPT 1.2. more>>
Kexi Report Part is a reporting component for Kexi 1.6 based on OpenRPT 1.2.
Main features:
- A report viewer for Kexi
- An external report designer (KexiReportWriter) based on the OpenRPT writer program
Known Working Features
- Page Header
- Page Footer
- Report Header
- Report Footer
- Detail section
- Labels
- Lines
- Fields
- Page Browser
How To Create Report
1. Install the component following the instructions in INSTALL
2. Run KexiReportWriter to start designing a report
3. Select Database->Connect to DB
4. Browse to an existing Kexi Database and open it
5. Create a new report (File->New)
6. Assign a data source to the report (Document->Properties)
7. Create the report using labels/fields/lines
8. Assign columns to the field objects (Double click for properties)
9. Save the report. (Database->Save to DB)
10. Load the database in Kexi and double click the report to view it
Enhancements:
- Removed requirement to have kexi source available to install the plugin.Done this by including the needed kexi headers in the package. Only downside is that kexi 1.1.3 (from koffice 1.6.3) is required.
<<less
Download (1.7MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
525 downloads
List::Part 0.03

List::Part 0.03


List::Part is a Perl module that allows you to partition one array into several. more>>
List::Part is a Perl module that allows you to partition one array into several.

SYNOPSIS

use List::Part;
($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad
(*good, *bad)=part { !/substring/ } @array; #store into @good and @bad

ABSTRACT

List::Part implements the part function, allowing one array to be "partitioned" into several based on the results of a code reference.

There are many applications in which the items of a list need to be categorized. For example, lets say you want to categorize lines in a log file:

my($success, $failure)=part { /^ERR/ } ;

Or, suppose you have a list of employees, and you need to determine their fate:

my($lay_off, $give_raise, $keep)=part {
$_->is_talented ? 0
: $_->is_executive ? 1
: 2
} @employees;

Actually, the second one is better suited to parts alternate form, parta:

my($lay_off, $give_raise, $keep)=parta
[ sub { $_->talented }, sub { $_->is_executive }, qr// ] =>
@employees;

Or maybe you just want yet another way to write the traditional Perl signoff:

perl -MList::Part -e"print map{@$_}part{$i++%5}split,JAercunrlkso ettPHr hea,"

List::Part can help you do those sorts of things.

<<less
Download (0.004MB)
Added: 2007-05-18 License: Perl Artistic License Price:
889 downloads
Warrior XAMJ Browser 0.96

Warrior XAMJ Browser 0.96


Warrior XAMJ Browser is a browser that uses XAMJ. more>>
Warrior XAMJ Browser is a browser that uses XAMJ, an XML language designed to address many of the shortcomings of HTML and an open alternative to Microsofts XAML.
XAMJ documents are generally served over HTTP but can also be used in standalone applications, as Warrior itself is written in XAMJ.
Warrior platform can be used to deliver rich thin client applications with the capabilities of the Java language without the need to compile or package them. XAMJ UI code is compact and can be written quickly. Additionally, we now provide a way to link XAMJ content from HTML. (Our own examples use that.)
XAMJ apps can also be standalone. In Windows you can simply double-click a .xamj file. Compilation is on-demand and cached, so it has the major benefits of an interpreted language, without being one.
A XAMJ app can link another app much the same way HTML pages link one another. For example, an app could have a Forum menu-item with an href attribute that launches a separate specialized app, potentially hosted by a third party. (Some of our examples link each other this way.) We dont expect different brandings to be as much of a concern as it is with HTML pages.
To get a better idea of where XAMJ technology fits in relation to existing client platforms, see the following table which breaks down how it compares in several key areas to other two well-known technologies: (1) HTML/Javascript browsers, which are thin client platforms, and (2) Java Webstart, which is more of a thick client platform.
Enhancements:
- Text selection was implemented in the HTML renderer.
- A number of JavaScript bugs were fixed.
- Animated images were fixed as well.
- An image clientlet was implemented to allow Warrior to open image URLs.
<<less
Download (4.5MB)
Added: 2006-11-28 License: LGPL (GNU Lesser General Public License) Price:
1064 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
Perilar 0.4

Perilar 0.4


Perilar is a fast, simple computer role-playing game (CRPG), with an epic quest! more>>
Perilar is a simple, fast computer role-playing game (CRPG), with an epic quest! You will cross a vast monster-infested wilderness to the dungeons to recover ancient weapons and artifacts, then to the dragons lairs, then face the final challenge...

Version 0.4 is a beta release for designing the gameplay, and future versions will have additional art, music, and sound effects.

Save Game Warning: Savefiles from previous versions will not be compatible with later versions until 1.0. At that point, Ill make sure they are always forward-compatible, but it hampers rapid development until then. Sorry for the trouble, but at least youll get to see the new world features in each version!

History

Over a thousand years ago, the world was a peaceful but primitive place. Humans lived in tribal societies, rarely warred, and there were few dangerous animals and no monsters. Your kingdom, Perilar, was one of the safest, as it was protected by four great dragons of Air, Earth, Fire, and Water.

Where the Vampire King came from, nobody knows. He appeared in the far north and turned peaceful farmers into berserker raiders. After conquering the island kingdom of Oradon, he turned their druids to necromancy, raising armies of the dead to war on the next kingdom. Kingdom after kingdom fell, and in each, the people were slain and raised as undead warriors to assault the next kingdom.

As the army of the undead approached Perilar, the dragons closed the kingdom off with a magical seal. For a thousand years, the kingdom has been trapped inside, and none know the fate of the outside world.

In recent times, the seals have begun to fail. The Dragons have not been seen in centuries. Undead and monsters march in towards the castle of King Phalan and the village of Perilar, home to the last free people in the world. A great hero must do something about this, and you are determined to be that hero!

<<less
Download (0.21MB)
Added: 2006-02-28 License: Freeware Price:
1334 downloads
EasyEclipse 1.3.0

EasyEclipse 1.3.0


EasyEclipse packages together the Eclipse IDE and key open source plug-ins. more>>
EasyEclipse packages together the Eclipse IDE and key open source plug-ins. EasyEclipse project is intended to make Eclipse easier to download, install, and use.
Enhancements:
- Three distributions are now available: Expert Java, Plugin Warrior, and C and C++. Not all plugins have been tested.
<<less
Download (MB)
Added: 2007-07-11 License: Open Software License Price:
838 downloads
Cora 3.2

Cora 3.2


Cora is a line fitting tool designed for emission line spectra with low count numbers. more>>
Cora is a line fitting tool designed for emission line spectra with low count numbers.

Cora is an optional Gtk graphical user interface to the 7-part cora suite, which acts as a graphical front-end to cora_fit, and significantly facilitates the use of the latter.

It is a C-written program with graphical user interface. The program can also be run in IDL.

<<less
Download (1.8MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1214 downloads
sdp2rat 0.3

sdp2rat 0.3


sdp2rat is a Perl script that parses SDP files and launches RAT with the parameters found in the file. more>>
sdp2rat is a Perl script that parses SDP files and launches RAT with the parameters found in the file. The SDP file can either be a file on local disk or a URL. sdp2rat now uses the Net::SDP perl module and the latest version is available as part of that package.
Enhancements:
- Opens SDP files as URLs as well as on disk
<<less
Download (MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1181 downloads
KMtraceViewer 0.73

KMtraceViewer 0.73


KMtraceViewer is a graphical user interface for the KMtrace leak detection program. more>>
KMtraceViewer is a graphical user interface for the KMtrace leak detection program. KMtrace is part of the kdesdk package.
Enhancements:
- fixed installation path of icons (for making them part of the package)
<<less
Download (0.39MB)
Added: 2005-09-01 License: GPL (GNU General Public License) Price:
1514 downloads
Kumula Letters 0.3

Kumula Letters 0.3


Kumula Letters is a program that generates letters in PDF format using the addresses and contacts managed with Kumula Clients. more>>
Kumula Letters is a program that generates letters in PDF format using the addresses and contacts managed with "Kumula Clients" (part of the Kumula base package).

After selecting an address or contact, its possible to change the address field manually. Choose a template (you can build a letter template on your own) and start writing the letter. "Show PDF" generates a pdf file and calls your favorite pdf viewer (which is configured with "Kumula Configurator").

<<less
Download (0.10MB)
Added: 2006-05-08 License: LGPL (GNU Lesser General Public License) Price:
1264 downloads
HLA Adventure 3.35

HLA Adventure 3.35


HLA Adventure is an adventure game that was written in Randy Hydes HLA language. more>>
HLA Adventure is an adventure game that was written in Randy Hydes HLA language.
It features Mippy, a cute dragon that lives happily in the forests and caves and often comes out during the later part of the day to eat leaves, smoulder decaying trees, and generally romp around like every good dragon should.
Enhancements:
- Bugfixes were made to a couple of rooms, including the cave under the forest and near the mansion.
<<less
Download (0.64MB)
Added: 2005-10-26 License: GPL (GNU General Public License) Price:
2640 downloads
BizGuardian Firewall 3.2

BizGuardian Firewall 3.2


Simple to install Internet sharing software for broadband users (ADSL, Cable,... more>> Simple to install Internet sharing software for broadband users (ADSL, Cable, Satellite, T1, T3 etc) that creates a firewall and VPN appliance without unnecessary complexity or cost. Integrated IPsec VPN can be simply set up in ten minutes from the web based GUI. Ideal for remote teleworkers, road warriors (integrated PPTP Server), branch office, home office, and Small to Medium size businesses of all types. Will grow with you to support up to 1,000 users. Comprehensive reporting and remote management tools.<<less
Download (3.00MB)
Added: 2009-04-15 License: Others Price: NA
191 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5