Main > Free Download Search >

Free what is an executive summary software for linux

what is an executive summary

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 249
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
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
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
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
Whups 1.0-cvs

Whups 1.0-cvs


Whups provides a ticket and bug tracking system. more>>
Whups provides a ticket and bug tracking system.
It is designed to be extremely flexible in letting users define kinds of tickets, different life cycles (sets of states) and priorities for each kind of ticket, and mixing types of tickets into sets of queues.
This design allows for very general and sophisticated multi-purpose uses.
Main features:
- Support for multiple "Queues" (aka Projects).
- Custom ticket types, states, priorities per Queue.
- Create, Assign, Close tickets.
- Search for tickets matching specific criteria.
- A complex query building for building and saving/storing custom searches.
- A reporting facility include graphs.
- Guest access (in addition to login access).
- E-mail notification of changes to tickets.
- Some groups/permisions support (more to come).
Enhancements:
- Ensure that a due date in a prior year doesnt make the EditTicketForm invalid (Bug #4763).
- Remove saved searches (Request #4897).
- Calculate ticket date attributes when they change instead of on every access (php@ideacode.com, Request #4893).
- Queries are now managed as shares, but the serialized bits are stored and managed by Whups in their own dedicated table.
- Allow guest access to query page.
- Smarter word wrapping in string representations of tickets (Request #4510).
- Add a Queue Summary block showing queues with the number of open tickets in each (Request #4628).
- Combine the People tab with the Update tab.
- Allow changing ticket queues as long as the user has DELETE permissions on the current queue and EDIT permissions on the new queue (tmerritt@email.arizona.edu, Request #4268).
- Add hours and minutes to due dates.
- Always use Summary for the ticket summary field label.
- Add Slovenian translation (Duck ).
- Show the requester in search results (rodion (at) nezna (dot) com, Bug #2820).
- Show either the Comment or Update tabs depending on permissions, but not both.
- Report the last-updated date for tickets (Bug #2396).
- Tickets now have an optional due date field.
- New updateTicket API call (Ben Klang , Bug #4101).
- Check permissions when setting ticket attributes through an API call (Ben Klang , Bug #4098).
- If guests can add tickets but not view them, dont tell them adding failed (Bug #3630).
- Add Unassigned Tickets Horde_Block (Request #766).
- [mas] Fix sorting in summary page to better handle dates. (Bug #2930)
- Add CAPTCHA support to the Add Comment and Create Ticket forms.
- Deliver RSS feeds in a way that supports USM (http://www.kbcafe.com/rss/usm.html, Request #2593).
- processMail() now ignores emails that were generated by Whups (Bug #3398).
- [ben] Better support for MS-SQL.
- Add Norwegian (Bokmal) translation (Torbjorn Grindhaug ).
- "My Bugs" page is now a Horde_Block layout (Request #3202).
- Fix permissions checking for ticket comments when an admin user is the one making the comment (Bug #2673).
- Delete searches by getvars string, not by name (Bug #3197).
- Allow to assign tickets to foreign groups
<<less
Download (MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
983 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
IMAP utils 0.3

IMAP utils 0.3


IMAP utils software contains a set of simple utilities for managing IMAP emails. more>>
IMAP utils software contains a set of simple utilities for managing IMAP emails.
imap-purge
Purges old read and unread mails from folders.
imap-folders
Creates folders on IMAP.
imap-stats
Shows summary about unread and unseen mails.
Enhancements:
- Several new scripts for reading and storing messages were added.
<<less
Download (0.010MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
817 downloads
In The News 0.0.1

In The News 0.0.1


In The News is a Firefox extension that highlights text, right-click to see the latest related news stories. more>>
In The News is a Firefox extension that highlights text, right-click to see the latest related news stories.

Mouse over any of the headlines to see a brief summary of the story. Click on any of the stories to have it open up in a new tab.

<<less
Download (0.003MB)
Added: 2007-06-27 License: MPL (Mozilla Public License) Price:
852 downloads
Dreams Eternal 0.1

Dreams Eternal 0.1


Dreams Eternal project is a story-driven FPS game that is set in the dream world. more>>
Dreams Eternal project is a story-driven FPS game that is set in the dream world.

Dreams Eternal is an FPS game that focuses on a strong story line and puzzle solving. It is set in the dream world.

The very short summary of the story is that a scientific experiment went wrong and everybody is stuck in the dream world.

You have to end this experiment by hopping from dream to dream. In every dream you have to find clues to try to find out how the experiment can be aborted.

<<less
Download (MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
isbnsearch 0.5

isbnsearch 0.5


isbnsearch project is an ISBN search tool with a permanent cache. more>>
isbnsearch project is an ISBN search tool with a permanent cache.
isbnsearch provides a simple method for retrieving information about any book using only an ISBN or EAN barcode.
It is intended to provide assistance for online libraries, user groups, or individual users, and is designed in such a way to provide a distributed ISBN database query system.
Users can choose to view the summary information (author, title, publisher, date, edition, subject, ISBN) as HTML, XML, or a pre-formatted SQL statement.
Enhancements:
- config/newservers.sql, config/servers.sql: devel v0.5 release
- config/isbn.pl, config/isbnsync.pl, config/fallbackisbn.pl:
- devel/scripts/gateway.sh, devel/scripts/asyncz.sh,devel/asyncz.txt: tweaks
<<less
Download (0.18MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1113 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
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
Buffy and Libbuffy 0.11

Buffy and Libbuffy 0.11


Buffy displays a window with a summary of your mailboxes and lets you open them in your mail program. more>>
Buffy displays a window with a summary of your mailboxes and lets you open them in your mail program. It is written with the intent of being a handy everyday tool for people working with large volumes of mail.
For mutt users, it can be a nice front-end to supplement the simple built-in folder browser when one has many folders to keep track of.
It tries hard to work out of the box and looks for mail folders in sensible places and comes with reasonable defaults. It supports mail stored in maildir, mbox, and gzipped mbox format.
Enhancements:
- Buffy now correctly detects when a folder in mailbox format has been changed.
- It also allows you to set single folders to always show (useful, for example, for the sent mail folder) and always hide (useful for spam folders which otherwise always show because they always have new mail).
<<less
Download (0.30MB)
Added: 2005-10-07 License: LGPL (GNU Lesser General Public License) Price:
1477 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5