can cats have one enemy
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 268
CGI::Application::Generator 1.0
CGI::Application::Generator is a Perl module with dynamically build CGI::Application modules. more>>
CGI::Application::Generator is a Perl module with dynamically build CGI::Application modules.
SYNOPSIS
use CGI::Application::Generator;
# Required methods
my $cat = CGI::Application::Generator->new();
$cat->package_name(My::Widget::Browser);
$cat->start_mode(list_widgets);
$cat->run_modes(qw/
list_widgets
add_widget
insert_widget
edit_widget
update_widget
delete_widget
/);
# Optional methods
$cat->base_module(My::CGI::Application);
$cat->use_modules(qw/My::DBICreds My::Utilities/);
$cat->new_dbh_method(My::DBICreds->new_dbh());
$cat->tmpl_path(Path/To/My/Templates/);
# Output-related methods
$cat->app_module_tmpl(my_standard_cgiapp.tmpl);
$cat->output_app_module();
CGI::Application::Generator provides a means by which a CGI::Application module can be created from code, as opposed to being written by hand. The goal of this module is two-fold:
1. To ease the creation of new CGI::Application modules.
2. To allow standardization of CGI::Application coding
styles to be more uniformly applied.
It is also the hope of this module that Computer Assisted Software Engineering (CASE) tools will eventually emerge which will allow the development process for web-based applications to be greatly improved. These CASE tools could more easily convert visual notation (such as UML state-transition diagrams) into method calls to this module, thereby creating actual code.
<<lessSYNOPSIS
use CGI::Application::Generator;
# Required methods
my $cat = CGI::Application::Generator->new();
$cat->package_name(My::Widget::Browser);
$cat->start_mode(list_widgets);
$cat->run_modes(qw/
list_widgets
add_widget
insert_widget
edit_widget
update_widget
delete_widget
/);
# Optional methods
$cat->base_module(My::CGI::Application);
$cat->use_modules(qw/My::DBICreds My::Utilities/);
$cat->new_dbh_method(My::DBICreds->new_dbh());
$cat->tmpl_path(Path/To/My/Templates/);
# Output-related methods
$cat->app_module_tmpl(my_standard_cgiapp.tmpl);
$cat->output_app_module();
CGI::Application::Generator provides a means by which a CGI::Application module can be created from code, as opposed to being written by hand. The goal of this module is two-fold:
1. To ease the creation of new CGI::Application modules.
2. To allow standardization of CGI::Application coding
styles to be more uniformly applied.
It is also the hope of this module that Computer Assisted Software Engineering (CASE) tools will eventually emerge which will allow the development process for web-based applications to be greatly improved. These CASE tools could more easily convert visual notation (such as UML state-transition diagrams) into method calls to this module, thereby creating actual code.
Download (0.014MB)
Added: 2007-03-07 License: Perl Artistic License Price:
965 downloads
Ogrian Carpet 0.9
Ogrian Carpet is a 3D fantasy action/strategy game. more>>
Ogrian Carpet project is a 3D fantasy action/strategy game.
Ogrian Carpet is an outdoor first person shooter game with real time strategy elements, inspired by the game Magic Carpet.
It uses Ogre3D as the renderer and allows you to fly around an island casting spells, summoning monsters, collecting mana, and building castles.
The object of the game is to build a castle, collect mana, and destroy your enemies. To build a castle, select a location, look at the ground, and cast the build spell. Note, you cannot build castles very close to water or other castles.
Your castle starts out small, with only one turret. As more mana is added to your castle, it will gain more turrets. Each turret adds another crane to your castles defense and another spell to your arsenal.
Basically, the game consists of fighting for control of mana. Whenever you encounter another wizard, shoot them with fireballs. If you hit them enough, they will "die" and be sent back to their castle. You are then free to claim all the mana in the area for yourself.
Once all the mana has been claimed, attack your enemys castle to get mana out of it so you can claim it for yourself. Once you enemys castle is out of mana, you can eliminate it by killing its heart. When all of your opponents have been banished, youve won.
Enhancements:
- AI bot player for skirmish
- things can now be loaded from an image, rather then randomly
- option for old randomized maps
- trees can now always bee seen
- made castle mana drops aggregate more
- loosened the restrictions on summoning
- made the config menu better
- added victory conditions to skirmish: kill all enemy towers/castles
- made ticks and gnomes stay in the formation you put them in
- made monsters and towers drop less then their cost when they have no wizard
- made mana float higher
- made towers cheaper (50)
- made sentinels drop much less (3)
- changed speed behavior on lava maps
- added victory music
- new music
<<lessOgrian Carpet is an outdoor first person shooter game with real time strategy elements, inspired by the game Magic Carpet.
It uses Ogre3D as the renderer and allows you to fly around an island casting spells, summoning monsters, collecting mana, and building castles.
The object of the game is to build a castle, collect mana, and destroy your enemies. To build a castle, select a location, look at the ground, and cast the build spell. Note, you cannot build castles very close to water or other castles.
Your castle starts out small, with only one turret. As more mana is added to your castle, it will gain more turrets. Each turret adds another crane to your castles defense and another spell to your arsenal.
Basically, the game consists of fighting for control of mana. Whenever you encounter another wizard, shoot them with fireballs. If you hit them enough, they will "die" and be sent back to their castle. You are then free to claim all the mana in the area for yourself.
Once all the mana has been claimed, attack your enemys castle to get mana out of it so you can claim it for yourself. Once you enemys castle is out of mana, you can eliminate it by killing its heart. When all of your opponents have been banished, youve won.
Enhancements:
- AI bot player for skirmish
- things can now be loaded from an image, rather then randomly
- option for old randomized maps
- trees can now always bee seen
- made castle mana drops aggregate more
- loosened the restrictions on summoning
- made the config menu better
- added victory conditions to skirmish: kill all enemy towers/castles
- made ticks and gnomes stay in the formation you put them in
- made monsters and towers drop less then their cost when they have no wizard
- made mana float higher
- made towers cheaper (50)
- made sentinels drop much less (3)
- changed speed behavior on lava maps
- added victory music
- new music
Download (20.0MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1049 downloads
CATSRunner 20050922
CATSRunner is a unit testing framework. more>>
CATSRunner is a unit testing framework.
C Automated Testing System (CATS) and its associated test runner (Catsrunner) implement a unit testing framework that provides developers of C-based systems, including embedded systems, the capability to use the popular test driven development approach.
CATS supports embedded cross-platform development by working in conjunction with hardware abstraction layers. CATS also comes with a thin wrapper around arm-elf-gdbs host/target communication functions.
A reference implementation for the ARM-7 CPU core is provided.
Main features:
- Catsrunner was built from the ground up for cross-platform embedded software development.
- Its all written in ANSI C (yes, C++ can do more, but many embedded teams are using C).
- This software is actively maintained - we at Agile Rules built it for our own use.
- Its easy to add new target platforms. It builds now for PC and for ARM Evaluator7T board.
- Catsrunner supports Test Driven Development (and Behavior Driven Development).
- Catsrunner has been tested from its inception on real embedded hardware.
- Its been released under the GPL as open source software
Includes:
- CATS and Catsrunner
- Several other software modules that provide facilities often needed for embedded software development, and abstract hardware to aid easy porting to different architectures.
- A build framework capable of building all of the software in the distribution on different platforms.
- A sample application (appexample) using many of the modules as an example of how the software in the framework fits together.
- A template application (apptemplate), mostly empty, to use as a starting point for new applications added to the framework.
- Unit tests for all included modules and applications
<<lessC Automated Testing System (CATS) and its associated test runner (Catsrunner) implement a unit testing framework that provides developers of C-based systems, including embedded systems, the capability to use the popular test driven development approach.
CATS supports embedded cross-platform development by working in conjunction with hardware abstraction layers. CATS also comes with a thin wrapper around arm-elf-gdbs host/target communication functions.
A reference implementation for the ARM-7 CPU core is provided.
Main features:
- Catsrunner was built from the ground up for cross-platform embedded software development.
- Its all written in ANSI C (yes, C++ can do more, but many embedded teams are using C).
- This software is actively maintained - we at Agile Rules built it for our own use.
- Its easy to add new target platforms. It builds now for PC and for ARM Evaluator7T board.
- Catsrunner supports Test Driven Development (and Behavior Driven Development).
- Catsrunner has been tested from its inception on real embedded hardware.
- Its been released under the GPL as open source software
Includes:
- CATS and Catsrunner
- Several other software modules that provide facilities often needed for embedded software development, and abstract hardware to aid easy porting to different architectures.
- A build framework capable of building all of the software in the distribution on different platforms.
- A sample application (appexample) using many of the modules as an example of how the software in the framework fits together.
- A template application (apptemplate), mostly empty, to use as a starting point for new applications added to the framework.
- Unit tests for all included modules and applications
Download (2.2MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1415 downloads
Quantum Star: Generations 0.7.2c
Quantum Star: Generations is an easy to install and manage space strategy browser-based game. more>>
Quantum Star: Generations project is an easy to install and manage space strategy browser-based game.
Quantum Star: Generations is a browser-based space strategy and trading game played across a mapped galaxy against other players. Utilizing mining, trading, research, and production through easy-to-use tools, QS enables both broad micro-management of resources or more "aggregated" methods. Players compete, combat enemy fleets, and manage planets to become the "last man standing". No user downloads are required, and the game is free to host or play.
Quantum Star: Generations Evolved is a browser-based space strategy game. It is playable from any modern browser such as Mozilla Firefox or Internet Explorer. It is written in the PHP programming language and utilises either MySQL or PostgreSQL as a backend database. It is also free for download and may be hosted independently by any user. The game is released under the terms of the Affero General Public License.
Quantum Star: Generations Evolved is a free open source application. Being open source you may modify and redistribute the source code under the terms of the Affero General Public License, or at your option the GNU General Public License version 3 (not version 2).
Main features:
- Free
- Its fun!
- Easy installation
- Support for all versions of MySQL and PostgreSQL
- Support for both PHP4 and PHP5
- Platform independent
- Multiple language support with UTF-8 the standard character encoding
- Focus on security and resource efficiency
- Automated administration tasks
- Did we mention it is fun?
<<lessQuantum Star: Generations is a browser-based space strategy and trading game played across a mapped galaxy against other players. Utilizing mining, trading, research, and production through easy-to-use tools, QS enables both broad micro-management of resources or more "aggregated" methods. Players compete, combat enemy fleets, and manage planets to become the "last man standing". No user downloads are required, and the game is free to host or play.
Quantum Star: Generations Evolved is a browser-based space strategy game. It is playable from any modern browser such as Mozilla Firefox or Internet Explorer. It is written in the PHP programming language and utilises either MySQL or PostgreSQL as a backend database. It is also free for download and may be hosted independently by any user. The game is released under the terms of the Affero General Public License.
Quantum Star: Generations Evolved is a free open source application. Being open source you may modify and redistribute the source code under the terms of the Affero General Public License, or at your option the GNU General Public License version 3 (not version 2).
Main features:
- Free
- Its fun!
- Easy installation
- Support for all versions of MySQL and PostgreSQL
- Support for both PHP4 and PHP5
- Platform independent
- Multiple language support with UTF-8 the standard character encoding
- Focus on security and resource efficiency
- Automated administration tasks
- Did we mention it is fun?
Download (MB)
Added: 2007-03-11 License: AGPL (Affero General Public License) Price:
961 downloads
linuX-gamers Live DVD 0.9.2
linuX-gamers Live DVD is a bootable medium with a collection of popular 3D games. more>>
linuX-gamers Live DVD is a bootable medium with a collection of popular 3D games. It contains both the NVIDIA and ATI proprietary Linux drivers and includes the following games:
- BzFLag
- Enemy Territory
- Glest
- Nexuiz
- Sauerbraten
- Torcs
- Tremulous
- True Combat: Elite
- Warsow and World of Padman
Although the live DVD is based on Arch Linux, it does not offer any desktop Linux functionality except gaming.
<<less- BzFLag
- Enemy Territory
- Glest
- Nexuiz
- Sauerbraten
- Torcs
- Tremulous
- True Combat: Elite
- Warsow and World of Padman
Although the live DVD is based on Arch Linux, it does not offer any desktop Linux functionality except gaming.
Download (MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
862 downloads

The Attack of Mutant Fruits for linux 1.0
The Earth have a new enemy,The Mutant Fruits are crossing the galaxy . more>> When Human Beings have been destroyed themselves ... who will replace them?. Trying to avoid the disaster, The Earth Alliance sent to another planets the main fruits and vegatables seeds to have an ecological reserve, but maybe ... is late. Most of seeds mutanted to new species.
The Earth have a new enemy, from outer space, The Mutant Fruits are crossing the galaxy to conquest our world.
Who will be our hero?
Features
* 10 worlds around the galaxy.
* 8 original melodies. Pump up the volume and enjoy it.
* 3 different weapons and shields to destroy the enemies.
* Keyboard and Joystick support. Ready for arcade systems.<<less
Download (14MB)
Added: 2009-04-03 License: Freeware Price:
204 downloads
Moon Defence 1.6
Moon Defence is a space shooter game. more>>
Remake of the old Atari game. You`re controlling defence sattelite on orbin of the Moon. Your goal is to destroy enemy missiles.
In the year 2045 USA built their first base on the Moon. Unfortunatelly, the Moon seems to be a cemetary of the Old Alien Race. The Old Alien Race is really pissed...
Defend your base, soldier!
<<lessIn the year 2045 USA built their first base on the Moon. Unfortunatelly, the Moon seems to be a cemetary of the Old Alien Race. The Old Alien Race is really pissed...
Defend your base, soldier!
Download (0.34MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1537 downloads
CATS 0.8.0
CATS is the industry’s leading open source Applicant Tracking System (ATS). more>>
CATS is the industry’s leading open source Applicant Tracking System (ATS).
CATS has a clean user-interface, is easy to use, and has all the bells and whistles of expensive proprietary commercial ATS packages.
Built on the LAMP platform (Linux, Apache, MySQL, and PHP), it can be installed and running in 5 minutes on a Unix or Windows platform. It features built-in applicant tracking, resume search, CRM, and a reporting dashboard for staffing agencies and corporate HR departments.
<<lessCATS has a clean user-interface, is easy to use, and has all the bells and whistles of expensive proprietary commercial ATS packages.
Built on the LAMP platform (Linux, Apache, MySQL, and PHP), it can be installed and running in 5 minutes on a Unix or Windows platform. It features built-in applicant tracking, resume search, CRM, and a reporting dashboard for staffing agencies and corporate HR departments.
Download (0.37MB)
Added: 2007-08-02 License: MPL (Mozilla Public License) Price:
502 downloads
TcpCat 0.1
TcpCat is a very lightweight tcp util. more>>
TcpCat is a cat like command but for tcp service.
TcpCat is a very lightweight tcp util. It take an IP address and a TCP port as argument, connect to it and give the result back to stdout.
It was written as a lightweight version of netcat. As such it work as the unix cat command but instead of displaying a file it display the result from a tcp service.
<<lessTcpCat is a very lightweight tcp util. It take an IP address and a TCP port as argument, connect to it and give the result back to stdout.
It was written as a lightweight version of netcat. As such it work as the unix cat command but instead of displaying a file it display the result from a tcp service.
Download (0.010MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1489 downloads
Tank Command 0.44
Tank Command project is a fast-paced 2D arcade game. more>>
Tank Command project is a fast-paced 2D arcade game.
Tank Command is a fast paced 2D arcade game in which the player must destroy all of the enemy units.
A balance between careful strategy and shoot-em-up action, this game is a fun and exciting way to pass some spare time.
<<lessTank Command is a fast paced 2D arcade game in which the player must destroy all of the enemy units.
A balance between careful strategy and shoot-em-up action, this game is a fun and exciting way to pass some spare time.
Download (3.0MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1153 downloads

SuperGamer Supreme
SuperGamer Supreme gives you interesting games created for Linux desktop operating system. more>>
SuperGamer Supreme gives you interesting games created for Linux desktop operating system. It has all the normal Linux desktop applications such as the Firefox Browser, OpenOffice.org, etc., but also has a great many native to Linux games added, as well as some demos of proprietary games.
The games (in the order they appear on the launch bar) Include:
- Quake Wars
- Doom 3
- Prey
- Unreal Tournament
- Quake 4
- Savage 2
- Postal 2
- Enemy Territory
- Penumbra Black Plague
- Sauerbraten
- Urban Terror
- Soldier Of Fortune
- Torcs
- Tremulous
- AlienArena
- True Combat
- America's Army
- Nexus
- OpenArena
- PlaneShift
- Drop Team
- Frets On Fire
- Chromium B.S.U.
- Mad Bomber
- X-Moto
- BZ Flag
- Mega Mario
- Glaxium
- GL-117
- NeverBall
- NeverPutt
- Super Tux
- PPRacer
Major Features:
- This Supreme SuperGamer version will work on both 32 and 64 bit PCs and fills a full Live Dual Layer DVD.
- It includes support for ethernet, wireless, and dialup Internet connections.
- It can run in "Live" mode directly from the DVD and can be optionally installed to your hard drive.
- A few key includes are 2.6.27.24 kernel, Azureus, Gparted, Limewire, Gimp, K9copy, KOffice, OpenOffice 3, Hardinfo (system profiler and benchmark) along with all the plugins for firefox with forcastbar enhanced, adblock, and blockxxx included (blockxxx is a child word and website filter which is not enabled by default as it blocks alot of stuff...almost to much).
Added: 2009-07-25 License: GPL Price: FREE
1 downloads
Aquatic Bubble 0.3
Aquatic Bubble is a nice arcade game. more>>
Aquatic Bubble is a nice arcade game.
In Aquatic Bubble you must eliminate all the enemies of the level.
In order to do it you must shoot against them until catching them in bubbles and soon... "to make them burst".
<<lessIn Aquatic Bubble you must eliminate all the enemies of the level.
In order to do it you must shoot against them until catching them in bubbles and soon... "to make them burst".
Download (0.43MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1370 downloads
Transcend Game 0.3
Transcend Game project is a retro-style, abstract, collage-building, musical, shooter game. more>>
Transcend Game project is a retro-style, abstract, collage-building, musical, shooter game.
The graphics are geometrical, and the pace is sometimes frenzied. Two features set Transcend apart from other games.
First, its dynamic graphical engine, which can smoothly morph from one complex shape to another in realtime, produces striking displays.
Combining these dynamic shapes with subtle randomizations ensures that each new play through a level is visually different from the last.
The second novel feature is the musical power-up system.
As you play through a level, you are simultaneously assembling an abstract visual collage and arranging a unique piece of music.
Enhancements:
- Fixed bugs that caused post-explosion fade factors to become negative, which in turn caused boss explosions to linger on some platforms.
- Fixed zoom behavior when strafing.
- Added fade-in when enemies are created to avoid a visual pop-in.
- Added smooth turning when enemies switch targets.
- Changed so that pieces can be picked up while they are moving as a result of enemy fire. This makes pick up less confusing and frustrating.
- Made bullet fade-out smoothly at end of range to avoid visual pop.
- Doubled piece pick-up radius to make picking up pieces easier.
- Fixed jerky piece pick-up and drop.
- Added mini-explosion graphics to indicate when damage is being done to boss. These graphics also change color to indicate the boss health.
<<lessThe graphics are geometrical, and the pace is sometimes frenzied. Two features set Transcend apart from other games.
First, its dynamic graphical engine, which can smoothly morph from one complex shape to another in realtime, produces striking displays.
Combining these dynamic shapes with subtle randomizations ensures that each new play through a level is visually different from the last.
The second novel feature is the musical power-up system.
As you play through a level, you are simultaneously assembling an abstract visual collage and arranging a unique piece of music.
Enhancements:
- Fixed bugs that caused post-explosion fade factors to become negative, which in turn caused boss explosions to linger on some platforms.
- Fixed zoom behavior when strafing.
- Added fade-in when enemies are created to avoid a visual pop-in.
- Added smooth turning when enemies switch targets.
- Changed so that pieces can be picked up while they are moving as a result of enemy fire. This makes pick up less confusing and frustrating.
- Made bullet fade-out smoothly at end of range to avoid visual pop.
- Doubled piece pick-up radius to make picking up pieces easier.
- Fixed jerky piece pick-up and drop.
- Added mini-explosion graphics to indicate when damage is being done to boss. These graphics also change color to indicate the boss health.
Download (1.8MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1052 downloads
Veterinary Calculator 0.9.1 Beta
Veterinary Calculator was designed specifically for veterinary clinics. more>>
Veterinary Calculator was designed specifically for veterinary clinics, the purpose behind this application is to allow veterinarians to do the conversions necessary for their job quicker.
The calculator includes features to allow you to convert from various common units like pounds and kilograms, as well as convert weight to body surface area for cats and dogs. Ultimately this application will include everything necessary to calculate drug dosages for any animal, however for now its features are primarily limited to cats and dogs.
This calculator is now and always will be free. The reason for the decision to make this application free is to improve the welfare of all animals by reducing the costs associated with keeping them healthy.
Enhancements:
- This is a minor release to fix some text to make things easier to understand, and to fix building on Linux with nant.
- This is also likely the last GPL release; the next release will be LGPL or perhaps even BSD licensed.
<<lessThe calculator includes features to allow you to convert from various common units like pounds and kilograms, as well as convert weight to body surface area for cats and dogs. Ultimately this application will include everything necessary to calculate drug dosages for any animal, however for now its features are primarily limited to cats and dogs.
This calculator is now and always will be free. The reason for the decision to make this application free is to improve the welfare of all animals by reducing the costs associated with keeping them healthy.
Enhancements:
- This is a minor release to fix some text to make things easier to understand, and to fix building on Linux with nant.
- This is also likely the last GPL release; the next release will be LGPL or perhaps even BSD licensed.
Download (MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1047 downloads
Castle-combat 0.8.1
Castle-combat is a clone of the old DOS game Rampart. more>>
Castle-combat is a clone of the old DOS game Rampart.
Up to four players build castle walls, place cannons inside these walls, and shoot at the walls of their enemy(s).
If a player cant build a complete wall around one of his castles, he loses. The last surviving player wins.
<<lessUp to four players build castle walls, place cannons inside these walls, and shoot at the walls of their enemy(s).
If a player cant build a complete wall around one of his castles, he loses. The last surviving player wins.
Download (1.6MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1228 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above can cats have one enemy search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed