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

Koi Pond Supplies freeware
Filter: All | Freeware | Demo
 

Koi Pond Supplies

< 1 2 3 4 5 
Added: July 21, 2010 | Visits: 972

BeanCounter BeanCounter enables stockmarket data analysis and performance evaluation. Ever wondered what happened to your portfolio on a day the market moved 500 points? Ever wondered what your portfolio returned over the last (odd and arbitrary) period? Ever wondered what the Value-at-Risk (VaR) was? Ever... Platforms: *nix

License: Freeware Size: 78.85 KB Download (98): BeanCounter Download

Added: April 04, 2010 | Visits: 882

ICS::Simple ICS::Simple is a simple interface to CyberSource ICS2. SYNOPSIS Here is some basic code. Hopefully Ill come back through soon to document it properly. use ICS::Simple; my $ics = ICS::Simple->new( ICSPath => /opt/ics, MerchantId => v0123456789, # CyberSource supplies this number to you... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): ICS::Simple Download

Added: July 10, 2010 | Visits: 988

SNMP::Info::SONMP SNMP::Info::SONMP is a Perl5 Interface to SynOptics Network Management Protocol (SONMP) using SNMP. SYNOPSIS my $sonmp = new SNMP::Info ( AutoSpecify => 1, Debug => 1, DestHost => router, Community => public, Version => 2 ); my $class = $sonmp->class(); print " Using device sub class... Platforms: *nix

License: Freeware Size: 122.88 KB Download (101): SNMP::Info::SONMP Download

Added: January 09, 2010 | Visits: 2.554

Chart::Plot::Canvas Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas. SYNOPSIS use Chart::Plot::Canvas; my $img = Chart::Plot::Canvas->new(); my $anotherImg = Chart::Plot::Canvas->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() );... Platforms: *nix

License: Freeware Size: 5.12 KB Download (162): Chart::Plot::Canvas Download

Added: October 14, 2013 | Visits: 745

PHPXref PHPXref is a developer tool that's designed to ease the process of working on large PHP projects by making it very fast and easy to browse the code documentation along with the code itself. It works by scanning a project directory and translating the files it finds into readable cross-referenced... Platforms: *nix

License: Freeware Size: 61.44 KB Download (91): PHPXref Download

Added: March 02, 2010 | Visits: 965

FileBunker FileBunker is a file backup application which uses one or more GMail accounts as its backup repository. Because each GMail account supplies 1000 megabytes of storage, it serves as an excellent facility for this purpose. Files are compressed and encrypted for security and efficiency, and can be... Platforms: *nix

License: Freeware Size: 4.85 MB Download (96): FileBunker Download

Added: September 04, 2010 | Visits: 1.066

check_hpasm check_hpasm project is a plugin for Nagios which checks the hardware health of Hewlett-Packard Proliant Servers. To accomplish this, you must have installed the hpasm package. The plugin checks the health of - Processors - Power supplies - Memory modules - Fans - CPU- and board-temperatures... Platforms: *nix

License: Freeware Size: 96.26 KB Download (128): check_hpasm Download

Added: November 03, 2010 | Visits: 1.978

Template::Plugin::Translit::RU Template::Plugin::Translit::RU is a filter for converting cyrillic text into transliterated one and back. SYNOPSIS Use as filters. [% USE Translit::RU translit detranslit %] [% FILTER translit( koi ) %] ... This text would stay unchanged because it is not cyrillic. ... [% END %] Use as... Platforms: *nix

License: Freeware Size: 5.12 KB Download (140): Template::Plugin::Translit::RU Download

Added: April 09, 2010 | Visits: 953

mod_authnz_external mod_authnz_external is an Apache module used for authentication. The two modules provide basically the same functionality, and differ mainly in the way they interface to other authentication code in Apache. For Apache 2.1 and later, mod_authnz_external should be prefered. The Apache HTTP... Platforms: *nix

License: Freeware Size: 174.08 KB Download (106): mod_authnz_external Download

Added: October 11, 2010 | Visits: 2.030

Java Lemonade Stand Java Lemonade Stand is a lemonade stand game. To play the game, click on the link below. You are the sole proprietor of a lemonade stand in your front yard. Your parents were kind enough to knock together a booth and provide some initial capital and supplies. You have three months to make as... Platforms: *nix

License: Freeware Size: 286.72 KB Download (108): Java Lemonade Stand Download

Added: May 24, 2010 | Visits: 726

Pustefix Pustefix project is a framework that helps you to develop web based applications (referred to as projects here). The framework consists of two more or less independent parts: - A machinery to apply recursive XSLT transformations that produces the UI of the web application. You can learn more... Platforms: *nix

License: Freeware Size: 860.16 KB Download (90): Pustefix Download

Added: June 08, 2010 | Visits: 1.072

Engrusdict Engrusdict X11-based English-to-Russian and Russian-English dictionary. Engrusdict stands for English - Russian dictionary (approx. 22000 entries). It can translate from Russian to English (approx. 31000 entries) as well. Its based on the Freedict dictionary (© Tom van der Meijden, 1997,... Platforms: *nix

License: Freeware Size: 696.32 KB Download (151): Engrusdict Download

Added: July 14, 2010 | Visits: 1.880

Tactics Squad Tactics Squad is a real time tactics game in which the player controls a squad of soldiers in a futuristic environment. Tactics Squads main focus will be gameplay more than aesthetic pleasure. In other words, the main idea behind the game is not to astonish the player with audiovisual effects,... Platforms: *nix

License: Freeware Size: 91.14 KB Download (197): Tactics Squad Download

Added: March 11, 2010 | Visits: 959

Chromium B.S.U. Chromium B.S.U. is a fast paced, arcade-style, top-scrolling space shooter. You are captain of the cargo ship Chromium B.S.U., responsible for delivering supplies to our troops on the front line. Your ship has a small fleet of robotic fighters which you control from the relative safety of the... Platforms: *nix

License: Freeware Size: 634.88 KB Download (98): Chromium B.S.U. Download

Added: May 06, 2010 | Visits: 979

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)... Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: January 16, 2010 | Visits: 809

WeiLiYu WeiLiYu is a chinese/pinyin learning game. WeiLiYu is a freely available pinyin/Chinese character learning game written in Java. The name means "feed the koi", which is the object of the game. Playing this game will improve your pinyin and Chinese reading skills. If some koi do not get fed,... Platforms: *nix

License: Freeware Size: 17.5 MB Download (135): WeiLiYu Download

Added: May 03, 2010 | Visits: 887

Mon::Client Mon::Client is a Perl module with methods for interaction with Mon client. SYNOPSIS use Mon::Client; Mon::Client is used to interact with "mon" clients. It supports a protocol-independent API for retrieving the status of the mon server, and performing certain operations, such as disableing... Platforms: *nix

License: Freeware Size: 23.55 KB Download (94): Mon::Client Download

Added: March 22, 2010 | Visits: 1.189

Nemesis Pascal Nemesis Pascal is an Pascal interpreter that is: Free Open Source (GPL) Cross-platform (currently Windows and Linux) Nemesis Pascal is written in Delphi and Kylix. Borland CLX libraries supplies the cross-platform features. The Nemesis Pascal applications runs on Windows using native... Platforms: *nix

License: Freeware Download (172): Nemesis Pascal Download

Added: February 02, 2010 | Visits: 813

FScript FScript is an extremely simple scripting language. Its intended use is as an embedded language in other Java programs. It is very simple to embed - it can be as simple as sub-classing one class to add your own functionality. However is not a complete programming language, as it has no library of... Platforms: *nix

License: Freeware Size: 112.64 KB Download (87): FScript Download

Added: August 01, 2010 | Visits: 982

Mod_Auth_External Mod_Auth_External and mod_authnz_external are Apache modules used for authentication. The two modules provide basically the same functionality, and differ mainly in the way they interface to other authentication code in Apache. For Apache 2.1 and later, mod_authnz_external should be prefered.... Platforms: *nix

License: Freeware Size: 51.2 KB Download (98): Mod_Auth_External Download

< 1 2 3 4 5