Main > Free Download Search >

Free ensembl web record 1.01 software for linux

ensembl web record 1.01

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4948
EnsEMBL::Web::Record 1.01

EnsEMBL::Web::Record 1.01


EnsEMBL::Web::Record is a family of modules used for managing a users persistant data in a database. more>>
EnsEMBL::Web::Record is a family of modules used for managing a users persistant data in a database.

SYNOPSIS

Many web sites now encourage users to register and login to access more advanced features, and to customise a site to their needs.

The EnsEMBL::Web::Record group of Perl modules is design to manage any arbitrary type of user created data in an SQL database. This module follows the Active Record design pattern, in that each new instantiated Record object represents a single row of a database.

That object can be manipulated programatically, and any changes made can be stored in the database with a single record->save function call.

Because arbitrary Perl data structures can be stored in this manner, EnsEMBL::Web::Record allows user preferences to be easily saved, and allows developers to implement new featurs quickly.

This module was first used (and has been abstracted from) the Ensembl genome browser (http://www.ensembl.org).

New user data can be added to the database:

use EnsEMBL::Web::Record;

my $bookmark = EnsEMBL::Web::Record->new();
$bookmark->url(http://www.ensembl.org);
$bookmark->name(Ensembl);
$bookmark->save;
...

The Record can be associated with an user id:

$record->user($id);

The same record can also be removed:

$bookmark->delete;

EnsEMBL::Web::Record also provides a number of methods for getting collections of records from the database, using a field selector.

EnsEMBL::Web::Record::find_bookmarks_by_user_id($id).

<<less
Download (0.006MB)
Added: 2007-02-22 License: Perl Artistic License Price:
974 downloads
Filemerger 1.01

Filemerger 1.01


Filemerge is a tools that allows you to merge two files in to one big file. more>>
Filemerge is a tools that allows you to merge two files in to one big file. Filemerger will run under linux but will not work with Freebsd.
Usage:
fm [argument] file1 file2 newfile
-v Display the version of mlm
-? Display this help file.
Example:
This will read the file test1, test2 and write all the file contents to the file test3.
fm /root/test1 /root/test2 /root/test3
File test1:
Line 1
Line 2
File Test2
Line2
Line3
File Test3
line1
Line2
Line3
Enhancements:
- Changes were made to the help file.
<<less
Download (0.040MB)
Added: 2007-06-11 License: Freeware Price:
886 downloads
Sealing Wafter 1.01

Sealing Wafter 1.01


Sealing Wafter is an OpenBSD kernel module that detects nmap scans and prevents proper identification of open TCP ports. more>>
Sealing Wafter is an OpenBSD kernel module that detects nmap scans and prevents proper identification of open TCP ports.
Sealing Wafter module also gives protection against dsniff tcpkill RST packets by dropping them. More testing is needed to prevent breakage of network applications.
Enhancements:
- Wafter has been ported to NetBSD as a kernel patch.
- It now supports identification of most operating systems.
<<less
Download (0.015MB)
Added: 2006-11-12 License: BSD License Price:
1077 downloads
Cheyenne Secure Web Server 1.0

Cheyenne Secure Web Server 1.0


Cheyenne Secure Web Server (SWS) is a comprehensive enterprise solution for Apache server. more>>
Cheyenne Secure Web Server (SWS) is a comprehensive enterprise solution for Apache server. Cheyenne Secure Web Server combines http firewall, JAVA, PHP, PERL and a domain control system with Apache HTTPD platform.

<<less
Download (192.9MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
873 downloads
Slam Soccer 1.01

Slam Soccer 1.01


Slam Soccer is a comic style football game. more>>
Slam Soccer is a comic style football game.
Main features:
- Freeware and open source
- Funny 3d-comic-style
- Enthralling stadium atmosphere
- Keyboard and gamepad control
- 2-player mode
- Career and world cup
- Register in the online hall of fame
- Build your own stadium
- 80 teams
- 20 stadiums
- 10 weather conditions
- 50 adboards
- 10 referees
- 9 commentators (5 German, 2 English, 2 French)
Slam Soccer comes in 3 languages: German, English, French
<<less
Download (85.5MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1228 downloads
Tiny ERP Web client 0.0.1

Tiny ERP Web client 0.0.1


Tiny ERP Web client is a Turbogears/AJAX interface for the enterprise management software Tiny ERP. more>>
Tiny ERP Web client is a Turbogears/AJAX interface for the enterprise management software Tiny ERP.

The project supports all features of the GTK client and connects to the Tiny ERP server using XML-RPC.

<<less
Download (0.38MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
865 downloads
Geo::TigerLine::Record::B 0.02

Geo::TigerLine::Record::B 0.02


Geo::TigerLine::Record::B is a TIGER/Line 2003 Polygon Geographic Entity Codes: Corrections. more>>
Geo::TigerLine::Record::B is a TIGER/Line 2003 Polygon Geographic Entity Codes: Corrections.

SYNOPSIS

use Geo::TigerLine::Record::B;

@records = Geo::TigerLine::Record::B->parse_file($fh);
@records = Geo::TigerLine::Record::B->parse_file($fh, &callback);

$record = Geo::TigerLine::Record::B->new(%fields);

$record->rt();
$record->version();
$record->file();
$record->cenid();
$record->polyid();
$record->statecq();
$record->countycq();
$record->tractcq();
$record->blockcq();
$record->aianhhfpcq();
$record->aianhhcq();
$record->aihhtlicq();
$record->aitscecq();
$record->aitscq();
$record->anrccq();
$record->concitcq();
$record->cousubcq();
$record->submcdcq();
$record->placecq();
$record->uacc();
$record->urcc();
$record->rs_b1();

This is a class representing record type B of the TIGER/Line 2003 census geographic database. Each object is one record. It also contains methods to parse TIGER/Line record type B files and turn them into objects.

This is intended as an intermediate format between pulling the raw data out of the simplistic TIGER/Line data files into something more sophisticated (a process you should only have to do once). As such, its not very fast, but its careful, easy to use and performs some verifications on the data being read.

As this class is autogenerated by mk_parsers, think before you modify this file. Its OO, so consider sub-classing instead.

<<less
Download (0.040MB)
Added: 2006-07-04 License: Perl Artistic License Price:
1207 downloads
XML::Filter::Sort 1.01

XML::Filter::Sort 1.01


XML::Filter::Sort is a SAX filter for sorting elements in XML. more>>
XML::Filter::Sort is a SAX filter for sorting elements in XML.

SYNOPSIS

use XML::Filter::Sort;
use XML::SAX::Machines qw( :all );

my $sorter = XML::Filter::Sort->new(
Record => person,
Keys => [
[ lastname, alpha, asc ],
[ firstname, alpha, asc ],
[ @age, num, desc]
],
);

my $filter = Pipeline( $sorter => *STDOUT );

$filter->parse_file(*STDIN);
Or from the command line:
xmlsort

This module is a SAX filter for sorting records in XML documents (including documents larger than available memory). The xmlsort utility which is included with this distribution can be used to sort an XML file from the command line without writing Perl code (see perldoc xmlsort).

<<less
Download (0.025MB)
Added: 2006-09-06 License: Perl Artistic License Price:
1145 downloads
xmemo 1.01

xmemo 1.01


xmemo is a small X Windows desktop memo. more>>
xmemo is a small X Windows desktop memo.
A memo can be sent to other machines running xmemo, IPMsg or Oboegaki.
Enhancements:
- [New] Presence/Absence mode.
- [New] Pass some command line parameters to XtAppInitialize.
- [New] GNU like installation ( configure, make, make install ).
- [Change] Process of memo data file when the xmemo starts up.
<<less
Download (0.092MB)
Added: 2006-09-30 License: Freeware Price:
1127 downloads
Abyss Web Server X1 2.6

Abyss Web Server X1 2.6


Abyss Web Server X1 is a free and compact Web server. It supports SSL, compression, CGI/FastCGI, ISAPI, XSSI, URL rewriting,bandwidth throttling, anti-leeching, anti-hacking, and features a remote web management interface. more>> <<less
Download (0.64MB)
Added: 2009-04-04 License: Freeware Price: $0
73043 downloads
GNOME Personal Web Server 1.99.5

GNOME Personal Web Server 1.99.5


GNOME Personal Web Server is a user friendly web server with GUI included in GNOME-Network. more>>
GNOME Personal Web Server is a user friendly web server with GUI included in GNOME-Network.

<<less
Download (1.0MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1548 downloads
XML::Sablotron::DOM 1.01

XML::Sablotron::DOM 1.01


XML::Sablotron::DOM is the DOM interface to Sablotrons internal structures. more>>
XML::Sablotron::DOM is the DOM interface to Sablotrons internal structures.

SYNOPSIS

use XML::Sablotron::DOM;

my $situa = new XML::Sablotron::Situation();
my $doc = new XML::Sablotron::DOM::Document(SITUATION => $sit);

my $e = $doc->createElement($situa, "foo");
my $t = $doc->createTextNode($situa, "this is my text");

print $doc->toString();

Sablotron uses internally the DOM-like data structures to represent parsed XML trees. In the sdom.h header file is defined a subset of functions allowing the DOM access to these structures.

<<less
Download (0.052MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1198 downloads
Apache::SiteControl 1.01

Apache::SiteControl 1.01


Apache::SiteControl is a Perl web site authentication/authorization system. more>>
Apache::SiteControl is a Perl web site authentication/authorization system.

SYNOPSIS

See samples/site for complete example. Note, this module is intended for mod_perl. See Apache2::SiteControl for mod_perl2.

Apache::SiteControl is a set of perl object-oriented classes that implement a fine-grained security control system for a web-based application. The intent is to provide a clear, easy-to-integrate system that does not require the policies to be written into your application components. It attempts to separate the concerns of how to show and manipulate data from the concerns of who is allowed to view and manipulate data and why.

For example, say your web application is written in HTML::Mason. Your individual "screens" are composed of Mason modules, and you would like to keep those as clean as possible, but decisions have to be made about what to allow as the component is processed. SiteControl attempts to make that as easy as possible.

DEVELOPERS VIEWPOINT - EXAMPLE

In this document we use HTML::Mason to create examples of how to use the control mechanisms, but any mod_perl based system should be supportable.

A good mason component tries to do most of the perl processing in a separate block, so that simple substitutions can be made in HTML in the rest of the page. This makes it much easier for web developers and perl developers to co-exist on a project.

The SiteControl system tries to make it possible to continue to follow this model. You obtain a user object and permission manager from the SiteControl system. These are intended to be opaque data types to the page designer, and are defined elsewhere (see USERS). The actual web page component should carry these objects around without implementing anything in the way of policy.

<<less
Download (0.020MB)
Added: 2007-08-14 License: Perl Artistic License Price:
802 downloads
UO Web Map 1.0.0

UO Web Map 1.0.0


UO Web Map is a Web-based map with user-defined markers for Ultima Online. more>>
UO Web Map project is a Web-based map with user-defined markers for Ultima Online.

UO Web Map is Web-based map over the different lands and dungeons in Ultima Online.

It is possible for the users to zoom and add their own points of interest directly on the map.

<<less
Download (MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1056 downloads
lupengo 1.01

lupengo 1.01


lupengo project is a classic arcade game. more>>
lupengo project is a classic arcade game.

lupengo is the most famous arcade game involving penguins, now without penguins, for one or two players (team).

An Amiga version is also available.

<<less
Download (0.21MB)
Added: 2006-11-30 License: LGPL (GNU Lesser General Public License) Price:
1058 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5