Main > Free Download Search >

Free what does enemy occupation mean software for linux

what does enemy occupation mean

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1934
Wolfenstein: Enemy Territory Map Packs

Wolfenstein: Enemy Territory Map Packs


Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. more>>
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. Wolfenstein: Enemy Territory is a team game; you will win or fall along with your comrades. The only way to complete the objectives that lead to victory is by cooperation, with each player covering their teammates and using their class special abilities in concert with the others.

Featuring multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.

Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.

<<less
Download (110.4MB)
Added: 2006-02-02 License: Freeware Price:
1361 downloads
Wolfenstein: Enemy Territory Update 2.60

Wolfenstein: Enemy Territory Update 2.60


Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. more>>
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. Wolfenstein: Enemy Territory is a team game; you will win or fall along with your comrades. The only way to complete the objectives that lead to victory is by cooperation, with each player covering their teammates and using their class special abilities in concert with the others.

Featuring multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.

Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.

<<less
Download (8.1MB)
Added: 2006-02-02 License: Freeware Price:
772 downloads
Play What I Mean 0.09

Play What I Mean 0.09


Play What I Mean plays media files on a local machine based on a given set of terms found within the filenames. more>>
Play What I Mean project allows a user to, from a single commandline or terminal, enter a string, or list of strings, that represent what he/she wishes to have played by whatsoever media player he chooses, the default being MPlayer, and then having that particular item be found and played.
What this essentially means is that if I were to have a sudden hankering to listen to a particular song or video, lets say Ice Pick by The Pillows, which happens to be the song to a particular music video that I enjoy watching. Under the traditional methods of video viewing I would be stuck with two potential courses of action for playing this particular file:
- Change directories several times to that one folder somewhere that I "know" its in, or
- Point and Click my mouse until I find that same directory and then search through what could be countless files to find it.
Each of these prospective choices have their own inherent difficulties and ire. Using the commandline often requires alot of typing to arrive at the desired directory, often times nestled deep within the tree.
Once there your problems only multiply by the number of files you actually store in your "media" folder, try ls | moreing through a heavily populated folder looking for the name of that file you wanted to play sometime, it isnt too fun and further is a waste of my valuable time.
You may be thinking at this point that the second option, the graphical one, must be easier since its exciting, full of pictures, and frankly novel, I disagree. I may not be the best judge on this matter, seeing as how I cant see out of my right eye however, I feel that scanning through a large folder, or folders, full of files is quite a strain on the vision, and more importantly an unnescesary burden on what should be a simple matter.
Main features:
- Nestable Playlist support
- Multi-string arguments
- Transparent command option passing
- Cache for faster access of frequently played files
- Graphical configure
<<less
Download (0.054MB)
Added: 2006-02-01 License: LGPL (GNU Lesser General Public License) Price:
1361 downloads
Wolfenstein: Enemy Territory 2.60b

Wolfenstein: Enemy Territory 2.60b


Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. more>>
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. Wolfenstein: Enemy Territory is a team game; you will win or fall along with your comrades. The only way to complete the objectives that lead to victory is by cooperation, with each player covering their teammates and using their class special abilities in concert with the others.

Featuring multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.

Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.

<<less
Download (4.0MB)
Added: 2006-05-09 License: Freeware Price:
895 downloads
Enemy Lines 7 0.6

Enemy Lines 7 0.6


Enemy lines 7 is a single player first person 3d shooter game. more>>
Enemy lines 7 is a single player first person 3d shooter game.

Shoot down enemy bombers threatening your city.

<<less
Download (0.13MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
 
Other version of Enemy Lines
enemy lines 6 1.1enemy lines 3 is a semi-abstract first person 3D-shooter game. enemy lines 6 1.1 - Raphael ... enemy lines 3 is a semi-abstract first person 3D-shooter game. enemy lines 3s goal is to shoot
License:GPL (GNU General Public License)
Download (0.20MB)
1223 downloads
Added: 2006-06-18
Statistics::PointEstimation 1.1.0

Statistics::PointEstimation 1.1.0


Statistics::PointEstimation is a Perl module for computing confidence intervals in parameter estimation. more>>
Statistics::PointEstimation is a Perl module for computing confidence intervals in parameter estimation with Students T distribution.

Statistics::PointEstimation::Sufficient - Perl module for computing the confidence intervals using sufficient statistics

SYNOPSIS

# example for Statistics::PointEstimation
use Statistics::PointEstimation;

my @r=();
for($i=1;$iset_significance(95); #set the significance(confidence) level to 95%
$stat->add_data(@r);
$stat->output_confidence_interval(); #output summary
$stat->print_confidence_interval(); #output the data hash related to confidence interval estimation

#the following is the same as $stat->output_confidence_interval();
print "Summary from the observed values of the sample:n";
print "tsample size= ", $stat->count()," , degree of freedom=", $stat->df(), "n";
print "tmean=", $stat->mean()," , variance=", $stat->variance(),"n";
print "tstandard deviation=", $stat->standard_deviation()," , standard error=", $stat->standard_error(),"n";
print "t the estimate of the mean is ", $stat->mean()," +/- ",$stat->delta(),"nt",
" or (",$stat->lower_clm()," to ",$stat->upper_clm," ) with ",$stat->significance," % of confidencen";
print "t t-statistic=T=",$stat->t_statistic()," , Prob >|T|=",$stat->t_prob(),"n";

#example for Statistics::PointEstimation::Sufficient

use strict;
use Statistics::PointEstimation;
my ($count,$mean,$variance)=(30,3.996,1.235);
my $stat = new Statistics::PointEstimation::Sufficient;
$stat->set_significance(99);
$stat->load_data($count,$mean,$variance);
$stat->output_confidence_interval();
$stat->set_significance(95);
$stat->output_confidence_interval();

Statistics::PointEstimation

This module is a subclass of Statistics::Descriptive::Full. It uses T-distribution for point estimation assuming the data is normally distributed or the sample size is sufficiently large. It overrides the add_data() method in Statistics::Descriptive to compute the confidence interval with the specified significance level (default is 95%). It also computes the t-statistic=T and Prob>|T| in case of hypothesis testing of paired T-tests.

Statistics::PointEstimation::Sufficient

This module is a subclass of Statistics::PointEstimation. Instead of taking the real data points as the input, it will compute the confidence intervals based on the sufficient statistics and the sample size inputted. To use this module, you need to pass the sample size, the sample mean , and the sample variance into the load_data() function. The output will be exactly the same as the Statistics::PointEstimation Module.

<<less
Download (0.006MB)
Added: 2006-12-18 License: Perl Artistic License Price:
608 downloads
tenmado 0.7

tenmado 0.7


tenmado is a hard-core shoot em up game in a blue-or-red world. more>>
tenmado project is a hard-core shoot em up game in a blue-or-red world.

tenmado is a vertically scrolling, late 1990s style (i.e., a massive number of enemy shots against a smaller-than-it-looks spaceship) shoot em up game.

A very accurate collision detection makes it a game of dexterity. If something looks like a triangle, it is a triangle, not a rectangle of similar size.

However, surviving is only 20% of the game. The main feature of tenmado is the "color chain bonus".

You can get a very big score (about 100 times bigger than a normal enemy-destruction point) by destroying enemies of the same color successively.

It is easy or difficult depending on how greedy you are.

<<less
Download (0.18MB)
Added: 2006-12-11 License: DFSG approved Price:
1047 downloads
The Address Book Reloaded 3.0.5 stable SVN:433

The Address Book Reloaded 3.0.5 stable SVN:433


The Address Book Reloaded project is a Web application to store contact details of employees/customers in UTF-8 format . more>>
The Address Book Reloaded project is a Web application to store contact details of employees/customers in UTF-8 format on an intranet or Web site.
It features login/user accounts, email harvesting protection, Google Maps support, distributed management of contacts, PDF address book generation, plugins, styles, and SSL certificate authority management.
It stores portraits of contacts, addresses, emails, phone numbers, VoIP/SIP numbers, Web sites, MMS and media info, occupation, function, projects, and freestyle info as HTML notes. The project supports URIs for automatic VoIP dialing with Skype or SIP clients.
Main features:
- CSS Stylesheet based designs
- User records & Contacts linked
- PHP4 & 5 compatible
- PHP safe mode compatible
- Custom dates
- Custom fields
- Admin fields
- Password/Hidden information distribution to users
- Google Maps
- PDF booklet printing
- UTF-8 international charsets
- Administrative Requests (IT accounts/workflow) -- beta
- SSL Certificate Authority (control)
<<less
Download (0.80MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
910 downloads
goldenmean 0.5

goldenmean 0.5


goldenmean is a GIMP plugin. more>>
goldenmean is a GIMP plugin. Will create a new image. You enter the shortest side, select portrait or landscape orientation and it will automagically calculate the longest side according to the Golden Mean. The plug-in is tested with 1.1.3.

<<less
Download (MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1139 downloads
Moon Defence 1.6

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!

<<less
Download (0.34MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1537 downloads
Save Scummer 002

Save Scummer 002


Save Scummer project is a Seven Day Roguelike written by Jeff Lait. more>>
Save Scummer project is a Seven Day Roguelike written by Jeff Lait.
This provides a windows and linux executable versions along with the source for those brave enough to try and build it from scratch. It also provides a linux and windows curses version for those allergic to graphics.
Main features:
- Intelligent "Do What I Mean" commands that reduce all possible actions to a single keystroke.
- Infinite undo to correct mistakes in pressing said single keystroke.
- Fight the fifty-two monsters from Letter Hunt and one new bonus monster.
- 1980 different weapons and 216 different spells!
- Play one of 8 races or 9 classes!
Enhancements:
- Added documentation about intent of this game and listed various non-bugs.
- Fixed a bug where the borg would attack enemies even when blind.
- Added an eXplore mode so you can take over and pilot the game manually. The correct key to hit isnt in the in-game documentation to encourage you to play it properly first.
<<less
Download (1.2MB)
Added: 2007-04-17 License: BSD License Price:
921 downloads
Dropline Nuovo! 0.5

Dropline Nuovo! 0.5


Dropline Nuovo! provides a not-so-shiny and not-so-colorful icon set for GNOME. more>>
Dropline Nuovo! provides a not-so-shiny and not-so-colorful icon set for GNOME.
Just unpack the iconset to ~/.icons or /usr/share/icons
note: "~" means is your home directory, i.e.: /home/ /.icons
Enhancements:
- lots of new icons, about 150...
- some highlights: MMC/SD and some other media formats like this improved floppy drive battery icon new filesystems, for block/char devs and sockets
- new emblems
- emblems now support translations, so you dont hve to guess what does a bad designed icon mean
- new gaim icons, just like in 0.4, youll need to replace some files.
- text in mimetypes now is bigger so you can read it without your glasses :P
<<less
Download (0.99MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
920 downloads
Relations::Query 0.93

Relations::Query 0.93


Relations::Query is a Perl Object for building queries with DBI/DBD::mysql. more>>
Relations::Query is a Perl Object for building queries with DBI/DBD::mysql.

SYNOPSIS

# Relations::Query Script that creates some queries.

use Relations::Query;

$query = new Relations::Query(-select => {fife => barney},
-from => {green_teeth => moogoo},
-where => "flotsam>jetsam",
-group_by => "denali",
-having => {fortune => cookie},
-order_by => [was,is,will],
-limit => 1);

$get_query = $query->get();

$query->set(-select => {clean => sparkle},
-from => {lean => book},
-where => "fighting is between courage and chaos",
-limit => 123);

$set_query = $query->get();

$get_add_query = $query->get_add(-select => {mean => dog},
-where => "running is null",
-having => {kitties=> on_tv},
-limit => [9678]);

$query = to_string({select => this,
from => that});

<<less
Download (0.010MB)
Added: 2006-09-02 License: Perl Artistic License Price:
1147 downloads
Math::Telephony::ErlangC 0.03

Math::Telephony::ErlangC 0.03


Math::Telephony::ErlangC is a Perl extension for Erlang C calculations. more>>
Math::Telephony::ErlangC is a Perl extension for Erlang C calculations.
SYNOPSIS
use Math::Telephony::ErlangC;
# Evaluate probability that a service request will have to wait
$wprob = wait_probability($traffic, $servers);
# Probability that the wait time will be less than a fixed maximum
# $mst is the mean service time
$mwprob = maxtime_probability($traffic, $servers, $mst, $maxtime);
# Average time waiting in queue
# $mst is the mean service time
$awtime = average_wait_time($traffic, $servers, $mst);
This mosule contains various functions to deal with Erlang C calculations.
The Erlang C model allows dimensioning the number of servers in a M/M/S/inf/inf model (Kendall notation):
- The input process is Markovian (Poisson in this case)
- The serving process is Markovian (ditto)
- There are S servers
- The wait line is infinite (pure wait, no loss, no renounce)
- The input population is infinite
<<less
Download (0.008MB)
Added: 2006-12-01 License: Perl Artistic License Price:
1057 downloads
Mojotron 0.9995

Mojotron 0.9995


Mojotron project is a Llamatron-style action game. more>>
Mojotron project is a Llamatron-style action game.
Main features:
- At time of writing, 35 levels, 18 different bonuses, and 16 enemy types, with more coming soon.
- Really easy to install.
- Gigantic homicidal toilets.
- All game constants, levels, graphics and sound loaded at runtime from a plain text resource file for easy gameplay modification.
- Mysterious Fruit.
- Certified 100% free of Tetris(TM).
- 2 Player mode
<<less
Download (MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1061 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5