Main > Free Download Search >

Free altavista babel fish translation enables software for linux

altavista babel fish translation enables

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2455
Bio::LiveSeq::Translation 1.4

Bio::LiveSeq::Translation 1.4


Bio::LiveSeq::Translation is a translation class for LiveSeq. more>>
Bio::LiveSeq::Translation is a translation class for LiveSeq.

This stores informations about aminoacids translations of transcripts. The implementation is that a Translation object is the translation of a Transcript object, with different possibilities of manipulation, different coordinate system and eventually its own ranges (protein domains).

APPENDIX

The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _

new

Title : new
Usage : $protein = Bio::LiveSeq::Translation->new(-transcript => $transcr);

Function: generates a new Bio::LiveSeq::Translation
Returns : reference to a new object of class Translation
Errorcode -1
Args : reference to an object of class Transcript

get_Transcript

Title : valid
Usage : $transcript = $obj->get_Transcript()
Function: retrieves the reference to the object of class Transcript (if any)
attached to a LiveSeq object
Returns : object reference
Args : none

aa_ranges

Title : aa_ranges
Usage : @proteinfeatures = $translation->aa_ranges()
Function: to retrieve all the LiveSeq AARange objects attached to a
Translation, usually created out of a SwissProt database entry
crossreferenced from an EMBL CDS feature.
Returns : an array
Args : none

<<less
Download (4.7MB)
Added: 2007-08-10 License: Perl Artistic License Price:
806 downloads
Transolution 0.4 beta5

Transolution 0.4 beta5


Transolution is a Computer Aided Translation (CAT) suite supporting the XLIFF standard. more>>
Transolution is a Computer Aided Translation (CAT) suite supporting the XLIFF standard. It provides the open source community with features and concepts that have been used by commercial offerings for years to improve translation efficiency and quality.
The suite is modular to make it flexible and provides a XLIFF Editor, translation memory engine and filters to convert different formats to and from XLIFF.
The use of XLIFF means that almost any content can be localized as long as there is a filter for it (XML, SGML, PO, RTF,StarOffice/OpenOffice).
A versatile translation editor for XLIFF files. It aims to provide translators with professional quality editor for both documentation and software. Features tag protection and interactive Translation Memory.
Main features:
- Versatile, can be used for both software and documentation
- Sentence segmentation
- Tag protection
- Interactive Translation Memory
- File format based on XLIFF standard
- Platform independent
- Open source (GPL License)
<<less
Download (0.23MB)
Added: 2005-08-21 License: GPL (GNU General Public License) Price:
1527 downloads
Mozilla Afrikaans Language Pack

Mozilla Afrikaans Language Pack


Mozilla Afrikaans Language Pack is an Afrikaans translation of the Mozilla Web browser suite. more>>
The Mozilla Afrikaans Language Pack provides translations of the Mozilla suites Web browser, email program, and editor into Afrikaans.

All functions, errors, menus, and buttons are translated into Afrikaans.
<<less
Download (0.48MB)
Added: 2005-04-15 License: MPL (Mozilla Public License) Price:
1656 downloads
AltaVista::SearchSDK 0.99b

AltaVista::SearchSDK 0.99b


AltaVista::SearchSDK is a Perl extension for AltaVista Search Software Development Kit. more>>
AltaVista::SearchSDK is a Perl extension for AltaVista Search Software Development Kit.

SYNOPSIS

use AltaVista::SearchSDK;
avs_adddate(idx, yr, mo, da, startloc)
avs_addfield(idx, pFname, startloc, endloc)
avs_addliteral(idx, pWord, loc)
avs_addvalue(idx, valtype, value, loc)
avs_addword(idx, pWords, loc, pNumWords)
avs_buildmode(idx)
avs_buildmode_ex(idx, ntiers)
avs_close(idx)
avs_compact(idx, bMore_p)
avs_compactionneeded(idx)
avs_compact_minor(idx, bMore_p)
avs_count(idx, pWordPrefix, pCountsHdl)
avs_count_close(CountsHdl)
avs_count_getcount(CountsHdl)
avs_countnext(CountsHdl)
avs_count_getword(CountsHdl)
avs_default_options(pOptions)
avs_define_valtype(name, minval, maxval, valtype_p)
avs_deletedocid(idx, pDocId, pCount)
avs_enddoc(idx)
avs_errmsg(code)
avs_getindexmode(idx)
avs_getindexversion(idx)
avs_getindexversion_counts_v(countsHdl)
avs_getindexversion_search_v(searchHdl)
avs_getsearchresults(searchHdl, resultNum)
avs_getsearchterms(psearchHdl, termNum, term, count)
avs_lookup_valtype(name)
avs_makestable(idx)
avs_open(path, mode, pIdx)
avs_querymode(idx)
avs_release_valtypes()
avs_search(idx, pQuery, pBoolQuery, pOptions, pDocsFound, pDocsReturned, pTermCount, pSearchHdl)
avs_search_close(pSearchHdl)
avs_search_ex(idx, pQuery, pBoolQuery, pOptions, searchsince, pDocsFound, pDocsReturned, pTermCount, pSearchHdl)
avs_search_genrank(idx, pBoolQuery, pRankTerms, pRankSetup, pOptions, searchsince, pDocsFound, pDocsReturned, pSearchHdl)
avs_search_getdata(searchHdl)
avs_search_getdatalen(searchHdl)
avs_search_getdate(psearchHdl, year, month, day)
avs_search_getdocid(searchHdl)
avs_search_getdocidlen(searchHdl)
avs_search_getrelevance(psearchHdl)
avs_setdocdata(idx, pDocData, len)
avs_setdocdate(idx, year, month, day)
avs_setdocdatetime(idx, year, month, day, hour, minute, second)
avs_setparseflags(idx, parseflags)
avs_setrankval(idx, valtype, value)
avs_startdoc(idx, pDocId, flags, pStartLoc)
avs_timer(current)
avs_version()
avs_create_options(limit, timeout, flags)

This set of extensions provides wrappers for all the C functionality of the AltaVista Search software development kit (SDK) except for a few functions that did not make sense to export to perl.

All the functions of the 97 Rev B kit are available as advertised, except for the following:

avs_add_ms_callback UNIMPLEMENTED

It makes no sense to implement this function, since it would require being able to pass a C function handle through perl.

avs_addrankterms UNIMPLEMENTED

Internal function

avs_newdoc UNIMPLEMENTED

No easy way to provide filter function

avs_search_getdata_copy UNIMPLEMENTED

No need for this function

avs_search_getdocid_copy UNIMPLEMENTED

No need for this function

avs_search_getrelevance RETURN ARGUMENT

Relevance is returned as a string representation of the float

<<less
Download (0.008MB)
Added: 2007-01-09 License: Perl Artistic License Price:
1019 downloads
ImTranslator 3.2

ImTranslator 3.2


ImTranslator provides additional multilingual capabilities to Firefox for more efficient communication in foreign languages. more>>
ImTranslator is a Firefox extension that provides additional multilingual capabilities to Firefox for more efficient communication in foreign languages.
With ImTranslator you can enter multilingual text, check it for correctness, adjust unreadable messages, translate in different languages, look up words, print results and send email.
ImTranslator provides the most convenient access to online translation service powered by PROMT translation server (PROMT Ltd.) and Altavista. It includes the following modules: translation editor, virtual keyboard, spell-checker, dictionary, decoder, back translation, email client.
The interface of ImTranslator is localized for 6 languages to target a native speaking audience.
ImTranslator is an ongoing project which gradually implements new tools and features to make the multilingual communication more efficient.
Integration includes context and tool menu launch as well as a toolbar image button.
<<less
Download (0.020MB)
Added: 2007-06-05 License: MPL (Mozilla Public License) Price:
573 downloads
wbmtranslator 0.6.1

wbmtranslator 0.6.1


wbmtranslator is a translator assistant for webmin. more>>
wbmtranslator is a translation assistant for webmin/usermin modules.

wbmtranslator module is intended for webmin modules translators. It may not be usable with text only browsers like lynx or w3m. Also, please activate javascript in your browser settings.

<<less
Download (0.13MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1249 downloads
WWW::Search::AltaVista::Careers 2.145

WWW::Search::AltaVista::Careers 2.145


WWW::Search::AltaVista::Careers is a class for searching www.altavistacareers.com. more>>
WWW::Search::AltaVista::Careers is a class for searching www.altavistacareers.com.

SYNOPSIS

use WWW::Search;
my $oSearch = new WWW::Search(AltaVista::Careers);
my $sQuery = WWW::Search::escape_query("java c++)");
$oSearch->native_query($sQuery,
{state => CA});
while (my $res = $oSearch->next_result()) {
print $res->title . "t" . $res->change_date
. "t" . $res->location . "t" . $res->url . "n";
}

This class is a AltaVistaCareers specialization of WWW::Search. It handles making and interpreting AltaVistaCareers searches http://careers.altavista.com.
The returned WWW::SearchResult objects contain url, title, location and change_date fields.

OPTIONS

The following search options can be activated by sending a hash as the second argument to native_query().

The only available options are to select a specific location. The default is to search all locations. To change it use

{state => $state} - Only jobs in state $state.
{city => $city} - Only job in a specific $city

<<less
Download (0.027MB)
Added: 2007-06-15 License: Perl Artistic License Price:
861 downloads
gtranslator 1.1.7

gtranslator 1.1.7


gtranslator is an enhanced gettext po file editor for the GNOME desktop environment. more>>
gtranslator project is an enhanced gettext po file editor for the GNOME desktop environment. It handles all forms of gettext po files like compiled gettext po files (gmo/mo files), compressed po files (po.gz/po.bz2 etc.) and features many comfortable everyday usage features likeFind/Replace, Auto Translation, Message Translation Learning, Messages Table (for having an overview of the translations/messages in the po file), Easy Navigation and Editing of translation messages & comments of the translation where accurate. It has got really very much to offer therefore you should simply test it and be happy with it!
Main features:
- Highly customizable syntax highlighting (colorschemes are in xml and very easy to write).
- Different views of po files are supported.
- In-GUI compiling of the po file.
- Instant, customizable spell checking (ispell-based).
- Advanced history/recent files menu with project name & version -- not only the filename like other apps do it.
- Very comfortable header editing with selection boxes and automatical change of the other fields corresponding to your current selection.
- Opening of compiled (.gmo/.mo) gettext po files and compressed gettext po files is directly supported (open your gnumeric.mo and edit it to make your individual translation!).
- Navigation within untranslated/fuzzy messages.
- Update functionality with the help of xml-i18n-tools/gnu-i18n-tools.
- Query capability to search for already made translations in the gettext domains.
- Autoaccomplishment of found translations from the default query domain.
- Autofilling of po file headers with the entries from the preferences (never edit header comments again).
- Full DnD support and session awareness, therefore good integration into your GNOME desktop.
- Find/replace dialogs/functions.
- HTMLizer function which converts your po file into a syntactically highlighted html file to allow web-viewing of your po files.
- Old, obsolete entries can be kept if you wish to keep them.
- Status indiciation through status bar and progress bar.
- Docbook- & Scrollkeeper-enabled help which does also appear in the Nautilus help sidebar.
- URI support for all cases; opening of remote URLs is also supported.
- Signal handling which makes it possible to rescue po files which couldnt be saved due to a crash/interrupting/etc. in gtranslator -- loose less work with gtranslator!
- UTF-8 po files editing (in versions >= 0.39).
- List view for message which is very comfortable and sortable (its based upon ETable/ETree from GAL).
- Personal learn buffer to support auto accomplishment with personal/learned translations from an UMTF file.
- Very comfortable messages table with colored, grouped display of the messages: group headers also show up the resting messages count.
- Useful undo for deletion, insertion.
- Importing from/converting to UTF-8 is possible from the GUI.
- Direct taking over the msgid as the msgstr.
- Enhanced learn buffer techniques added ("fuzzy" matching routines with a grade of voodoo).
- Messages table popup menu with translation look up for untranslated and fuzzy messages with the possibility to insert/take over the found the translation found in the learn buffer.
- pozilla !!!
<<less
Download (1.4MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1066 downloads
WWW::Babelfish 0.15

WWW::Babelfish 0.15


WWW::Babelfish is a Perl extension for translation via Babelfish or Google. more>>
WWW::Babelfish is a Perl extension for translation via Babelfish or Google.

SYNOPSIS

use WWW::Babelfish;
$obj = new WWW::Babelfish( service => Babelfish, agent => Mozilla/8.0, proxy => myproxy );
die( "Babelfish server unavailablen" ) unless defined($obj);

$french_text = $obj->translate( source => English,
destination => French,
text => My hovercraft is full of eels,
delimiter => "nt",
ofh => *STDOUT );
die("Could not translate: " . $obj->error) unless defined($french_text);

@languages = $obj->languages;

Perl interface to the WWW babelfish translation server.

<<less
Download (0.009MB)
Added: 2006-11-24 License: Perl Artistic License Price:
1067 downloads
Babel Interoperability Tool 1.0.0

Babel Interoperability Tool 1.0.0


Babel Interoperability Tool is a tool for mixing C, C++, Fortran77, Fortran90, Python, and Java in a single application. more>>
Babel Interoperability Tool is a tool for mixing C, C++, Fortran77, Fortran90, Python, and Java in a single application. This is our cornerstone product, representing 90% of our effort. Babel is the foundation for a multilanguage scientific compoenent framework. We are often called "The Babel Team" because of this tools visibility.
Quorum: an online parliamentary system that enables the proposing, discussion, and voting on motions via the web. This software is used to accelerate standardization efforts for geographically disperse groups.
Alexandria: a component software repository. A next-generation Netlib that supports fuzzy searches and browsing APIs via dynamically generated Babel language bindings.
Gauntlet: a multi-language, multi-platform software testing framework. Can harvest results from multiple platforms via XML/email and browse session histories through the web.
Enhancements:
- This release completes the developers initial vision for Babel as a language interoperability tool and distributed computing platform.
- Specific bugs fixed include a.bug in backdoor initialization (C++ and F90/95), a Python reference counting bug, a potential 64-bit enum bug, and a bug in Fortran stubs for arrays of enumerated types.
<<less
Download (13.1MB)
Added: 2006-08-10 License: LGPL (GNU Lesser General Public License) Price:
1176 downloads
Babel Enterprise 1.0.0

Babel Enterprise 1.0.0


Babel Enterprise is an audit tool, focused on evaluating Operating System base security. more>>
Babel Enterprise is an audit tool, focused on evaluating Operating System base security. Babel Enterprise evaluate the security level, or hardening, from a wide range of Operating Systems. Babel Enterprise run several audit probes and checks to give a photograph of the current system security status. Babel Enterprise also gives a Security Indicator of whole system.

Babel Enterprise design is made to manage system security in a big and complex enviroment with many different kind of Operating Systems, versions, technology and configurations. This complexity include to manage different human teams with different abilities and responsabilities. Babel Enterprise its a multiuser, distributed management auditing system for the major Operating Systems of the real world. Babel Enterprise also allows to be installed which redundant components in all of its components.

Each time you run a new audit policy, you will be able to see and evaluate objectively each important change in your systems: modifications on existing elements, new or erased elements, so that it will know if the security of that system its going to get better or its going to get worse and, very important, what its happenning.

Babel Enterprise uses a pragmatic point of view and tries to evaluate those points that represent a security risk and could be improved by intervention of the administrator. Babel Enterprise is Free Software, so its very flexible because has an open API and all internal details to allow advanced users to adapt to any imaginable audit check, without limits.

Babel Enterprise its a non-intrusive tool, so absolutely no change is made in your systems. Babel Enterprise only run so many tests as you need and give you the results in a detailed way, including a final numeric Security Indicator.

Babel Enterprise agents has versions to run in the last versions of Microsoft™, like Windows 2003, Windows XP, and the more common Unix systems, like Solaris™ 9, AIX™ 5.1, SUSE GNU/Linux 9 ES and Debian/Ubuntu Dapper, but Babel Enterprise agents could be very easily adapted for another versions and other similar systems, like BSD systems or HPUX™).

Babel Enterprise is Free Software. It has a public source repository (Subversion). All documentation has been generated using Free Standards, like DocBook SGML, and edited using Free Software (eMacs, OpenJade). WEB page for the project is http://babel.sourceforge.net. Also we have a small comunity of power users at http://www.openideas.info.

<<less
Download (0.10MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1131 downloads
VLinux Bioinformatics Workbench 1.0

VLinux Bioinformatics Workbench 1.0


VLinux Bioinformatics workbench is a Linux distribution for Bioinformatics. more>>
VLinux Bioinformatics workbench is a Linux distribution for Bioinformatics. It is easy to use, no installation required, CD-based distribution based on Knoppix 3.3.
VLinux Bioinformatics Workbench includes a variety of sequence and structure analysis packages. It is an Open source product released under the GNU GPL License.
Packages:
- EMBOSS
- GDE
- Rasmol
- PyMOL
- GROMACS
- Phylip
- Arka/Genpak
- ClustalW/ClustalX
- TCoffee
- Seaview
- Glimmer
- Mummer
- Garlic
- Ramachandran Plot viewer
- Primer
- XMolCalc
- Babel, NJPlot
<<less
Download (499MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
790 downloads
Fish Fillets 0.7.4

Fish Fillets 0.7.4


Fish Fillets NG is a Linux port of wonderful puzzle game Fish Fillets from ALTAR interactive. more>>
Fish Fillets NG is a Linux port of wonderful puzzle game Fish Fillets from ALTAR interactive.

Fish Fillets NG is strictly a puzzle game. The goal of Fish Fillets in every of the seventy levels is always the same: find a safe way out.

The fish utter witty remarks about their surroundings, the various inhabitants of their underwater realm quarrel among themselves or comment on the efforts of your fish. The whole game is accompanied by quiet, comforting music.

<<less
Download (0.28MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
610 downloads
Translate! (multi-language) 1.0

Translate! (multi-language) 1.0


Translate! (multi-language) is a Google-based, over-the-network translation desktop widget. more>>
Translate! (multi-language) is a Google-based, over-the-network translation desktop widget.

It automatically supports all languages translate.google.com supports as of the moment you start the widget.

(Double-)Click the Wrench button on the middle to chose the language pair.

<<less
Download (0.014MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
935 downloads
Fat Fish 1.0

Fat Fish 1.0


Fat Fish is an attractive and funny arcade game. more>>
Fat Fish is an attractive and funny arcade game.

Are you prepared to meet the most hungry fish of the ocean?... Fat Fish is a game where you take the control of a fish who has a insatiable stomach and must to eat his victims who falls infinitely into the ocean.

The game has 4 different objectives, or rather, 4 short-games where you will entertain trying to complete them. During the game and according to how much you eat, you will start to find out that the fish will lose his agility little by little... here is the part where the toilet that is in the right-bottom of the ocean takes part of the game letting you to "shit" to recover your agility and to continue with your food.

Fat Fish has a simple and funny graphic design, it also has funny music and powerful sound effects that give the game a extra points of fun and adiction.
You will be able to setup your controls, the video mode, sound, music, graphic effects and all the necesary to setup de game according to the needs of your computer or according to your preferences.

<<less
Download (2.0MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
1053 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5