Main > Free Download Search >

Free reporter times software for linux

reporter times

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 703
XBlock-Reporter 1.2

XBlock-Reporter 1.2


XBlock-Reporter is a shell/PHP/MySQL frontend. more>>
Xblock reporter is a set of PHP and shell scripts to insert an exported report from an 8e6 Xstop R3000 appliance into a database, and then output that in a searchable web based format.

XBlock Reporter is a shell/PHP/MySQL front end to take the logs from an 8E6 Xstop appliance and store the data for searching/reporting.
<<less
Download (4.6MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1203 downloads
CPAN::Reporter 0.38

CPAN::Reporter 0.38


CPAN::Reporter is a Perl module to provides Test::Reporter support for CPAN.pm. more>>
CPAN::Reporter is a Perl module to provides Test::Reporter support for CPAN.pm.

SYNOPSIS

From the CPAN shell:

cpan> install CPAN::Reporter
cpan> reload cpan
cpan> o conf init test_report

CPAN::Reporter is an add-on for the CPAN.pm module that uses Test::Reporter to send the results of module tests to the CPAN Testers project. Support for CPAN::Reporter is available in CPAN.pm as of version 1.88.

The goal of the CPAN Testers project (http://testers.cpan.org/) is to test as many CPAN packages as possible on as many platforms as possible. This provides valuable feedback to module authors and potential users to identify bugs or platform compatibility issues and improves the overall quality and value of CPAN.

One way individuals can contribute is to send test results for each module that they test or install. Installing CPAN::Reporter gives the option of automatically generating and emailing test reports whenever tests are run via CPAN.pm.

GETTING STARTED

The first step in using CPAN::Reporter is to install it using whatever version of CPAN.pm is already installed. CPAN.pm will be upgraded as a dependency if necessary.

cpan> install CPAN::Reporter

If CPAN.pm was upgraded, it needs to be reloaded.

cpan> reload cpan

If upgrading from a very old version of CPAN.pm, users may be prompted to renew their configuration settings, including the test_report option to enable CPAN::Reporter.

If not prompted automatically, users should manually initialize CPAN::Reporter support. After enabling CPAN::Reporter, CPAN.pm will automatically continue with interactive configuration of CPAN::Reporter options. (Remember to commit the CPAN configuration changes.)

cpan> o conf init test_report
cpan> o conf commit

Once CPAN::Reporter is enabled and configured, test or install modules with CPAN.pm as usual.

For example, to force CPAN to repeat tests for CPAN::Reporter to see how it works:

cpan> force test CPAN::Reporter

<<less
Download (0.044MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
Data::Report 0.06

Data::Report 0.06


Data::Report provides a framework for flexible reporting. more>>
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 similar to HTML style sheets.

The Data::Report framework consists of three parts:
The plugins

Plugins implement a specific type of report. Standard plugins provided are Data::Report::Plugin::Text for textual reports, Data::Report::Plugin::Html for HTML reports, and Data::Report::Plugin::Csv for CSV (comma-separated) files.
Users can, and are encouraged, to develop their own plugins to handle different styles and types of reports.

The base class
The base class Data::Report::Base implements the functionality common to all reporters, plus a number of utility functions the plugins can use.

The factory
The actual Data::Report module is a factory that creates a reporter for a given report type by selecting the appropriate plugin and returning an instance thereof.

<<less
Download (0.016MB)
Added: 2007-03-31 License: Perl Artistic License Price:
937 downloads
Test::Reporter::Date::Format 1.27

Test::Reporter::Date::Format 1.27


Test::Reporter::Date::Format Perl module contains date formating subroutines. more>>
Test::Reporter::Date::Format Perl module contains date formating subroutines.

SYNOPSIS

use Test::Reporter::Date::Format;

@lt = localtime(time);

print time2str($template, time);
print strftime($template, @lt);

print time2str($template, time, $zone);
print strftime($template, @lt, $zone);

print ctime(time);
print asctime(@lt);

print ctime(time, $zone);
print asctime(@lt, $zone);

This module provides routines to format dates into ASCII strings. They correspond to the C library routines strftime and ctime.

time2str(TEMPLATE, TIME [, ZONE])

time2str converts TIME into an ASCII string using the conversion specification given in TEMPLATE. ZONE if given specifies the zone which the output is required to be in, ZONE defaults to your current zone.

strftime(TEMPLATE, TIME [, ZONE])

strftime is similar to time2str with the exception that the time is passed as an array, such as the array returned by localtime.

ctime(TIME [, ZONE])

ctime calls time2str with the given arguments using the conversion specification "%a %b %e %T %Yn"

asctime(TIME [, ZONE])

asctime calls time2str with the given arguments using the conversion specification "%a %b %e %T %Yn"

<<less
Download (0.023MB)
Added: 2007-07-24 License: Perl Artistic License Price:
822 downloads
Devel::Tinderbox::Reporter 0.10

Devel::Tinderbox::Reporter 0.10


Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox. more>>
Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox.

SYNOPSIS

use Devel::Tinderbox::Reporter;

my $report = Devel::Tinderbox::Reporter->new;

$report->from(your@mail.address.com);
$report->to(tinderbox@their.address.com);
$report->project(the_project);
$report->boxname(your.machine.name);
$report->style(unix);
$report->start;

...go and test your project...

$report->log($build_log);
$report->end($status);

Tinderbox collects and summaries build and test reports from many developers on many machines. This is a simple client for testers to make reports to Tinderbox servers.

<<less
Download (0.003MB)
Added: 2006-10-03 License: Perl Artistic License Price:
1116 downloads
Related 1.3

Related 1.3


Related provides a sidebar panel, with Related, Title and Link here Search for the current page. more>>
Related provides a sidebar panel, with Related, Title and Link here Search for the current page.

You can control if the extension will automatically or manually search for related pages, title or link here, from the settings, in the bottom corner of sidebar.

So, if you find the page youre viewing intresting, you can easily search for other pages with similar content, listed in the sidebar on the left of your browser.

Some times it can be very useful... sometimes not.

<<less
Download (0.006MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
934 downloads
pppcounter 0.3.5

pppcounter 0.3.5


The general function of the pppcounter is to save the begin and finish times of the connection. more>>
The general function of the pppcounter is to save the begin and finish times of the connection to a log file, and to act as a tool library for cost calculation. Save begin and finish time of the internet connection. It is contained a tool library for cost calculation. Its a simple cost calculator program for console. Configuration templates generator for console.

<<less
Download (0.055MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
PHP Trouble Ticket 1.4

PHP Trouble Ticket 1.4


PHP Trouble Ticket project provides a centralized means of problem reporting and tracking. more>>
PHP Trouble Ticket project provides a centralized means of problem reporting and tracking in multi-user environments (medium to large companies, development groups, etc.).
It helps direct problem reports to the responsible administrator(s), keeps track of the status of a problem being worked on, and offers an up-to-date list of recent changes applied. It aims to be widely configurable, easy-to-use even for those not technically inclined, and multi-language capable.
Main features:
- problem reporting
- submitting update-info
- email-notification of administrators
- email-notification sent to problem reporter after ticket is modified or closed
- watch-function for tickets to be kept up to date on progress of chosen tickets
- file attachments (including on-the-fly virus checking with external virus-scanner)
- powerful list/search function with paged browsing
- tickets can be set into relations/dependencies
- ticket quick-search function directly from the main index
- quickly access all your own tickets from the main index page
- printer-friendly display of lists and ticket details
- css style sheet support for easy customisation
- easy multiple-select/close/delete functions
- username/password protected logins
- varying levels of permissions/access-rights
- the scope of unprivileged users can be limited to their own tickets
- new users can either sign up at the login page or be created by the superuser from the administration page
- detailed userlist available for administrators with info on last login and included search function
- online configuration of all major options
- configuration of the expert/administrator information
- deadlines for trouble tickets
- up to five customizable datafields
- changes and entire tickets can be hidden from unprivileged users by the operators
- "locking" areas against change by other administrators
- national language support (included: english, german. Other language files are made available separately on the download page)
- date/Time format configurable to suit national format
- ability of the program to work with PHPs "safe mode" and "open basedir" security mechanisms
<<less
Download (MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
558 downloads
Bookmark Time 0.2 Alpha

Bookmark Time 0.2 Alpha


Bookmark Time is an Amarok script that lets you bookmark a point in time in a music file. more>>
Bookmark Time is an Amarok script that lets you bookmark a point in time in a music file.

When you play it again, you can choose the bookmarked times from the mouse menu.

<<less
Download (0.013MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
AePro 0.1

AePro 0.1


AePro provides a compilation manager for programs written in Progres4GL. more>>
AePro provides a compilation manager for programs written in Progres4GL.

It compares modification times and will only (re)compile the programs whose source code has changed.

It is intended to be used in combination with Aegis, a transaction-based software configuration management system that provides a framework within which a team of developers may work on many changes to a program independently.

<<less
Download (0.041MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
977 downloads
washerDryer 1.1

washerDryer 1.1


washerDryer keeps track of the clothes in your washing machine and dryer, and alerts you when they are ready. more>>
washerDryer keeps track of the clothes in your washing machine and dryer, and alerts you when they are ready. Keeps track of up to 10 loads at once, and can alert you in a multitude of ways.
Enhancements:
- Added feature to change process times on the fly.
- Configuration window no longer automatically closes.
- Replaced strcpy calls with strncpy.
<<less
Download (0.032MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
Rubyripper 0.4.2

Rubyripper 0.4.2


Rubyripper is a secure audio-cd ripper for linux. more>>
Rubyripper is a secure audio-cd ripper for linux.

Through multiple times ripping the same track and correcting any differences Rubyripper tries to deliver a secure rip.

<<less
Download (0.030MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
845 downloads
Hyperic SIGAR 1.4

Hyperic SIGAR 1.4


Hyperic SIGAR is a System Information Gatherer and Reporter. more>>
Hyperic SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for accessing operating system and hardware level information in Java, Perl and .NET.
Hyperic developed SIGAR to overcome the lack of portable access to low-level hardware and operating system metrics found in the Java platform. Its now a key component of the Hyperic HQ management platform since it provides HQ with visibility into things that are otherwise impossible to get to through the standard Java API.
Over the last four years of development, weve enhanced SIGAR to support multiple language bindings and operate on more than 10 OS/hardware combinations.
We think other applications would benefit from the type of information SIGAR provides. We also want to create and foster a community of users who will help us push this technology forward and incorporate it into both open source and commercial applications. So we decided to make this technology open source to give others the ability to enhance their applications.
Main features:
- System memory statistics - total, free, shared
- CPU statistics - load averages, user cpu, system cpu
- Process level statistics - process arguments, memory consumption, cpu consumption, credential info, state, environment, open file descriptors
- File system level statistics - local and remote mounted file systems (NTFS, ext, SMB, NFS, etc), capacity, utilization
- Network interface level statistics - all available network interfaces detected and monitored for bytes received/transmitted, packets received/transmitted, collisions, errors, dropped packets
Enhancements:
- Improved performance and efficiency.
- A bug with User Mode Linux VMs where SIGAR acquired incorrect CPU info has been fixed.
<<less
Download (1.7MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
920 downloads
Eventum 2.0

Eventum 2.0


Eventum provides a user-friendly and flexible issue/bug tracking system. more>>
Eventum provides a user-friendly and flexible issue/bug tracking system.

Eventum is a user-friendly and flexible issue tracking system that can be used by a support department to track incoming technical support requests or by a software development team to quickly organize tasks and bugs.

Eventum is used by the MySQL AB Technical Support team, and has allowed them to dramatically improve response times.

<<less
Download (0.86MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
930 downloads
WorldCoolers 1.002

WorldCoolers 1.002


WorldCoolers allows you to receive WorldCoolers alerts directly to your browser. more>>
WorldCoolers allows you to receive WorldCoolers alerts directly to your browser.

Download videos from Youtube, Google Video, Pornotube, Grinvi... and meny other sites with simply one click.

This simple addon adds a "Download Video" link to the right click menu panel. Just click on it and a new window will be displayed with the download link.

You will be able to download videos to your computer and watch them as meny times as you want.

The main page of the project: www.viloader.net

<<less
Download (0.071MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
983 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5