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

Report Cover Giveaway Page freeware
Filter: All | Freeware | Demo
 

Report Cover Giveaway Page

< 1 2 3 4 5 > 
Added: September 02, 2010 | Visits: 1.619

JUnit PDF Report JUnit PDF Report project generates a PDF report from JUnit test results. It uses Apache Ant to execute the generation, and Apache FOP to render the PDF document. While automating tests for my company, I found that everything I need is available in the open source community, except printable...



Platforms: *nix

License: Freeware Size: 204.8 KB Download (130): JUnit PDF Report Download

Added: October 13, 2013 | Visits: 1.306

Disc-cover Disc-cover provides an easy way to produce covers for audio CDs non-interactively. It scans audio CDs and uses information from the CDDB or CDINDEX database to build a back and front cover for the CD using LaTeX to produce high quality PDF or PS.





Platforms: *nix

License: Freeware Size: 51.2 KB Download (152): Disc-cover Download

Added: February 24, 2010 | Visits: 1.059

Data::Report Data::Report provides a framework for flexible reporting. Data::Report is a flexible, plugin-driven reporting framework. It makes it easy to define reports that can be produced in text, HTML and CSV. Textual ornaments like extra empty lines, dashed lines, and cell lines can be added in a way...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): Data::Report Download

Added: May 17, 2010 | Visits: 1.111

Template::Plugin::Page Template::Plugin::Page is a plugin to help when paging through sets of results. SYNOPSIS [% USE page = Page($total_entries, $entries_per_page, $current_page) %] First page: [% page.first_page %] Last page: [% page.last_page %] First entry on page: [% page.first %] Last entry on page: [%...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Template::Plugin::Page Download

Added: August 13, 2010 | Visits: 926

Data::Page Data::Page is a Perl module that helps when paging through sets of results. SYNOPSIS use Data::Page; my $page = Data::Page->new(); $page->total_entries($total_entries); $page->entries_per_page($entries_per_page); $page->current_page($current_page); print " First page: ",...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Data::Page Download

Added: July 24, 2010 | Visits: 1.085

Mail::Abuse::Report SYNOPSIS use Mail::Abuse::Report; my $r = new Mail::Abuse::Report ( -text => $report_text, -reader => $reader, -filters => [ $f1, $f2, ... ], -parsers => [ $i1, $i2, ... ], -processors => [ $p1, $p2, ... ], -debug => 1, -config => $config_file, ); This class encapsulates an abuse...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (93): Mail::Abuse::Report Download

Added: May 24, 2010 | Visits: 910

Devel::Cover Devel::Cover package contains code coverage metrics for Perl. SYNOPSIS perl -MDevel::Cover yourprog args cover perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args To test an uninstalled module: cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test cover To...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): Devel::Cover Download

Added: January 10, 2010 | Visits: 3.631

Squid Report Generator SRG is a Squid Report Generator designed for the needs of CRCnet. None of the existing report generators could provide the exact solution that we required and we decided to start from scratch rather than trying to modify an existing progamme. SRG is designed to be fast and easy to integrate in...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (211): Squid Report Generator Download

Added: July 09, 2010 | Visits: 2.155

Progress Report Manager Progress Report Manager project is a system for entering and sending school progress reports for teachers and parents. The Progress Report Manager was built to alleviate problems experienced with traditional school progress reports. Administrators create progress reports that are...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (223): Progress Report Manager Download

Added: September 09, 2010 | Visits: 1.187

Devel::Cover::Truth_Table Devel::Cover::Truth_Table can create and manipulate truth tables for coverage objects. SYNOPSIS use Devel::Cover::Truth_Table; # $a || $b my $or_tt = Devel::Cover::Truth_Table->new_primitive(or_3, 0, 1, 1); # $c && $d my $and_tt = Devel::Cover::Truth_Table->new_primitive(and_3, 1, 0,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (173): Devel::Cover::Truth_Table Download

Added: February 10, 2010 | Visits: 2.121

Agata Report Agata Report is a cross-platform database reporting tool with graph generation and a query tool that allows you to get data from PostgreSQL, MySQL, SQLite, Oracle, DB2, MS-SQL, Informix, InterBase, Sybase, or Frontbase and export that data as PostScript, plain text, HTML, XML, PDF, or spreadsheet...


Platforms: *nix

License: Freeware Size: 3.7 MB Download (282): Agata Report Download

Added: July 12, 2010 | Visits: 1.017

Data::Page::Viewport Data::Page::Viewport is a Perl module to scroll thru data a page, or just an item, at a time. Synopsis This is a complete, tested, runnable program. #!/usr/bin/perl use strict; use warnings; use Data::Page::Viewport; # ----------------------------------------------- my(@data) =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Data::Page::Viewport Download

Added: May 06, 2010 | Visits: 1.366

Rockbox Cover Generator Rockbox Cover Generator amaroK script is a modded version of RockBox Cover Creator by Adrian. This version is meant for people who use the iRiver in plugged-in mode to listen to music and keep in sync with the mp3s on Harddisk. !!IMPORTANT!! You need to set a root folder for your music on...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (137): Rockbox Cover Generator Download

Added: May 10, 2013 | Visits: 2.083

MySQL Squid Access Report MySQL Squid Access Report, mysar for short, is a reporting system for user web traffic activity, as logged from a squid proxy. Features: - Dynamic. Forget about static reports that take ages to generate, hogging the system's CPU. Mysar is is the only squid reporting system with a database as its...


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

License: Freeware Download (176): MySQL Squid Access Report Download

Added: July 10, 2010 | Visits: 938

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

Released: May 02, 2011  |  Added: May 08, 2011 | Visits: 2.374

WebDwarf Free Web Page Maker Web Page authoring has never been easier or more affordable. WebDwarf Free is Virtual Mechanics' easy to use drag-and-drop web page maker. Features include a word processor with spell checker and link editor, built-in graphics creation and image editing, enhanced page layout including a snap-to...


Platforms: Windows

License: Freeware Size: 8.96 MB Download (247): WebDwarf Free Web Page Maker Download

Released: November 22, 2011  |  Added: December 19, 2011 | Visits: 2.187

Free Page Flip Book Maker Page Flip Book Maker is an easy to use yet powerful page flipping book software (100% free) that allows create your own professional and gorgeous page flip book, christmas flipbook, 3d flipping book, birthday flash flip book, kid flip book, wedding flip book, flipping book album, With Page Flip...


Platforms: Windows

License: Freeware Size: 10.19 MB Download (683): Free Page Flip Book Maker Download

Released: July 09, 2012  |  Added: August 30, 2012 | Visits: 986

Free PDF to Page Flipping Flash The page flipping flash can give you a real feeling of reading book; Easy to build flipping magazines from PDFfiles; Command-line mode of your flipping flash can be made; Unlimited desktop application provides you surprise.


Platforms: Windows

License: Freeware Size: 2.57 MB Download (96): Free PDF to Page Flipping Flash Download

Released: July 09, 2012  |  Added: August 30, 2012 | Visits: 1.460

Page Flipping Free Word to PDF Page Flipping Free Word to PDF software is easy to handle and quickly batch convert the word files. Different settings of the background and the tool bar let you customize your PDF more individualized.


Platforms: Windows

License: Freeware Size: 2.68 MB Download (106): Page Flipping Free Word to PDF Download

Released: July 09, 2012  |  Added: August 30, 2012 | Visits: 1.277

Page Flipping Free PDF to PowerPoint Page Flipping Free PDF to Text specialized for Windows 7, Vista and XP. And without any programming lessons you can easily convert PDF to PPT document, that can be output a command line format, then the PPT can be directly viewed in the original window.


Platforms: Windows

License: Freeware Size: 9.62 MB Download (103): Page Flipping Free PDF to PowerPoint Download

< 1 2 3 4 5 >