search for: wmorgan

Displaying 20 results from an estimated 44 matches for "wmorgan".

Did you mean: morgan
2006 Sep 23
8
svn problems
...and a couple other classes are missing at run time. It looks like this is because they''re not exported in the C extension (although I do see the corresponding C objects in the code.) Have I managed to acquire some outdated version of Ferret? Thanks for any help! -- William <wmorgan-ferret at masanjin.net>
2005 Jan 19
3
rubytorrent problem on windows xp
Hi everyone Is rubytorrent work on windows XP. I have problem for using it. Here my Configuration OS: Windows XP Ruby Version: 1.8.2 Already Install Azureus and ABC torrent. I manage to set Azerus behave as tracker that listen to IP 127.0.0.1 and seeding file from "\ekobudi\bittorrent\host0". After that I copy torrent file from"\ekobudi\bittorent\host0" to"
2007 Jan 19
9
Double-quoted query with "and" fails.
Hi, We''re using Ferret 0.9.4 and we''ve observed the following behavior. Searching for ''fieldname: foo and bar'' works fine while ''fieldname: "foo and bar"'' doesn''t return any results. Is there a way to make ferret recognize the ''and'' inside the query as a search term and not an operator? (I hope I got the
2003 Mar 25
2
locfit troubles
...a non-sensical output. Does anyone know the source of this warning? More importantly, are we mistaken in our usage of such a small alpha1? (The scores are very tightly packed; there are no windows of size .001 without at least a few datapoints). Thank you for your help. -- William T Morgan <wmorgan at mitre.org> The Mitre Corporation
2005 Apr 20
2
RSS downloader
Hi, I am current writing a ruby application that does something similar the RSSFeed plugin for azureus (see http://azureus.sourceforge.net/plugin_details.php?plugin=rssfeed). in ruby. The plan is to use it drive rubytorrent to do the actual downloading. Does anyone know of a similar project written in ruby ? This is my first project in ruby, I have been programming in C and C++ for a number
2007 Mar 02
4
Sorted empty search bug
Hello Dave, Hello all, I''ve got this error because I try to search something and sort it by name : Argument Error occured at <except.c>:93 in xraise Error occured in sort.c:551 - field_cache_get_index Cannot sort by field "name". It doesn''t exist in the index. The problem, occur when my index is empty, so the field "name" does not exists. --
2007 Jan 17
7
removing special/syntax characters
Is there any somewhat standard way to remove or otherwise handle special or syntax characters from a user''s search, such as a colon? I was thinking maybe there was something akin to Ferret::Analysis::FULL_ENGLISH_STOP_WORDS, like Ferret::Analysis::FERRET_SYNTAX_CHARS, but no such luck. How are other folks dealing with filtering user input? John
2006 Sep 27
2
Seg Fault - crashed our server
We were using ferret (with acts_as_ferret) on our production boxes. Everything was going OK for a few days then we got a seg fault from it that brought down the box. The specs: * Rails 1.1.6 * Ruby 1.8.4 * Ferret 0.10.6 * RedHat ES 3 * Apache * Pound * 5 instances of Mongrel Can ferret handle multiple processes accessing it''s files at the same time? Not that we were doing this (but
2005 Feb 06
0
[usa@garbagecollect.jp: Re: windows socket connection freeze]
...sa@garbagecollect.jp> ----- Date: Sun, 6 Feb 2005 14:58:19 +0900 From: "U.Nakamura" <usa@garbagecollect.jp> To: ruby-core@ruby-lang.org Subject: Re: windows socket connection freeze Hello, In message "windows socket connection freeze" on Feb.05,2005 23:04:46, <wmorgan-ruby-core@masanjin.net> wrote: | Was the issue described in [ruby-core:3154] ever resolved? I''m | experiencing the same behavior with Ruby 1.8.2 2004-12-25 | [i386-mswin32]: when I open a TCP socket to a bogus IP address, *all* | threads freeze until the TCP timeout is reached. This doe...
2005 Feb 07
1
[matz@ruby-lang.org: Re: Performance of CGI::Cookie / SimpleDelegator fix]
...matz. --- lib/cgi.rb 1 Nov 2004 23:53:48 -0000 1.68.2.9 +++ lib/cgi.rb 8 Feb 2005 00:32:29 -0000 @@ -772,3 +772,3 @@ class CGI # cookie1.secure = true - class Cookie < SimpleDelegator + class Cookie < DelegateClass(Array) ----- End forwarded message ----- -- William <wmorgan-rubytorrent-devel@masanjin.net>
2005 Jan 10
2
rubytorrent
hello, we are interested in using rubytorrent as a project in a hackfest we''re organizing, and I would like to know if you have any idea of stuff that needs to be done, or something like it. Thanks, --lf
2005 Feb 07
3
WindowsXP
Already try the pre realease 0.3. The rtpeer.rb is working. But I don''t know why is take quite a while to listen only port 6969. The after that start to scan port 6881,6882..etc. After that manage to download the file normally. As usual I run everything in one PC. Azureus, ABC, and rubytorrent. The example on "doc\api.txt" still doesn''t work for me. I am very hapy the
2004 Mar 15
1
spearman rank correlation problem
...is: true rho is not equal to 0 sample estimates: rho NA Warning message: The standard deviation is zero in: cor(x, y, na.method, method == "kendall") > my.spearman(a,c) [1] 0.5 Any suggestions as to what I'm doing wrong? Thanks in advance, -- William Morgan wmorgan at mitre dot org
2005 Jan 25
2
Testing preRelease 0.3
Hi all, I?ve updated my local repository with version from 05/01/26 0:00 CET My test - torrent is very active, so Azureus gets an average download of 40kb/s after a few seconds running, and up to 90kb/s after two minutes. Rubytorrent has not even 1 piece after fifteen minutes. It gets connected to 12 or 15 peers but the download ratio is always below 2kb/s. From my point of view there is a
2006 Sep 24
1
[patch] buffer overflow in q_parser.y
...,7 @@ self->analyzer = analyzer; self->ts_cache = h_new_str(&free, (free_ft)&ts_deref); self->buf_index = 0; + self->dynbuf = NULL; self->non_tokenizer = non_tokenizer_new(); mutex_init(&self->mutex, NULL); return self; -- William <wmorgan-ferret at masanjin.net>
2008 Nov 29
3
[LLVMdev] explicit stack management
Hi all, At the bottom of chapter 8 of the tutorial, on the topic of closures, mentions that there are "often better ways to implement these features than explicit stack frames". Does anyone know what techniques this cryptic statement might be referring to? Thanks! -- William <wmorgan-llvm at masanjin.net>
2007 Jan 22
6
[Ferret] Test failures for ferret tagged REL-0.10.14
Hi Dave, I''ve been getting some segment faults while running my tests using 0.10.14 gem so I decided to package the gem locally to add -dH and generate core dumps for you. So I followed instructions here http://ferret.davebalmain.com/trac/wiki/DownloadCurrent and first off ran the tests. I''m getting the following failures. (see this pastie http://pastie.caboo.se/34790). I
2007 Jul 04
0
error at index.c:901
...from /usr/lib/ruby/1.8/monitor.rb:238:in `synchronize'' from /var/lib/gems/1.8/gems/ferret-0.11.4/lib/ferret/index.rb:333:in `search'' from ./lib/sup/index.rb:312:in `load_entry_for_id'' ... 33 levels... --- cut here --- Thanks! -- William <wmorgan-ferret at masanjin.net>
2007 Feb 12
0
sup 0.0.7 Released
...state. * New commands in thread-view-mode: - ''a'' to add an email to the addressbook - ''S'' to search for all email to/from an email address - ''A'' to kill buffer and archive thread in one swell foop * Removed hoe dependency. -- William <wmorgan-ferret at masanjin.net>
2007 Jan 01
2
Possible Bug when Creating Indexes
I''m running: ferret (0.10.9) ruby 1.8.5 (2006-08-25) [i386-mswin32] on Windows XP(SP2) When I create an index as follows: field_infos = FieldInfos.new(:store => :yes, :term_vector => :no, :index => :yes) field_infos.add_field(:id, :index => :untokenized) field_infos.add_field(:subject) field_infos.add_field(:author) field_infos.add_field(:tags, :store => :no) index =