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.198.567 Times

Html Blackjack Game freeware
Filter: All | Freeware | Demo
 

Html Blackjack Game

< 1 2 3 4 5 > 
Released: July 01, 2009  |  Added: August 10, 2009 | Visits: 3.273

Word To HTML Converter Word to HTML Converter is powerful tool developped to convert a word documents to HTML file. Word to HTML converting Software makes it easy and spontaneous to create fully formatted, linked HTML publications from within Microsoft Word. Doc to HTML Converter tool allows you to publish a Word...



Platforms: Windows

License: Freeware Size: 831.5 KB Download (418): Word To HTML Converter Download

Released: July 01, 2009  |  Added: August 21, 2009 | Visits: 3.917

Doc To HTML Converter Doc to HTML Converter is a powerful tool developped to convert a word documents in to HTML file. Doc to HTML is only converter that preserve the word format in html document after conversion. Software is useful for those people who want to create website from word document. Word to HTML...





Platforms: Windows

License: Freeware Size: 831.5 KB Download (296): Doc To HTML Converter Download

Released: May 15, 2009  |  Added: October 10, 2009 | Visits: 3.984

HTML Template Browser Anyone who has worked with web templates, knows how difficult it can be to see all the templates you've downloaded. That's what HTML Template Browser is for. Point it at a directory and it will find all the main pages of a template (index.html, default.htm, etc.) and list them in a browse window....


Platforms: Windows

License: Freeware Size: 1.17 MB Download (568): HTML Template Browser Download

Released: November 15, 2009  |  Added: November 19, 2009 | Visits: 2.916

HTML Hidden Text Generator The HTML Hidden Text Generator significantly speeds up, improves the accuracy and simplifies the process of creating expanding or hidden text sections within web pages. Why hide text on a web page? The advantage of hiding text on a web page is that you can include significantly more text...


Platforms: Windows

License: Freeware Size: 2.08 MB Download (156): HTML Hidden Text Generator Download

Added: January 18, 2010 | Visits: 1.514

A Jacks Game A Jacks Game is a real-time game that runs in a Web browser using the AJAX (Asynchronous JavaScript and XML) technology. Multiple users can login in A Jacks Game to explore a common map and earn a common currency as their score. A Jacks Game is free software released under GNU/GPL Open Source...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): A Jacks Game Download

Added: January 18, 2010 | Visits: 1.175

HTML::FormHighlight HTML::FormHighlight Perl module can help you to highlights fields in an HTML form. SYNOPSIS use HTML::FormHighlight; my $h = new HTML::FormHighlight; print $h->highlight( scalarref => $form, fields => [ A, B, C ], ); print $h->highlight( scalarref => $form, fields => [ A, B, C ],...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): HTML::FormHighlight Download

Added: November 25, 2010 | Visits: 1.095

HTML::Tiny HTML::Tiny is a lightweight, dependency free HTML/XML generator. SYNOPSIS use HTML::Tiny; my $h = HTML::Tiny->new; # Generate a simple page print $h->html( [ $h->head( $h->title( Sample page ) ), $h->body( [ $h->h1( { class => main }, Sample page ), $h->p( Hello, World, { class =>...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): HTML::Tiny Download

Added: June 22, 2010 | Visits: 1.707

Template::Library::HTML Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (110): Template::Library::HTML Download

Added: September 13, 2010 | Visits: 1.631

Quick and Dirty Game Development Framework QDGDF stands for Quick and Dirty Game Development Framework, and its a set of libraries designed to allow fast development of games under a variety of systems. Quick and Dirty Game Development Frameworks main goal is to show a platform-independent, consistent interface to UNIX/Linux and MS...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (97): Quick and Dirty Game Development Framework Download

Added: May 03, 2010 | Visits: 2.343

Blackjack basic strategy calculator Blackjack basic strategy calculator project is a Monte Carlo basic strategy calculator. bsc finds the Blackjack strategy through the Monte Carlo method. It analyzes each situation with adaptive depth, and is generally optimized for speed. The rules are hard coded for the authors local...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (226): Blackjack basic strategy calculator Download

Added: October 27, 2010 | Visits: 1.113

HTML::LoL HTML::LoL is a Perl module that can construct HTML from pleasing Perl data structures. SYNOPSIS use HTML::LoL; &hl(sub { print shift }, [body => {bgcolor => white}, [p => Document body, ...], ...]); This module allows you to use Perl syntax to express HTML. The function hl() converts...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): HTML::LoL Download

Added: July 26, 2010 | Visits: 959

Blatte::HTML Blatte::HTML is a Perl module that contains tools for generating HTML with Blatte. SYNOPSIS use Blatte; use Blatte::Builtins; use Blatte::HTML; $perl = &Blatte::Parse(...string of Blatte code...); $val = eval $perl; &Blatte::HTML::render($val, &emit); sub emit { print shift; }.


Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): Blatte::HTML Download

Added: July 21, 2010 | Visits: 1.557

Chess::Game::MoveList Chess::Game::MoveList is a specialized list class for recording the moves of a Chess::Game. SYNOPSIS $movelist = Chess::Game::MoveList->new("white", "black"); $wpawn = Chess::Game::Pawn->new("e2", "white"); $entry = $movelist->add_move($wpawn, "e2", "e4"); $true = $entry->get_piece() eq...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (119): Chess::Game::MoveList Download

Added: November 12, 2010 | Visits: 1.469

Chess::Game Chess::Game is a class to record and validate the moves of a game of chess. SYNOPSIS use Chess::Game; $game = Chess::Game->new(); $clone = $game->clone(); $move = $game->make_move("e2", "e4"); $move_c = $clone->make_move("e2", "e4"); $true = ($move->get_piece() ne $move_c->get_piece());...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (125): Chess::Game Download

Added: July 12, 2010 | Visits: 1.032

HTML::Puzzle HTML::Puzzle is a framework to build web component based on database. HTML::Puzzle::DBTable Connection module to data table Examples Have a look to http://www.ebruni.it/en/software/perl/cpan/html/puzzle/examples/ex1.htm to see some examples on what you can simply do using this module..


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): HTML::Puzzle Download

Added: May 16, 2010 | Visits: 1.336

HTML::Template::Extension::DOC HTML::Template::Extension::DOC are plugins for comments in template. SYNOPSIS use HTML::Template::Extension; my $text = qq | < HTML >< HEAD >< /HEAD >< BODY > < H1 >This is a template example...< /H1 > < TMPL_DOC >An example use of TMPL_DOC tag < /TMPL_DOC > The sum between 1+1 is: <...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): HTML::Template::Extension::DOC Download

Added: September 04, 2010 | Visits: 3.032

HTML::Template::Extension::SLASH_VAR HTML::Template::Extension::SLASH_VAR is a plugins for < /TMPL_VAR > syntax. SYNOPSIS use HTML::Template::Extension; my $text = qq | SLASH_VAR plugin example ======================== If all is ok you can read this here --> < TMPL_VAR NAME="test" >a placeholder< /TMPL_VAR > |; my...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): HTML::Template::Extension::SLASH_VAR Download

Added: October 18, 2010 | Visits: 1.062

HTML Redemption Language HTML Redemption Language, or HRL for short, is an HTML-preprocessor. Its basically a macro package, with built-in Python scripting. It redeems HTML by adding useful tags such as < include >, < macro >, < if >, and < python >. The last tag allows the web site designer to embed Python...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): HTML Redemption Language Download

Added: September 14, 2010 | Visits: 1.078

HTML::FromText HTML::FromText is a Perl module that can convert plain text to HTML. SYNOPSIS use HTML::FromText; text2html( $text, %options ); # or use HTML::FromText (); my $t2h = HTML::FromText->new( %options ); my $html = $t2h->parse( $html ); HTML::FromText converts plain text to HTML. There...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (113): HTML::FromText Download

Added: November 13, 2010 | Visits: 676

HTML::CMTemplate HTML::CMTemplate.pm is a Perl module that can generate text-based content from templates. SYNOPSIS use HTML::CMTemplate; $t = new HTML::CMTemplate( path => [ /path1, /longer/path2 ] ); $t->import_template( filename => file.html.ctpl, # in the paths above packagename => theTemplate,...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (98): HTML::CMTemplate Download

< 1 2 3 4 5 >