Main > Free Download Search >

Free executive summary software for linux

executive summary

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 239
Transit Executive 0.2

Transit Executive 0.2


Transit Executive project is a real-time strategy simulation game of building transit systems. more>>
Transit Executive project is a real-time strategy simulation game of building transit systems, make profits, and attempt to take over your competition.

<<less
Download (1.9MB)
Added: 2006-11-11 License: BSD License Price:
1078 downloads
Summary 1.0

Summary 1.0


Summary is a project that offers mass view and edit content in a summary table. more>>
Summary is a project that offers mass view and edit content in a summary table.
Summary product adds a new field type "SummaryField". SummaryField allows viewing and editing data collected from other content objects. Data is displayed as a table which acts as a shortcut for quick overviews and mass editing.
Main features:
- Collect information from other objects
- Display it in easy-to-digest table form
- Edit data without the need of going through many clicks to the object edit view
- Mass review content based on author name and content title
- Spreadsheet kind of data input
- Replace some Smart Folders use cases with a possibility to edit values too
- Default action is to collect and edit data from child content objects and their fields. Content objects appear as rows and field appear as column in the resulting table.
- Provides a flexible API for custom storage backends and use cases
- Different computed values can be placed to the summary table
- Per cell edit control disabling - no accidental misedits of already valid data
- Per cell input value validation
- Out-of-box supported field and widget types
- Text fields
- Integer fields
- Floating point fields
- Selection list fields
<<less
Download (0.12MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
976 downloads
Project Summary Doclet 1.01

Project Summary Doclet 1.01


Project Summary Doclet is small a doclet that extracts release info and links report items to SF tracker items. more>>
Project Summary Doclet project is a doclet that extracts release info and links report items to SF tracker items.
It creates a flat report that contains summaries of changes, known bugs, and tasks.
The default output format is HTML, and the way reports are generated may be modified easily by using a simple properties file.
It supplements the existing SourceForge.net project tracker infrastructure with the ability to automatically link report items to their corresponding tracker items.
Enhancements:
- All report texts have been transformed to text patterns and are now stored in a properties file
- A navigation bar was added in the beginning and end to point to the different sections.
Usage:
javadoc -d [output (initial) directory] -doclet antey.doclet.SummaryDoclet -docletpath [path to projects build directory] [files to process]
<<less
Download (0.010MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1121 downloads
Mail::Summary 0.02

Mail::Summary 0.02


Mail::Summary is a Perl module that can scan read your mail! more>>
Mail::Summary is a Perl module that can scan read your mail!

SYNOPSIS

my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });

my @mail_summaries = $ms->summaries;

Too busy to read your mail? Subscribe to too many mailing lists? Take two folders into the shower? Well, for the busy on the go geek of today, here is the answer! Get all your messages summarised, to save you having to read them, or to read them by which summary looks better!

new

my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });

This will make a new Mail::Summary object.

maildir

my $maildir = $ms->maildir;

This is the mail directory as defined by the user.

summaries

my @mail_summaries = $ms->summaries;

This will return a list, with every entry in the list being a summary of an individual message.

<<less
Download (0.003MB)
Added: 2006-12-04 License: Perl Artistic License Price:
1054 downloads
SyslogScan::Summary 0.32

SyslogScan::Summary 0.32


SyslogScan::Summary encapsulates a tally of how many bytes people have sent and received through sendmail. more>>
SyslogScan::Summary encapsulates a tally of how many bytes people have sent and received through sendmail.

SYNOPSIS

Use SyslogScan::Summary;
Use SyslogScan::DeliveryIterator;

my $iter = new SyslogScan::DeliveryIterator(syslogList =>
[/var/log/syslog]);
my $summary;
if (defined $DOING_IT_THE_HARD_WAY_FOR_NO_PARTICULAR_REASON)
{
# feed a series of SyslogScan::Delivery objects
$summary = new SyslogScan::Summary();
my $delivery;
while ($delivery = $iter -> next())
{
$summary -> registerDelivery($delivery);

# You would instead use:
# $summary -> registerDelivery($delivery,foo.com.$)
# if you only cared to get statistics relating to how
# much mail users at foo.com sent or received.
}
}
else
{
# slurps up all deliveries in the iterator,
# producing the same effect as the block above
$summary = new SyslogScan::Summary($iter);
}

print $summary -> dump();

use SyslogScan::Usage;
my $usage = $$summary{john_doe@foo.com};
if (defined $usage)
{
print "Here is the usage of John Doe at foo.com:n";
print $usage -> dump();
}
else
{
print "John Doe has neither sent nor received messages lately.n";
}

<<less
Download (0.037MB)
Added: 2007-08-16 License: Perl Artistic License Price:
799 downloads
Mail::Summary::Tools 0.05

Mail::Summary::Tools 0.05


Mail::Summary::Tools are tools for mailing list summarization. more>>
Mail::Summary::Tools are tools for mailing list summarization.



SYNOPSIS

# create a summary from anything Mail::Box can open.
# you may also programatically create summary objects and serialize
# them if you dont have the threads in a standard mail format.

% mailsum create --dates --posters --clean -i foo.mbox -o summary.yaml


# edit the text in your editor, if you dont like YAML files

% mailsum edit --skip --dates --posters --links --archive gmane summary.yaml


# create pretty outputs

% mailsum totext --shorten -a google summary.yaml > summary.txt
% mailsum tohtml --archive google summary.yaml > summary.html

This distribution contains numerous classes useful for creating summaries, and an App::Cmd based frontend to those classes.
The main usage is illustrated in the "SYNOPSIS" section.

<<less
Download (0.042MB)
Added: 2006-11-28 License: Perl Artistic License Price:
1060 downloads
Eremove 1.4

Eremove 1.4


Eremove is a simple application for linux, based on GTK, for logging into a POP3 mail account. more>>
Eremove is a simple application for linux, based on GTK, for logging into a POP3 mail account, quickly seeing a summary of everything that is there waiting for you, and previewing/deleteing some or all of those emails painlessly.
Sometimes there is a large email blocking the mailbox, or lots of SPAM, or corrupted headers. Eremove is a great solution to clean POP3 servers by SPAM, corrupted headers or unwanted emails.
Time permitting, I will continue to add bits and pieces to it, and suggestions are more than welcome.
Note: If you are looking for the similarly named Windows "Email remover", youll find it here
Main features:
- the main feature is the preview function
<<less
Download (0.032MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1239 downloads
DBD::Informix::Summary 2007.0226

DBD::Informix::Summary 2007.0226


DBD::Informix::Summary is an updated version of the information about DBD::Informix in the DBI book. more>>
DBD::Informix::Summary is an updated version of the information about DBD::Informix in the DBI book.
Main features:
- Transactions Yes, if enabled when database was created
- Locking Yes, implicit and explicit
- Table joins Yes, inner and outer
- LONG/LOB data types Yes, upto 2GB
- Statement handle attributes available After prepare()
- Placeholders Yes, "?" (native)
- Stored procedures Yes
- Bind output values Yes
- Table name letter case Configurable
- Field name letter case Configurable
- Quoting of otherwise invalid names Yes, via double quotes
- Case insensitive "LIKE" operator No
- Server table ROW ID pseudocolumn Yes, "ROWID"
- Positioned update/delete Yes
- Concurrent use of multiple handles Unrestricted
<<less
Download (0.27MB)
Added: 2007-08-08 License: Perl Artistic License Price:
808 downloads
Money Share 2.2

Money Share 2.2


Money Share is an expense management tool that can be used keep track of expenses among several people. more>>
Money Share is an expense management tool that can be used keep track of expenses among several people.
Expenses made on behalf of people can be kept track of and recovered when balancing accounts. The utility also reduces the number of exchanges required in order to balance the accounts.
Enhancements:
Improvements
- Specify which file is selected in the dropdown box
- Change password option functionality is now available
- Transactions page now has a summary of expenses by description
<<less
Download (0.027MB)
Added: 2005-08-17 License: GPL (GNU General Public License) Price:
1537 downloads
Mail::Summary::Tools::YAMLCache 0.05

Mail::Summary::Tools::YAMLCache 0.05


Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix. more>>
Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix.

SYNOPSIS

use Mail::Summary::Tools::YAMLCache;

my $cache = Mail::Summary::Tools::YAMLCache->new(
file => Path::Class::file("/tmp/foo"),
);

$cache->get("foo:bar");

$cache->set("foo:bar", "moose");

This is a hacky implementation of the Cache API, suitable for caching long lived values, like shortened links, and links to google group threads (which require WWW::Mechanize under normal circumstances).

The main point of this module is to create a file that is easy to edit/alter/delete, not to be performant or multiprocess friendly.

<<less
Download (0.042MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
evolution-rss 0.0.4

evolution-rss 0.0.4


evolution-rss is a evolution RSS reader plugin. more>>
evolution-rss is a evolution RSS reader plugin.

This plugin adds RSS Feeds support for evolution mail. RSS support was built upon the somewhat existing RSS support in evolution-1.4 branch.

The motivation behind this was to have RSS in same place as mails, at this moment I do not see the point having a separate RSS reader since a RSS Article is like an email message. Probably thats the same reason for NNTP support in evolution.

At this time feeds Artiles are only displayed as summary (with html)

<<less
Download (0.40MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
844 downloads
Text::MetaText 0.22

Text::MetaText 0.22


Text::MetaText is a Perl extension implementing meta-language for processing template text files. more>>
Text::MetaText is a Perl extension implementing meta-language for processing "template" text files.

SYNOPSIS

use Text::MetaText;

my $mt = Text::MetaText->new();

# process file content or text string
print $mt->process_file($filename, %vardefs);
print $mt->process_text($textstring, %vardefs);

# pre-declare a BLOCK for subsequent INCLUDE
$mt->declare($textstring, $blockname);
$mt->declare(@content, $blockname);

SUMMARY OF METATEXT DIRECTIVES

%% DEFINE
variable1 = value # define variable(s)
variable2 = "quoted value"
%%

%% SUBST variable %% # insert variable value
%% variable %% # short form of above

%% BLOCK blockname %% # define a block blockname
block text...
%% ENDBLOCK %%

%% INCLUDE blockname %% # include blockname block text
%% INCLUDE filename %% # include external file filename

%% INCLUDE file_or_block # a more complete example...
variable = value # additional variable definition(s)
if = condition # conditional inclusion
unless = condition # conditional exclusion
format = format_string # printf-like format string with %s
filter = fltname(params) # post-process filter
%%

%% TIME # current system time, as per time(2)
format = format_string # display format, as per strftime(3C)
%%

<<less
Download (0.085MB)
Added: 2007-08-06 License: Perl Artistic License Price:
810 downloads
cvsstat 2.24

cvsstat 2.24


cvsstat is a Perl program which transforms the cvs status output to an ASCII table sorted after the status of files. more>>
cvsstat is a Perl program which transforms the cvs status output to an ASCII table sorted after the status of files.

If you have used CVS, then you know that it is hard to get a good overview the CVS-status of the files in you directories. Any new files? Any files changes? Any files which other people have changed in the repository? cvsstat will help the programmer get the overview. The program can be used for any type of CVS archive, local as well as remote.

Note that the program requires fast access to the repository! If this is not the case, then consider the cvschk-program for fast off-line CVS status summary.

<<less
Download (0.037MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
825 downloads
Mail::Summary::Tools::ArchiveLink::Easy 0.05

Mail::Summary::Tools::ArchiveLink::Easy 0.05


Mail::Summary::Tools::ArchiveLink::Easy is a Perl module for easy constructors for archive links. more>>
Mail::Summary::Tools::ArchiveLink::Easy is a Perl module for easy constructors for archive links.

SYNOPSIS

use Mail::Summary::Tools::ArchiveLink::Easy;

# choose a service
my $link = Mail::Summary::Tools::ArchiveLink::Easy->gmane( $msg_id );
my $link = Mail::Summary::Tools::ArchiveLink::Easy->google( $msg_id );

# link to the message/thread
$link->thread_uri;
$link->message_uri;

<<less
Download (0.042MB)
Added: 2006-11-30 License: Perl Artistic License Price:
1058 downloads
Clichart 0.5.3

Clichart 0.5.3


Clichart is an application intended for quick summarization and visualization of data, especially from system logs. more>>
Clichart is an application intended for quick summarization and visualization of data, especially from system logs. It provides tools to extract and manipulate tabular summary data from text files, and to generate and view simple charts from tabular data on the command line
Main features:
- Display charts in a window, save them to disk (JPEG or PNG), or both
- Accept data in comma- or whitespace-separated formats
- Read data from a file, or have it piped into its standard input
- Display XY line charts, with the X axis based on dates, times or values. The Y axis must be simple values (integer or decimal)
- Be used interactively, or driven via scripts
- Generate summary data based on counts, averages, minimum, maximum of input fields
- Generate summary data based on discrete values
- Generate aggregates from tabular data
- Operate in CLI server mode, generating 1 or more charts based on commands passed via standard in (either from another script, or from a command file).
Enhancements:
- This release is mostly a tidy-up, with small bugfixes and improvements in handling errors.
- However, it also allows output from "aggregate" to include simple expressions, adds the ability for "cliserverlib" to locate "clichart" via the PATH (useful for Windows users), and uses the Psyco JIT compiler to speed operation if its installed.
<<less
Download (2.7MB)
Added: 2007-06-11 License: LGPL (GNU Lesser General Public License) Price:
865 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5