Main > Free Download Search >

Free max dice software for linux

max dice

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 295
Max Dice Roller - Linux 1.01

Max Dice Roller - Linux 1.01


Max Dice is a simple dice rolling utility for games. more>>

Max Dice is a simple dice rolling utility for use on Windows and Linux systems You may enter your information in one of two places. You may enter in the text box or by moving the slider to the left or right correlating to the field you are adjusting.
Here are the definitions of each of the fields
1. Dice to roll ? This field determines how many dice that the program will roll for you. (1- one dice, 2-two dice, up to as many dice as you need to roll)
2. Size of dice ? This field determines the size of the dice (i.e. standard dice = 6, this would decide what the maximum number would be,)
3. Maxed dice ? This field determines the number of dice to set at the maximum level. (For example if you are rolling 5 dice, and you want 3 at max always, set at 3.)
4. Tossed dice ? This field determines the number of low dice that you will throw out. This will eliminate this number of low throws from the total.
5. Reroll ? high. This will cause all dice that are rolled at this number or higher to be rolled again.
6. Reroll ? low. This will cause all dice that are rolled at this number or lower to be rolled again.

<<less
Download (6.38MB)
Added: 2009-04-23 License: Freeware Price: $0
187 downloads
Max Fighter 1.0

Max Fighter 1.0


Max Fighter is a vertical-scrolling asteroids shootemup. more>>
Max Fighter is a vertical-scrolling asteroids shootemup game.

You have a bad feeling about this: For only one brief moment you let your attention slip, and suddenly, you find your spaceship heading right into a vast asteroid field. Though it does not seem very dense at the outskirts, your board computer readouts make you doubt you will ever see the other side of it - and did your radar just pick up traces of pirate activity!?

Keep control of your spaceship as you go ever deeper into the asteroid field and the gameplay reaches breakneck speed. Shoot asteroids and containers and collect power-ups, shield energy and special weapons. And last but not least - beware of the pirates!

<<less
Download (16.9MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1141 downloads
dicelab 0.4

dicelab 0.4


dicelab allows you to express complex dice rolling schemes in a functional language and then roll dice. more>>
dicelab allows you to express complex dice rolling schemes in a functional language and then roll dice according to such a scheme or analyze the statistic distribution of values.
It is useful when designing games (and to some degree when playing them).
Usage: dicelab [options] [-f < file >]
Options:
--help -h -? print this text
--version -v print the program version
--print-tree -p print the parse tree (for debugging)
--eval -e evaluate the statistical distribution by
re-rollingp
--count -c specify the number of rolls used with --eval
default is 10000
--roll -r roll the dice as specified, will also be used
if no other action is requested
File:
--file -f read the dice rolling specs from the file
specified, use stdin if not supplied
Enhancements:
- The program is much faster now.
<<less
Download (0.13MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
794 downloads
Games::Dice 0.02

Games::Dice 0.02


Games::Dice is a Perl module that can be used to simulate dice rolls. more>>
Games::Dice is a Perl module that can be used to simulate dice rolls.

SYNOPSIS

use Games::Dice roll;
$strength = roll 3d6+1;

use Games::Dice roll_array;
@rolls = roll_array 4d8;

Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions are exported by default. At present, there are two functions which are exportable: roll and roll_array. The latter is used internally by roll, but can also be exported by itself.

The number and type of dice to roll is given in a style which should be familiar to players of popular role-playing games: adb[+-*/b]c. a is optional and defaults to 1; it gives the number of dice to roll. b indicates the number of sides to each die; the most common, cube-shaped die is thus a d6. % can be used instead of 100 for b; hence, rolling 2d% and 2d100 is equivalent. roll simulates a rolls of b-sided dice and adds together the results.

The optional end, consisting of one of +-*/b and a number c, can modify the sum of the individual dice. +-*/ are similar in that they take the sum of the rolls and add or subtract c, or multiply or divide the sum by c. (x can also be used instead of *.) Hence, 1d6+2 gives a number in the range 3..8, and 2d4*10 gives a number in the range 20..80. (Using / truncates the result to an int after dividing.) Using b in this slot is a little different: its short for "best" and indicates "roll a number of dice, but add together only the best few". For example, 5d6b3 rolls five six- sided dice and adds together the three best rolls. This is sometimes used, for example, in roll-playing to give higher averages.

Generally, roll probably provides the nicer interface, since it does the adding up itself. However, in some situations one may wish to process the individual rolls (for example, I am told that in the game Feng Shui, the number of dice to be rolled cannot be determined in advance but depends on whether any 6s were rolled); in such a case, one can use roll_array to return an array of values, which can then be examined or processed in an application-dependent manner.

This having been said, comments and additions (especially if accompanied by code!) to Games::Dice are welcome. So, using the above example, if anyone wishes to contribute a function along the lines of roll_feng_shui to become part of Games::Dice (or to support any other style of die rolling), you can contribute it to the authors address, listed below.

<<less
Download (0.004MB)
Added: 2007-07-25 License: Perl Artistic License Price:
821 downloads
MaK changer 0.2.13

MaK changer 0.2.13


MaK changer software change you mac addres for selected device. more>>
MaK changer software change you mac address for selected device. It is utility macchanger in graphic mode written in python.

I make this soft for learning python and pyqt. Max 7 interfaces is possible for now. Let my know about bugs.

PS: to run the script just click to run the software(on some distros you need write python makchanger_0211.py)

PS1:you need to be root to change mac addres

<<less
Download (0.002MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
959 downloads
AROS-Max 0.4.8

AROS-Max 0.4.8


AROS-Max is a AROS-based live-CD. more>>
AROS-Max is a AROS-based live-CD.

AROS Max is a pre-configured live bootable CD image, made to show off the best that AROS has to offer. It requires an AROS capable PC, your mileage may vary.

If you require help getting AROS-Max to run please ask for help on the Max area at the AROS-Exec messageboard, please do not email us directly with support problems!

AROS is a portable and free desktop operating system aiming at being compatible with AmigaOS 3.1, while improving on it in many areas. The source code is available under an open source license, which allows anyone to freely improve upon it.

The goals of the AROS project is it to create an OS which:

1. Is as compatible as possible with AmigaOS 3.1.
2. Can be ported to different kinds of hardware architectures and processors, such as x86, PowerPC, Alpha, Sparc, HPPA and other.
3. Should be binary compatible on Amiga and source compatible on any other hardware.
4. Can run as a standalone version which boots directly from hard disk and as an emulation which opens a window on an existing OS to develop software and run Amiga and native applications at the same time.
5. Improves upon the functionality of AmigaOS.

To reach this goal, we use a number of techniques. First of all, we make heavy use of the Internet. You can participate in our project even if you can write only one single OS function. The most current version of the source is accessible 24 hours per day and patches can be merged into it at any time. A small database with open tasks makes sure work is not duplicated.

Some time back in the year 1993, the situation for the Amiga looked somewhat worse than usual and some Amiga fans got together and discussed what should be done to increase the acceptance of our beloved machine. Immediately the main reason for the missing success of the Amiga became clear: it was propagation, or rather the lack thereof. The Amiga should get a more widespread basis to make it more attractive for everyone to use and to develop for. So plans were made to reach this goal. One of the plans was to fix the bugs of the AmigaOS, another was to make it an modern operating system. The AOS project was born.

But exactly what was a bug? And how should the bugs be fixed? What are the features a so-called modern OS must have? And how should they be implemented into the AmigaOS?

Two years later, people were still arguing about this and not even one line of code had been written (or at least no one had ever seen that code). Discussions were still of the pattern where someone stated that "we must have ..." and someone answered "read the old mails" or "this is impossible to do, because ..." which was shortly followed by "youre wrong because ..." and so on.

In the winter of 1995, Aaron Digulla got fed up with this situation and posted an RFC (request for comments) to the AOS mailing list in which I asked what the minimal common ground might be. Several options were given and the conclusion was that almost everyone would like to see an open OS which is compatible to AmigaOS 3.1 (kickstart 40.68) on which further discussions could be based upon to see what is possible and what is not.

So the work began and AROS was born.
<<less
Download (MB)
Added: 2005-12-17 License: Freeware Price:
1422 downloads
Open Dice Language 1.5

Open Dice Language 1.5


Open Dice Language project is a language for describing dice rolls. more>>
Open Dice Language project is a language for describing dice rolls.

Open Dice Language is a language for describing dice rolls.

The language is nearly identical to what you see in most role-playing game texts (e.g., "1d20"). It provides several interfaces to the language.

To run in CLI interface mode:

# pushd $ODL_HOME
# java -jar ODL.jar

To run as Widget:

build using `ant widget`
widget is now installed in users widget directory

<<less
Download (0.49MB)
Added: 2007-01-08 License: BSD License Price:
1019 downloads
WWW::Scraper::Dice 0.01

WWW::Scraper::Dice 0.01


WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue). more>>
WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue).

SYNOPSIS

use WWW::Search;
my $oSearch = new WWW::Scraper(Dice);
my $sQuery = WWW::Scraper::escape_query("unix and (c++ or java)");
$oSearch->native_query($sQuery,
{method => bool,
state => CA,
daysback => 14});
while (my $res = $oSearch->next_result()) {
if(isHitGood($res->url)) {
my ($company,$title,$date,$location) =
($res->company, $res->title, $res->date, $res->location);
print "$company $title $date $location " . $res->url . "n";
}
}

<<less
Download (0.037MB)
Added: 2007-06-14 License: Perl Artistic License Price:
862 downloads
WWW::Search::Dice 2.026

WWW::Search::Dice 2.026


WWW::Search::Dice is a class for searching Dice. more>>
WWW::Search::Dice is a class for searching Dice.

SYNOPSIS

use WWW::Search;
my $oSearch = new WWW::Search(Dice);
my $sQuery = WWW::Search::escape_query("unix and (c++ or java)");
$oSearch->native_query($sQuery,
{method => bool,
state => CA,
daysback => 14});
while (my $res = $oSearch->next_result()) {
if(isHitGood($res->url)) {
my ($company,$title,$date,$location) =
$oSearch->getMoreInfo($res->url);
print "$company $title $date $location " . $res->url . "n";
}
}

sub isHitGood {return 1;}

This class is a Dice specialization of WWW::Search. It handles making and interpreting Dice searches at http://www.dice.com.

By default, returned WWW::SearchResult objects contain only url, title and description which is a mixture of location and skills wanted. Function getMoreInfo( $url ) provides more specific info - it has to be used as

my ($company,$title,$date,$location) =
$oSearch->getMoreInfo($res->url);

<<less
Download (0.023MB)
Added: 2007-06-15 License: Perl Artistic License Price:
863 downloads
wmlaptop 1.4

wmlaptop 1.4


wmlaptop is a WindowMaker dockapp able to satisfy any requirements of a linux user with a laptop. more>>
wmlaptop is a WindowMaker dockapp able to satisfy any requirements of a linux user with a laptop.
The smartest should have easily guessed that wmlaptop includes an advanced battery information interface, including an indicator which estimates the remaining battery autonomy.
Main features:
- Battery estimated time remaining
- Multi Batteries support
- Battery remaining charge (visual and percent)
- Auto-Frequency Scaling
- Manual Frequency Scaling
- 0-100 Cpu Load indicator
- APM and ACPI support
- sysfs and /proc filesystems support
- Kernel 2.6 series fully compatible
- Visual support for multiple batteries
- "Visual and audio" alarm on Low-Battery
- Auto shutdown on Low-Battery
- Easy screen saver starter
- Console executable
- Longrun Transmeta Cpu support
Enhancements:
Added: Makefile.Longrun src/longrun.h src/lungrun_linux.c, src/longrun_freebsd.c
Updated: src/main.h src/cpu.c src/init.c src/event.
Implemented support for Transmeta CPUs with Longrun capability. On these systems you set a range of frequencies (actually "performance levels") and the system will automatically adjust within the range based on CPU load (like the auto-freq function but hundreds of times per second). The support works as follows:
-The arrows shift the maximum performance level up and down by one unit. The minimum always stays at 0 (which is equivalent to, e.g., 300 MHz on a 1 GHz CPU).
-If "auto-freq" is turned on, the range is set to (0, max), otherwise it is set to (max, max).
-Theoretically code could be added to adjust the shift size based on right-clicks on the arrows, but with only 5 levels typical on a CPU, this isnt a high priority.
-On startup, the setting is set to 0,current, current,current depending on auto-freq state, where min or max is used in place of current if min or max setting is requested. Note that this and subsequent adjustments may not interact well with other processes or daemons adjusting longrun state, such as an acpid script.
src/main.c
fixed bug whereby dont-blink setting in argsConfig.h was being ignored.
src/main.c src/main.h src/event.c src/battery.c
added cpuUpdate and batteryUpdate options/defaults so update rates can be configured.
src/pixmap.c
is now possible to choose among 3 type of skin
<<less
Download (0.67MB)
Added: 2005-09-22 License: GPL (GNU General Public License) Price:
1494 downloads
Rescue! Max 1.0.0.2

Rescue! Max 1.0.0.2


Rescue Max is a Action Adventure in Space written in java. more>>
Rescue Max is a Action Adventure in Space written in java.
Rescue! Max is a 2D space, real-time, action/strategy game in which you are in control of a ship that you fly around space, fighting enemies and making friends on your way.
Rescue! Maxs main objective is to rescue people from planets and take them to star bases.
Enhancements:
- made select enimies default
- added particle explosions
- redone SpaceObjects inheritance
- added wait curser when new mission is laoding
- Rescue theme: maximum energy to 9999 instead of 10000
- Rescue theme: added better romulan warbird
- Rescue theme: added original main ship
- Rescue max theme: less of those evil nutrals as default
- Fixed: make auto impulse and auto warp clear when the ship is killed (that is set as the destination)
- game ends when u get killed
- game does not start when u start the app
<<less
Download (3.6MB)
Added: 2006-06-04 License: GPL (GNU General Public License) Price:
1239 downloads
Gran Prix 1.0

Gran Prix 1.0


Gran Prix is a simple 2D car race game. more>>
Gran Prix is a simple 2D car race game.

Gran Prix is a game writen in Python, for 2 to 4 players, with three different tracks. You can run on these tracks with four different formula 1 style cars, you can customize the max speed of the cars and the number of laps to win the race.

The game isnt very cool, but a list of new features are planed.

<<less
Download (0.12MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1032 downloads
discord 1.0.1

discord 1.0.1


discord project is a Python module for converting dates from Gregorian to Discordian. more>>
discord project is a Python module for converting dates from Gregorian to Discordian.

discord is a very simple Python module that allows for conversion from normal dates (via time.time, time.localtime, etc.) to Discordian dates. The module can either be used as a standalone command line application (which prints the current date in Discordian form) or as an extension module.

<<less
Download (0.010MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1061 downloads
WWW::Search::Scraper::Dice 2.27

WWW::Search::Scraper::Dice 2.27


WWW::Search::Scraper::Dice is a Perl module that scrapes Dice : (skills,locations) => (title, location ,residue) more>>
WWW::Search::Scraper::Dice is a Perl module that scrapes Dice : (skills,locations) => (title, location ,residue)

SYNOPSIS

use WWW::Search;
my $oSearch = new WWW::Search::Scraper(Dice);
my $sQuery = WWW::Search::Scraper::escape_query("unix and (c++ or java)");
$oSearch->native_query($sQuery,
{method => bool,
state => CA,
daysback => 14});
while (my $res = $oSearch->next_result()) {
if(isHitGood($res->url)) {
my ($company,$title,$date,$location) =
($res->company, $res->title, $res->date, $res->location);
print "$company $title $date $location " . $res->url . "n";
}
}

This class is a Dice extension of WWW::Search::Scraper. It handles making and interpreting Dice searches at http://www.dice.com.

<<less
Download (0.13MB)
Added: 2007-06-15 License: Perl Artistic License Price:
861 downloads
mp3album.pl 0.82

mp3album.pl 0.82


mp3album.pl is a tool for creating album lists from a batch of mp3 files. more>>
mp3album.pl is a tool to automatically create album lists from a batch of mp3 files including ID3v1, ID3v2.2 or ID3v2.3 information. It creates HTML reports.
<<less
Download (0.018MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5