Displaying 20 results from an estimated 35 matches for "flea".
Did you mean:
filea
2009 Apr 09
4
Weird analyzer issue with the word ''fly''
...s analyzer is defined in a module thus:
module Ferret::Analysis
class StemmingAnalyzer
def token_stream(field, text)
StemFilter.new(StandardTokenizer.new(text))
end
end
end
Now, here''s a search without using the analyzer:
>> TeachingObject.find_with_ferret("flea fly", :per_page => 2000).size
=> 14
And with the analyzer:
>> TeachingObject.find_with_ferret("flea fly", :per_page => 2000, :analyzer => Ferret::Analysis::StemmingAnalyzer.new).size
=> 0
Now, for other searches, the analyzer seems to be doing it''s jo...
2014 Apr 08
1
Rebuilding message guid in sdbox
Hello,
I am running dovecot 2.2.12
Current mail storage is sdbox and I am trying to compress all emails,
which works fine, except for a few old mailboxes.
If I run the following dsync command
"dsync -u flea -o "mail_plugins=zlib" mirror maildir:~/ndbox"
It fails with:
dsync(flea): Error: Exporting mailbox INBOX failed: Backend doesn't
support GUIDs, sync with header hashes instead
Doing "doveadm dump flea/dbox/mailboxes/INBOX/dbox-Mails/dovecot.index"
reveals that ther...
2006 Apr 17
0
Using variable class names breaks has_many?
Hey All,
Any idea why this would work this this:
class Dog
has_many :fleas
end
dog = Dog.find_first
dog.name => "Buster"
dog.class => Dog
dog.fleas => []
# store the class
animal_class = dog.class => Dog
dog = animal_class.find_first
dog.name => "Buster"
dog.class => Dog
dog.fleas => method_missing! #...
2001 Mar 04
1
TSR supported?
Hi all,
I am new to wine.
Please let me know whether I can run DOS programs which uses TCP/IP
stack installed as TSR. I have a couple of old programs still not
converted to the new world!
In use: Pathway TCP/IP stack (This company no more exists!) and Sybase's
memory resident Net-Lib (for DB ibrary). This is how my old programs
still running in DOS boxes access a Sybase database.
2001 Feb 12
3
ie5 install?
I am trying to install ie5 to test webpages and their apperance.
Unfortuantely i am getting this annoying dialog error:
"A previous program installation was never completed. You need to restart
your computer to complete that installation before running Internet
Explorer Setup. Setup will now close."
What in the heck is this?? Restart what computer? Heck no! I don't
understand
2001 Nov 18
1
Problems with serial comm
Hi!
I'm new to this list as well to Wine, so please excuse me if I'm asking a FAQ.
Today I installed wine-20011108, especially to be able to run programs I need
for my work.
One of them is a remote front panel to the measuring instrument, which
communicates with it using a modem connection.
This program cannot establish a connection. It accesses the modem, its LEDs
blink, but no
2009 May 14
6
Generated test files and bad require 'test_helper'
Why do the generated test files have: require ''test_helper''
It cannot obviously find the file because it''s located in a
subdirectory. That''s annoying.
--
Posted via http://www.ruby-forum.com/.
2009 May 10
4
How to generate UML diagrams from existing ruby code?
Hi,
thanks for reading. Till now, I''ve used railroad to visualize my
models. But as far as I can see, there''s no possibility to add
information about the model class methods. Methods are only added to a
diagram, if you visualize your controllers. Is there a way to change
this behavior?
I''ve looked out for something else and found ''ruby-uml'', seems to
2001 Mar 08
4
Half-Life sound problem
Hi,
finally got HL to run at 1024 in opengl. But there are some things
which i'm not happy about:
1) Sound lags about 1 sec after the game, EAX doesn't work.
2) Some fonts don't get found (which messes up the scoreboard).
I'm running Mandrake7.2 with kernel 2.4.2 and XFree 4.0.1 and
nvidia's 0.9.6 drivers. Some things i've found out so far:
Using the nvidia agp driver
2007 Mar 26
2
Issue generating XML with hyphenated element names
Hello...
I''m trying to generate and XML file using .rxml and I''m having a
problem with element names that contain a hyphen. Here is a chunk of
the .rxml file:
xml.instruct! :xml, :version=>"1.0"
xml.properties do
@properties.each do |p|
xml.property do
xml.location do
xml.street-address(p.street_address)
xml.city-name(p.city)
..
end
end
end
1999 Oct 07
1
Xgobi
...3
c:\Xgobi3\xgobi.exe
In R I get:
> xgobi(D1)
C:\RW0642/library/xgobi/scripts/xgobi.bat -vtitle 'D1' -dev 2 -std mmx
C:/WINDOWS/TEMP/xgobi18467
I am running Xgobi on the MIX X server on Windows95. Do you know how I
can get Xgobi to accept any of my data.frames? Xgobi runs well on the
flea example found in the Xgobi package.
Also, if the path of the data file is placed after c:\Xgobi3\xgobi.exe,
then Xgobi will work with this file.
Thanks
Peter
---------------------
Peter Ho
Escola Superior de Biotecnologia
Universidade Cat?lica Portuguesa
Rua Dr. Ant?nio Bernardino de Almeida
42...
2009 May 05
9
no sql in the controller guideline
hello. i just checked Chad Fowler''s post "20 Rails Development No-No''s"
and
one guideline caught my attention. it says:
"Nothing that looks at all like SQL should go into a controller, view,
or helper."
it really came as a surprise to me as Rails itself seems to go against
such practice by its AR ''conditions'' option, which most of the times
2001 Oct 19
3
Type1 Fonts
I've narrowed the my Cups printing problem down to Wine not loading my
Type 1 fonts.
I have several Type 1 fonts installed in 3 places, all of which are in
my fontpath ("xset q" lists them). I can use the Type 1 fonts in X and
with KDE-2.2.1 even as AntiAliased, however, when I try to print from an
app under wine I get a memory error and a message at the command line
stating
2009 Aug 17
1
Multiple comparison on lme model with 2 fixed factors
Hi!
I'm a bit lost while performing multiple comparisons on a lme model of that
type:
lmeglu=lme(glucose~Ath*tim,random=~1|Vol,na.action=na.omit,data=data)
multc = glht(lmeglu, linfct = mcp(Ath = "Tukey", tim = "Tukey"))
This works fine for identifying the effect of each factor. However, when I
look for their interactions, l only obtain error messages.
For example this
2003 Sep 07
2
freebsd and asterisk ?? anyone yet
so has anyone gotten * ported to freeBSD yet ??
1999 Apr 23
0
Samba 2.0.3 in Domain
...radic problem we're having exclusively with Windows 95 clients.
The Samba configuration file, less the hosts allow line, is as follows:
[global]
workgroup = NVESD
server string = Samba %v
security = DOMAIN
encrypt passwords = yes
password server = mantis flea wasp scorpion
time server = Yes
deadtime = 5
keepalive = 60
socket options = TCP_NODELAY
client code page = 437
local master = no
wins server = 140.183.5.55
homedir map = auto.home
nis homedir = true
invalid users = adm...
2008 Feb 18
0
is assert_select indicated for XML?
...:success
assert_select ''channel''
end
It emits "ignoring attempt to close channel with link".
So why are the Beastie boys testing XML with assert_select? Wouldn''t an
assertion that didn''t expect HTML work better there?
--
Phlip
http://flea.sourceforge.net/EAP_1.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubs...
2011 Mar 07
0
Conflict between gam::gam and mgcv::gam
...e UK and is regulated by the Dubai Financial Services Authority. Permal (Singapore) Pte. Limited, Company Registration Number 200711607C, is regulated by the Monetary Authority of Singapore. Permal (Japan) K.K., Registration Number: Director General of Kanto Local Finance Bureau ("KLFB") (FlEA) No. 2335, is authorized by the KLFB in Japan as a non-discretionary investment adviser.
[[alternative HTML version deleted]]
2013 Nov 25
9
GeForce 4xx/Fermi to Quadro Modifying Quide
Due to popular demand, I have finally found time to write this up. I had
to rush it a little, but hopefully you get the gist.
http://www.altechnative.net/2013/11/25/virtualized-gaming-nvidia-cards-part-3-how-to-modify-a-fermi-based-geforce-into-a-quadro-geforce-gts450gtx470gtx480-to-quadro-200050006000/
Any questions, please ask away, and I''ll update the article to expand on
those
2007 Apr 07
2
functional test question
I have a view that passes two params hashes (:user and :school) to my
controller action. In the functional test for the controller action,
how do pass these two hashes?
I tried the following that did not work
get(:create, [:user => {:firstname => ''xxx'', :lastname =>
''yyyy''}, :school => {:id => 1}] )
It seems to pick only the first array