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

Simple Invoices Templates freeware
Filter: All | Freeware | Demo
 

Simple Invoices Templates

< 1 2 3 4 5 > 
Added: April 04, 2010 | Visits: 880

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: April 08, 2010 | Visits: 1.580

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API....





Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: January 08, 2010 | Visits: 779

PGPLOT::Simple PGPLOT::Simple is a simple Perl Interface to PGPLOT. SYNOPSIS use strict; use PGPLOT::Simple qw(:essential); die "Must provide a filename.n" unless @ARGV; my $filename = shift; chomp $filename; unless ( $filename =~ /.ps$/ ) { $filename .= ".ps"; } set_begin({ file =>...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): PGPLOT::Simple Download

Added: November 27, 2010 | Visits: 1.502

Strictly Invoices Strictly Invoices is an application for the small business owner who wants to send out invoices! Important Note: You may need to make the file executable by changing the properties or running the command: chmod 755 invoices. Strictly Invoices - Send invoices to your clients. Print or create...


Platforms: *nix

License: Freeware Size: 4.2 MB Download (134): Strictly Invoices Download

Added: February 20, 2010 | Visits: 888

Simple Config Simple Config library supports configuration files consisting of simple name-value pairs, similar to the old Windows INI files. A config file can be loaded into memory, queried by item name, modified, and written back out to a file. Configuration items may also be "watched", which causes a...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (91): Simple Config Download

Added: July 25, 2010 | Visits: 1.173

Blog::Simple Blog::Simple is a Perl extension for the creation of a simple weblog (blogger) system. SYNOPSIS use Blog::Simple; my $sbO = Blog::Simple->new(); $sbO->create_index(); #generally only needs to be called once my $content=" blah blah blah in XHTM"p" Better when done in XHTM"p""; my $title...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (93): Blog::Simple Download

Added: April 15, 2010 | Visits: 871

MP3::Icecast::Simple MP3::Icecast::Simple is a simple MP3::Icecast wrapper. SYNOPSIS use MP3::Icecast::Simple; $icy = MP3::Icecast::Simple->new( description => "Station", server => 127.0.0.1:8000, password => password, local_port => 1234, bitrate => 96 ); $icy->play("/path/to/files"); ABSTRACT...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): MP3::Icecast::Simple Download

Added: October 13, 2010 | Visits: 2.301

Simple PHP Internet Traffic Shaping Simple PHP Internet Traffic Shaping in short SPITS, is a PHP Web Interface for managing traffic control queueing disciplines (qdiscs) and classes. Iptables rules are used in order to classify the packets. It currently only supports few qdiscs and iptables rules with few matches.. Get Simple PHP...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (180): Simple PHP Internet Traffic Shaping Download

Added: July 06, 2010 | Visits: 1.226

Simple XML Configuration Library Simple XML Configuration Library an XML library for parsing a simple configuration file format. Simple XML Configuration Library is actively developed for *nix, Mac OS X and *BSD. The goal of the project is to provide a library that can be easily wrapped into other languages such as Python and...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Simple XML Configuration Library Download

Added: May 07, 2010 | Visits: 1.634

Very Simple Network Monitor Very Simple Network Monitor is a complete rewrite of project PHP Monitoring. Its by default capable of monitoring via ping, UDP and TCP checks. Has builtin plugin system so customized scripts can be used to monitor whatever you like eg. oracle tablespaces, diskspace whatever; Alarms are also...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (119): Very Simple Network Monitor Download

Added: February 18, 2010 | Visits: 895

RDF::Simple::Parser RDF::Simple::Parser is a simple RDF/XML parser that reads a string containing RDF in XML. SYNOPSIS my $uri = http://www.zooleika.org.uk/bio/foaf.rdf; my $rdf = LWP::Simple::get($uri); my $parser = RDF::Simple::Parser->new(base => $uri) my @triples = $parser->parse_rdf($rdf); # returns...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (98): RDF::Simple::Parser Download

Added: November 07, 2010 | Visits: 921

HTTP::Server::Simple::Mason HTTP::Server::Simple::Mason is an abstract baseclass for a standalone mason server. SYNOPSIS my $server = MyApp::Server->new(); $server->run; package MyApp::Server; use base qw/HTTP::Server::Simple::Mason/; sub mason_config { return ( comp_root => /tmp/mason-pages ); } INTERFACE...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (89): HTTP::Server::Simple::Mason Download

Added: April 27, 2010 | Visits: 5.799

Test::WWW::Simple Test::WWW::Simple is a Perl module to test Web applications using TAP. SYNOPSIS use Test::WWW::Simple; # This is the default user agent. user_agent(Windows IE 6); page_like("http://yahoo.com", qr/.../, "check for expected text"); page_unlike("http://my.yahoo.com", qr/.../, "check for...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Test::WWW::Simple Download

Added: September 11, 2010 | Visits: 799

Test::XML::Simple Test::XML::Simple is an easy testing for XML. SYNOPSIS use Test::XML::Simple tests=>5; xml_valid $xml, "Is valid XML"; xml_node $xml, "/xpath/expression", "specified xpath node is present"; xml_is, $xml, /xpath/expr, "expected value", "specified text present"; xml_like, $xml, /xpath/expr,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (86): Test::XML::Simple Download

Added: July 02, 2010 | Visits: 1.429

Simple Wiimote Library for Linux Simple Wiimote Library for Linux (Libwiimote) is a simple C library for communicating with the Nintendo Wii Remote on a Linux system. Even though the API strives to be minimal, it provides complete control over most features of the wiimote and nunchuk controllers. Installation Make sure you...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (114): Simple Wiimote Library for Linux Download

Added: June 14, 2010 | Visits: 664

MP3::Daemon::Simple MP3::Daemon::Simple is a daemon for the mp3(1p) client. SYNOPSIS Fork a daemon MP3::Daemon::Simple->spawn($socket_path); Start a server, but dont fork into background my $mp3d = MP3::Daemon::Simple->new($socket_path); $mp3d->main; Youre a client wanting a socket to talk to the daemon...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (97): MP3::Daemon::Simple Download

Added: April 16, 2010 | Visits: 1.384

A Simple TimeSheet A Simple TimeSheet (ASTS) allows a group of people to record the hours spent working on a variety of projects. For each project, the hours can be divided into a number of different tasks. There are global projects and tasks but also personal projects and tasks for each user. The main aim is to...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (171): A Simple TimeSheet Download

Added: October 24, 2010 | Visits: 1.335

Pod::Simple::Wiki Pod::Simple::Wiki is a class for creating Pod to Wiki filters. SYNOPSIS To create a simple filter to convert from Pod to a wiki format: #!/usr/bin/perl -w use strict; use Pod::Simple::Wiki; my $parser = Pod::Simple::Wiki->new(kwiki); if (defined $ARGV[0]) { open IN, $ARGV[0] or die...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Pod::Simple::Wiki Download

Added: September 12, 2010 | Visits: 4.643

Simple Flash Menu Simple Flash Menu allows fast constructing nested menus for html pages (like on left side of this page), simply by editing xml file. No, dont afraid, xml knowledge isnt required, look on example and make similar. This done with macromedia flash, you must place on server flash script which will...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (99): Simple Flash Menu Download

Added: March 05, 2010 | Visits: 1.087

Keep IT Simple Keep IT Simple is a simple, customizable, Conky-like theme for Superkaramba featuring a mail-checker and a temperatures monitor. Enjoy! It monitors: - CPU usage - HDD usage - Network load - Memory load - e-mail inbox.


Platforms: *nix

License: Freeware Size: 75.78 KB Download (91): Keep IT Simple Download

< 1 2 3 4 5 >