Main > Free Download Search >

Free views software for linux

views

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1578
Template::Manual::Views 2.15

Template::Manual::Views 2.15


Template::Manual::Views is a template toolkit views (experimental). more>>
Template::Manual::Views is a template toolkit views (experimental).

This section describes dynamic views: a powerful but experimental new feature in version 2.01 of the Template Toolkit.

A view is effectively a collection of templates and/or variable definitions which can be passed around as a self-contained unit. This then represents a particular interface or presentation style for other objects or items of data.

You can use views to implement custom "skins" for an application or content set. You can use them to help simplify the presentation of common objects or data types. You can even use then to automate the presentation of complex data structures such as that generated in an XML::DOM tree or similar. You let an iterator do the walking, and the view does the talking (or in this case, the presenting). Voila - you have view independant, structure shy traversal using templates.

In general, views can be used in a number of different ways to achieve several different things. They elegantly solve some problems which were otherwise difficult or complicated, and make easy some things that were previously hard.

At the moment, theyre still very experimental. The directive syntax and underlying API are likely to change quite considerably over the next version or two. Please be very wary about building your multi-million dollar e-commerce solutions based around this feature.

<<less
Download (0.76MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1103 downloads
N-View 3.1

N-View 3.1


N-View is a network monitor for small and medium-sized networks. more>>
N-View is a network monitor for small and medium-sized networks. It features automatic scanning of subnets for host addresses, monitoring of ICMP responses from all hosts, signalling of timeouts and delays in the GUI and by mail, a portscanner, an SNMP client (MIB browser and trap receiver), a graphical display of network traffic for network interfaces, connectivity to hosts by telnet, HTTP browser, or an arbitrary external program (such as ssh), printing of network diagrams, automatic generation of HTML pages, and more.
Main features:
Simple configuration:
- automatic scan for hosts, based on ICMP ("ping"),
- configurable limits for response delay, timeout and port scan interval,
- individual configuration can be stored in a configuration file;
Graphic display:
- automatic arranging of icons for hosts and subnets (optional),
- arbitrary background pictures for each screen,
- signalling delay and timeout of hosts and subnets with coloured icons,
- graphic display of traffic load for selected network interfaces,
- arbitrary labelling for all icons and windows;
Signalling of status changes on display, acoustic and per e-mail (optional):
- on timeout or delayed reply of a host,
- on changes of the open port status,
- on receiving of SNMP traps;
Management interface, connections to hosts:
- via external browser,
- via internal telnet client,
- via internal SNMP client/browser;
Flexible display:
- showing Subnets as tabbed or cascaded windows,
- coloured printer output of network diagrams,
- network diagrams can be accessed from HTML browsers from inside the network (external HTML server required);
<<less
Download (5.6MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1547 downloads
UF-View 2.4

UF-View 2.4


UF-View provides a Gnome-based User Friendly comic viewer. more>>
UF-View provides a Gnome-based User Friendly comic viewer.
uf-view is a calendar-based User Friendly comic viewer for Gnome.
It also supports:
Calvin and Hobbes
Little Gamers
Angst Technology
Penny Arcade
FoxTrot
It doesnt support anymore:
MegaTokyo
Warp9 To Hell.
Enhancements:
- Misc bug fixes
- Removed Dilbert
- Added Little Gamers
- Added Angst Technology
- Added Swedish translation
- Added .spec file
<<less
Download (0.15MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
942 downloads
GO::View 0.72

GO::View 0.72


GO::View is a Perl module that creates a gif or png image for visualizing the GO DAG. more>>
GO::View is a Perl module that creates a gif or png image for visualizing the GO DAG.

This perl module generates a graphic that displays the parent and child relationships of a selected GO term. It also provides the visualization for the GO::TermFinder perl module created by the Stanford Microarray Database (SMD). This module is useful when analyzing experimental or computational results that produce a set of gene products that may have a common function or process.

SYNOPSIS

use GO::View;

my $goView =

GO::View->new(-goid => $goid,
-ontologyProvider => $ontology,
-annotationProvider => $annotation,
-termFinder => @pvalues,
-aspect => P,
-configFile => $confFile,
-imageDir => "/tmp",
-imageUrlRoot => "http://www.ABC.com/tmp",
-imageName => "GOview.88.png",
-tree => up,
-nodeUrl => $goUrl,
-geneUrl => $geneUrl,
-pvalueCutOff => 0.01,
-imageLabel => "SGD");


argument required expect data and type
-------------------------------------------------------------------------
-goid No A gene ontology ID (GOID).
If nothing is passed in, the module
will use the top goid of each ontology
branch (i.e, goid for
molecular_function, biological_process,
or cellular_component)

-ontologyProvider Yes An ontology provider instance.

-annotationProvider No An annotation provider instance. It is
required for creating tree for GO Term
Finder result.

-termFinder No An array of hash references returned
from findTerms method of
GO::TermFinder module. It is required
for creating tree for GO Term Finder
result.

-aspect No . The aspect of the ontology
provider. It is required for creating
tree for GO Term Finder result.

-configFile Yes The configuration file for setting the
general variables for the graphic
display.

-imageDir Yes The directory for storing the newly
created image file. It must be
world (nobody) readable and writable
if you want to display the image to
the web.

-imageUrlRoot No The url root for the -imageDir. It is
required if you want to display the
image to the web.

-imageName No The image file name. By default, the
name will be something like
GOview.xxxx.png. The xxxx will be
the process id. A suffix for the image (.png
or .gif) should not be provided, as that will
be determined at run time, depending on the
capabilities of the GD library.

-treeType No . The tree type.

1. up => display the ancestor tree
for the given goid.
2. down => display the descendant tree
for the given goid.
By default, it will display the
descendant tree.

-geneUrl No The URL for each Gene to link to.
It needs to have the text in
the url which will be substituted
by the real goid for a node.

-nodeUrl No The url for each GO node to link to.
It needs to have the text in
the url which will be substituted
by the real goid for a node.

-pvalueCutOff No The p-value cutoff for displaying
the graphic for GO Term Finder.
The default is 0.01

-imageLabel No The image label which will appear at
the left bottom corner of the map.
------------------------------------------------------------------------

To display the image on the web:

$goView->showGraph;

To create and return image file name with full path:

my $imageFile = $goView->createImage;

<<less
Download (0.85MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1184 downloads
Bagel View 2.0

Bagel View 2.0


Bagel View is a lightweight image viewer for looking at PPM, PBM, and PGM images in both RAW and ASCII format. more>>
Bagel View project is a lightweight image viewer for looking at pXm images. Here pXm means Portable Pixmap (ppm), Portable Bitmap (pbm), and Portable Graymap (pgm) in both RAW and ASCII format. Sample files are included in the samples directory.

<<less
Download (0.018MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
971 downloads
Cache View 1.61

Cache View 1.61


Cache View is an extension which displays Googles Cache, Corals Cache, Wayback Machines Cache and more. more>>
Cache View is an extension which displays Googles Cache, Corals Cache, Wayback Machines Cache and more.

Displays Googles Cache, Corals Cache, Wayback Machines Cache, Dot Cache, Tech Gurus Cache, and Cachebins cache of the current tab open via right-click or Tools menu.

This was made so that if the site is down in any way, especially the Digg effect and Slashdot effect, you can hopefully view it.

<<less
Download (0.034MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
935 downloads
View Picture 1.7

View Picture 1.7


View Picture project is an SDL-based image viewer for Linux and FreeBSD that supports slideshows, fullscreen, zoom. more>>
View Picture project is an SDL-based image viewer for Linux and FreeBSD that supports slideshows, fullscreen, zoom, and arbitrary movement through the image list.
Main features:
- HTTP updated to 1.1
- Only hide cursor when fullscreen
- Fixed image count estimate
- configure-time X prefix
- fixed potential buffer overflow issues
<<less
Download (0.11MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
877 downloads
KVerbos 2.0

KVerbos 2.0


KVerbos helps users to study Spanish verb forms with this program. more>>
KVerbos helps users to study Spanish verb forms with this program.

It took a lot of time. But now a new version of KVerbos is coming into view. With KVerbos it is possible to train Spanish verb forms. The screenshots show some views of the new version.

The difference to the old program is that it now uses the data of the compjugador project. This means that a lot of Spanish verbs come with the program and it isnt necessary to enter them first anymore. The program can read .kvtlm files of the KVoctrain project. It collects the verbs out of these files and you can train them. It is already possible to select the tenses you want to train, too.

At the moment it isnt possible to store your verbselection. I hope this will come soon.
<<less
Download (2.1MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1139 downloads
Fractal View 1.0.3

Fractal View 1.0.3


Fractal View project is a fractal viewing application that can be used to explore common fractal sets. more>> <<less
Download (0.23MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1109 downloads
PornView 0.2 pre1

PornView 0.2 pre1


PornView is an image and movie viewer/manager with thumbnail previews. more>>
PornView project is an image and movie manager and viewer with thumbnail previews.
Additional features includes thumbnail caching, directory tree views, adjustable zoom, and fullscreen view.
Slideshows allow for unattended presentation of images for hands-free viewing. Pornview is written using GTK+.
Main features:
- Browse your hard disk showing you thumbnails of image files.
- Slide Show.
- View EXIF data attached to JPEG images.
- View in fullscreen mode.
- Zoom in, out, and fit to window.
- Copy, move, delete images and folders.
- Rename images in series.
- Support movies.
- Add comments to images.
- Can open a file in an external program (customizable).
- File filtering options.
<<less
Download (MB)
Added: 2005-10-25 License: GPL (GNU General Public License) Price:
1460 downloads
Rss Viewer 2.0.0 beta

Rss Viewer 2.0.0 beta


RSS Viewer is a comfortable and portable viewer for RSS/RDF-compatible newsfeeds. more>>
RSS Viewer is a comfortable and portable viewer for RSS/RDF-compatible newsfeeds. It is written completely in Java and licensed under the GNU General Public License.
Rss Viewer is proven to run on Windows, Linux and MacOS X. Other Java enabled platforms should work as well.
Main features:
- multiple views for everyones taste
- built-in HTML article preview
- external browser support
- drag and drop
- article database
<<less
Download (2.4MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1499 downloads
OpenWebStats 1.1

OpenWebStats 1.1


OpenWebStats is a PHP stats application that reads Apache log files. more>>
OpenWebStats is a PHP stats application that reads Apache log files and imports the data to a MySQL database.
It then provides an awstats-style reporting tool so that you can review stats on demand from the database. Stats updates are available through cron jobs or the Web interface.
Enhancements:
- Changed Year from hardcoded 2005 to a dynamic current and last year.
- Added full page views to hosts, referers, keywords, and pages
- Drastically improved the class_apache_logs_import.php to not readin the full log to an array. Thus no more memory errors.
- Updated the update now message with flush to show that it is running.
<<less
Download (0.080MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1570 downloads
Maypole::Manual::View 2.11

Maypole::Manual::View 2.11


Maypole::Manual::View is a Perl module for Maypole View Classes. more>>
Maypole::Manual::View is a Perl module for Maypole View Classes.

In a large application, you will almost certainly want to customize the layout and design of the output pages. This task may even be the purview of a separate team of HTML designers rather than the programmers. Since a typical programmer will try to avoid touching HTML as much as possible and a typical designer will try to avoid touching Perl code, programmers have evolved a system of templating to separate the concerns of programming and designing.

One of the core concepts in Maypole is the view class, and this is responsible for routing the data produced in the model class into the templates produced by the designers. Of course, there are a great many possible templating systems and styles, and so there can be a great many possible Maypole view classes. Each view class will take the data from the controller, locate a template to be processed, and hand the whole lot to its preferred templating module, which will then do the hard work of filling in the template and coming up with the output.

You can choose whatever Maypole view class you want, but the default view class is Maypole::View::TT, and it feeds its data and templates to a module called the Template Toolkit.

<<less
Download (0.14MB)
Added: 2006-09-23 License: Perl Artistic License Price:
1127 downloads
RT::View::ConciseSpreadsheet 0.002

RT::View::ConciseSpreadsheet 0.002


RT::View::ConciseSpreadsheet is a simple Perl module. more>>
RT::View::ConciseSpreadsheet is a simple Perl module.

RT::View::ConciseSpreadsheet requires no configuration files or environment variables.

<<less
Download (0.016MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1005 downloads
Ekspos Image Viewer 0.8.6

Ekspos Image Viewer 0.8.6


Ekspos is platform independent Java image viewer program. more>>
Ekspos is platform independent Java image viewer program. Ekspos Image Viewer support most popular image format: PNG, JPEG, and GIF, where additional image format can be added through Java ImageIO plugin.
It consists of 2 parts: shell browser and viewer. Shell browser allows you to navigate your image collection and youll be able to browse images in tree, detail, list, icon and thumbnail view. The viewer provide progressive view of images with zoom and pan capability.
Main features:
- Image Format (Default): JPEG, PNG, and GIF
- Support ImageIO plugin for additional Image Format
- Support 4 views: detail, list, icon, and thumbnail
- Thumbnail caching for fast preview
- Written entirely in Java
<<less
Download (MB)
Added: 2006-05-10 License: BSD License Price:
1269 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5