Main > Free Download Search >

Free max dice roller software for linux

max dice roller

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 300
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
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
File Roller 2.18.4 / 2.19.90

File Roller 2.18.4 / 2.19.90


File Roller is an archive manager for GNOME. more>>
File Roller project is an archive manager for the GNOME environment.
Archive manager means that you can:
- Create and modify archives.
- View the content of an archive.
- View a file contained in the archive.
- Extract files from the archive.
File Roller is only a front-end (a graphical interface) to archiving programs like tar and zip.
The supported file types are :
- Tar archives uncompressed (.tar) or compressed with
- gzip (.tar.gz , .tgz)
- bzip (.tar.bz , .tbz)
- bzip2 (.tar.bz2 , .tbz2)
- compress (.tar.Z , .taz)
- lzop (.tar.lzo , .tzo)
- Zip archives (.zip)
- Jar archives (.jar , .ear , .war)
- Lha archives (.lzh)
- Rar archives (.rar)
- Single files compressed with gzip, bzip, bzip2, compress, lzop
File Roller has a document viewer based on bonobo that lets you view files of any type you have a viewer for.
Whats New in 2.18.4 Stable Release:
- Updated Hungarian translation.
<<less
Download (1.5MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
809 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
Remote Growl 1.0

Remote Growl 1.0


Remote Growl is an extension to Glow which allows remote notification system for Max OS X (server) and any UNIX (client). more>>
Remote Growl is an extension to Glow which allows remote notification system for Max OS X (server) and any UNIX (client).

This package includes a Cocoa background application server, and a command line client to send notifications to a remote computer.

<<less
Download (0.060MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1134 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
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
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
Master Combat Control Program 0.9.4

Master Combat Control Program 0.9.4


Master Combat Control Program is an improved clone of the Shadowrun-Assistent program. more>>
Master Combat Control Program is an improved clone of the "Shadowrun-Assistent" program (as found on shadowrun.de).
Its main goals are better usability, minor feature improvements, and i18n. It constists of a character editor, an initiative manager, and a dice roller.
Enhancements:
- Due to popular demand, the directory where the configuration files are put is now configurable via the "-config" option.
- When first running the program it complained about missing files, which are created on shutdown, so this was changed.
- added parsing of command line parameter "-config";
- all error messages internationalized;
- added "readme.txt"
<<less
Download (0.14MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1564 downloads
roll 1.1.2

roll 1.1.2


roll command-line based program rolls a user-defined dice sequence and displays the result. more>>
roll command-line based program rolls a user-defined dice sequence and displays the result. The dices to roll are defined using dN where N is the number of sides.
Dices can be rolled multiple times by prepending the number of repetitions (e.g., 3d6) and used in simple mathematical expressions (e.g., 2d8+4).
Enhancements:
- A bug in the 1d% percentile dices (values over 100 were possible) has been fixed.
<<less
Download (0.10MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
948 downloads
mod_tproxt

mod_tproxt


mod_tproxt is a transparent proxy support for Apache 1.3. more>>
mod_tproxt is a transparent proxy support for Apache 1.3.

mod_tproxt has been running on a (now old) K6-200 machine, with a max uptime of about 500 days or so.

mod_tproxt requires linux transparent proxy support. The BSDs may likely have a similar mechanism. If you port it to work with another OS, send me a patch, and Ill include it here.

This module is contributed to community under the Apache License, BSD licence or GPL, whichever you like.

<<less
Download (0.008MB)
Added: 2006-04-20 License: The Apache License Price:
1282 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
BitNami Roller Stack for Linux 4.0.2

BitNami Roller Stack for Linux 4.0.2


blog server best known for powering heavilyused corporate blog sites more>> Roller is an open source blog server best known for powering heavilyused corporate blog sites, such as Sun Microsystems employee bloggingsite, IBM DeveloperWorks blogs, IBM Blog Central and Javalobbys
JRoller Java community site. Roller supports all of the featuresneeded to set up a blog server for one or a community of authors,including group blogging, RSS and Atom newsfeeds, rich-text editing,
customizable page templates, comments, trackbacks, referrers, blogrollmanagement (with OPML) and an available XML-RPC interface.
The BitNami Roller Stack is an installer that greatly simplifies theinstallation of Roller and runtime dependencies. It includes ready-to-runversions of Apache-Tomcat, MySQL and Java. Roller Stack is distributed for free under the Apache 2.0 license. Please see the appendix for the specificlicenses of all Open Source components included.
FEATURES
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy aspossible to install open source software. Our installers completely automatethe process of installing and configuring all of the software included ineach Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interferewith any software already installed on your system. For example, you canupgrade your systems MySQL or Apache Tomcat without fear of breaking yourBitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stackwill be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to havemultiple instances.
<<less
Download (73.30MB)
Added: 2009-04-04 License: Freeware Price: Free
202 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5