Main > Free Download Search >

Free alphabeta 0.1 software for linux

alphabeta 0.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2355
AlphaBeta 0.1

AlphaBeta 0.1


AlphaBeta is a framework that implements MiniMax search with Alpha-Beta pruning. more>>
AlphaBeta is a framework that implements MiniMax search with Alpha-Beta pruning and is designed to make it simple to create two-player zero-sum perfect information games in Objective-C.

Both fixed-depth and iterative search is supported.

I created this project using Xcode, and the project checkout also includes the Reversi and TicTacToe frameworks. These are used in AlphaBetas test suite. The Reversi framework is additionally used by Desdemona, a Reversi game using AlphaBeta for its AI.
<<less
Download (MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1324 downloads
wmcapshare 0.1

wmcapshare 0.1


wmcapshare is a dockapp to control and manage the HP Capshare Information Appliance. more>>
wmcapshare is a dockapp to control and manage the HP Capshare Information Appliance.

The goal is to provide a linux replacement for the CapShares own application which HP has seen fit to discontinue.

Why

I got sick of having to deal with the openobex sample application as my only interface to my HP Capshare. So I finally sat down and dealt with it. Also HP recently discontinued the product and no longer support it. I had been using it with windows when I needed to, but the drivers no longer work with Win2K.

What

The HP CapShare is a handheld document scanner. wmcapshare is a dockapp to manage the files you upload
<<less
Download (0.018MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1101 downloads
Phenix 0.1

Phenix 0.1


Phenix provides aa theme inspired by mozilla-modern-2. more>>
Phenix provides aa theme inspired by mozilla-modern-2.

Phenix is a theme inspired by mozilla-modern-2 with more rounded widgets and using colours close to Netscape8.

<<less
Download (0.048MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1001 downloads
lethackles 0.1

lethackles 0.1


lethackles is a GUI frontend for hackles.org comics. more>>
lethackles is a small GUI frontend for hackles.org comics.

<<less
Download (0.062MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1120 downloads
APLoader 0.1.0

APLoader 0.1.0


APLoader stands for Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby. more>>
APLoader stands for Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby.

Features include:

fault tolerance
a progress meter
failed batch logs
minimal requirements
a programmable API
excellent performance.

The APLoaderproject is a PostgreSQL Community project that is a part of the pgFoundry.

<<less
Download (0.015MB)
Added: 2006-10-30 License: BSD License Price:
1092 downloads
Games::AlphaBeta::Reversi 0.4.6

Games::AlphaBeta::Reversi 0.4.6


Games::AlphaBeta::Reversi is a Reversi position class for use with Games::AlphaBeta. more>>
Games::AlphaBeta::Reversi is a Reversi position class for use with Games::AlphaBeta.

SYNOPSIS

package My::Reversi;
use base qw(Games::AlphaBeta::Reversi);

# implement drawing routine
sub draw { ... }

package main;
use My::Reversi;
use Games::AlphaBeta;

my ($p, $g);
$p = My::Reversi->new;
$g = Games::AlphaBeta->new($p);

while ($p = $g->abmove) {
$p->draw;
}

This module implements a position-object suitable for use with Games::AlphaBeta. It inherits from the Games::AlphaBeta::Position base class, so be sure to read its documentation. The methods implemented there will not be described here.

<<less
Download (0.012MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1023 downloads
Games::AlphaBeta::Position 0.4.6

Games::AlphaBeta::Position 0.4.6


Games::AlphaBeta::Position is a base Position class for use with Games::AlphaBeta. more>>
Games::AlphaBeta::Position is a base Position class for use with Games::AlphaBeta.

SYNOPSIS

package My::GamePos;
use base qw(Games::AlphaBeta::Position);

sub apply { ... }
sub endpos { ... } # optional
sub evaluate { ... }
sub findmoves { ... }

package main;
my $pos = My::GamePos->new;
my $game = Games::AlphaBeta->new($pos);

Games::AlphaBeta::Position is a base class for position-classes that can be used with Games::AlphaBeta. It inherits most of its methods from Games::Sequential::Position; make sure you read its documentation.

This class is provided for convenience. You dont need this class in order to use Games::AlphaBeta. It is, however, also possible to make use of this class on its own.

<<less
Download (0.012MB)
Added: 2007-01-03 License: Perl Artistic License Price:
1026 downloads
DBAHelper 0.1.8

DBAHelper 0.1.8


DBAHelper is a collection of scripts to ease the daily maintenance work of Oracle database administrators. more>>
DBAHelper project is a collection of scripts to ease the daily maintenance work of Oracle database administrators.
Examples are moving objects between tablespaces, analyzing schemata, and rebuilding invalid indices.
Enhancements:
- Some fixes to the Generate_createDB.sh.
- An RMAN framework has been added to simplify RMAN usage (requires 10g with Recovery Area enabled and properly sized to hold the backups).
<<less
Download (0.033MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
833 downloads
NAMP 0.1

NAMP 0.1


NAMP is the NetBSD equivalent of the popular LAMP deployment in the Linux world. more>>
NAMP (NetBSD + Apache + MySQL + PostgreSQL + PHP) is the NetBSD equivalent of the popular LAMP deployment in the Linux world.

It also includes phpMyAdmin and phpPgAdmin for easy administration of the database engines.

NAMP is available as a VMware appliance.
<<less
Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1069 downloads
ScreenAlert 0.1

ScreenAlert 0.1


ScreenAlert allows users and programs to pop up graphical notification windows by invoking a command. more>>
ScreenAlert project allows users and programs to pop up graphical notification windows by invoking a command.

Alerts can be permanent until dismissed or can disappear automatically after a configurable amount of time.

Several themes are available for the popup windows.

Installation from source:

First untar the tarball:

# tar -xvjf screenalert-0.1.tar.bz2
# cd screenalert-0.1

Next run the configure script:

# ./configure

Next compile and install ScreenAlert:

# make

ScreenAlert will install in /usr/bin, so be sure you have write access to these directories, or use su to become root and the run make install:

# make install

Once thats done, you are good to go.
<<less
Download (MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1128 downloads
DAMP 0.1

DAMP 0.1


DAMP is a port of the popular LAMP deployment from the Linux world into DragonFly BSD. more>>
DAMP (DragonFly BSD + Apache + MySQL + PostgreSQL + PHP) is a port of the popular LAMP deployment from the Linux world into DragonFly BSD.

It also includes phpMyAdmin and phpPgAdmin for easy Web management of the database engines.

DAMP is available as a VMware appliance.

Dfly BSD began as a fork of the FreeBSD 4.x series operating system and its goal is to fix certain design mistakes that FreeBSD was apparently making (especially in its SMP functionality) while also providing other advanced functionality such as distributed dynamic secure clustering.

It is considered that Dfly BSD rivals both FreeBSD 6.x and Linux 2.6.x in performance, while providing excellent stability and security out of the box. This appliance is an opportunity for everybody interested in experimenting with Dfly BSD and the two most popular open-source database engines.
<<less
Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1067 downloads
Dataxi 1.0.1

Dataxi 1.0.1


Dataxi project is a collection of tools for developing form-based information systems. more>>
Dataxi project is a collection of tools for developing form-based information systems. Dataxi enables one to quickly build an application based on forms with which the user can access the underlying database in order to query, read, edit and write. Dataxi is the link between the user interface and the database.
Dataxi is an OS and enviroment independent product. It follows HTML and SQL standards to such extend that interoperability with all browsers and database backends should be supported.
Dataxi runs on all major operating systems as is or only with minor changes in ini -files.
The purpose of Dataxi is to take the pain away from the most boring phase in the data access application development: user interface designing and programming. Ones you have defined the layout of the form and location for columns, you are done, unless you prefer setting data validation and output format features and other niceties.
A database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or the vast amounts of information in a corporate network. To add, access, and process data stored in a computer database, you need a database management system such as MySQL. Since computers are very good at handling large amounts of data, database management plays a central role in computing, as stand-alone utilities, or as parts of other applications.
Enhancements:
- This version works with both PHP 4 and 5.
<<less
Download (1.3MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
920 downloads
Pywmseti 0.1

Pywmseti 0.1


Pywmseti monitors the progress of one SETI@home process. more>>
Pywmseti monitors the progress of one SETI@home process.

Pywmseti is written in Python. The colours are highly customizable. You can start/stop the process through clicking somewhere in the window.

It also displays the time spent on the workunit (or since you started the program if you restart it in the middle of a workunit). Invoke the program with --help or see the sample rc-file for
more information about customization.

Why?

No one of the existing monitors suited my needs. And the more Python the world gets, the better itll be!
<<less
Download (0.006MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
SQuaLe 0.1.7

SQuaLe 0.1.7


SQuaLe provides an easy and very fast way to send SQL queries to a database backend. more>>
SQuaLe provides an easy and very fast way to send SQL queries to a database backend. SQuaLe project supports load balancing over multiple connections which can be on different servers.
Its very stable and provides statistics, control, and reporting through specific orders (like starting up a connection pool, shutting it down, getting statistics from that specific pool or for the whole SQuaLe instance).
Enhancements:
- This release adds a python DBI wrapper and a better reconnection mechanism.
- SQuaLe will now try to reconnect to the database even if it fails at startup.
<<less
Download (0.43MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1159 downloads
Camaelon 0.1

Camaelon 0.1


Camaelon is a GNUstep theme engine. more>>
Camaelon is a theme engine for GNUstep.

While very good when you works with it, it looks a bit old with the current playskool interfaces avalaible everywhere. So I wrote this theme bundle, Camaelon, with the idea of providing a fresher look, while remaining good on term of useability.

Actually its not very configurable (you need to change values in the source code for gradients/colors).

Installation

You need to patch some files in the GNUstep -gui sources. Go in the gui/Source directory of your local GNUsteps sources, and apply the provided patch file, themes.patch :
patch -p0<<less
Download (0.05MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1642 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5