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

Simple Safety Stock Calculation freeware
Filter: All | Freeware | Demo
 

Simple Safety Stock Calculation

< 1 2 3 4 5 
Added: March 14, 2010 | Visits: 813

XML::SAX::Simple XML::SAX::Simple is a SAX version of XML::Simple. SYNOPSIS use XML::SAX::Simple qw(XMLin XMLout); my $hash = XMLin("foo.xml"); XML::SAX::Simple is a very simple version of XML::Simple but for SAX. It can be used as a complete drop-in replacement for XML::Simple. See the documentation for...



Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): XML::SAX::Simple Download

Added: April 24, 2010 | Visits: 995

Test::Simple Test::Simple is a Perl module with basic utilities for writing tests. SYNOPSIS use Test::Simple tests => 1; ok( $foo eq $bar, foo is bar ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable...





Platforms: *nix

License: Freeware Size: 77.82 KB Download (92): Test::Simple Download

Added: May 10, 2013 | Visits: 2.247

Advanced Stock Tracking System Advanced Stock Tracking System (AST) is a web-based application for keeping track of stocks. It features a portfolio with dividend tracking, worksheet to keep track of prospects, a stock comparison utility, a search engine for the stock market and an alert engine to email you about key events in...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (187): Advanced Stock Tracking System Download

Added: May 25, 2010 | Visits: 2.083

Advance Stock Tracker Advanced Stock Tracking System (AST) is a Web-based application for keeping track of stocks. Advance Stock Tracker features a portfolio with dividend tracking, a worksheet to keep track of prospects, a stock comparison utility, and a search engine for the stock market based heavily on technical...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (178): Advance Stock Tracker Download

Added: April 01, 2010 | Visits: 1.290

DFA::Simple DFA::Simple is a Perl module to implement simple Discrete Finite Automata. SYNOPSIS my $Obj = new DFA::Simple or my $Obj = new DFA::Simple $Transitions; or my $Obj = new DFA::Simple $Actions, $StateRules; $Obj->Actions = [...]; my $Trans = $LP->Actions; $Obj->StateRules = [...]; my...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (136): DFA::Simple Download

Added: August 27, 2010 | Visits: 2.177

Simple File Transfer Simple File Transfer is a pure useless program which allows you exchange files with remote computers via Internet. This program has been written for personnal use, so dont blame me if you think I am stupid doing such tool for the others. It should run on every POSIX compliant Operating System,...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (195): Simple File Transfer Download

Added: March 27, 2010 | Visits: 1.296

Simple RSS Service The Simple RSS Service (SRSSS) generates and serves RSS feeds through a common interface via CGI-enabled webservers. It uses modules to extract items for feeds from various sources, and has a virtual filesystem where feeds can be read by CGI-clients. The package contains everything needed to...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (133): Simple RSS Service Download

Added: November 10, 2010 | Visits: 862

JOpt Simple JOpt Simple is a simple, test-driven command line parser for Java programs. JOpt Simple supports POSIX getopt() and GNU getopt_long(). What command line switch syntax does JOpt Simple support? As closely as possible, JOpt Simple attempts to adhere to the rules of POSIX getopt() and GNU...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (90): JOpt Simple Download

Added: June 03, 2010 | Visits: 2.259

AI::ExpertSystem::Simple AI::ExpertSystem::Simple is a simple expert system shell. SYNOPSIS This class implements a simple expert system shell that reads the rules from an XML knowledge base and questions the user as it attempts to arrive at a conclusion. This class is where all the work is being done and the other...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (599): AI::ExpertSystem::Simple Download

Added: September 02, 2010 | Visits: 2.431

Simple PHP Calendar Simple PHP Calendar is a a simple, extensible PHP calendar class. The project focuses exclusively on generating an HTML representation for a given month. It is meant to be easily extended for use in other applications, such as input widgets for forms, or full event calendaring applications. Its...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (124): Simple PHP Calendar Download

Added: July 09, 2010 | Visits: 1.377

Simple Sound for Small Devices Simple Sound for Small Devices (libsssd) is a simple cross-platform audio library. Simple Sound for Small Devices is designed primarily for games on portable devices such as smart phones, PDAs, and hand-helds. Simple Sound for Small Devices is designed as a very portable, cross-platform API for...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (89): Simple Sound for Small Devices Download

Added: May 13, 2010 | Visits: 1.016

Simple Perl Package Manager Simple Perl Package Manager tracks the files added or deleted from a system by using "find". It can detect modified files using installwatch, make backups of modified or deleted files, and remove, list, or make a tarball of a package. It records MD5 checksums of all installed files and includes...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Simple Perl Package Manager Download

Added: August 27, 2010 | Visits: 812

Tree::Simple::SAX Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Tree::Simple::SAX Download

Added: April 08, 2010 | Visits: 1.191

PCL::Simple PCL::Simple is a Perl module to create PCL for printing plain text files. SYNOPSIS use PCL::Simple qw( PCL_pre PCL_post ); open PLAIN,.


Platforms: *nix

License: Freeware Size: 5.12 KB Download (122): PCL::Simple Download

Added: April 14, 2010 | Visits: 1.042

Simple DocBook Processor Simple DocBook Processor project reads a DocBook XML file, processes it into typeset pages, and outputs the result as PostScript (which can easily be converted to a PDF). It is "simple" because it supports only a subset of DocBook, and also because it does not make use of a DTD or stylesheets...


Platforms: *nix

License: Freeware Size: 808.96 KB Download (95): Simple DocBook Processor Download

Added: April 15, 2010 | Visits: 943

LockFile::Simple LockFile::Simple is a simple file locking scheme. SYNOPSIS use LockFile::Simple qw(lock trylock unlock); # Simple locking using default settings lock("/some/file") || die "cant lock /some/filen"; warn "already lockedn" unless trylock("/some/file"); unlock("/some/file"); # Build...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (150): LockFile::Simple Download

Added: May 07, 2010 | Visits: 872

Net::Delicious::Simple Net::Delicious::Simple is a Net::Delicious for backups. SYNOPSIS use Net::Delicious::Simple; my $del = Net::Delicious->new(user => plki, pswd => secret); print "$_->{href}n" for $del->all_posts; __top If you want to do anything interesting with del.icio.us automation, you probably want...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Net::Delicious::Simple Download

Added: January 13, 2010 | Visits: 1.211

Simple Meeting Website Simple Meeting Website project is a simple TurboGears Web site that can track RSVPs for a series of meetings. Whats New in This Release: - Emailed meeting reminders have been added (activated by a cron job). - The site now validates as HTML 4.01 Strict..


Platforms: *nix

License: Freeware Size: 22.53 KB Download (107): Simple Meeting Website Download

Added: October 27, 2010 | Visits: 1.016

Declare::Constraints::Simple Declare::Constraints::Simple is a Perl module for Declarative Validation of Data Structures. SYNOPSIS use Declare::Constraints::Simple-All; my $profile = IsHashRef( -keys => HasLength, -values => IsArrayRef( IsObject )); my $result1 = $profile->(undef); print $result1->message, "n"; #...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): Declare::Constraints::Simple Download

Added: May 14, 2010 | Visits: 1.463

Simple Multi User Out-Of-Office-Responder Simple Multi User Out-Of-Office-Responder project is a vacation email responder that can be easily plugged into simple SMTP servers with procmail. We have a small e-mail server running on Debian GNU/Linux. All users are local (in /etc/passwd), have mail delivered via procmail to mailboxes in...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Simple Multi User Out-Of-Office-Responder Download

< 1 2 3 4 5