Main > Free Download Search >

Free multiplayer checkers software for linux

multiplayer checkers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 332
SMTP Relay Checker 2.0.3

SMTP Relay Checker 2.0.3


SMTP Relay Checker is a fully configurable, multithreaded open mail relay scanner. more>>
SMTP Relay Checker is a fully configurable, multithreaded open mail relay scanner. It supports scanning of IP blocks, and can print the results to a Web page.
SMTP Relay Checker is intended for Systems Administrators to check IP blocks under their control.
Compilation / Installation
To build SmtpRC please run "make" in the package directory. This will build the package and create the binary "smtprc". To install the package, please run "make install".
By Default, the binary will be installed into /usr/local/bin/, configuration files will be installed under /usr/local/etc/smtprc/ and all documentation files will be installed under /usr/local/share/doc/smtprc/. Please see below for a full list of installed files.
/usr/local/bin/smtprc
/usr/local/bin/gsmtprc
/usr/local/etc/smtprc/auto.conf
/usr/local/etc/smtprc/email.tmpl
/usr/local/etc/smtprc/rcheck.conf
/usr/local/share/doc/smtprc/README
/usr/local/share/doc/smtprc/FAQ
/usr/local/man/man1/smtprc.1
/usr/local/man/man1/gsmtprc.1
Using Smtprc
SmtpRC can be run by specifying options on the command line, or by configuring an "auto configuration" file and letting SmtpRC parse the options from there. The latter is recommended.
When SmtpRC is installed, a example "auto configuration" file is installed in "/usr/local/etc/smtprc/auto.conf". Edit this file, changing the values to suit your specific network requirements and run smtprc with the following option (a full list of options
is detailed below):
"/usr/local/bin/smtprc -j /usr/local/etc/smtprc/auto.conf"
To be sure that a mailserver relays third-party email, SmtpRC will attempt to relay mail to an address specified. It is recommended that this address is a mailbox on the local machine that is being used to run SmtpRC - pop support is a planned feature, but for now, SmtpRC only supports checking local mailboxes (mbox and Maildir). Create a new user account (smtprc), specify the email address for this account, and the local mailbox (on the command line or in the "auto configuration" file), and SmtpRC will attempt to relay emails to this address and check for recieved emails after scanning.
There is also a GUI interface to smtprc (gsmtprc) that is installed in /usr/local/bin. This requires Perl Tk to run.
Enhancements:
- Fixes a race condition between the master and reaper threads.
<<less
Download (0.053MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
1313 downloads
SEO Rank Checker 2.1

SEO Rank Checker 2.1


Search-Engine-Optimized project is a free online resource for anyone who wants to step up their search engine optimization. more>>
Search-Engine-Optimized project is a free online resource for anyone who wants to step up their search engine optimization strategies to the next gear.
The web is a constantly changing place, expecially search engines, but there are numerous search engine optimization strategies that are consistant across all the major search engines, and are probably going to be very useful for a long time to come.
Read on to learn what they are and how to employ them in the development of your web site.
Main features:
SEO Rank Checker is a nice little script for checking your keyword status for a few select keywords without going through the trouble of checking the search engine result pages yourself.
- Automated fetching of the top 100 results for MSN, Yahoo and Google to check for your site.
- Easy to read, compare and print output
- Installation is super easy, just upload to your server and youre done!
- Super small script, just a few KBs of space!
<<less
Download (0.003MB)
Added: 2006-01-24 License: Freeware Price:
1371 downloads
Games::Checkers 0.1.0

Games::Checkers 0.1.0


Games::Checkers is a Perl module that allows you to play the Checkers games. more>>


SYNOPSIS

# automatical computer-vus-computer play script
use Games::Checkers::Constants;
use Games::Checkers::Board;
use Games::Checkers::BoardTree;

my $board = new Games::Checkers::Board;
my $color = White;
my $numMoves = 0;
print $board->dump;

while ($board->canColorMove($color)) {
sleep(2);
# allow 100 moves for each player
die "Automatical drawn" if $numMoves++ == 200;
my $boardTree = new Games::Checkers::BoardTree
($board, $color, 2); # think 2 steps ahead
my $move = $boardTree->chooseBestMove; # or: chooseRandomMove

$board->transform($move);
print $move->dump, "n", $board->dump;
$color = ($color == White)? Black: White;
}

print "n", ($color == White? "Black": "White"), " won.n";
ABSTRACT ^
Games::Checkers is a set of Perl classes implementing the Checkers game play. Several national rule variants are supported. A basic AI heuristics is implemented using the Minimax algorithm. Replay of previously recorded games is supported too.
DESCRIPTION ^
This package is intended to provide complete infrastructure for interactive and automatic playing and manipulating of Checkers games. Some features are not implemented yet.
<<less
Download (0.28MB)
Added: 2007-01-03 License: Perl Artistic License Price:
1032 downloads
Page Update Checker 0.3.1

Page Update Checker 0.3.1


Page Update Checker is a FireFox extension that automatically checks to see if web pages have changed. more>>
Tired of clicking the reload button? Page Update Checker (aka PUC -- pronounced "Puke" is a FireFox extension that automatically checks to see if web pages have changed.

How to Use:

Once installed, you will be able to right-click on any page in Firefox and select "Monitor for Updates". The PUC options will open up and you can select how often you would like PUC to download the webpage and see if it has changed. To return to the options menu later, select "Tools" -> "Page Update Checker Options..."

Click the homepage link to find the PUC Wiki and share your Update Checkers!

<<less
Download (0.072MB)
Added: 2007-05-30 License: MPL (Mozilla Public License) Price:
947 downloads
XML::Checker 0.13

XML::Checker 0.13


XML::Checker is a Perl module for validating XML. more>>
XML::Checker is a Perl module for validating XML.

SYNOPSIS

XML::Checker::Parser - an XML::Parser that validates at parse time
XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time
(Some of the package names may change! This is only an alpha release...)

XML::Checker can be used in different ways to validate XML. See the manual pages of XML::Checker::Parser and XML::DOM::ValParser for more information.
This document only describes common topics like error handling and the XML::Checker class itself.

WARNING: Not all errors are currently checked. Almost everything is subject to change. Some reported errors may not be real errors. For production code, it is recommended that you use XML::LibXML or XML::GDOME instead of XML::Checker. Both modules share the same DTD validation code with libxml2 and XML::LibXML is easier to install.

<<less
Download (0.033MB)
Added: 2006-09-16 License: Perl Artistic License Price:
1134 downloads
NathanCheckers 1.5

NathanCheckers 1.5


NathanCheckers is a graphical, mouse-driven implementation of Checkers. more>>
NathanCheckers project is a mouse-driven, graphical implementation of Checkers. American Standard Checkers rules are enforced.
Known Bugs/Issues
- All versions: It appears that sound support currently requires the game to be run from a writable drive (not a disk image or CD).
- Windows: An extra command prompt window stays open. Runs on Windows 2000, but reportedly you need to minimize and maximize it before you can see the gameboard.
- Linux: Requires PyGame 1.6 or above.
- OS X: No quit menu-item (just close the window). How do you add menu items in PyGame anyway?
<<less
Download (0.80MB)
Added: 2006-04-18 License: MPL (Mozilla Public License) Price:
1284 downloads
gURLChecker 0.10.1

gURLChecker 0.10.1


gURLChecker is a graphical web links checker for GNU/Linux and other POSIX OS. more>>
gURLChecker is a graphical web links checker for GNU/Linux and other POSIX OS. gURLChecker can work on a whole site, a single local page or a browser bookmarks file.

<<less
Download (0.80MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
912 downloads
Memory Allocation Checker 0.2.1

Memory Allocation Checker 0.2.1


Memcheck provides the ability to fault on pointer overrun or freed pointer deference. more>>
Memcheck provides the ability to fault on pointer overrun (read or write) or freed pointer deference (read or write), logs double free and realloc of already freed pointers and memory not freed on exit, checks for pointer underrun on free and realloc, optionally reverses the behavior of overrun and underrun, "churns" reallocations to always return a different pointer, and logs pointer overruns instead of faulting.
It has a very small performance impact, with the tradeoff of a large memory footprint. It includes a validation test suite to verify correctness of the library. It is tested on a variety of architectures, including Alpha, ARM, HPPA, PPC, ix86, IA64, rs6000, S390, SPARC, and SPARC64.
It is tested on a variety of platforms, including OSF, FreeBSD, NetBSD, OpenBSD, Linux, HP/UX, Mac OSX, AIX, SCO, and Solaris.
Enhancements:
- Some missing backtraces were fixed.
- An atexit replacement was implemented to catch allocations that are freed by previously installed atexit handlers.
- Deeper backtraces are stored, and internal recursions are handled.
<<less
Download (0.32MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1208 downloads
GMail::Checker 1.04

GMail::Checker 1.04


GMail::Checker is a Perl wrapper for Gmail accounts. more>>
GMail::Checker is a Perl wrapper for Gmail accounts.

SYNOPSIS

use GMail::Checker;

my $gwrapper = new GMail::Checker();
my $gwrapper = new GMail::Checker(USERNAME => "username", PASSWORD => "password");

# Lets log into our account (using SSL)
$gwrapper->login("username","password");

# Get the number of messages in the maildrop & their total size
my ($nb, $size) = $gwrapper->get_msg_nb_size();

# Do we have new messages ?
my $alert = $gwrapper->get_pretty_nb_messages(ALERT => "TOTAL_MSG");

# Get the headers for a specific message (defaults to last message)
my @headers = $gwrapper->get_msg_headers(HEADERS => "FULL", MSG => 74);

# Get a message size
my ($msgnb, $msgsize) = $gwrapper->get_msg_size(MSG => 42);

# Retrieve a specific message
my @msg = $gwrapper->get_msg(MSG => 23);
print $msg[0]->{content}, "n";
print $msg[0]->{body};

# Retrieve UIDL for a message
my @uidl = $gwrapper->get_uidl(MSG => 10);

This module provides a wrapper that allows you to perform major operations on your gmail account.

You may create a notifier to know about new incoming messages, get information about a specific e-mail, retrieve your mails using the POP3 via SSL interface.

<<less
Download (0.007MB)
Added: 2007-04-19 License: Perl Artistic License Price:
920 downloads
KCheckers 0.8.1

KCheckers 0.8.1


KCheckers is the Qt version of the classic boardgame more>>
Qt version of the classic boardgame "checkers". KCheckers game is also known as "draughts".
KCheckers is distributed under the GNU GPL.
Main features:
- Pure Qt.
- Built-in checkers engine.
- English and Russian rules of play.
- Beginner, Novice, Average, Good, Expert and Master levels of skill.
- Green, Marble and Wooden themes of the board.
- Portable Draughts Notation database format support.
- PDN preview widget.
- Saving, loading and restarting of game.
- Auto change of the mens color.
- Undo of last move.
- Auto saving of settings.
- Optional numeration of the board.
- Game information box.
- The on-line description of the plays rules.
- Threads support.
- Internationalization support (now German and Russian).
- Network capabilities.
Rules of play:
- In the beginning of game you have 12 checkers (men).
- The men move forward only. The men can capture:
- by jumping forward only (english rules);
- by jumping forward or backward (russian rules).
- A man which reaches the far side of the board becomes a king.
- The kings move forward or backward:
- to one square only (english rules);
- to any number of squares (russian rules).
- The kings capture by jumping forward or backward.
- Whenever a player is able to make a capture he must do so.
Enhancements:
- A bug that occurred in SuSE 9.3 when compiling with GCC 3.3 was fixed.
- Unused code was removed.
<<less
Download (0.080MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1395 downloads
XML::Checker::Parser 1.02

XML::Checker::Parser 1.02


XML::Checker::Parser is an XML::Parser that validates at parse time. more>>
XML::Checker::Parser is an XML::Parser that validates at parse time.

SYNOPSIS

use XML::Checker::Parser;

my %expat_options = (KeepCDATA => 1,
Handlers => [ Unparsed => &my_Unparsed_handler ]);
my $parser = new XML::Checker::Parser (%expat_options);

eval {
local $XML::Checker::FAIL = &my_fail;
$parser->parsefile ("fail.xml");
};
if ($@) {
# Either XML::Parser (expat) threw an exception or my_fail() died.
... your error handling code here ...
}

# Throws an exception (with die) when an error is encountered, this
# will stop the parsing process.
# Dont die if a warning or info message is encountered, just print a message.
sub my_fail {
my $code = shift;
die XML::Checker::error_string ($code, @_) if $code < 200;
XML::Checker::print_error ($code, @_);
}

XML::Checker::Parser extends XML::Parser

I hope the example in the SYNOPSIS says it all, just use XML::Checker::Parser as if it were an XML::Parser. See XML::Parser for the supported (expat) options.

You can also derive your parser from XML::Checker::Parser instead of from XML::Parser. All you should have to do is replace:

package MyParser;
@ISA = qw( XML::Parser );
with:
package MyParser;
@ISA = qw( XML::Checker::Parser );

<<less
Download (0.36MB)
Added: 2006-06-15 License: Perl Artistic License Price:
1226 downloads
System Integrity Checker 0.0.3

System Integrity Checker 0.0.3


System Integrity Checker can make sure that no unauthorized changes have been made to your computer systems. more>>
System Integrity Checker can make sure that no unauthorized changes have been made to your computer systems.
Installation:
$ tar zxvf sic-x.y.z.tar.gz
$ cd sic-x.y.z
$ ./configure
$ make
$ make install
Enhancements:
- Threading support was improved.
- Support for internationalization and localization (i18n) was added.
- An XML Schema was created for the configuration file.
- Code cleanups were made.
<<less
Download (MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1118 downloads
Livejournal Friends Checker 0.8.1.1

Livejournal Friends Checker 0.8.1.1


Livejournal Friends Checker places an icon in the lower left corner of your browser when one of your friends post. more>>
Livejournal Friends Checker is a Firefox extension that places an icon in the lower left corner of your browser when one of your friends post. Only works with paid accounts.

*** This only work for paid users (on livejournal.com). ***

This code is released under the BSD license. I make use of Pajs md5
library (which is released under the BSD license). You can get the code
for the md5 library at http://pajhome.org.uk/crypt/md5/

<<less
Download (0.060MB)
Added: 2007-06-05 License: BSD License Price:
873 downloads
System Statistics Remote Checker 0.9

System Statistics Remote Checker 0.9


System Statistics Remote Checker is a tool to remotely check computers physical status. more>>
SSRC is System Statistics Remote Checker and is a tool to remotely check computers physical status. Just execute and test it, its really very simple.
Intsllation:
edit your logins.dat file. Here SSRC stores logins, which are allowed to log into SSRC. Logins specified there does not need to exist in the system.
just execute the SSRC binary, as it should work at all linux stations. If no, compile it by yourself (f.e.: $ gcc -O3 -Wall -o SSRC main.cpp) and then execute SSRC binary.
check, if its running by:
$ ps aux | grep SSRC | grep -v grep
bingo! if its running, just telnet to your machine from anywhere in the world to the port 1225.
log into system and enjoy SSRC. type "help" to see all avaible commands.
unfortunately, there is still no shutdown command. You have to kill SSRC by yourself - f.e.:
$ killall SSRC
Enhancements:
- finally, it may work as a standalone daemon. There are still some problems with inetd.
- wrote README, INSTALL, TODO and this file
- few bugfixes
<<less
Download (0.010MB)
Added: 2005-09-20 License: GPL (GNU General Public License) Price:
1496 downloads
Spam Blacklist Checker 2005-03-02

Spam Blacklist Checker 2005-03-02


Spam Blacklist Checker can check to see if an IP address is flagged in a spam blacklist (dnsbl.sorbs.net). more>>
Spam Blacklist Checker can check to see if an IP address is flagged in a spam blacklist (dnsbl.sorbs.net).

The reason is that BT allocate me IPs dynamically using DHCP, and more and more of the ones I get are flagged in spam blacklists in such a way that all the mail I send gets flagged as spam, with a big, ugly [SPAM] in the subject line. This is really annoying, because I dont see the outgoing mail. Usually it gets black-holed, so Im sitting aroung for a response to a mail that never arrived.

In an effort to reduce the problem, I have written this little program to check in DNS to see if the IP address I have got is blacklisted or not.

Installation:

For now you need to install the module Stuff::SpamBL manually, and just download and run the program file as it is.

The module and the program will be included in future versions of the Stuff Tools, but for now they are available separatley.

Usage:

The program reads list of IP addresses and/or domain names from the command line (or standard input), and outputs two columns: IP address and blacklist flags.

Example output

81.156.32.127 DSN-BL:DYNAMIC
81.156.32.128 DSN-BL:DYNAMIC
81.156.32.129 DSN-BL:DYNAMIC:EXPLOITED
81.156.32.130 DSN-BL:DYNAMIC:EXPLOITED
81.156.32.131 DSN-BL:DYNAMIC

Here we can see that all the IP addresses 81.156.32.127 - 81.156.32.131 are flagged as dynamic IPs (so they get a small additional score over static IPs in Spam Assassin), but the IPs 81.156.32.129 and 81.156.32.130 are also flagged as EXPLOIDED, which means they will surely get a big spam score in Spam Assassin. Bad for the owner of the IP.

<<less
Download (0.004MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1129 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5