Main > Free Download Search >

Free three kingdoms resurrection of the dragon part 1 software for linux

three kingdoms resurrection of the dragon part 1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 13659
Search Into Directory 0.1

Search Into Directory 0.1


Search Into Directory starts a kfind window (part of kdebase) ready to search into the selected directory. more>>
With this service menu you will be able to search into directory by right-clicking on it. Search Into Directory starts a kfind window (part of kdebase) ready to search into the selected directory.

Note : This servicemenu is in fact duplicated of an existing one on kde-apps. So Ive removed mine and I wont maintain it. Youll find another one named Find in Folder

<<less
Download (0.083MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1185 downloads
Defend the Kingdom 0.1

Defend the Kingdom 0.1


Defend the Kingdom project is a real-time strategy based game. more>>
Defend the Kingdom project is a real-time strategy based game.

Defend The Kingdom, or Defender for short, is a real time strategy game dedicated to the fantastic world of LARP.

Its goals include the ability to build and control a complete fantasy world (with towns, poeple, etc.), control armies of knights and creatures to fight against your strongest enemies, gain power and resources by trading with your friends, and many more.

<<less
Download (1.9MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1076 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
Parallel Three-Dimensional Fast Fourier Transforms 2.1

Parallel Three-Dimensional Fast Fourier Transforms 2.1


Parallel Three-Dimensional Fast Fourier Transforms is a library for computational computing in a wide range of sciences. more>>
Parallel Three-Dimensional Fast Fourier Transforms, dubbed P3DFFT, is a library for computational computing in a wide range of sciences, such as physics, climatology, chemistry.
This project was developed at SDSC by Dmitry Pekurovsky as a product of a Strategic Applications Collaborations (SAC) project.
Main features:
- Parallel implementation with 2D data decomposition, overcoming an important limitation to scalability of other 3D FFT libraries implementing 1D, or slab, decomposition.
- Optimized for parallel communication and single-CPU performance.
- Built on top of well-optimized and flexible 1D FFT libraries.
Enhancements:
- Assorted minor bugfixes and code speedups.
<<less
Download (MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
869 downloads
Dragon parser generator 1.2.11

Dragon parser generator 1.2.11


Dragon is a powerful parser generator. more>>
Dragon is a powerful parser generator. It produces a consequent, object-oriented, integrated scanner and parser solution. Dragon parser generator also scales for very large grammar defintions. Since dragon parses LR(1) grammars, the generation algorithm is quite CPU intensive.
Using LR(1) instead of LALR decreases efficiency of the parser, but avoids some reduce/reduce conflicts in some cases. Dragon provides a very clean and structured way for the integration of application specific context code. Dragon combines the lexical and syntactical analysis and the corresponding code generation.
Enhancements:
- The switch option -y was added to switch between a dynamically allocated parse table or a static parse table.
- An escape feature was added for special token definitions.
<<less
Download (0.36MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
805 downloads
ISO - DAX - CSO Converter 1.08

ISO - DAX - CSO Converter 1.08


ISO - DAX - CSO Converter is simple Kommander script for converting PSP UMD backups between three file formats ISO DAX and CSO. more>>
ISO - DAX - CSO Converter is simple Kommander script for converting PSP UMD backups between three file formats ISO DAX and CSO.
Script depends on:
Kommander
ciso v1.01
daxcr v0.3
kommander is part of kdewebdev3 packet
To compile ciso and daxcr gcc and zlib-devel packet must be installed.
Source for ciso is part of devhook SDK 0.46.0000 file is called dh046_SDK.rar and it can be found on various PSP forums and sites.
To compile ciso:
Extract source to some folder
in Konsole type:
gcc -o ciso ciso.c -lz
ciso will be created warnings are OK if there is no errors
to make ciso executable type:
chmod a+x ciso
copy ciso to path eg. "/usr/local/bin"
Source for daxcr is part of DAX ZISO loader and it can be found at http://dax.psp-tuts.net/DAXZISO_062.zip
To compile daxcr:
Extract source to some folder
in Konsole type:
make
daxcr will be created warnings are OK if there is no errors to make daxcr executable type:
chmod a+x daxcr
copy daxcr to path eg. "/usr/local/bin"
Enhancements:
- modification to POPStation part of GUI to support
- new Copstation v.2.21
- Rename POPstation to Copstation
- support for ISO extraction from EBOOT.PBP
<<less
Download (0.047MB)
Added: 2007-02-04 License: GPL (GNU General Public License) Price:
17852 downloads
EasyBeans 1.0 Milestone 6

EasyBeans 1.0 Milestone 6


EasyBeans is an implementation of an EJB3 container. more>>
EasyBeans is an implementation of an EJB3 container. EasyBeans library aims to provide an implementation for the full EJBCore API.
For the persistence matter, it relies on Hibernate EJB 3 or, in upcoming versions, on Speedo, the ObjectWebs JDO implementation.
it is divided in three parts :
- Core part
- Persistence part (Which is the persistence provider)
- Simplified specification : it contains new features.
Enhancements:
- EAR deployment (and undeployment) is now supported in JOnAS, Tomcat, and Jetty.
- For JOnAS, if the EAR contains EJB 2.1 components, they will be deployed in the EJB 2.1 container.
- The WAR files of the EAR will be deployed in the Tomcat or Jetty Web container.
- An ear example is provided in this version.
- The timer service which is based on the Quartz component is supported.
- A timer example is provided.
- OpenJPA is supported as a persistence provider.
<<less
Download (9.4MB)
Added: 2007-05-17 License: LGPL (GNU Lesser General Public License) Price:
892 downloads
Finance::Currency::ParValueSeparate 1.03

Finance::Currency::ParValueSeparate 1.03


Finance::Currency::ParValueSeparate module can give least number of every parvalue within a certain amount. more>>
Finance::Currency::ParValueSeparate module can give least number of every parvalue within a certain amount.

SYNOPSIS

# create new object to resolve RMB 317 needs which least number of parvalue
use Finance::Currency::ParValueSeparate;
my $pvs = new Finance::Currency::ParValueSeparate( RMB => 317 );
$pvs->parse;

# list all parvalue which we need and how many we need
map { print "parvalue $$_: ", $pvs->number_of_dollar($_), "n" } $pvs->dollar_parvalues;
more flexible usage see the method part below.

When we offer salaies to employees with cash, we should prepare some different parvalue of money. For example, we pay $327 to a guy, we should prepare three $100 parvalue and one $20 parvalue and one $5 parvalue and two $2 parvalue. Of course its easy for a man to decide how many and which parvalue we need to pay, and in my later project, the customer often parepare salaies for a group of employees, so many persons salaies we should compute then let perl take it over, and further more, the customer only want know totally how many every parvalue he should prepare to pay the group. Here this module comes.

<<less
Download (0.004MB)
Added: 2007-08-04 License: Perl Artistic License Price:
811 downloads
Useful Traffic Accounting Dragon 0.4

Useful Traffic Accounting Dragon 0.4


Useful Traffic Accounting Dragon is a traffic accounter that actually gives useful information about traffic. more>>
Useful Traffic Accounting Dragon is a traffic accounter that actually gives useful information about traffic instead of stupidly counting incoming/outgoing packets.
Dragon accounts traffic by user, program and timestamp and puts this information into useful correlation.
Dragon is implemented as a Perl script for the backend, using /etc/passwd to automatically get information about user accounts, /proc/net/ to get information about open connections and /proc/ to get information about running processes and which processes currently use which network connection.
All this information can be combined so you can actually see what user caused which traffic using what program and when it happened.
All this information is acquired automatically so the minimal configuration necessary is to tell dragon where it can find its MySQL database.
Enhancements:
Features:
- cleanup on CTRL-C
- add patch for Linux Kernel 2.6.17.7
- for now, graphs are disabled in the webfrontend
- webfrontend has now Total, User and Program tabs
Bugfixes:
- forgot to close a filedescriptor fixed
- use leading zeroes on port numbers in messages about connections that no longer exist
- really fix wait for next minute
<<less
Download (0.086MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1145 downloads
trytond_analytic_account 1.2.1

trytond_analytic_account 1.2.1


Financial and Accounting Module more>>

trytond_analytic_account 1.2.1 is a useful software created as financial and accounting Module with analytic accounting with any number of analytic charts and analytic account balance.

Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL as database engine.

It is the core base of a complete business solution providing modularity, scalability and security.

Requirements:

  • Python
<<less
Added: 2009-07-08 License: GPL Price: FREE
10 downloads
gdWebSuite System 0.6.6.6

gdWebSuite System 0.6.6.6


gdWebSuite System is a script that is designed to be a full featured system for user registration, login on a Web site. more>>
gdWebSuite System is a script that is designed to be a full featured system for user registration, login, and administration on a Web site.
It also supports account activation and retrieving lost passwords. gdWebSuite System supports visual templates and different styles for each template.
Enhancements:
- New administration features for uploading avatars, a new avatar selection, and one new admin style were added.
- A private message system was started.
- Some changes and updates were made to various parts of the code.
<<less
Download (0.30MB)
Added: 2005-12-05 License: Freeware Price:
1420 downloads
onlineshop-dragon 4.9.8 RC2

onlineshop-dragon 4.9.8 RC2


onlineshop-dragon is a set of PHP scripts with an XML reader/editor, server-side image creation, and a search engine. more>>
onlineshop-dragon is a set of PHP scripts with an XML reader/editor, server-side image creation, and a search engine. With webtools4larbin, this shop is able to handle millions of Web pages.

This is the first and hopeley not last release of MacandWins online-shop. The Source-code is open and under the terms of the gpl, so feel invited, to download the source and contact me, if you interessted in co development.

Please note this shop system is for locale testing and developing only!!!

You cant use this system in a producation envoirment, becouse there are some securety related bugs..

I.e. the register_globals var musst be set to true

Usage:

1. Download the File (latest stable release ver 4.9.8)
2. Extract macandwin-x.x.tar.bz2 in your DocumentRoot directory like: bash /var/www>tar -jxvvf macandwin-x.x.tar.bz2
3. change the folder to macandwin( by: cd macandwin), and edit the config.php file with your favorite text editor.
4. now its time to create the mysql database, i.e. type: mysql> create database macandwin; follow by mysql> exit; now its time to fill up our database with some dummy data by typing: bash>mysql -p macandwin < mysql_db.sql or upload the file with phpmyadmin Okay, if all looks good, we try our first login, check the url (http://localhost/macandwin/) and try to login. default user login: user:admin pass:web4me (Database: User Passwords are md5 endcrypted)
<<less
Download (1.4MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1375 downloads
HuaRongDao 0.1

HuaRongDao 0.1


HuaRongDao project is an ancient Chinese puzzle game. more>>
HuaRongDao project is an ancient Chinese puzzle game.

The puzzle "HuaRongDao" has been the most popular puzzle in China for hundreds years. It came from part of the well-know story "The legend of three kingdoms".

At the end of Han Dynasty (about 200 AC.), China was divided into three kingdoms, Wei, Shu and Wu. "Caocao", the leader of Wei, wanted to unit China, however, was totally defeated at "ChiBi" by the allies of Shu and Wu. Only he and other 30 people escaped from HuaRongDao and came back to Wei.

After about 30 years, China was still united by Wei (named Jin at that time) into one country.

Its aim is to move pieces on the board in order to move the largest one to the center of the bottom. It is a very small game, and it is very challenging. This implementation is based on the curses library.

The game is controlled by keyboard only. Its features include undo, redo, and bookmarks. Custom starting patterns are also supported.

<<less
Download (0.083MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
619 downloads
Dragon Hunt 3.56

Dragon Hunt 3.56


Dragon Hunt is an extensible Python RPG. more>>
Dragon Hunt game is an extensible Python RPG.

Graphical Role-playing game. Investigate the rumors of monsters attacking a town.

This program is under the GPL, which gives you the right to the source code as long as you only use it in certain ways.

<<less
Download (0.83MB)
Added: 2007-05-06 License: GPL (GNU General Public License) Price:
905 downloads
SigTranslator 20060205

SigTranslator 20060205


SigTranslator is a project able to translate IDS signatures e.g. from Snort rules to Dragon rules and vice versa. more>>
SigTranslator is a project able to translate IDS signatures e.g. from Snort rules to Dragon rules and vice versa. SigTranslator can translate as well the common signatures standard (CIDSS - Common Intrusion Detection Signatures Standard).
Signature Translator is simple to use Java application which will help you to use signatures in your favourite IDS translated from other IDS .
Enhancements:
- Major code enhancements and bugfixes.
<<less
Download (1.1MB)
Added: 2006-02-06 License: The Apache License Price:
1355 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5