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

Fort Hamilton Army Base freeware
Filter: All | Freeware | Demo
 

Fort Hamilton Army Base

< 1 2 3 4 5 
Added: July 08, 2010 | Visits: 662

Volity::Jabber Volity::Jabber is a base class for Jabber-speaking Volity objects. SYNOPSIS package My::Volity::Object; use base qw(Volity::Jabber); use fields qw(wubba_wubba); # Override the parents initialize method to set values on construction. sub initialize { my $self = shift;...



Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): Volity::Jabber Download

Added: July 20, 2010 | Visits: 696

POE::Component::Basement POE::Component::Basement provides Class::Std and base POE component functionality. SYNOPSIS package POE::MyComponent; # use as base use base qw/ POE::Component::Basement /; # where the initializations happen (see Class::Std) sub BUILD { ... } # see also Class::Std and...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): POE::Component::Basement Download

Added: January 12, 2010 | Visits: 938

Buenos Buenos is a small SMP operating system skeleton which can be used as a base for operating systems project courses. Buenos runs in a machine simulator called YAMS, which is also available here. Buenos project is intended to be used as OS project base code which students can improve. Extensive...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (90): Buenos Download

Added: July 10, 2010 | Visits: 937

WWW::Mixi::OO::Page WWW::Mixi::OO::Page is a WWW::Mixi::OOs Pages base class. SYNOPSIS package WWW::Mixi::OO::Foo; use base qw(WWW::Mixi::OO::Page); sub uri { shift->absolute_uri(foo.pl); } # some implementations... METHODS new # subclass sub new { my $this = shift->SUPER::new(@_); # some...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): WWW::Mixi::OO::Page Download

Added: March 05, 2010 | Visits: 951

Myco::Entity Myco::Entity is a common base class for all Myco entity classes. SYNOPSIS ### Entity class definition package Myco::Foo; use base qw(Myco::Entity); # Start building metadata my $metadata = Myco::Entity::Meta->new ( name => __PACKAGE__, tangram => { table => Foo } );...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): Myco::Entity Download

Added: October 18, 2010 | Visits: 858

XML::EasySQL XML::EasySQL is a two-way SQL/XML base class for Perl. SYNOPSIS ... # fetch a database row as hash ref my $data = $db->selectrow_hashref(select * from users where id = 2); # init the new EasySQL data object my $data_object = EasySqlChildClass->new({data=>$data}); # get the root XML...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (89): XML::EasySQL Download

Added: June 06, 2010 | Visits: 995

Rudiments Rudiments is a C++ class library providing base classes for things such as daemons, clients, and servers, and wrapper classes for the standard C functions for things like semaphores, regular expressions, and signal handling. In the early days of SQL Relay and Groundwork, some of the classes...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (89): Rudiments Download

Added: October 20, 2010 | Visits: 1.125

Puppet::Any Puppet::Any provides a common base class for lab development tools. Puppet::* classes are designed to provide an access to the "puppeted" object using a GUI based on Tk. The basic idea is when you construct a Puppet::* object, you have all the functionnality of the object without the GUI....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Puppet::Any Download

Added: April 27, 2010 | Visits: 907

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Added: March 16, 2010 | Visits: 959

Persistent::Base Persistent::Base is an Abstract Persistent Base Class. SYNOPSIS ### we are a subclass of ... ### use Persistent::Base; @ISA = qw(Persistent::Base); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores....


Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Persistent::Base Download

Added: May 10, 2013 | Visits: 802

php User Base 1.2b php User Base is a basic user management system. It uses php sessions to validate users, rather than cookies. It is intended as a base to build from. The color and layout are easily modified. The program uses templates with cascading styles and included files to handle the layout. Features of the...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (88): php User Base 1.2b Download

Added: August 19, 2010 | Visits: 734

libferrisstreams libferrisstreams is a collection of base classes for custom std::basic_streambuf subclasses, SigC signals fired when streambuf objects are about to be deleted, relative URL handling, easy reference counting on streambuf objects, a collection of IOStreams which complement the standard ones on...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (88): libferrisstreams Download

Added: October 18, 2010 | Visits: 891

Rose::Object Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic object base class. It provides very little...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (88): Rose::Object Download

Added: September 10, 2010 | Visits: 606

Apache::MP3::L10N Apache::MP3::L10N is a base class for Apache::MP3 interface localization. This module is the base class for generating language handles (via Locale::Maketext) which Apache::MP3 (and subclasses) use for presenting their interface. To localize this for your language of choice, see the source...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (88): Apache::MP3::L10N Download

Added: August 07, 2010 | Visits: 884

Gtk2::Ex::MindMapView::Border Gtk2::Ex::MindMapView::Border is a base class for border objects. SYNOPSIS use base Gtk2::Ex::MindMapView::Border; This module is internal to Gtk2::Ex::MindMapView. It is the base class for objects that draw borders and offers several classes that are to be overidden. INTERFACE...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (87): Gtk2::Ex::MindMapView::Border Download

Added: September 18, 2010 | Visits: 441

portbase portbase is a portable base services library for C. Portbase is tested on all machines I have access to. Currently, this list includes all of the machines on the sourceforge.net compile farm, as well as my own Windows 2000 and OpenBSD machines. Expect portbase to compile without warnings on...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (87): portbase Download

Added: January 18, 2010 | Visits: 1.466

Americas Army v2.8.0 (Coalition) with Dedicated Server for Americas Army is one of the five most popular action games played online. It provides players with the most authentic military experience available, from exploring the development of Soldiers in individual and collective training to their deployment in simulated missions in the War on Terror....


Platforms: *nix

License: Freeware Size: 2 GB Download (86): Americas Army v2.8.0 (Coalition) with Dedicated Server for Download

Added: January 18, 2010 | Visits: 1.639

Americas Army Dedicated Server for Linux 2.5.0 to 2.6.0 Americas Army is one of the five most popular action games played online. It provides players with the most authentic military experience available, from exploring the development of Soldiers in individual and collective training to their deployment in simulated missions in the War on Terror....


Platforms: *nix

License: Freeware Size: 126 MB Download (86): Americas Army Dedicated Server for Linux 2.5.0 to 2.6.0 Download

Added: January 18, 2010 | Visits: 1.434

Americas Army: Special Forces (FireFight) Americas Army is one of the five most popular action games played online. It provides players with the most authentic military experience available, from exploring the development of Soldiers in individual and collective training to their deployment in simulated missions in the War on Terror....


Platforms: *nix

License: Freeware Size: 776 MB Download (86): Americas Army: Special Forces (FireFight) Download

Added: March 14, 2010 | Visits: 783

ASNMTAP::Asnmtap ASNMTAP::Asnmtap is an object-oriented Base Class to build modules that provides a nice object oriented interface for ASNMTAP. SYNOPSIS use ASNMTAP::Asnmtap; my $objectAsnmtap = ASNMTAP::Asnmtap->new ( _programName => test-asnmtap.pl, _programDescription => "Test ASNMTAP::Asnmtap",...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (86): ASNMTAP::Asnmtap Download

< 1 2 3 4 5