Main > Free Download Search >

Free mm software for linux

mm

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 65
OSSP mm 1.4.2

OSSP mm 1.4.2


OSSP mm is a 2-layer abstraction library which simplifies the usage of shared memory between forked. more>>
OSSP mm is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes under Unix platforms.
On the first layer it hides all platform dependent implementation details (allocation and locking) when dealing with shared memory segments and on the second layer it provides a high-level malloc(3)-style API for a convenient and well known way to work with data structures inside those shared memory segments.
Enhancements:
- A trailing whitespace in mm.pod that confused pod2html(1) and generated bad output was fixed.
<<less
Download (0.33MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1166 downloads
IDS::Algorithm::MM 1.02

IDS::Algorithm::MM 1.02


IDS::Algorithm::MM is a Perl module created to learn or test using a first-order Markov Model (MM). more>>
IDS::Algorithm::MM is a Perl module created to learn or test using a first-order Markov Model (MM).

SYNOPSIS

A usage synopsis would go here. Since it is not here, read on.
In section 4.2 in Kruegel and Vignas paper, they ignored the probability information that the MM provided, and produced a binary result. In effect, they were using the constructed MM as a {N,D}FA.

Someday more will be here.

Ideally, we would be using the algorithm from stolcke94bestfirst. Constructing a DFA rather than a NFA in effect has performed most of the state merging that stolcke93hidden do.

Consider also a java or C/C++ implementaion: http://www.ghmm.org/ http://www.run.montefiore.ulg.ac.be/~francois/software/jahmm/

Useful information: http://www.cs.brown.edu/research/ai/dynamics/tutorial/Documents/HiddenMarkovModels.html http://www.comp.leeds.ac.uk/roger/HiddenMarkovModels/html_dev/main.html L R Rabiner and B H Juang, `An introduction to HMMs, IEEE ASSP Magazine, 3, 4-16.

printvcg

printvcg(filehandle)

Print in a form usable by VCG for printing the DFA.

If the filehandle is specified, print there; otherwise, print to STDOUT.
This code was stolen from DFA, and does not know about the probabilities.
load(filehandle)

Load a MM from a file; this is the inverse of "print", and the format we expect is that used in $self->print.

test(tokensref, string, instance)

Test the string of tokens and calculate the probability of the string being seen. At each stage, we get a p in [0,1]. The result is the product of these probabilities.
Note that if a transition cannot be made, we return a 0 probability.

add(tokensref, string, instance)

The collection of tokens (in the list referenced by tokensref) is a complete example of a list that should be accepted by the DFA.

string and instance are IDS::Test framework arguments that we ignore because we do not need them.

WE add the transition from the last token to the (ACCEPT) state.

add_transition(from, token)

Add a transition from one state to another when the specified token is received. It is not an error to try to add an existing transition. In that event, this function quietly returns. If no such transition exists, we look for a transition on the token; if so, we add an edge to the destination node for the existing edge. Finally, if there is no other choice, we create a new state and add the edge.

generalize()

Reduce the number of states in the model.

Our building a DFA rather than a NFA has in effect performed most of the state merging that would have occurred.

XXX We should still be doing some checks for additional merge possibilities.
XXX A proof that the DFA is effectively the NFA with merged states would be useful.

<<less
Download (0.032MB)
Added: 2007-06-18 License: Perl Artistic License Price:
858 downloads
File::MMagic 1.27

File::MMagic 1.27


File::MMagic is a Perl module to guess file type. more>>
File::MMagic is a Perl module to guess file type.

SYNOPSIS

use File::MMagic;
use FileHandle;

$mm = new File::MMagic; # use internal magic file
# $mm = File::MMagic->new(/etc/magic); # use external magic file
# $mm = File::MMagic->new(/usr/share/etc/magic); # if you use Debian
$res = $mm->checktype_filename("/somewhere/unknown/file");

$fh = new FileHandle "< /somewhere/unknown/file2";
$res = $mm->checktype_filehandle($fh);

$fh->read($data, 0x8564);
$res = $mm->checktype_contents($data);

<<less
Download (0.021MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1017 downloads
ExtUtils::MM_Any 6.30

ExtUtils::MM_Any 6.30


ExtUtils::MM_Any is a Perl module with Platform-agnostic MM methods. more>>
ExtUtils::MM_Any is a Perl module with Platform-agnostic MM methods.

SYNOPSIS

FOR INTERNAL USE ONLY!

package ExtUtils::MM_SomeOS;

# Temporarily, you have to subclass both. Put MM_Any first.
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
@ISA = qw(ExtUtils::MM_Any ExtUtils::Unix);

ExtUtils::MM_Any is a superclass for the ExtUtils::MM_* set of modules. It contains methods which are either inherently cross-platform or are written in a cross-platform manner.

Subclass off of ExtUtils::MM_Any and ExtUtils::MM_Unix. This is a temporary solution.

<<less
Download (0.21MB)
Added: 2006-10-03 License: Perl Artistic License Price:
1116 downloads
ModPerl::BuildMM 2.0.2

ModPerl::BuildMM 2.0.2


ModPerl::BuildMM is a subclass of ModPerl::MM used for building mod_perl 2.0. more>>
ModPerl::BuildMM is a "subclass" of ModPerl::MM used for building mod_perl 2.0.

SYNOPSIS

use ModPerl::BuildMM;

# ModPerl::BuildMM takes care of doing all the dirty job of overriding
ModPerl::BuildMM::WriteMakefile(...);

# if there is a need to extend the methods
sub MY::postamble {
my $self = shift;

my $string = $self->ModPerl::BuildMM::MY::postamble;

$string .= "nmydist : manifest tardistn";

return $string;
}

ModPerl::BuildMM is a "subclass" of ModPerl::MM used for building mod_perl 2.0. Refer to ModPerl::MM manpage.

<<less
Download (3.5MB)
Added: 2006-08-31 License: Perl Artistic License Price:
1149 downloads
Turck MMCache for PHP 2.4.6

Turck MMCache for PHP 2.4.6


Turck MMCache for PHP is a free PHP accelerator, optimizer, encoder, and dynamic content cache. more>>
Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated.
Also it uses some optimizations to speed up execution of PHP scripts. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times.
Turck MMCache stores compiled PHP scripts in shared memory and execute code directly from it. It creates locks only for short time while search compiled PHP script in the cache, so one script can be executed simultaneously by several engines.
MM shared memory library (http://www.engelschall.com/sw/mm/) was used by Turck MMCache before version 2.3.13 for management of shared memory and locking. Files those cant fit in shared memory are cached on disk only.
Turck MMCache was first launched in 2001 to speed up the www.guestbooks4all.com service. It has been tested under PHP 4.1.0-4.3.3 under GNU/Linux and Windows with Apache 1,3 and 2.0. Patches for ports to other OSs and PHP versions are welcome
Since version 2.3.10, Turck MMCache contains a PHP encoder and loader. You can encode PHP scripts using encoder.php in order to distribute them without sources. Encoded files can be run on any site which runs PHP with Turck MMCache 2.3.10 or above.
The sources of encoded scripts cant be restored because they are stored in a compiled form and the encoded version doesnt contain the source. Of course, some internals of the scripts can be restored with different reverse engineering tools (disassemblers, debuggers, etc), but it is not trivial.
Since version 2.3.15, Turck MMCache is compatible with Zend Optimizers loader. Zend Optimizer must be installed after Turck MMCache in php.ini. If you dont use scripts encoded with Zend Encoder then we do not recommend you install Zend Optimizer with Turck MMCache.
Turck MMCache does not work in CGI mode.
Requierments:
- apache 1.3
- mod_php 4.1
- autoconf
- automake
- libtool
- m4
<<less
Download (0.11MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1637 downloads
mylvmbackup 0.5

mylvmbackup 0.5


mylvmbackup project is a Perl script for quickly creating backups of MySQL servers data files. more>>
mylvmbackup project is a Perl script for quickly creating backups of MySQL servers data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, makes an LVM snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations, while the actual file backup proceeds.
The LVM snapshot is mounted to a temporary directory and all data is backed up using the tar program. The archive file is created using a name of the form backup-YYYYMMDD_hhmmss_mysql.tar.gz, where YYYY, MM, DD, hh, mm, and ss represent the year, month, day, hour, minute, and second of the time at which the backup occurred. The prefix backup and the date format can be modified. The use of timestamped archive names allows you to run mylvmbackup many times without danger of rewriting old archives.
It is necessary to run mylvmbackup on the same host where the MySQL server runs. If your MySQL daemon is not listening on localhost, or using the default socket location, you must specify --host or --socket. Even though mylvmbackup communicates with the server through a normal client connection to obtain the read lock and flush data, it makes the backup by accessing the file system directly. It is also necessary that the MySQL server data directory resides on an LVM volume. (It is, however, a good idea to do the LVM backup to a different partition than the one where the data directory resides. Otherwise, there is a good chance that LVM will run out of undo space for LVM snapshot maintenance and the backup will fail.)
The user who invokes mylvmbackup must have sufficient filesystem permissions to create the LVM snapshot and mount it. This includes read/write access to the backup directory.
For proper operation mylvmbackup requires that Perl as well as the DBI and DBD::mysql modules. In addition, it uses several other programs: /bin/date to construct the archive filename, tar to back up data, LVM utilities to create and remove the LVM snapshot, and the system utilities mount and umount.
Enhancements:
- The "--innodb-recover" option was added, which provides an option to run InnoDB recovery on LVM2 snapshots (which provide write access to the device) prior to creating the backup archive.
- This speeds up resuming a MySQL instance from a restored backup.
- A bug with the default value handling for command line options was fixed. In version 0.4, if a config file was specified, default values in the script were all changed to blank.
- This means that the config file had to supply values for every variable instead of just the values that need to be changed from default.
<<less
Download (0.017MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
902 downloads
Time::Format 1.02

Time::Format 1.02


Time::Format is a Perl module for easy-to-use date/time formatting. more>>
Time::Format is a Perl module for easy-to-use date/time formatting.

SYNOPSIS

use Time::Format qw(%time %strftime %manip);

$time{$format}
$time{$format, $unixtime}

print "Today is $time{yyyy/mm/dd}n";
print "Yesterday was $time{yyyy/mm/dd, time-24*60*60}n";
print "The time is $time{hh:mm:ss}n";
print "Another time is $time{H:mm am tz, $another_time}n";
print "Timestamp: $time{yyyymmdd.hhmmss.mmm}n";
%time also accepts Date::Manip strings and DateTime objects:
$dm = Date::Manip::ParseDate(last monday);
print "Last monday was $time{Month d, yyyy, $dm}";
$dt = DateTime->new (....);
print "Heres another date: $time{m/d/yy, $dt}";
It also accepts most ISO-8601 date/time strings:
$t = 2005/10/31T17:11:09; # date separator: / or - or .
$t = 2005-10-31 17.11.09; # in-between separator: T or _ or space
$t = 20051031_171109; # time separator: : or .
$t = 20051031171109; # separators may be omitted
$t = 2005/10/31; # date-only is okay
$t = 17:11:09; # time-only is okay
# But not:
$t = 20051031; # date-only without separators
$t = 171109; # time-only without separators
# ...because those look like epoch time numbers.
%strftime works like POSIXs strftime, if you like those %-formats.
$strftime{$format}
$strftime{$format, $unixtime}
$strftime{$format, $sec,$min,$hour, $mday,$mon,$year, $wday,$yday,$isdst}

print "POSIXish: $strftime{%A, %B %d, %Y, 0,0,0,12,11,95,2}n";
print "POSIXish: $strftime{%A, %B %d, %Y, 1054866251}n";
print "POSIXish: $strftime{%A, %B %d, %Y}n"; # current time
%manip works like Date::Manips UnixDate function.
$manip{$format};
$manip{$format, $when};

print "Date::Manip: $manip{%m/%d/%Y}n"; # current time
print "Date::Manip: $manip{%m/%d/%Y,last Tuesday}n";
These can also be used as standalone functions:
use Time::Format qw(time_format time_strftime time_manip);

print "Today is ", time_format(yyyy/mm/dd, $some_time), "n";
print "POSIXish: ", time_strftime(%A %B %d, %Y,$some_time), "n";
print "Date::Manip: ", time_manip(%m/%d/%Y,$some_time), "n";

This module creates global pseudovariables which format dates and times, according to formatting codes you pass to them in strings.

The %time formatting codes are designed to be easy to remember and use, and to take up just as many characters as the output time value whenever possible. For example, the four-digit year code is "yyyy", the three-letter month abbreviation is "Mon".

The nice thing about having a variable-like interface instead of function calls is that the values can be used inside of strings (as well as outside of strings in ordinary expressions). Dates are frequently used within strings (log messages, output, data records, etc.), so having the ability to interpolate them directly is handy.

Perl allows arbitrary expressions within curly braces of a hash, even when that hash is being interpolated into a string. This allows you to do computations on the fly while formatting times and inserting them into strings. See the "yesterday" example above.

The format strings are designed with programmers in mind. What do you need most frequently? 4-digit year, month, day, 24-based hour, minute, second -- usually with leading zeroes. These six are the easiest formats to use and remember in Time::Format: yyyy, mm, dd, hh, mm, ss. Variants on these formats follow a simple and consistent formula. This module is for everyone who is weary of trying to remember strftime(3)s arcane codes, or of endlessly writing $t[4]++; $t[5]+=1900 as you manually format times or dates.

Note that mm (and related codes) are used both for months and minutes. This is a feature. %time resolves the ambiguity by examining other nearby formatting codes. If its in the context of a year or a day, "month" is assumed. If in the context of an hour or a second, "minute" is assumed.

The format strings are not meant to encompass every date/time need ever conceived. But how often do you need the day of the year (strftimes %j) or the week number (strftimes %W)?

For capabilities that %time does not provide, %strftime provides an interface to POSIXs strftime, and %manip provides an interface to the Date::Manip modules UnixDate function.

If the companion module Time::Format_XS is also installed, Time::Format will detect and use it. This will result in a significant speed increase for %time and time_format.

<<less
Download (0.038MB)
Added: 2007-07-19 License: Perl Artistic License Price:
830 downloads
Games::Mastermind 0.03

Games::Mastermind 0.03


Games::Mastermind is a simple framework for MasterMind games. more>>
Games::Mastermind is a simple framework for MasterMind games.

SYNOPSIS

use Games::Mastermind;

# the classic game
$mm = Games::Mastermind->new;

# make a guess
$marks = $game->play(qw( Y C W R ));

# results
print "You win!n" if $marks->[0] == $mm->holes();

# the game history is available at all times
$history = $mm->history();
$last_turn = $mm->history()->[-1];

# reset the game
$mm->reset();

Games::Mastermind is a very simple framework for running Mastermind games.

<<less
Download (0.014MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1024 downloads
Acme::Time::Baby 2.106

Acme::Time::Baby 2.106


Acme::Time::Baby - tell time little children can understand. more>>
Acme::Time::Baby - tell time little children can understand.

SYNOPSIS

use Acme::Time::Baby;
print babytime; # Prints current time.

use Acme::Time::Baby language => du;
print babytime "10:15"; # Prints a quarter past ten in a way
# little Dutch children can understand.

Using this module gives you the function babytime, which will return the time in the form The big hand is on the ten and the little hand is on the three. If no argument to babytime is given, the current time is used, otherwise a time of the form hh:mm can be passed. Both 12 and 24 hour clocks are supported.

When using the module, various options can be given. The following options can be passed:

language LANG

The language the time should be told in. The following languages are currently supported:

en English (this is the default)
br Brazilian Portuguese.
ceb Cebuano (Filipine dialect)
de German.
de_ch Swiss German.
du Dutch.
es Spanish.
fr French.
it Italian.
no Norwegian.
se Swedish.
swedish chef Swedish Chef (from the Muppets).
warez l44+.

If no language argument is given, English is used.
Note that some languages use accented letters. The returned sentences are correct for an ISO 8859-1 platform.

format STRING

This is the format used to represent the time. It will be passed to sprintf, and it should have two %s formatting codes. The other two arguments to sprintf are the position of the minute hand (the big hand) and the hour hand (the little hand). If you have perl 5.8 or above, you could use %2$s and %1$s to reverse the order.

number ARRAYREF

An array with the names of the numbers one to twelve, to be used in the formatted time.

noimport EXPR

By default, the sub babytime will be exported to the calling package. If for some reason the calling package does not want to import the sub, there are two ways to prevent this. Either use use Acme::Time::Baby (), which will prevent Acme::Time::Baby::import to be called, or pass noimport followed by a true value as arguments to the use statement.

<<less
Download (0.008MB)
Added: 2007-02-14 License: Perl Artistic License Price:
982 downloads
minb 0.1.0

minb 0.1.0


minb is a content management system that makes it possible to share Moments with others or just log them for your own use. more>>
minb is a content management system that makes it possible to share Moments with others or just log them for your own use.
The data is stored in XML-format and does not require a database. Its design is extremely modular and it supports read-only accounts for sensitive data.
The engine is equally fit to be used as a blog, a personal homepage framework, or a publicly accessible information site concentrating on news or project coordination.
Multiuser support:
As long as no user is registered, you will not be able to add entries and (if you do this manualy) to view them.
Follow the instructions after loading "index.php" and register. The first registered user is a superuser (if you wanna change it, edit ./db/users.db manualy).
Only the superuser should be able to add new users, grant them superuser status and change preferences.
As long as only one user is registered, no author name will be displayed assuming that the site belongs to only one person.
After > 1 users register, the author name will be displayed.
Themes support:
There is a file named "default.css" in "./include/themes". Please feel free to change this theme according to your feeling for design.
After adding a new theme, it will be displayed as an option to choose in the preferences menu.
Do not forget to mail me your theme! I intend to add them to the website of the project.
Modules support:
I added some sample modules in "./include/modules". The modules support is not user friendly yet.
There are some directories in "./include/modules".
Every *.php file in these directories will be used as a module in a separate
.
In the case you wanna exclude a module from being loaded, you may rename it to whatever without the *.php extension or just delete it.
If you wanna write a new module you should take a look at the source to see where and how to add it.
Dont forget to add a new style in "./include/themes/*.css" if you add it in a new directory in "./include/modules"!
Please mail me your module(s) if you consider them useful for others. I will link to them on the website of the project too.
Category support:
The entries are organized in category directories, e.g. "./categories/general", "./categories/music", "./categories/politics".
The files in these directories are named as described below.
Adding new category is easy. As long as the permissions of the directory "./categories/" are 0666,
you will be able to add a new directory (category) every time you add a new entry.
If you are not familiar with file permissions, get familiar with them! This is good for life!
Filter support:
You may filter the output of the entries as follows:
index?a=name displays the entries of a given author
index?month=MM displays the entries of a given month
index?year=YY displays the entries of a given year
index?category=category displays the entries of a given category
index?title=title displays the entries with a given title // somehow useless.. but implemented by.. mistake
index?s=string displays the entries with highlightened "string" contained in the content ("s" stands for "search")
index?search=string displays the entries with "string" contained in the content
Valid XHTML 1.0 Transitional and CSS code by default:
The entries are written in pure HTML so it is up to you to maintain the further validity of the code.
Enhancements:
- New features include an installer, AJAX code, an optional BSD-licensed WYGIWYS-editor, an option to upload a picture, and tags.
- The library for XML parsing was changed to one with a BSD-like license.
- The format of storing the entries using CDATA was changed, removing the problems with special characters (Cyrillic, quotes, etc.).
- Each entry is saved in a separate file, avoiding some previous conflicts.
- The default theme was changed to one that is basicaly compatible with IE6.
- The management of the modules was dramatically improved, so it now can be done by drag-and-drop.
<<less
Download (0.040MB)
Added: 2006-11-12 License: BSD License Price:
1076 downloads
Mail::SpamCannibal 0.78

Mail::SpamCannibal 0.78


Mail::SpamCannibal is a HOWTO Install SpamCannibal. more>>
Mail::SpamCannibal is a HOWTO Install SpamCannibal.

Create a user account for the SpamCannibal client. The mail client should not be run as a root user, to do so creates an unacceptable security risk.

Check the /etc/passwd and /etc/group files to make sure that uid and gid assignments for the new user are not already used, then run groupadd and adduser.

groupadd -g 95 spam

adduser

Login name for new user []: spam

User id for spam [ defaults to next available]:

Initial group for spam [users]: spam

Additional groups for spam (seperated
with commas, no spaces) []:

spams home directory [/home/spam]: /usr/local/spamcannibal

spams shell [/bin/bash]:

spams account expiry date (YYYY-MM-DD) []:

OK, Im about to make a new account. Heres what you entered so far:

New login name: spam
New UID: [Next available]
Initial group: spam
Additional groups: [none]
Home directory: /usr/local/spamcannibal
Shell: /bin/bash
Expiry date: [no expiration]

This is it... if you want to bail out, hit Control-C. Otherwise, press
ENTER to go ahead and make the account.

you fill in the rest......

<<less
Download (0.66MB)
Added: 2007-02-21 License: Perl Artistic License Price:
976 downloads
pdumpfs 1.3

pdumpfs 1.3


pdumpfs is a simple daily backup system similar to Plan9s dumpfs which preserves every daily snapshot. more>>
pdumpfs is a simple daily backup system similar to Plan9s dumpfs which preserves every daily snapshot. pdumpfs is written in Ruby.

You can access the past snapshots at any time for retrieving a certain days file. Lets backup your home directory with pdumpfs!

pdumpfs constructs the snapshot YYYY/MM/DD in the destination directory. All source files are copied to the snapshot directory for the first time.

On and after the second time, pdumpfs copies only updated or newly created files and stores unchanged files as hard links to the files of the previous days snapshot for saving a disk space.

<<less
Download (0.067MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1487 downloads
Text::MessageFormat 0.01

Text::MessageFormat 0.01


Text::MessageFormat is a language neutral way to display messages. more>>
Text::MessageFormat is a language neutral way to display messages.

SYNOPSIS

use Text::MessageFormat;

my $form = Text::MessageFormat->new(The disk "{1}" contains {0} file(s).);
print $form->format(3, MyDisk);

# output: The disk "MyDisk" contains 3 file(s).

Text::MessageFormat is a Perl version of Javas java.text.MessageFormat and aims to be format-compatible with that class.

MesageFormat provides a means to produce concatenated messages in language-neutral way. Use this to construct messages displayed for end users.
See Data::Properties for java.util.Properties porting.

WARNINGS/TODO

Following FormatElements are all NOT implemented yet. Currently they interpolate exactly same as just {0}.

{0,number,#.##}
{0,date,short}
{0,time,hh:mm:ss}
{0,choice,0#are no files|1#is one file|1<<less
Download (0.003MB)
Added: 2007-06-14 License: Perl Artistic License Price:
862 downloads
mAha! 1.5.4

mAha! 1.5.4


mAha! is a puzzle game for mobile phones along the lines of Aha, Same Gnome, and many others. more>>
The objective is to remove as many colored squares from the field as possible in as few moves as possible. There is also a desktop version available. Both versions are licensed under the BSD license.
Scoring
Scoring is exponential. To be exact, it is (number of blocks removed - 2) ^ 2, so it really pays off to remove blocks in large chunks. If you manage to clear the whole screen you get 250 extra points and can continue from a full field. My high score (on a Nokia S60 phone) is now 7411.
Compatibility
Test reports for different phone models are appreciated. Please let me know if there is any odd behaviour (this is the first MIDlet I have written and Im just learning the APIs). My e-mail address is below (remove ".NO.SPAM" from the address before sending). The MIDlet version has been reported to work with the following phone models and it should work with every Nokia S60 and S40 model as well as with pretty much all Java-capable phones made in the 21st century.
- LG C1300, C1500
- Motorola A780
- Nextel i730
- Nokia 7650, 7610, 6820, 6630, 6600, 6060, 5100, N-Gage, N90
- RIM BlackBerry 8800
- Sanyo MM-8300
- Siemens S55
- Sony Ericsson K700i, P900
Enhancements:
- This release adds tracking the number of times the board is cleared during a game to the high scores.
- Minor code cleanup has also been performed.
- This release is backwards compatible with earlier 1.5 versions, and can be upgraded without losing saved statistics.
<<less
Download (0.021MB)
Added: 2007-04-10 License: BSD License Price:
935 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5