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

My Life Games software
Filter: All | Freeware | Demo
 

My Life Games

< 1 2 3 4 5 > 
Added: February 27, 2010 | Visits: 896

Games::AlphaBeta::Position 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 =...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): Games::AlphaBeta::Position Download

Added: July 04, 2010 | Visits: 939

Games::Sequential::Position Games::Sequential::Position is a base Position class for use with Games::Sequential. SYNOPSIS package My::GamePos; use base Games::Sequential::Position; sub init { ... } # setup initial state sub apply { ... } package main; my $pos = My::GamePos->new; my $game =...





Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Games::Sequential::Position Download

Added: October 09, 2010 | Visits: 867

Games::Go::AGATourn AGATourn is a Perl extensions to ease the pain of using AGA tournament data files. SYNOPSIS use Games::Go::AGATourn; my $agaTourn = Games::Go::AGATourn->new (options); An AGATourn object represents a round or several rounds of an American Go Association tournament. There are methods for...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): Games::Go::AGATourn Download

Added: August 31, 2013 | Visits: 573

Games::Crossword::Puzzle Games::Crossword::Puzzle - six letters for "reusable unit of code". SYNOPSIS my $puzzle = Games::Crossword::Puzzle->from_file('nyt-sunday.puz'); for my $row ($puzzle->rows) { for my $cell (@$row) { die "Nope, not completed properly" if $cell->value and (not $cell->guess) || $cell->guess...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (40): Games::Crossword::Puzzle Download

Added: May 11, 2010 | Visits: 960

WWW::Baseball::NPB WWW::Baseball::NPB is a Perl module that fetches Japanese baseball games information. SYNOPSIS use WWW::Baseball::NPB; my $baseball = WWW::Baseball::NPB->new; my @games = $baseball->games; # or @games = $baseball->games(central); for my $game (@games) { my $home = $game->home; my...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): WWW::Baseball::NPB Download

Added: August 19, 2013 | Visits: 393

BattleCity Tanks I always loved retro games, so I figured out why not to make one of my favorite games - BattleCity while learning Python language. I tried to make it as close as possible to original. See the Differences for more information where i succeeded and where I failed.


Platforms: Mac

License: Freeware Size: 133.12 KB Download (37): BattleCity Tanks Download

Added: September 02, 2013 | Visits: 482

JPokerTM JPokerTM is a JPoker Tournament Manager, a Poker Tournament application. As I am a very keen Python user and also an avid Poker player, I decided to write an Open Source Cross-Platform application in Jython (a Java implementation of Python - see www.jython.org) to firstly make my life easier...


Platforms: *nix

License: Freeware Size: 3.61 MB Download (46): JPokerTM Download

Added: August 07, 2010 | Visits: 1.967

KtikZ KtikZ application can help you to create TikZ (from the LaTeX pgf package) diagrams for your publications. It requires qt4, LaTeX (pdflatex), the LaTeX preview-latex-style package and pgf itself. The tool was just a quick hack for making my life easier. It works fine for me. If youd like to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (149): KtikZ Download

Released: January 04, 2010  |  Added: February 03, 2010 | Visits: 1.873

Axalot backup software Why is Axalot better than a virtual safe? Virtual safes require manual backup, Axalot brings you an automated backup solution. You have nothing to do once you've installed the software. Where is my data stored? The Axalot automatic online backup solution keeps your data on our secure...


Platforms: Windows

License: Freeware Size: 18.68 KB Download (106): Axalot backup software Download

Added: August 16, 2013 | Visits: 391

3079 3079 is a futuristic, open-world action first-person role playing game. All areas, buildings, items, quests and characters are randomly generated. This game is still under active development, so stayed tuned for more features! I hope you enjoy it! 3079 is a sequel to my older games, 3059 and...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 41.4 MB Download (38): 3079 Download

Released: January 06, 2003  |  Added: March 20, 2006 | Visits: 2.821

SheenCal SheenCal 2 is a personal productivity software package with 4 main tools : My Calendar My Goals Kit My Life Kit My Add-on My Calendar is an easy to use calendaring weapon that allows you to view the all the events and their full information on any day with just 1 click. Get reminded on a...


Platforms: Windows

License: Shareware Cost: $18.90 USD Size: 2.09 MB Download (107): SheenCal Download

Added: August 17, 2008 | Visits: 1.137

HTMLXlat HTMLXlat is a utility that will convert special characters in HTML files to their corresponding HTML codes and vice versa. We often have to use international characters that should be encoded (e.g. é is e). I noticed that I was frequently manually converting the special characters to their...


Platforms: Windows

License: Freeware Size: 252 KB Download (124): HTMLXlat Download

Added: November 12, 2010 | Visits: 1.023

diald-top diald-top maintains a top-like listing of all packets and their time to live for use with diald. This project needs a new lead developer as the author no longer uses diald. The concept behind diald-top is very simple. I got sick of trying to read a monitor pipe flying by on an extra VC, so I...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): diald-top Download

Added: June 24, 2010 | Visits: 2.244

Raw Print Server Raw Print Server project is a "raw" print server that makes it possible for a computer to act as a "Socket API" or "AppSocket" print server. This software would not exist without Sam Rushings excellent asyncore module, nor would it exist without Steve Holdens excellent explanation of that...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (169): Raw Print Server Download

Added: August 01, 2010 | Visits: 955

Class::DBI::AutoIncrement Class::DBI::AutoIncrement is a Perl module to emulate auto-incrementing columns on Class::DBI subclasses. SYNOPSIS Lets assume you have a project making use of Class::DBI. You have implemented a subclass of Class::DBI called MyProject::DBI that opens a connection towards your projects...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::DBI::AutoIncrement Download

Added: June 16, 2010 | Visits: 1.169

Mail::Bulkmail Mail::Bulkmail is a platform independent mailing list module. SYNOPSIS use Mail::Bulkmail /path/to/conf.file my $bulk = Mail::Bulkmail->new( "LIST" => "~/my.list.txt", "From" => "Jim Thomason" , "Subject" => "This is a test message", "Message" => "Here is my test message" ) || die...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (93): Mail::Bulkmail Download

Added: October 04, 2010 | Visits: 1.955

GIMP arrow and cursor brushes GIMP arrow and cursor brushes project consists of 17 sets of arrows and three cursors (a total of 72 brushes) to put in your GIMP brushes folder. Arrow brushes is my small payback for using the great GIMP program. I had a hard time (actually impossible) finding any arrow brushes for the GIMP....


Platforms: *nix

License: Freeware Size: 16.38 KB Download (419): GIMP arrow and cursor brushes Download

Added: January 25, 2010 | Visits: 717

FontNuke FontNuke is a utility application for Mac OS X Tiger that removes corrupt or troublesome font cache files. I created this application as a tool for my personal use at the office, and has become very useful for me. To grant individual non-admin users the ability to remove font cache files, without...


Platforms: Mac

License: Freeware Download (95): FontNuke Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 230

seq_game for Mac OS Based on an old idea with extra possibilities added. It is a simple logical game which came up as a by-product while creating my 2D games engine. Features: - 140 levels - high quality graphics - nice music - user friendly interface - More music and sfx - Bugfix - Better Undo option.


Platforms: Mac

License: Freeware Size: 1.1 MB Download (457): seq_game for Mac OS Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 396

Gamebiz GameBiz 3 simulates the videogames and console/computer industry from 1980 to 2030. In GameBiz 3 you can develop new consoles, computers, games, publish games and much more. In Gamebiz 3 you have highly customizable Computer and game creation and design. Create Consoles and computers and compete...


Platforms: Windows

License: Demo Cost: $19.00 USD Size: 13 MB Download (50): Gamebiz Download

< 1 2 3 4 5 >