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

Conways freeware
 

Conways

Added: April 15, 2010 | Visits: 831

BitLife Its a simple idea: implement Conways Game of Life using boolean logic operations (and, or, not, xor); do so by blits, thus running a Life game in every bitplane in parallel. Currently 2 implementations are available: a proof-of-concept (with a life-covered 3d cube!) one in Python (with... Platforms: *nix

License: Freeware Size: 102.4 KB Download (92): BitLife Download

Added: November 01, 2010 | Visits: 928

ExtUtils::ModuleMaker::PBP ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conways Perl Best Practices. SYNOPSIS use ExtUtils::ModuleMaker::PBP; $mod = ExtUtils::ModuleMaker::PBP->new( NAME => Sample::Module ); $mod->complete_build(); $mod->dump_keys(qw| ... # key... Platforms: *nix

License: Freeware Size: 34.82 KB Download (120): ExtUtils::ModuleMaker::PBP Download

Added: April 06, 2010 | Visits: 550

LucidLife LucidLife is a free and usable implementation of Conways Life. Aimed at users of the GNOME desktop environment, LucidLife should also be portable to other platforms. LucidLife is based on GtkLife.. Platforms: *nix

License: Freeware Size: 1.4 MB Download (99): LucidLife Download

Added: October 18, 2010 | Visits: 1.470

Game::Life Game::Life - Plays Conways Game of Life. SYNOPSIS use Game::Life; my $game = new Game::Life( 20 ); my $starting = [ [ 1, 1, 1 ], [ 1, 0, 0 ], [ 0, 1, 0 ] ]; $game->place_points( 10, 10, $starting ); for (1..20) { my $grid = $game->get_grid(); foreach ( @$grid ) { print map { $_ ?... Platforms: *nix

License: Freeware Size: 6.14 KB Download (110): Game::Life Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 659

Crepuscular Life Screensaver for Mac OS A free, interactive OpenGL screensaver which runs Conways Game of Life at full display resolution. Features: - Keeps the board in motion by regularly spawning spaceships - User can change the game speed & cell count while saver runs - Preserves the board state between runs - Optimized for... Platforms: Mac

License: Freeware Size: 184.32 KB Download (50): Crepuscular Life Screensaver for Mac OS Download

Added: January 18, 2010 | Visits: 727

Wmlife wmlife is a program launcher dockapp. Wmlife is a dock app running Conways Game of Life (and program launcher). Life is played on a grid of square cells where a cell can be either live or dead. In the rules, you count the number of live neighbours for each cell to determine whether a cell lives... Platforms: *nix

License: Freeware Size: 92.16 KB Download (90): Wmlife Download

Added: October 13, 2010 | Visits: 1.699

Template::Plugin::Lingua::EN::Inflect Template::Plugin::Lingua::EN::Inflect is a Perl interface to Lingua::EN::Inflect module. SYNOPSIS [% USE infl = Lingua.EN.Inflect; -%] [% FILTER inflect(number => 42); -%] There PL_V(was) NO(error). PL_ADJ(This) PL_N(error) PL_V(was) fatal. [% END; -%] [% "... and "; infl.ORD(9);... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Template::Plugin::Lingua::EN::Inflect Download

Added: September 15, 2010 | Visits: 1.014

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #... Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: September 23, 2010 | Visits: 1.176

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document... Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Added: February 17, 2010 | Visits: 917

Class::DispatchToAll Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless {},My::Class # not a proper constructor, I know.. # this... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Class::DispatchToAll Download

Added: July 28, 2013 | Visits: 562

John Conway's Game of Life This is an implementation of John Conway's Game of Life (see here: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) for Drupal. This puts the Game of Life in a block for use in the sidebar, for example.Features: * Each page refresh generates a new "generation". * You can have the "world"... Platforms: PHP

License: Freeware Size: 10 KB Download (43): John Conway's Game of Life Download