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

Redfield Scope Base freeware
Filter: All | Freeware | Demo
 

Redfield Scope Base

< 1 2 3 4 5 
Added: January 24, 2010 | Visits: 1.271

Gtk2::Ex::MindMapView::HotSpot Gtk2::Ex::MindMapView::HotSpot is a base class for grips and toggles. SYNOPSIS use base Gtk2::Ex::MindMapView::HotSpot; This module is internal to Gtk2::Ex::MindMapView. Four Gtk2::Ex::MindMapView::HotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on a mind... Platforms: *nix

License: Freeware Size: 50.18 KB Download (125): Gtk2::Ex::MindMapView::HotSpot Download

Added: November 20, 2010 | Visits: 1.071

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Math::BaseArith Download

Added: January 07, 2010 | Visits: 1.515

Basic Analysis and Security Engine BASE is the Basic Analysis and Security Engine. It is based on the code from the Analysis Console for Intrusion Databases (ACID) project. This application provides a web front-end to query and analyze the alerts coming from a SNORT IDS system. BASE is a web interface to perform analysis of... Platforms: *nix

License: Freeware Size: 337.92 KB Download (113): Basic Analysis and Security Engine Download

Added: May 20, 2010 | Visits: 1.337

net-tools The net-tools package contains a collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. It contains the important tools for controlling the network subsystem of the Linux kernel including arp, hostname, ifconfig, netstat, rarp and... Platforms: *nix

License: Freeware Size: 194.56 KB Download (109): net-tools Download

Added: August 07, 2010 | Visits: 892

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: January 23, 2010 | Visits: 989

Gtk2::Ex::MindMapView::Content Gtk2::Ex::MindMapView::Content is a base class for content objects. SYNOPSIS use base Gtk2::Ex::MindMapView::Content; This module is internal to Gtk2::Ex::MindMapView. It is the base class for objects that show content and offers several classes that are to be overidden. INTERFACE... Platforms: *nix

License: Freeware Size: 50.18 KB Download (94): Gtk2::Ex::MindMapView::Content Download

Added: September 10, 2010 | Visits: 863

Volity::Game Volity::Game is a base class for Volity game modules. SYNOPSIS See Volity::Game::TicTacToe and its source code for a simple but full-featured example. This class provides a framework for writing Volity game modules in Perl. A Volity game module will be a subclass of this class. To turn... Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Volity::Game Download

Added: July 08, 2010 | Visits: 668

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: June 21, 2010 | Visits: 970

xDash::Archive::Pg xDash::Archive::Pg is a base class for Archive. SYNOPSIS package Archive; use base xDash::Archive::Pg; # Set up your own database access parameters sub SetParameters { shift->SUPER::SetDatabaseConnection( name => xdash, user => , password => ) } USAGE The module is developed in the... Platforms: *nix

License: Freeware Size: 62.46 KB Download (98): xDash::Archive::Pg Download

Added: September 18, 2010 | Visits: 444

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: October 18, 2010 | Visits: 894

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: June 22, 2010 | Visits: 1.265

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size... Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: May 15, 2010 | Visits: 1.023

Audio::LADSPA::Plugin Audio::LADSPA::Plugin is a base class for LADSPA plugins in Perl. SYNOPSIS use Audio::LADSPA; my (@plugin_classes) = Audio::LADSPA->plugins(); # or ... my $plugin_class = Audio::LADSPA->plugin( label => "delay_5s", id => 1043); my $plugin = $plugin_class->new($sample_rate);... Platforms: *nix

License: Freeware Size: 81.92 KB Download (114): Audio::LADSPA::Plugin Download

Added: August 19, 2010 | Visits: 1.018

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: January 16, 2010 | Visits: 722

WWW::Dict WWW::Dict is a base class for WWW::Dict::* modules. SYNOPSIS use WWW::Dict; my $dict = WWW::Dict->new(Zdic); my $definition = $dict->define( $word ); print YAML::Dump( $definition ) This module is the base class for WWW::Dict::* modules, also a loder class for them. It doesnt query to... Platforms: *nix

License: Freeware Size: 19.46 KB Download (91): WWW::Dict Download

Added: May 21, 2010 | Visits: 738

HSE HSE (Hibernate, Spring, Echo2) is a three-tier base application for Echo2. It is designed to be a starting point for writing robust AJAX applications in Java, Spring, and Hibernate.. Platforms: *nix

License: Freeware Size: 8.2 MB Download (92): HSE Download

Added: January 13, 2010 | Visits: 767

XML::LibXML::Node XML::LibXML::Node is an abstract base class of XML::LibXML nodes. SYNOPSIS $name = $node->nodeName; $node->setNodeName( $newName ); $bool = $node->isSameNode( $other_node ); $bool = $node->isEqual( $other_node ); $content = $node->nodeValue; $content = $node->textContent; $type =... Platforms: *nix

License: Freeware Size: 256 KB Download (103): XML::LibXML::Node Download

Added: April 13, 2010 | Visits: 1.140

Curses::UI::Widget Curses::UI::Widget is a base class for all widgets. CLASS HIERARCHY Curses::UI::Widget - base class SYNOPSIS This class is not used directly by somebody who is building an application using Curses::UI. Its a base class that is expanded by the Curses::UI widgets. See WIDGET STRUCTURE below... Platforms: *nix

License: Freeware Size: 143.36 KB Download (103): Curses::UI::Widget Download

Added: April 19, 2010 | Visits: 935

PAiN PAiN project is a new MUD code base written in Java. PAiN is a new MUD codebase written in Java. It provides a general purpose persistence engine (PAiN DB) and the ability to do dynamic code reloading.. Platforms: *nix

License: Freeware Size: 337.92 KB Download (104): PAiN Download

Added: August 10, 2010 | Visits: 1.416

libquran libquran is a base library for reading the Holy Quran XML files provided by http://www.arabeyes.org. The main goal is to provide a data abstraction layer for any Holy Quran frontend application, no matter what sort of interface it provides. The Quran project is aimed to be a comprehensive tool... Platforms: *nix

License: Freeware Size: 225.28 KB Download (359): libquran Download

< 1 2 3 4 5