Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.153.104 Times

Chinese Chess Wiki software
Filter: All | Freeware | Demo
 

Chinese Chess Wiki

< 1 2 3 4 5 > 
Added: April 20, 2010 | Visits: 2.028

Chess::PGN::Parse Chess::PGN::Parse is a Perl module that reads and parses PGN (Portable Game Notation) Chess files. SYNOPSIS use Chess::PGN::Parse; use English qw( -no_match_vars ); my $pgnfile = "kk_2001.pgn"; my $pgn = new Chess::PGN::Parse $pgnfile or die "cant open $pgnfilen"; while...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (252): Chess::PGN::Parse Download

Added: May 22, 2010 | Visits: 1.488

Chess::PGN::Filter Chess::PGN::Filter is a Perl extension for converting PGN files to other formats. SYNOPSIS use Chess::PGN::Filter; filter(source => $pgn,filtertype => XML); OR my %substitutions = ( hsmyers => Myers, Hugh S (ID), ); my @exclude = qw( WhiteElo BlackElo EventDate ); filter(...





Platforms: *nix

License: Freeware Size: 18.43 KB Download (159): Chess::PGN::Filter Download

Added: October 24, 2010 | Visits: 1.337

Pod::Simple::Wiki Pod::Simple::Wiki is a class for creating Pod to Wiki filters. SYNOPSIS To create a simple filter to convert from Pod to a wiki format: #!/usr/bin/perl -w use strict; use Pod::Simple::Wiki; my $parser = Pod::Simple::Wiki->new(kwiki); if (defined $ARGV[0]) { open IN, $ARGV[0] or die...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Pod::Simple::Wiki Download

Added: August 08, 2010 | Visits: 944

Emacs Chess Emacs Chess is an object-oriented library written in Elisp for manipulating chess objects (games, plies, positions, etc.), and for displaying them..


Platforms: *nix

License: Freeware Size: 389.12 KB Download (102): Emacs Chess Download

Added: May 26, 2010 | Visits: 1.390

Chinesepera-kun: Chinese Popup Dictionary Chinesepera-kun: Chinese Popup Dictionary is a Firefox extension that will allow you read Chinese on websites. This is useful for just getting around a site, or even MORE useful if you are studying Chinese. It works with both Simplified and Traditional characters, and also allows you to export...


Platforms: *nix

License: Freeware Size: 6.6 MB Download (113): Chinesepera-kun: Chinese Popup Dictionary Download

Added: August 11, 2010 | Visits: 2.931

Wiki::Toolkit::Formatter::Default Wiki::Toolkit::Formatter::Default is a formatter for Wiki::Toolkit. SYNOPSIS my $store = Wiki::Toolkit::Store::SQLite->new( ... ); # See below for parameter details. my $formatter = Wiki::Toolkit::Formatter::Default->new( %config ); my $wiki = Wiki::Toolkit->new( store => $store,...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (244): Wiki::Toolkit::Formatter::Default Download

Added: November 12, 2010 | Visits: 1.515

CGI::Wiki CGI::Wiki is a toolkit for building Wikis. Helps you develop Wikis quickly by taking care of the boring bits for you. You will still need to write some code - this isnt an instant Wiki. SYNOPSIS # Set up a wiki object with an SQLite storage backend, and an # inverted index/DB_File search...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (87): CGI::Wiki Download

Added: April 14, 2010 | Visits: 1.439

IRC-Chess IRC-Chess project is a 2-player chess game for IRC which turns a computer into an IRC chess bot. It consists of a Java chess server, with frontend scripts to convert an IRC client into a chess bot. Players then communicate with the bot using standard IRC commands, and dont require any special...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (180): IRC-Chess Download

Added: June 08, 2010 | Visits: 1.775

PWP Wiki Processor PWP Wiki Processor is a PHP Wiki based on flat files that can create static pages. It uses flat files as data storage, no database is required. It has a simple cache and trash bin, and can handle file uploads. It is able to export its contents into static HTML pages. A Wiki is a...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): PWP Wiki Processor Download

Added: August 05, 2010 | Visits: 1.598

OW2 wiki OW2 is a wiki/BBS management system that offers multiple areas, user pages, rich markup, internal backward links, RSS feeds, a public chat, full referer tracking and an internal messaging system. Installation: 1. Create a MySQL database called ow2_orgowiki 2. Import the sample database given...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (101): OW2 wiki Download

Added: October 25, 2010 | Visits: 1.642

KDE Personal Wiki KDE Personal Wiki engine for KDE, made for only personal use. Consider it a replacemente of KNotes and such apps. You can create/remove pages, links between pages are automatically created. I hope you like my first app.. KDE Personal Wiki KDE-Apps.org Community Portal for KDE Applications...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (101): KDE Personal Wiki Download

Added: August 01, 2010 | Visits: 2.346

Platypus Wiki 0.5 Platypus Wiki provides a semantic Wiki Wiki Web. Platypus Wiki is an enhanced Wiki Wiki Web with ideas taken from Semantic Web. It offers a simple user interface for creating Wiki page plus metadata according to W3C standards. Weve chosen HTMLarea v3.0rc1 as a WYSIWYG editor for creating...


Platforms: *nix

License: Freeware Size: 9.5 MB Download (98): Platypus Wiki 0.5 Download

Added: July 13, 2010 | Visits: 1.701

Yada Yada Yada Wiki Yada Yada Yada Wiki is inspired by "Wiki on a Stick" and coded in PHP5. The project is living on one self-modifying PHP file. This wiki doesnt make use of JavaScript nor databases and should work with all browsers. It is f.e. perfect to plan a longer trip with your girlfriend..


Platforms: *nix

License: Freeware Size: 95.23 KB Download (95): Yada Yada Yada Wiki Download

Added: August 17, 2010 | Visits: 1.182

Chess::ICClib Chess::ICClib is a Perl interface to Internet Chess Server commands. SYNOPSIS use Chess::ICClib; my $icc = Chess::ICClib->new([-prompt=>$ICC], [-host=>$host,-port=>$port] [-user=>$user,-pass=>$password]); $icc->ICCCommand("finger romm"); Chess::ICClib - Perl interface to Internet Chess...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Chess::ICClib Download

Added: January 08, 2010 | Visits: 855

Chess::FIDE Chess::FIDE is a Perl extension for FIDE Rating List. SYNOPSIS use Chess::FIDE; my $fide = Chess::FIDE->new(-file=>filename); $fide->fideSearch("surname eq Kasparov"); Chess::FIDE - Perl extension for FIDE Rating List. FIDE is the International Chess Federation that every quarter of the...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (101): Chess::FIDE Download

Added: April 20, 2010 | Visits: 827

Chess::FIDE::Player Chess::FIDE::Player is a Perl module to parse player data from FIDE Rating List. SYNOPSIS use Chess::FIDE::Player qw(@FIDE_field); my $player = Chess::FIDE::Player->new(%param); print $player->id() . "n"; $player->value(field); Chess::FIDE::Player - Parse player data from FIDE Rating...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (97): Chess::FIDE::Player Download

Added: September 08, 2010 | Visits: 2.492

Wiki-Lyrics Wiki-Lyrics is a collection of lyrics scripts to interface with various sites and, optionally, submit content to Lyriki.com or LyricWiki.org (wikis for lyrics). All of these scripts can query the other ones when they cant provide the lyrics for a song. Supported sites: - Lyriki...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (114): Wiki-Lyrics Download

Added: May 14, 2010 | Visits: 2.471

Cloud Wiki Cloud Wiki is a wiki engine written in Python and backed by Sqlite. Cloud Wiki provides user authentication, powerful command line administration facilities, and a concise, efficient Web interface..


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): Cloud Wiki Download

Added: August 02, 2010 | Visits: 2.286

Convert::Wiki::Node::Line Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). SYNOPSIS use Convert::Wiki::Node::Line; my $hr = Convert::Wiki::Node::Line->new( ); print $hr->as_wiki(); A Convert::Wiki::Node::Line represents a horizontal line (aka ruler)..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): Convert::Wiki::Node::Line Download

Added: April 11, 2010 | Visits: 1.959

Convert::Wiki::Node::Item Convert::Wiki::Node::Item is a Perl module that represents an item in a list (aka < li > or *). SYNOPSIS use Convert::Wiki::Node::Item; my $para = Convert::Wiki::Node->new( txt => Foo is a foobar., type => item ); print $para->as_wiki(); # print something like "* Foo is a foorbarn" A...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Convert::Wiki::Node::Item Download

< 1 2 3 4 5 >