similar to: Windows Binaries

Displaying 20 results from an estimated 6000 matches similar to: "Windows Binaries"

2010 Oct 03
1
Xapian 1.0.22 released
I've uploaded Xapian 1.0.22 (including Search::Xapian 1.0.22.0), which as usual you can download from: http://xapian.org/download The 1.0 branch is firmly in maintenance mode now. This release fixes some minor bugs and improves portability a little. The full lists of user-visible changes are linked to from here, and from the "[news]" links on the download page:
2010 Jun 19
2
Xapian 1.0.21 released
I've uploaded Xapian 1.0.21 (including Search::Xapian 1.0.21.0), which as usual you can download from: http://xapian.org/download The most notable changes in this release are: Xapian-core API: * Xapian::Stem now recognises "nb" and "nn" as additional codes for the Norwegian stemmer. * Xapian::QueryParser now correctly parses a wildcarded term in between two other
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
Hi guys, I discovered xapian today and I'm trying it because it looks promising compared to other FTS engines. However I'm in a windows environment so it's a bit painful to set up as there is no official binaries. I've heard about http://www.flax.co.uk/xapian_binaries And I'm trying to build their latest release (1.2.8). After a few tries I manage to compile everything with
2005 Sep 07
4
merging flac files
Hi! I was hoping there was a tool which would let me do something like: #flax -o existing.flac --append mytune.flac To merge the 2 files! Also; is it possible to change the velocity/gain of a flac track ? I would love to know how! Regards, Frans
2008 Jul 29
1
Flax support for docx
Anyone used Flax to search for docx? I'm testing on XP. Installed msxml6.msi and FilterPackx86.exe but Flax dosen't seem to register *.docx as a document type. Is there a way for me to add it in? Thanks, Frank
2011 Jan 14
1
Xapian 1.0.23 released
I've uploaded Xapian 1.0.23 (including Search::Xapian 1.0.23.0), which as usual you can download from: http://xapian.org/download This release fixes a few bugs and improves portability to Cygwin. This will probably be the last release from the 1.0 series. 1.2.0 was released 8.5 months ago, and we'll probably want to start a new development series soon, so it's time to retire 1.0.
2011 Dec 14
2
Xapian 1.2.8 released
I've uploaded Xapian 1.2.8 (including Search::Xapian 1.2.8.0). As usual you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.8 The full lists of user-visible changes are linked to from there, and also from the "[news]" links on the download page. As always, if you encounter problems,
2010 Apr 29
2
New stable release series - Xapian 1.2.0 released
I've uploaded Xapian 1.2.0 (including Search::Xapian 1.2.0.0). This is the first release in a new stable release series! 1.0.x will continue to be updated with bug-fixes for a while, but we will be moving focus away from it and once any issues with 1.2.x have been sorted out, we'll only fix critical bugs in 1.0.x. Please don't confuse 1.2.0 with 1.0.20 announced a few days ago.
2010 Jun 29
1
Xapian 1.2.2 released
I've uploaded Xapian 1.2.2 (including Search::Xapian 1.2.2.0). If you are wondering what happened to 1.2.1, a couple of portability issues were found after packaging it but before announcing it, so we decided not to widely publicise it, and prepare 1.2.2 to fix these. The logs showed at least one download of 1.2.1 already, hence we didn't just reuse that version. As usual you can
2010 Aug 27
2
Xapian 1.2.3 released
I've uploaded Xapian 1.2.3 (including Search::Xapian 1.2.3.0). As usual you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.3 The full lists of user-visible changes are linked to from there, and from the "[news]" links on the download page. As always, if you encounter problems, please
2010 Dec 14
0
Xapian Windows binaries now working
Hi all, http://www.flax.co.uk/xapian_binaries is now working after a brief glitch due to a website update - sorry! Cheers Charlie
2011 Jun 13
2
Xapian 1.2.6 released
I've uploaded Xapian 1.2.6 (including Search::Xapian 1.2.6.0). As usual you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.6 The full lists of user-visible changes are linked to from there, and also from the "[news]" links on the download page. As always, if you encounter problems,
2010 Dec 20
4
Xapian 1.2.4 released
I've uploaded Xapian 1.2.4 (including Search::Xapian 1.2.4.0). As usual you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.4 The full lists of user-visible changes are linked to from there, and also from the "[news]" links on the download page. As always, if you encounter problems,
2010 Oct 14
2
Import error on Windows
Ok, got my corrupted binary issues sorted out by having someone download the file for me and forward me the extracted contents. Bizarre, but fixed. Now, I'm running into another issue, this time with the Python bindings. I've installed the MSVC distrib package and checked that site-packages has `xapian.py` and a folder called `xapian` with three files in it: `__init__py`, `_xapian.pyd`
2010 Mar 19
1
GetSpellingSuggestion returns no results.
I'm testing out the flax binaries in a .net 4.0 solution. I've built an index containing about 20k items (the complete magic the gathering card database). I've managed to get search results, and get the query to filter on numerical parameters. However I'm totally unable to get the spellchecker to work. I'm using Strout = database.GetSpellingSuggestion(text); And I always get
2010 Aug 04
1
Xapian binary download
I have been looking for an open source search engine for use on a company intranet site to search certain file repositories. I am not a software developer so compiling myself is not an option. Is there a binary download available for use in JavaScript? Also, is Xapian able to index the contents of office documents? Regards Ashley Ashley Jennings Fuel Management & Indication - EDYUCC 07L
2010 Jun 09
1
TermGenerator incorrectly tokenizes German text which contains special characters
Dear Xapian users, I try to index some German text with Xapian using the xapian_php bindings. I run Apache 2.2 on Windows using PHP 5.2.13 with the pre build xapian bindings from Flax: Xapian Support enabled Xapian Compiled Version @PACKAGE_VERSION@ Xapian Linked Version 1.2.0 The problem is that after indexing text which contains special characters like ?, ?, ? and ?, using
2012 Feb 25
1
Audio weirdness on CentOS 6.2 with flash?
Hi List, I have an ASUS G73S laptop with our favorite OS installed and all up-to-date. Sound has always "just worked" When I use the Preferences>Sound app I can setup the hardware, input, output and was overall very impressed. One can check each speaker and the laptop has a front left and right and also has a bass speaker which seems to be connected to the left rear. The various
2015 Sep 30
1
CentOS 6 - Support for CanoScan LiDE 210
Am 26.09.2015 um 14:22 schrieb Akemi Yagi: > On Sat, Sep 26, 2015 at 3:08 AM, Meikel <meikel at fn.de> wrote: > >> scanner by a CanoScan LiDE 210. >> Installed Packages >> Name : sane-backends >> Arch : x86_64 >> Version : 1.0.21 > >> I have no idea what I can do now. It is not clear to me if sane-backends >> package really
2004 Sep 10
1
vorbis+flac compression
It seems, that oggenc-ing audiofile, and then flac-ing diffrences between original file and vorbis compressed file gives a little better compression than simply flac-ing. I've tested it on one file only: file.wav 55829468 bytes flac -8 file.wav file.flac 37924329 bytes (0.6793 of original) oggenc file.wav file.ogg 4784799 bytes oggdec -o ogg.wav file.ogg sox tmp.wav ogg-.wav vol