Main > Free Download Search >

Free affix software for linux

affix

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5
Affix 2.0.1

Affix 2.0.1


Affix is the Bluetooth protocol stack for Linux. more>>
Affix is the Bluetooth protocol stack for Linux.
This package contains user level part of the Affix stack and includes:
- Affix core libraries and tools. libaffix.so, libaffix_utils.so, btctl, btsrv
- Service Discovery client/server libraries and daemon. libaffix_sdp.so, libaffix_sdpsvc.so, btsdp.
- OBEX client/server libraries and daemon. libaffix_obex.so, btobex
This Affix package supports the following profiles:
- General Access Profie
- Service Discovery Profile
- Serial Port Profile
- DialUp Networking Profile
- LAN Access Profile
- OBEX Object Push Profile
- OBEX File Transfer Profile
- PAN Profile
Main features:
- Affix support Bluetooth specification 1.1 and 1.2.
- Modular implementation.
- Socket interface to L2CAP 1.1, L2CAP 1.2 and RFCOMM protocols.
- Bluetooth module interface independence.
- SMP safe.
- Multiple Bluetooth devices support.
- Unified interface for all transport drivers. It makes it hardware independently.
affix-kernel provides kernel modules, which implements protocols core protocols and Bluetooth device drivers. Kernel modules can be used separately from the kernel or can be linked statically into the kernel.
affix provides control tools, libraries, and server daemons.
Additionally there are the following packages:
- pyaffix: Support for Python programming language.
- Ethereal plugin for helping debuging.
We successfully tested Affix for interoperability against a large amount of devices, e.g.:
- Nokia Bluetooth Phone 6210 with Bluetooth battery pack,
- Digianswer stack for Windows
- Compaq iPaq
- Bluetooth stack for Palm OS.
- Ericsson phones (T68).
<<less
Download (0.34MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
802 downloads
Vortaro 1.0

Vortaro 1.0


Vortaro is an Esperanto Dictionary and Parser. more>>
Vortaro is an Esperanto Dictionary and Parser.

Ive been working on a simple Esperanto dictionary, and this is the first release of it. It is licensed under the GPL. It was written in C++ using the QT4 GUI toolkit and it uses an embedded SQLite database to store the vocabulary words.

The vocabulary database currently contains only the entries from "Universala Vortaro ", the original Esperanto dictionary published by L. L. Zamenhof at the end of the 1800s. I plan to add more roots later on, but I havent gotten to it yet. However, the dictionary is available in six languages: Esperanto, French, English, German, Russian, and Polish.

The "Esperanto Parser" can break a word down into its root and affixes. In the future it will work on a whole sentence, but this is what I have so far.

Since these are written as pure QT4 apps, they should compile fine on Linux, Windows, or Mac OS X. For now I only have a Windows installer, but I plan on producing a Linux and Mac OS X version once I have the time.

Installation:

To compile from source:

Uncompress the archive
cd to one of the source directories
Run qmake
Run make
Run make install

<<less
Download (0.74MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1201 downloads
DBIx::Class::LibXMLdoc 0.03

DBIx::Class::LibXMLdoc 0.03


DBIx::Class::LibXMLdoc is a Perl module to create an adjunct Doc accessor of a columns data. more>>
DBIx::Class::LibXMLdoc is a Perl module to create an adjunct "Doc" accessor of a columns data which is automatically parsed into a LibXML documentElement (alpha-software).

SYNOPSIS

package My::DB::thingy;

__PACKAGE__->load_components(qw/ PK::Auto LibXMLdoc Core /);

__PACKAGE__->table(thingy);

__PACKAGE__->add_columns(qw/ id title body created owner whatever /);
__PACKAGE__->set_primary_key(id);

__PACKAGE__->libXMLdoc_columns(qw/ body /);

package main;
use My::DB;

my $schema = My::DB->connect(...);
my $thingy = $schema->resultset("thingy")->find(153);
print $thingy->bodyDoc->toString, "nn";
print $thingy->bodyDoc->textContent, "n";

This DBIx::Class component does not alter your data in any way. It takes column names to get the value from the column, parse it into XML with LibXML and make the documentElement object available via an autogenerated accessor named by affixing the column with "Doc."

The XML parsing is on demand so it doesnt waste time doing it to data you dont use or by doing it more than once to data that is unchanged.

A wrapper XML tag for the mini-document is auto-generated from the table + column name. So-

my $xhmlt =<<less
Download (0.005MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1010 downloads
Imager::Engines 0.54

Imager::Engines 0.54


Imager::Engines is a Perl module for programmable transformation operations. more>>
Imager::Engines is a Perl module for programmable transformation operations.

SYNOPSIS

use Imager;

my %opts;
my @imgs;
my $img;
...

my $newimg = $img->transform(
xexpr=>x,
yexpr=>y+10*sin((x+y)/10))
or die $img->errstr;

my $newimg = Imager::transform2(%opts, @imgs)
or die "transform2 failed: $Imager::ERRSTR";

my $newimg = $img->matrix_transform(
matrix=>[ -1, 0, $img->getwidth-1,
0, 1, 0,
0, 0, 1 ]);

transform

The transform() function can be used to generate spatial warps and rotations and such effects. It only operates on a single image and its only function is to displace pixels.

It can be given the operations in postfix notation or the module Affix::Infix2Postfix can be used to generate postfix code from infix code. Look in the test case t/t55trans.t for an example.
transform() needs expressions (or opcodes) that determine the source pixel for each target pixel. Source expressions are infix expressions using any of the +, -, *, / or ** binary operators, the - unary operator, ( and ) for grouping and the sin() and cos() functions. The target pixel is input as the variables x and y.

You specify the x and y expressions as xexpr and yexpr respectively. You can also specify opcodes directly, but thats magic deep enough that you can look at the source code.

<<less
Download (0.83MB)
Added: 2006-10-17 License: Perl Artistic License Price:
1102 downloads
DataparkSearch 4.52

DataparkSearch 4.52


DataparkSearch Engine is a full-featured open sources web-based search engine released under the GNU General Public License and designed to organize search within a website, group of websites, intranet or local system. more>>

DataparkSearch 4.52 offers users a powerful and functional open sources web-based search engine released under the GNU General Public License and designed to organize search within a website, group of websites, intranet or local system.

DataparkSearch consists of two parts. The first part is indexing mechanism (indexer). Indexer walks over html hypertext references and stores found words and new references into database. The second part is web CGI front-end to provide search using data collected by indexer.

Major Features:

  1. Support for http, https, ftp, nntp and news URL schemes.
  2. htdb virtual URL scheme for indexing SQL databases.
  3. Indexes text/html, text/xml, text/plain, audio/mpeg (mp3) and image/gif mime types natively.
  4. External parsers support for other document types, including Microsoft Word, Excel, RTF, PowerPoint, Adobe Acrobat PDF and Flash.
  5. Can index multilingual sites using content negotiation.
  6. Can search all of the word forms using ispell affixes and dictionaries.
  7. Synonym, acronym and abbreviation query expansion based on editable dictionaries, specified by language and charset.
  8. Stop-words, synonyms and acronyms lists.
  9. Options to query with all words, all words near to each others, any words, or Boolean queries. A subset of VQL (Verity Query Language) is supported.
  10. Popularity Rank based on a neural network model.
  11. Results can be sorted by relevancy (using vector calculation), popularity rank as "Goo" (adding weight for incoming links), and "Neo" (neural network model), last modified time, and by "importance" (a combination of relevancy and popularity rank).
  12. Supports wide range of character sets support with automated character set and language detection.
  13. Offers an accent insensitive search option.
  14. Provides phrase segmenting (tokenizing) for Chinese, Japanese, Korean and Thai.
  15. Includes an indexer and a web CGI front-end, as well as a search module for Apache web server (mod_dpsearch).
  16. Handles Internationalized Domain Names (IDN).
  17. Summary Extraction Algorithm automatically sums up each document in several sentences.
  18. Uses If-Modified-Since for efficient transfer of only changed files.
  19. Can tweak URLs with session IDs and other weird formats, including some JavaScript link decoding.
  20. Can perform parallel and multi-threaded indexing for faster updating.
  21. Flexible update scheduling, including options for checking some sections of a site more frequently.
  22. Handles basic authentication (user name and password) and cookies.
  23. Stores a compressed text version of the documents for extracting and viewing.
  24. Can specify a default character set and language for a server or subdirectory, or a list of possible languages.
  25. No index tags: , , , Google's special comments , and consider as tags to include/exclude.
  26. Can specify a content body tag.
  27. Spell checking for query words with aspell.
  28. Flexible options and commands to customize search result pages.
  29. Effective caching gives significant time reduction in search times.
  30. Query logging stores the query, query parameters and the number of results found.
WareSeeker Editor


<<less
Download (2.07MB)
Added: 2009-04-20 License: Freeware Price:
186 downloads
 
Other version of DataparkSearch
DataparkSearch 4.50content negotiation; Searching all of the word forms using ispell affixes and dictionaries; Fuzzy searching based on acronyms and abbreviations. Stopwords and synonyms lists; Boolean query
License:Freeware
Download (2.01MB)
196 downloads
Added: 2009-04-10
DataparkSearch 4.47Searching all of the word forms using ispell affixes and dictionaries. - Fuzzy searching based on acronyms and abbreviations. - Stop-words, synonyms and acronyms lists. - Boolean query language
License:GPL (GNU General Public License)
Download (1.9MB)
837 downloads
Added: 2007-07-09
DataparkSearch 4.26negotiation; - Searching all of the word forms using ispell affixes and dictionaries; - Stopwords and synonyms lists; - Boolean query language support; - Results sorting by relevancy, popularity
License:Freeware
Download (3.30MB)
184 downloads
Added: 2009-04-28
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1