view thinkfree
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1624
ThinkFree Viewer 1.1
ThinkFree Viewer allows you to view ThinkFree or Microsoft Office word processing, spreadsheet, and presentation files. more>>
ThinkFree Viewer allows you to view ThinkFree or Microsoft Office word processing, spreadsheet, and presentation files without having any other office applications installed. After installing the appropriate Widget simply drag and drop files from your desktop, or copy and paste the Web URL into the ThinkFree Widget.
ThinkFree Widgets allows users to open email attachments with ease, and supports the following file formats: .doc, .rtf, .txt, .xls, .csv, .ppt, and .pps.
<<lessThinkFree Widgets allows users to open email attachments with ease, and supports the following file formats: .doc, .rtf, .txt, .xls, .csv, .ppt, and .pps.
Download (0.004MB)
Added: 2007-06-06 License: MPL (Mozilla Public License) Price:
1320 downloads
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
<<lessMain features:
- HTTP updated to 1.1
- Only hide cursor when fullscreen
- Fixed image count estimate
- configure-time X prefix
- fixed potential buffer overflow issues
Download (0.11MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
877 downloads
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);
<<lessMain 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);
Download (5.6MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1547 downloads
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
<<lessuf-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
Download (0.15MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
942 downloads
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;
<<lessThis 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;
Download (0.85MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1184 downloads
ViewMyCurrency 0.38
ViewMyCurrency allows you to view the web in the currency you want. more>>
ViewMyCurrency allows you to view the web in the currency you want.
This extension automatically converts all foreign currencies on a web page into your currency using live exchange rates.
No right-clicking or seperate applications required.
<<lessThis extension automatically converts all foreign currencies on a web page into your currency using live exchange rates.
No right-clicking or seperate applications required.
Download (0.072MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
914 downloads
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 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.
<<lessDisplays 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.
Download (0.034MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
935 downloads
LinkPreview 2.1
LinkPreview displays a thumbnail image of a link by moving the mouse pointer over the link. more>>
LinkPreview displays a thumbnail image of a link by moving the mouse pointer over the link.
View a thumbnail image of a link by moving the mouse pointer over the link or in the right-click context menu.
<<lessView a thumbnail image of a link by moving the mouse pointer over the link or in the right-click context menu.
Download (0.030MB)
Added: 2007-04-16 License: MPL (Mozilla Public License) Price:
925 downloads
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.
<<lessRT::View::ConciseSpreadsheet requires no configuration files or environment variables.
Download (0.016MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1005 downloads
Gnome Play Video in Totem 0.1
Gnome Play Video in Totem allows Gnome Users to view video or audio externally in Totem. more>>
Many users prefer Gnome Window Manager but cant go without Amarok. Gnome Play Video in Totem allows Gnome Users to view video or audio externally in Totem.
This is very useful for Video Podcasts.
<<lessThis is very useful for Video Podcasts.
Download (MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1200 downloads
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
Pod::POM::View::HTML::Filter 0.09
Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents. more>>
Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents.
SYNOPSIS
In your POD:
Some coloured Perl code:
=begin filter perl
# now in full colour!
$A++;
=end filter
=for filter=perl $A++; # this works too
This should read C :
=begin filter foo
bar foo bar
=end filter
In your code:
my $view = Pod::POM::View::HTML::Filter->new;
$view->add(
foo => {
code => sub { my $s = shift; $s =~ s/foo/bar/gm; $s },
# other options are available
}
);
my $pom = Pod::POM->parse_file( /my/pod/file );
$pom->present($view);
/* Perl colouring styles */ .c { color: #228B22;} /* comment */ .cm { color: #000000;} /* comma */ .co { color: #000000;} /* colon */ .h { color: #CD5555; font-weight:bold;} /* here-doc-target */ .hh { color: #CD5555; font-style:italic;} /* here-doc-text */ .i { color: #00688B;} /* identifier */ .j { color: #CD5555; font-weight:bold;} /* label */ .k { color: #8B008B; font-weight:bold;} /* keyword */ .m { color: #FF0000; font-weight:bold;} /* subroutine */ .n { color: #B452CD;} /* numeric */ .p { color: #000000;} /* paren */ .pd { color: #228B22; font-style:italic;} /* pod-text */ .pu { color: #000000;} /* punctuation */ .q { color: #CD5555;} /* quote */ .s { color: #000000;} /* structure */ .sc { color: #000000;} /* semicolon */ .v { color: #B452CD;} /* v-string */ .w { color: #000000;} /* bareword */ -->
The resulting HTML will look like this (modulo the stylesheet):
# now in full colour!
$A++;
$A++; # this works too
This should read bar bar bar:
bar bar bar
<<lessSYNOPSIS
In your POD:
Some coloured Perl code:
=begin filter perl
# now in full colour!
$A++;
=end filter
=for filter=perl $A++; # this works too
This should read C :
=begin filter foo
bar foo bar
=end filter
In your code:
my $view = Pod::POM::View::HTML::Filter->new;
$view->add(
foo => {
code => sub { my $s = shift; $s =~ s/foo/bar/gm; $s },
# other options are available
}
);
my $pom = Pod::POM->parse_file( /my/pod/file );
$pom->present($view);
/* Perl colouring styles */ .c { color: #228B22;} /* comment */ .cm { color: #000000;} /* comma */ .co { color: #000000;} /* colon */ .h { color: #CD5555; font-weight:bold;} /* here-doc-target */ .hh { color: #CD5555; font-style:italic;} /* here-doc-text */ .i { color: #00688B;} /* identifier */ .j { color: #CD5555; font-weight:bold;} /* label */ .k { color: #8B008B; font-weight:bold;} /* keyword */ .m { color: #FF0000; font-weight:bold;} /* subroutine */ .n { color: #B452CD;} /* numeric */ .p { color: #000000;} /* paren */ .pd { color: #228B22; font-style:italic;} /* pod-text */ .pu { color: #000000;} /* punctuation */ .q { color: #CD5555;} /* quote */ .s { color: #000000;} /* structure */ .sc { color: #000000;} /* semicolon */ .v { color: #B452CD;} /* v-string */ .w { color: #000000;} /* bareword */ -->
The resulting HTML will look like this (modulo the stylesheet):
# now in full colour!
$A++;
$A++; # this works too
This should read bar bar bar:
bar bar bar
Download (0.024MB)
Added: 2007-07-11 License: Perl Artistic License Price:
511 downloads
Bessie the Annihilator 0.7.4
Bessie the Annihilator project is a simple Web-based grading program. more>>
Bessie the Annihilator project is a simple Web-based grading program.
It allows teachers to enter assignments and grades for various courses into a database, which students may then log-in and view.
It is intended for small to midsized grading requirements.
<<lessIt allows teachers to enter assignments and grades for various courses into a database, which students may then log-in and view.
It is intended for small to midsized grading requirements.
Download (0.029MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1109 downloads
wmspeedfreq 1.0
wmspeedfreq is a dock applet to view and change your current mobile CPU speed. more>>
wmspeedfreq is a dock applet to view and change your current mobile CPU speed. The difference to other implementations is that is does NOT use ACPI to do the job, but rather used the excellent libspeedfreq library (which in turn uses a Linux kernel module).
wmspeedfreqd is loosely based on wmapm by Mike Henderson. wmspeedfreq uses the speedfreq library by Jeremy Fitzhardinge.
<<lesswmspeedfreqd is loosely based on wmapm by Mike Henderson. wmspeedfreq uses the speedfreq library by Jeremy Fitzhardinge.
Download (0.033MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1075 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above view thinkfree search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed