give you
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1662
gvidm 0.8
gvidm is a GTK app to quickly and easily change video resolutions in X. more>>
gvidm is a GTK app to quickly and easily change video resolutions in X.
GVidChanger-minimal (gvidm) is a GTK app to quickly and easily change video resolutions in X. Running it will pop up a list of available modes; upon choosing a mode or cancelling, it exits. If you are running dual or multi-head displays, it will give you a list of screens so you can select the appropriate one.
You can also specify on the command line a mode to switch to immediately, or a list of modes to choose from. It supports both XVidMode(for "zooming") and XRandR (for changing the screen size as well as the resolution.)
<<lessGVidChanger-minimal (gvidm) is a GTK app to quickly and easily change video resolutions in X. Running it will pop up a list of available modes; upon choosing a mode or cancelling, it exits. If you are running dual or multi-head displays, it will give you a list of screens so you can select the appropriate one.
You can also specify on the command line a mode to switch to immediately, or a list of modes to choose from. It supports both XVidMode(for "zooming") and XRandR (for changing the screen size as well as the resolution.)
Download (0.058MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1550 downloads
rdigikam 0.2
rdigikam is a flickr like interface to Digikam. more>>
rdigikam is a flickr like interface to Digikam.
Main features:
- tags navigation
- album navigation
- date navigation with a calendar page
- cool iPhoto like zooming effect
To install follow these steps:
as root, you need to run:
gem install sqlite3-ruby
gem install rmagick
gem install calendar_grid
calendar_grid can be found here http://rubyforge.org/frs/?group_id=786
Once youve got all that installed:
uncompress the tarball, that should give you another tarball and a bash script script
run the script ./setup.sh as normal user
Ok now youre almost done:
edit the file rdigikam/app/helpers/application_helper.rb
edit the two variables on top. You might have something like:
@rdigikampath="/home/user/rdigikam-0.1/rdigikam" if you uncompressed the original tarball in your home.
and @mydigikampath="/home/user/Pictures"
Usage:
cd rdigikam
script/server
then open your browser to http://localhost:3000/tags
Enhancements:
- small UI improvement on Mozilla, now the tag list appear below the two navigation thumbs just like in konq
<<lessMain features:
- tags navigation
- album navigation
- date navigation with a calendar page
- cool iPhoto like zooming effect
To install follow these steps:
as root, you need to run:
gem install sqlite3-ruby
gem install rmagick
gem install calendar_grid
calendar_grid can be found here http://rubyforge.org/frs/?group_id=786
Once youve got all that installed:
uncompress the tarball, that should give you another tarball and a bash script script
run the script ./setup.sh as normal user
Ok now youre almost done:
edit the file rdigikam/app/helpers/application_helper.rb
edit the two variables on top. You might have something like:
@rdigikampath="/home/user/rdigikam-0.1/rdigikam" if you uncompressed the original tarball in your home.
and @mydigikampath="/home/user/Pictures"
Usage:
cd rdigikam
script/server
then open your browser to http://localhost:3000/tags
Enhancements:
- small UI improvement on Mozilla, now the tag list appear below the two navigation thumbs just like in konq
Download (0.068MB)
Added: 2006-09-03 License: GPL (GNU General Public License) Price:
1146 downloads
Class::Driver 0.005
Class::Driver is a Perl module to generate driver (composite) class hierarchies on-the-fly. more>>
EXAMPLE
# This is a really long synopsis, but hopefully it will give you an idea...
package MyPackage;
use Class::Driver;
use base q(Class::Driver);
our %drivers;
return 1;
sub new {
my($class, %args) = @_;
die "mime_type is required" unless($args{mime_type});
die "no driver to handle type $args{mime_type}"
unless($drivers{$args{mime_type}});
return $class->driver_load($drivers{$args{mime_type}}, %args);
}
sub driver_new {
my($class, %args) = @_;
return bless %args, $class;
}
sub driver_required { 1; }
sub driver_requied_here { 0; }
package MyPackage::avi;
use MyPackage;
use base q(MyPackage);
use Video::Info;
$MyPackage::drivers{video/x-msvideo} = avi;
return 1;
sub driver { "avi"; }
sub driver_new {
my($class, %args) = @_;
die "file is a required parameter for $args{mime_type} files"
unless($args{file});
$args{info} = Video::Info->new(-file => $args{file})
or die "Failed to create a Video::Info object for $args{file}";
return $class->SUPER::driver_new(%args);
}
sub duration {
my $self = shift;
return $args{info}->duration;
}
package MyPackage::mp3;
use base q(MyPackage);
use MP3::Info;
$MyPackage::drivers{audio/mpeg} = mp3;
## (etc...)
package main;
my $foo = MyPackage->new(file => foobar.mp3, mime_type => audio/mpeg);
print "foobar.mp3 is ", $foo->duration, " seconds long.n";
Download (0.011MB)
Added: 2006-11-14 License: Perl Artistic License Price:
1075 downloads
ecawave 0.6.1
Ecawave is a simple graphical audio file editor. more>>
Ecawave is a simple graphical audio file editor. The user-interface is based on Qt libraries, while almost all audio functionality is taken directly from Ecasound libraries. As ecawave is designed for editing large audio files, all processing is done direct-to-disk. Simple waveform caching is used to speed-up file operations.
Ecawave supports all audio file formats and effect algorithms provided by Ecasound libraries. This includes JACK, ALSA, OSS, aRts, over 20 file formats, over 30 effect types, LADSPA plugins and multi-operator effect presets.
First of all, you should first try to use the binary-rpm release. Its probably the easiest and the most straigthforward way to install this software.
If you need to compile ecawave, the file INSTTALL will give you the instructions.
<<lessEcawave supports all audio file formats and effect algorithms provided by Ecasound libraries. This includes JACK, ALSA, OSS, aRts, over 20 file formats, over 30 effect types, LADSPA plugins and multi-operator effect presets.
First of all, you should first try to use the binary-rpm release. Its probably the easiest and the most straigthforward way to install this software.
If you need to compile ecawave, the file INSTTALL will give you the instructions.
Download (0.20MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1185 downloads
Klax Live-CD 3.5 RC1
Klax is a Live CD with latest development of the KDE Desktop Environment 3.5 more>>
Klax is an i486 GNU/Linux Live-CD, very similar to Slax because its created with the same Linux Live scripts.
The version described here contains KDE 3.5 Alpha.
It should be good enough to give you an impression of KDE 3.5 development, to verify if bugs still exist or discover new ones and to make screenshots.
Main features:
Pro:
- an ISO size of 348 MB
- all KDE 3.5 Alpha modules except kdebindings
- Qt 3.3.4 with qt-copy patches, K3b 0.12.3 and KOffice 1.4.1
Contra:
- translations of interface and documentation
- own documentation (see the Slax documentation instead)
- guarantee (to work, to not damage your system, to not waste your bandwidth)
- the design goal or sophisticated tools to be installable on hard disk and upgradable later
- graphical configuration tools (if you dont have DHCP, use console-based "netconfig" tool)
- compiler, build tools, headers, man pages, non-KDE docs, howtos (goal was to be as small as possible)
- all bells & whistles KDE 3.4 can make use of (like composite extension, DBUS/HAL, speech systems, xscreensaver, ZeroConf)
Usage:
Boot from the burned CD and type "klax gui" at the boot prompt.
Or login at console prompt as "guest" with password "guest" and run "startx" to start the X-server.
"netconfig" configures the network. Entering "xconf" will configure the X-server for higher screen resolution.
Enhancements:
- Klax is an i486 GNU/Linux live CD, very similar to SLAX, because its created with the same linux-live scripts.
- The version described here contains KDE 3.5 RC 1.
- It should be good enough to give you an impression of KDE 3.5 development, to verify if bugs still exist or discover new ones, and to make screenshots.
What it has:
- an ISO size of 342 MB;
- all KDE 3.5 RC 1 modules except kdebindings;
- Qt 3.3.4 with qt-copy patches,
- K3b 0.12.7 and KOffice 1.4.2.
<<lessThe version described here contains KDE 3.5 Alpha.
It should be good enough to give you an impression of KDE 3.5 development, to verify if bugs still exist or discover new ones and to make screenshots.
Main features:
Pro:
- an ISO size of 348 MB
- all KDE 3.5 Alpha modules except kdebindings
- Qt 3.3.4 with qt-copy patches, K3b 0.12.3 and KOffice 1.4.1
Contra:
- translations of interface and documentation
- own documentation (see the Slax documentation instead)
- guarantee (to work, to not damage your system, to not waste your bandwidth)
- the design goal or sophisticated tools to be installable on hard disk and upgradable later
- graphical configuration tools (if you dont have DHCP, use console-based "netconfig" tool)
- compiler, build tools, headers, man pages, non-KDE docs, howtos (goal was to be as small as possible)
- all bells & whistles KDE 3.4 can make use of (like composite extension, DBUS/HAL, speech systems, xscreensaver, ZeroConf)
Usage:
Boot from the burned CD and type "klax gui" at the boot prompt.
Or login at console prompt as "guest" with password "guest" and run "startx" to start the X-server.
"netconfig" configures the network. Entering "xconf" will configure the X-server for higher screen resolution.
Enhancements:
- Klax is an i486 GNU/Linux live CD, very similar to SLAX, because its created with the same linux-live scripts.
- The version described here contains KDE 3.5 RC 1.
- It should be good enough to give you an impression of KDE 3.5 development, to verify if bugs still exist or discover new ones, and to make screenshots.
What it has:
- an ISO size of 342 MB;
- all KDE 3.5 RC 1 modules except kdebindings;
- Qt 3.3.4 with qt-copy patches,
- K3b 0.12.7 and KOffice 1.4.2.
Download (329MB)
Added: 2005-11-13 License: GPL (GNU General Public License) Price:
1444 downloads
libqsearch 0.8
libqsearch provides an API for searching for a set of patterns. more>>
libqsearch is a C library aimed to search for set of patterns in buffers as fast as possible. It has also been ported to kernel space.
The idea is to have an API frontend that give you the ability to load plugins. Each plugin can provide one or more algorithms. Each algorithm can be instantiated to one or more search objects. Then you add patterns to the object (patterns can include (!), and can be case sensitive or not, include jokers, ..).
Then you compile it. The search object will then be able to search simultaneously every patterns (even of heterogeneous types) in a given buffer. One of the interests is the use of states to summarize a past search.
States are trivially implemented for automata based algorithms, and are not so hard to implement for other algorithms (if n is the longest pattern, just keep the n-1 last bytes in the state for the next search). This give you the ability to match patterns that overlap on 2 buffers without having to worry about that (TCP reassembly for IDSes is greatly simplified : no need to move paylods to adjacents zones, no need to keep a paylod in memory waiting for the next. Benefits for AV that work on flux could be great too).
This API is also implemented for linux kernels. For each algorithm, a wrapper is automatically generated for it to be compiled with the kernel. The API and the algorithms can also be compiled as LKM.
<<lessThe idea is to have an API frontend that give you the ability to load plugins. Each plugin can provide one or more algorithms. Each algorithm can be instantiated to one or more search objects. Then you add patterns to the object (patterns can include (!), and can be case sensitive or not, include jokers, ..).
Then you compile it. The search object will then be able to search simultaneously every patterns (even of heterogeneous types) in a given buffer. One of the interests is the use of states to summarize a past search.
States are trivially implemented for automata based algorithms, and are not so hard to implement for other algorithms (if n is the longest pattern, just keep the n-1 last bytes in the state for the next search). This give you the ability to match patterns that overlap on 2 buffers without having to worry about that (TCP reassembly for IDSes is greatly simplified : no need to move paylods to adjacents zones, no need to keep a paylod in memory waiting for the next. Benefits for AV that work on flux could be great too).
This API is also implemented for linux kernels. For each algorithm, a wrapper is automatically generated for it to be compiled with the kernel. The API and the algorithms can also be compiled as LKM.
Download (0.40MB)
Added: 2006-03-29 License: GPL (GNU General Public License) Price:
1304 downloads
Spamfilter 2.02
Spamfilter is meant to be used via the .qmail files that the qmail mail system uses to control what to do with incoming emails. more>>
Spamfilter project is meant to be used via the .qmail files that the qmail mail system uses to control what to do with incoming emails. This program will give you the opportunity to control which mails you want to receive and which are to be thrown away.
It does this by checking if the mail is directly addressed or not, and then checking various configuration files to see what to do. The two most important files are .allow and .deny that should reside in your home directory.
.allow will let the addresses defined in it through even if they are not directly addressed. .deny will deny the addresses defined in it even if they have mailed you directly.
Sten Donslund has made a very interesting patch that will be made into a new version later.
<<lessIt does this by checking if the mail is directly addressed or not, and then checking various configuration files to see what to do. The two most important files are .allow and .deny that should reside in your home directory.
.allow will let the addresses defined in it through even if they are not directly addressed. .deny will deny the addresses defined in it even if they have mailed you directly.
Sten Donslund has made a very interesting patch that will be made into a new version later.
Download (0.009MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
872 downloads
Time::Beat 1.21
Time::Beat is a Perl module to convert between standard time and Swatch .beat time. more>>
Time::Beat is a Perl module to convert between standard time and Swatch ".beat" time.
Time::Beat is a module to convert normal time to and from .beats, of which there are a thousand in a day. It can change normal time in time() format to .beats, and .beats into either 24-hour or 12-hour normal time.
SYNOPSIS
use Time::Beat qw(beat time24 time12);
my $time_in_beats = beats($time);
my $beats_in_24hr_time = time24($beat);
my $beats_in_12hr_time = time12($beat);
METHODS
There are three methods in Time::Beat.
beats($time)
beats will give you the current time in .beats if you do not specify a time string. If you specify a string in time() format it will return that particular time in .beats. The basic algorithm for doing this is to take the time in GMT+1 hour, convert it into seconds, and divide by 86.4.
time24($beat)
time24 takes a 3-digit beat time and outputs a 24-hour time along the lines of "12:34:56". The hours will have leading noughts.
time12($beat)
time12 takes a 3-digit beat time and outputs a 12-hour time along the lines of "12:34:56 am" or "12:34:56 pm". Hours do not have leading noughts.
<<lessTime::Beat is a module to convert normal time to and from .beats, of which there are a thousand in a day. It can change normal time in time() format to .beats, and .beats into either 24-hour or 12-hour normal time.
SYNOPSIS
use Time::Beat qw(beat time24 time12);
my $time_in_beats = beats($time);
my $beats_in_24hr_time = time24($beat);
my $beats_in_12hr_time = time12($beat);
METHODS
There are three methods in Time::Beat.
beats($time)
beats will give you the current time in .beats if you do not specify a time string. If you specify a string in time() format it will return that particular time in .beats. The basic algorithm for doing this is to take the time in GMT+1 hour, convert it into seconds, and divide by 86.4.
time24($beat)
time24 takes a 3-digit beat time and outputs a 24-hour time along the lines of "12:34:56". The hours will have leading noughts.
time12($beat)
time12 takes a 3-digit beat time and outputs a 12-hour time along the lines of "12:34:56 am" or "12:34:56 pm". Hours do not have leading noughts.
Download (0.003MB)
Added: 2006-08-12 License: Perl Artistic License Price:
677 downloads
zkfingerd 2.0.13
zkfingerd is a replacement for standard finger. more>>
zkfingerd is a relatively simple finger server designed to give the sysadmin complete control over what it looks like and what it does. Variable substitution allows you to make the output look however you want it to look. Script execution allows you to define targets which will execute programs, as well as enabling you to allow system users to write their own program to be executed when they are fingered. Complete configurability -- zkfingerd aims to give you completely control over what it does and when. Basic HTTP support, including a workaround that detects the differences between browsers that send the "//" in a finger URL as part of the query and those that dont. Public file areas allow users to make the contents of directories available to anyone who asks wants.
Obtain source from http://sourceforge.net/projects/zkfingerd or finger:
cuervo/zkfingerd/zkfingerd-latest.tar.gz.Z@digits.zerokarma.sleepers.net
Unpack (tar xvfz zkfingerd*.tar.gz)
Change to the zkfingerd source directory
Compile and install zkfingerd by running make install
Change to the /etc/finger directory and edit the config file, templates, and banner
Enhancements:
- Fixed free() causing SIGSEGV on my Debian system.
- New pretty compiler doowhackey.
<<lessObtain source from http://sourceforge.net/projects/zkfingerd or finger:
cuervo/zkfingerd/zkfingerd-latest.tar.gz.Z@digits.zerokarma.sleepers.net
Unpack (tar xvfz zkfingerd*.tar.gz)
Change to the zkfingerd source directory
Compile and install zkfingerd by running make install
Change to the /etc/finger directory and edit the config file, templates, and banner
Enhancements:
- Fixed free() causing SIGSEGV on my Debian system.
- New pretty compiler doowhackey.
Download (0.18MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1217 downloads
SDL_image 1.2.11
SDL_image is an image file loading library. more>>
SDL_image is an image file loading library. It loads images as SDL surfaces, and supports the following formats: BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, TGA.
Images provide the basic visual building blocks for any user interface. Colors and fun shapes are the stuff that we as kids looked at for hours at a time while trying to shoot down big aliens and rescue pixelated princesses. Now its our turn to make the images that others will remember later in life perhaps. Now how do we get this dang images into our SDL programs, and be flexible in the handling of the images so that we dont even have to worry about what various formats they may be in?
This is where SDLimage makes your life easier. This document doesnt help you make artwork, but it will give you the functional knowledge on how to get that art into your game. Now go forth and make your Stick Figure of Justice, someone else might fill in for your lack of artistry, at least you wont have to make much of an effort to include the new and better art into your code.
<<lessImages provide the basic visual building blocks for any user interface. Colors and fun shapes are the stuff that we as kids looked at for hours at a time while trying to shoot down big aliens and rescue pixelated princesses. Now its our turn to make the images that others will remember later in life perhaps. Now how do we get this dang images into our SDL programs, and be flexible in the handling of the images so that we dont even have to worry about what various formats they may be in?
This is where SDLimage makes your life easier. This document doesnt help you make artwork, but it will give you the functional knowledge on how to get that art into your game. Now go forth and make your Stick Figure of Justice, someone else might fill in for your lack of artistry, at least you wont have to make much of an effort to include the new and better art into your code.
Download (2.7MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1202 downloads
Dangerous Snowboarding 2.0
Dangerous Snowboarding is a game where you must run humans and bears with your snowboard down. more>>
Dangerous Snowboarding is a game where you must run humans and bears with your snowboard down.
This game was made for a programmers-contest (got the 3rd place).
Control the snowboarder with your arrow keys. Jumping on objects in row will give you a combination-bonus.
Objects:
- Human - You can run it down however you want to.
- Bear - Jump on it.
- Tree - Absolute deadly.
<<lessThis game was made for a programmers-contest (got the 3rd place).
Control the snowboarder with your arrow keys. Jumping on objects in row will give you a combination-bonus.
Objects:
- Human - You can run it down however you want to.
- Bear - Jump on it.
- Tree - Absolute deadly.
Download (0.42MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
896 downloads
pingx 1.0
pingx is utility that uses the XNoOp(3x) call to see how fast your connection to your X server. more>>
pingx is utility that uses the XNoOp(3x) call to see how fast your connection to your X server. Wonder whether your X performance is slower in a SSH tunnel? pingx can give you hard numbers so you can find out. It has an option to print out some details about the X server as well. Its also useful to see if a X server is up so you can fire up x2x or similar applications intelligently.
pingx is really nice for seeing if a remote display is up (use the options "-q -c 1"). It even returns immediately instead of waiting a second like the ICMP ping utility does, in case youre the impatient type.
Why would you need to know if a remote display is up? Well, I need to know because I have three monitors and two of them are on a dual-head machine. Im not sure whether the dual-head machine is running xinerama http://sourceforge.net/projects/xinerama/) or not this week, so Im unsure whether my center monitor is :0.1 or :0.0. This is important because I use x2vnc to control a third monitor over to the left, and if I give a bad DISPLAY variable to x2vnc it doesnt work.
Clueful people will probably point out that I should make :0.0 my left monitor and put a "Screen 1 RightOf Screen0" statement in my XF86Config-4, but I thought that writing an X protocol-level ping utility might be a fun thing to do instead.
It compiles under FreeBSD 4.3-RELEASE and Linux ok. I got lazy and make different LDLIBS lines in the Makefile. Ill use autoconf/automake in the future, but just edit the Makefile for now.
Enhancements:
- initial release. Has count, verbose, and quiet flags. Needs to have statistics and a signal handler written. Needs to be autoconfed and automaked.
<<lesspingx is really nice for seeing if a remote display is up (use the options "-q -c 1"). It even returns immediately instead of waiting a second like the ICMP ping utility does, in case youre the impatient type.
Why would you need to know if a remote display is up? Well, I need to know because I have three monitors and two of them are on a dual-head machine. Im not sure whether the dual-head machine is running xinerama http://sourceforge.net/projects/xinerama/) or not this week, so Im unsure whether my center monitor is :0.1 or :0.0. This is important because I use x2vnc to control a third monitor over to the left, and if I give a bad DISPLAY variable to x2vnc it doesnt work.
Clueful people will probably point out that I should make :0.0 my left monitor and put a "Screen 1 RightOf Screen0" statement in my XF86Config-4, but I thought that writing an X protocol-level ping utility might be a fun thing to do instead.
It compiles under FreeBSD 4.3-RELEASE and Linux ok. I got lazy and make different LDLIBS lines in the Makefile. Ill use autoconf/automake in the future, but just edit the Makefile for now.
Enhancements:
- initial release. Has count, verbose, and quiet flags. Needs to have statistics and a signal handler written. Needs to be autoconfed and automaked.
Download (0.009MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1210 downloads
GameStat 1.1 Beta1
GameStat project is an easy to use library for querying status from game servers. more>>
GameStat project is an easy to use library for querying status from game servers.
GameStat is an easy to use library for querying status from game servers. This is a beta release for v1.1, so there might be bugs.
You can find a list of all the games/masters in games.txt. If no port is given, GameStat will try to guess it for you. If you use a generic protocol you will need to specify a port. The -help parameter will give you a more detailed list of all the parameters available.
<<lessGameStat is an easy to use library for querying status from game servers. This is a beta release for v1.1, so there might be bugs.
You can find a list of all the games/masters in games.txt. If no port is given, GameStat will try to guess it for you. If you use a generic protocol you will need to specify a port. The -help parameter will give you a more detailed list of all the parameters available.
Download (MB)
Added: 2006-11-28 License: MIT/X Consortium License Price:
1060 downloads
Firewall and Proxy Server HOWTO 0.80
Firewall and Proxy Server HOWTO project is designed to describe the basics of firewall systems. more>>
Firewall and Proxy Server HOWTO project is designed to describe the basics of firewall systems.
And also to give you some detail on setting up both a filtering and proxy firewall on a Linux based system.
Firewalls have gained great popularity as the ultimate in Internet Security.
Today firewalls are a part of almost every networking device. Like most hot subject they are also often misunderstood.
This HOWTO will go over the basics of what a firewall is and how to set one up.
I am using kernel 2.2.14 and RedHat 6.1 to develop this howto so the examples here are based on this distribution.
If you find differences in your distribution, please email me and Ill update this howto.
<<lessAnd also to give you some detail on setting up both a filtering and proxy firewall on a Linux based system.
Firewalls have gained great popularity as the ultimate in Internet Security.
Today firewalls are a part of almost every networking device. Like most hot subject they are also often misunderstood.
This HOWTO will go over the basics of what a firewall is and how to set one up.
I am using kernel 2.2.14 and RedHat 6.1 to develop this howto so the examples here are based on this distribution.
If you find differences in your distribution, please email me and Ill update this howto.
Download (MB)
Added: 2006-10-11 License: (FDL) GNU Free Documentation License Price:
1113 downloads
Euchre 0.7
Euchre project is an Euchre game. more>>
Euchre project is an Euchre game.
Euchre is a spades or bridge-like card game played with four players (3 computer players and 1 human).
The game is played via a GTK+ interface and allows customization of the computer skill level, aggression level, and many of the other game parameters. There are three levels of AI skill (easy, medium, and hard).
The medium and hard levels are good enough to give you a decent challenge.
Enhancements:
- Fixed bug where pass markers are not cleared after an all-pass event (thanks to an unknown euchre lover on sourceforge...)
- Added previous tricks dialog and the view menu items to access it
<<lessEuchre is a spades or bridge-like card game played with four players (3 computer players and 1 human).
The game is played via a GTK+ interface and allows customization of the computer skill level, aggression level, and many of the other game parameters. There are three levels of AI skill (easy, medium, and hard).
The medium and hard levels are good enough to give you a decent challenge.
Enhancements:
- Fixed bug where pass markers are not cleared after an all-pass event (thanks to an unknown euchre lover on sourceforge...)
- Added previous tricks dialog and the view menu items to access it
Download (0.38MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1084 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above give you search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed