Main > Free Download Search >

Free bon view new design 1407 software for linux

bon view new design 1407

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4672
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
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
Postal 2: Share the Pain DEMO 1407

Postal 2: Share the Pain DEMO 1407


Postal 2: Share the Pain DEMO is a FPS game for Linux. more>> <<less
Download (167.3MB)
Added: 2006-03-17 License: Freeware Price:
1015 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
Java::Import::Design 0.03

Java::Import::Design 0.03


Java::Import::Design is the design of the Java::Import Module. more>>
Java::Import::Design is the design of the Java::Import Module.

MOTIVATIONS

The original motivation for writing this module came out of a project I was working on during my previous employment. We had built a system in which a major part was implimented using EJBs on a J2EE server. In addition, we had a large component of the system, that already existed, and was written in Perl. We did not want to scrap our Perl work but it was becoming more tedious to maintain two implimentations as more and more things were being added to the system.

So, we decided that the major pieces of business logic would reside on the J2EE server and the Perl would be modified to make calls to the server. After some time and experimentation we began to realize that the memory footprint as well as the amount of time needed to make calls to the server using existing Perl to Java integration sulutions were just not acceptable. We therefore set out to find some other way. We tried all sorts of things but in the end we couldnt find anything that met our requirements and therefore decided to keep the origional system of doing things.

While at that job we never did find a suitable way to integrate our two systems. However, the problem still haunted me. It wasnt until the end of my career at that company that I saw an announcement for Googles first Summer of Code. It just so happened that as Google was announcing their brand new program that I had begun to play with the GNU GCJ suite of Java tools and came up with the idea of taking advantage of their ability to natively compile Java code for use with Perl. This may not have been a new idea but I couldnt find anything that would help me so I decided to write and submit a proposal to Google. Well, I was accepted and you now have Java::Import.

When I began to work on this project I started by creating my own namespace instead of stepping on the toes of the other existing Java/Perl integration project, Inline::Java. I did this primarily because I wanted a clean slate on which I could fully explore the nuances of GCJ, in particular its CNI interface. As I worked my module started to evolve into its own beast and at that point it seemed locigal to keep my own namespace. It is not my intention to replace Inline::Java and I still think that in te future much of the work I have done can be used by Inline::Java as an option to use GCJ specific functionality.

<<less
Download (0.028MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1054 downloads
Online Recruitment Agency 1.25

Online Recruitment Agency 1.25


Online Recruitment Agency is Web-based recruitment agency software. more>>
Online Recruitment Agency project is Web-based recruitment agency software.
You can manage all of your recruitment efforts on your Web site, and set up job locations, categories, departments, and job titles from the Web interface as an admin user.
Regular users can then add/edit/delete jobs. The public interface can be very easily customized to your site design using templates.
On the public page, potential employees can search the job listings or view by category or department.
Enhancements:
- Bugs in the common and database library files were fixed.
<<less
Download (0.11MB)
Added: 2006-08-22 License: Other/Proprietary License Price:
1167 downloads
Electronic Design Automation - Index 1.0

Electronic Design Automation - Index 1.0


Electronic Design Automation - Index is a web-based index system that can keep track of your sch/pcb/fp/pl numbers. more>>
The system can be used in the electronic world to keep track of your: Schematic, Printed Circuit Board, Front Plate, Programmable Logic Device numbers.
EDA index is programmed in PHP (and XHTML 1.0), using a MySQL database to store data, so its more or less OS independent, but a Linux server is recommended, since it already got most software installed as default, this configuration is also called LAMP (Linux Apache MySQL PHP)
Its also recommended that a local intranet server is used, since the system dont got a user login, so all data can be viewed without a password, but when you need to add or edit data a password is required. At first this approach might seem wierd, but its designed to allow quick lookups. Example:
You are sitting with a broken pcb with a number on it, and need to find the schematic (so you can repair it) on the computer or in the printed project (schematic) archive. EDA Index allow an quick lookup in the database, without you needing to login, so you get the job done faster.
As far as I know, there are no commercial (or free) program available that can do what EDA Index can, some companies may have created their own software, but how do that help you.
I have worked in an electronic department that had a self made application, but it lagged features like search.
This program is very usefull, if you are using numbers when:
Drawing electronic Schematics and PCBs using a CAD program like: Eagle, gEDA, Protel, Orcad, etc.
Creating Front Plate layouts in: GIMP, Coral Draw, Photoshop, AutoCAD, etc.
Programming Programmable Logic Devices like: PLD, EPLD, CPLD, PIC, APIC, PEEL, PAL, GAL, FPGA, Intel 80XX, Motorola 68XX, etc. Writing the code in: VHDL, Assambler, JEDEC, etc.
Enhancements:
- Included the bugfix to RC2.
- Updated online documentation.
- Updated INSTALL file.
<<less
Download (0.90MB)
Added: 2005-05-31 License: GPL (GNU General Public License) Price:
1616 downloads
Longdesc 0.5

Longdesc 0.5


Longdesc allows you to view images longdesc tag from the contex menu. more>>
Longdesc allows you to view images longdesc tag from the contex menu.

"Adds View Image Longdesc: ..." to the image context menu
(obviously only if the image element does have a longdesc attribute set).

<<less
Download (0.004MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
932 downloads
Yellowpipe Lynx Viewer 1.2.1

Yellowpipe Lynx Viewer 1.2.1


RightLynx, a Firefox extension, displays a Lynx view of a web page via right-click, toolbar button or Tool menu. With just one click and without leavi... more>> <<less
Download (25KB)
Added: 2009-04-07 License: Freeware Price: Free
199 downloads
@1 Know Your Events 1.0

@1 Know Your Events 1.0


Let your site visitors view or search events posted by you. more>> Let your site visitors view or search events posted by you. Support image upload.<<less
Download (12KB)
Added: 2009-04-11 License: Freeware Price: Free
195 downloads
XView4Struts 1.4.1

XView4Struts 1.4.1


XView4Struts provides a Struts framework extension that replaces JSP pages with pure HTML. more>>
XView4Struts provides a Struts framework extension that replaces JSP pages with pure HTML.
The XView4Struts project is an extension to the Jakarta Struts Framework. Its main purpose is to eliminate the need to use tag libraries and JSP pages. The view is pure HTML, and interaction between the view and the model is transparent to the developer.
This approach offers faster development, better division of work, a more pure MVC design pattern, reusable view components, and easier maintenance.
With XView4Struts the view layer is pure HTML. This has several implications. You dont need a java developer to write HTML. Many organizations have graphics experts that are more suited for that job. Many organizations prefer to create HTML mock-ups of an application to solicit client approval before they start working on the underlying logic that makes it work. Using this scenerio with the standard Struts view layer, the developer then has to spend many hours implementing jsp tags to make it work with the underlying logic. With XView4Struts the developer only needs to apply id attributes to the standard HTML tags and the framework takes care of the rest.
XView4Struts extends the Struts requestProcessor and intercepts all forwarding actions to HTML pages. The processor parses the HTML page and if it can it will process any tags implementing an id attribute. If there is no match between the id attribute and a form bean property or an error occurs, the parser simply returns control back to the processor. Since only HTML pages are parsed, XView4Struts may exist in an application that implements the standard Struts view components.
Main features:
- Faster development time. A whole layer of programming has been removed since there are no JSPs to write. No tag libraries to learn and implement.
- Easier maintenance. There is no logic in the view layer to troubleshoot and maintain.
- A truer MVC design pattern since all logic in the view layer has been removed.
- The developer has an option to use xslt to produce dynamic content. Reusable view components are easy to build using this option. XView4Struts does not use xslt to produce the entire view layer as other implementations of this type do. It is only implemented to dynamically insert content pieces into the HTML document.
- Application templates are extremely easy to implement.
- The parsing functionality is dynamic enough that the developer often has more than one option or technology to choose from to achieve the same result. They simply use what they understand best.
Enhancements:
- Enhancement - Upgraded
handler to accept id value as a context relative path to an html page.
<<less
Download (0.22MB)
Added: 2007-04-04 License: The Apache License Price:
935 downloads
ViewMyCurrency 0.38

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.

<<less
Download (0.072MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
914 downloads
Webesquema 1.0

Webesquema 1.0


Webesquema project is a PHP script that helps students/teachers to design diagrams. more>>
Webesquema project is a PHP script that helps students/teachers to design diagrams.

The diagrams can be saved or printed, and support different styles (horizontal/vertical, colors, HTML, custom designs, etc.).

<<less
Download (0.24MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1089 downloads
OneKript 0.7.2

OneKript 0.7.2


OneKript is a Front-End for the program of disk encryption on the flye TrueCrypt, released under license GPL. more>>
OneKript is a Front-End for the program of disk encryption "on the flye" TrueCrypt, released under license GPL.
It has been developed with the environment Kommander for KDE (to have the kommander-executor is necessary to start OneKript.). At the moment is available the version 0.5.1.
Main features:
- Creation of normal and hidden volumes.
- Selection of the file system type, size and algorithms of hash and encryption.
- Double introduction of password.
- It allows to use keyfiles and random sources
- Mount and unmount of volumes with capacity for read only and protection of hidden volumes.
Enhancements:
New:
- view volume properties
- keyfiles creations
- test internal algorithms
- overwrite option.
Changed:
- new gui design
- improvement of the detection of erroneous fields system
- elimination (almost) complete of the use of konsole
<<less
Download (0.027MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5