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 49.479.923 Times

Building Bomb Shelter software
Filter: All | Freeware | Demo
 

Building Bomb Shelter

< 1 2 3 4 5 > 
Added: March 13, 2010 | Visits: 936

ModPerl::ParamBuilder ModPerl::ParamBuilder is a Perl module that makes building custom Apache directives easy. SYNOPSIS package MyApp::Parameters; use ModPerl::ParamBuilder; use base qw( ModPerl::ParamBuilder ); my $builder = ModPerl::ParamBuilder->new( __PACKAGE__ ); # Build simple one argument parameter...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): ModPerl::ParamBuilder Download

Added: April 14, 2010 | Visits: 944

HTML::Embperl HTML::Embperl is a Perl module for building dynamic Websites with Perl. SYNOPSIS Embperl is a Perl extension module which gives you the power to embed Perl code directly in your HTML documents (like server-side includes for shell commands). If building more than a single page, you may also...





Platforms: *nix

License: Freeware Size: 358.4 KB Download (87): HTML::Embperl Download

Added: October 07, 2010 | Visits: 1.231

Packet Construction Set 0.5 Packet Construction Set is a set of Python modules and objects that make building network protocol code easier for the protocol developer. The core of the system is the pcs module itself which provides the necessary functionality to create classes that implement packets. Installation...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (97): Packet Construction Set 0.5 Download

Added: July 20, 2010 | Visits: 741

Embperl Embperl is a framework for building websites with Perl. For the beginner its an easy to setup and use way of embedding Perl code in HTML pages. Embperl delivers several features that ease the task of creating a websites, including dynamic tables, formfield-processing, session handling,...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (88): Embperl Download

Added: June 23, 2010 | Visits: 967

Space Mines Space Mines project is a game where one makes money by building mines. Space Mines is a game where one needs to make money by building mines and by keeping ones workers happy. INSTALLATION make all make install make clean USAGE Build mines (but not too many) and create profits by...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): Space Mines Download

Added: June 22, 2010 | Visits: 815

mod_cbroker mod_cbroker is an Apache module, for effective building of CORBA applications WWW front-ends, easy integration CORBA applications into Web. With ModCBroker it is possible to create WWW interfaces layer in general CORBA infrastructure of enterprise information system and clearly separate...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (86): mod_cbroker Download

Added: July 15, 2010 | Visits: 640

Pmw Pmw project is a toolkit for building high-level compound widgets in Python using the Tkinter module. It consists of a set of base classes and a library of flexible and extensible megawidgets built on this foundation. These megawidgets include notebooks, comboboxes, selection widgets, paned...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (108): Pmw Download

Added: July 11, 2010 | Visits: 1.430

Oracle::SQL Oracle::SQL is a Perl extension for building SQL statements. SYNOPSIS use Oracle::SQL; No automatically exported routines. You have to specifically to import the methods into your package. use Oracle::SQL qw(:sql); use Oracle::SQL /:sql/; use Oracle::SQL :sql; This is a package...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (194): Oracle::SQL Download

Added: November 14, 2010 | Visits: 1.017

Bio::Factory::SequenceFactoryI Bio::Factory::SequenceFactoryI is a Perl interface that allows for generic building of sequences in factories which create sequences (like SeqIO). SYNOPSIS # do not use this object directly it is an interface # get a Bio::Factory::SequenceFactoryI object like use Bio::Seq::SeqFactory; my...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (90): Bio::Factory::SequenceFactoryI Download

Added: March 07, 2010 | Visits: 820

Gconfigure Gconfigure is a shell-script that allows for a more easy building of programs for sources. If you want to build a tarball, youll usually execute: tar -xzvf mypackge.tar.gz cd mypackage less INSTALL less README ./configure --help ./configure --prefix=/usr -sysconfdir=/etc/gnome...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (86): Gconfigure Download

Added: November 14, 2013 | Visits: 618

SlackE17 SlackE17 is a project of building and distributing the new Enlightenment DR17 (E17) window manager for the Linux Slackware distribution. E17 is under heavy development but is stable enough for everyday use even if there was no official release yet.


Platforms: *nix

License: Freeware Size: 512 KB Download (90): SlackE17 Download

Added: April 22, 2010 | Visits: 863

CGI::Application CGI::Application is a framework for building reusable web-applications. SYNOPSIS # In "WebApp.pm"... package WebApp; use base CGI::Application; # ( setup() can even be skipped for common cases. See docs below. ) sub setup { my $self = shift; $self->start_mode(mode1);...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (87): CGI::Application Download

Added: August 19, 2010 | Visits: 1.003

Image::Button Image::Button is a base class for building PNG buttons using GD. SYNOPSIS use Image::Button::Rect; my $b1 = new Image::Button::Rect(text => text b1, font => newsgotn.ttf, fontsize => 20, file => b1.png); # $b2 is like $b1, but with different text and going to another file my $b2 =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Image::Button Download

Added: March 26, 2010 | Visits: 1.049

XML::Grove::Builder 0.46 XML::Grove::Builder is a PerlSAX handler for building an XML::Grove. SYNOPSIS use PerlSAXParser; use XML::Grove::Builder; $builder = XML::Grove::Builder->new(); $parser = PerlSAXParser->new( Handler => $builder ); $grove = $parser->parse( Source => [SOURCE] ); XML::Grove::Builder is a...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (94): XML::Grove::Builder 0.46 Download

Added: February 01, 2010 | Visits: 994

Data::DPath::Builder Data::DPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use Data::DPath::Builder; $builder = Data::DPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); Data::DPath::Builder is...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): Data::DPath::Builder Download

Added: July 20, 2010 | Visits: 1.168

XML::XPath::Builder XML::XPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use XML::XPath::Builder; $builder = XML::XPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); XML::XPath::Builder is a...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (118): XML::XPath::Builder Download

Added: November 12, 2010 | Visits: 785

Database Primitives Library DBPrim project is a library providing basic building blocks for creating in-memory databases..


Platforms: *nix

License: Freeware Size: 38.91 KB Download (87): Database Primitives Library Download

Added: October 20, 2010 | Visits: 1.133

Plasma EBG Plasma EBG project is an Empire Building Game for Linux/Windows/Solaris/BSD. Plasma EBG is an empire building game with an isometric view. It runs in multiple resolutions with graphics being displayed better for higher resolutions; hence, lower resolutions do not suffer from being too large,...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (91): Plasma EBG Download

Added: June 01, 2010 | Visits: 782

PLaTos PLaTos project is a framework for easy and comfortable building of various LaTeX documents. PLaTos is Platon LaTeX Office Suite. It is a framework for easy and comfortable building of various LaTeX documents with several advanced features.. Platon Group is Slovak open source software...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (94): PLaTos Download

Added: August 27, 2013 | Visits: 862

Community Z Tools The Community Z Tools (CZT) project is building a set of tools for editing, typechecking and animating formal specifications written in the Z specification language, with some support for Z extensions such as Object-Z, Circus, and TCOZ. These tools are all built using the CZT Java framework for Z...


Platforms: *nix

License: Freeware Size: 5.17 MB Download (89): Community Z Tools Download

< 1 2 3 4 5 >