Displaying 20 results from an estimated 50000 matches similar to: "Ultrasphinx, terminal not verbose anymore in development"
2008 Sep 08
0
Group By / Filters with UltraSphinx
Hi,
I use last version of UltraSphinx but filters dont work...
In my model :
is_indexed :fields => [''content'', ''titre'', ''created_at'', {:field =>
''lang'', :facet => true, :as => ''lang''}],
:delta => true
or
is_indexed :fields => [''content'',
2009 Mar 06
1
Ultrasphinx search error... Invalid class name
I''ve got Ultrasphinx powering the search on my Rails app. It''s working
with all of my models when they''re first indexed, but then, after what
seems like a random amount of time, I''ll get the following error on
just *one* of my models:
search#show (Ultrasphinx::UsageError) "Invalid class name \"Playlist
\""
I set up this model like so:
2008 May 27
0
Ultrasphinx geolookup distance returns NaN value.
Hi all,
I''m trying to use geo-location based search using sphinx, Here my search
query.
@search = Ultrasphinx::Search.new(:sort_mode => ''extended'', :sort_by =>
''distance'', :location => {:units => ''degrees'', :lat => 40.7414, :long =>
-74.0014})
@search.results.collect{|x| x.distance}
[0.69084495306015,
2008 Jul 20
1
Installing plugins from .tar.gz file, how?
First, thanks for your attention!
I''m trying to install UltraSphinx plugin from svn but unfortunately it''s
down. I have a .tar.gz package, how can i install it?
./script/install package.tar.gz - doesn''t work
--
Regards,
Luiz Vitor Martinez Cardoso
cel.: (11) 8187-8662
blog: rubz.org
engineer student at maua.br
--~--~---------~--~----~------------~-------~--~----~
2017 Jun 10
1
Question about R developpment
I would describe MRO as a distribution of R, in the same way that Fedora, Debian, SUSE etc are distributions of Linux. It is not fundamentally different from the version of R that you can download from CRAN but the binary builds offer some specific features:
1) The binary build is linked to the Intel Math Kernel Library (MKL) which may increase the speed of some matrix operations
2) Packages are
2005 Dec 28
1
Ruby on rail newbie
Hi everybody, sorry if the message does not have this place there.
I''m a one-year experienced php developper. I use this language for all my
web applications.
I prefer php to Java/J2ee because, of its simple features, its powerness
and the fact that it let the user
choose the way he wants to program(This is particularly benefical when i''m
prototyping)
For me the
2008 Sep 27
0
Aspell crash
Hi
I recently extracted the spelling correction functionality from
Ultrasphinx and started to use it in Thinking Sphinx plugin.
Today I noticed that both thin instances on the server died and this is
what thin log says:
>> Thin web server (v0.8.2 codename Double Margarita)
>> Threaded mode OFF
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:7001, CTRL+C to
2005 Dec 29
1
Detecting the current environement
Hi all,
I''d like to run a before_filter only in the developpment environment.
how do I detect the current enviroment?
Cheersm
Douglas
2009 Feb 24
2
About virtualization, xen and kvm.
Hello,
I have understand that :
----------------------------
guest
----------------------------
driver_device0_guest
----------------------------
hypervisor
----------------------------
driver_device0_hypervisor
----------------------------
device0
----------------------------
in order to access to a device, a guest use driver_device0_guest
The
2009 Feb 24
0
About virtualization, kvm and xen
Hello,
I have understand that :
----------------------------
guest
----------------------------
driver_device0_guest
----------------------------
hypervisor
----------------------------
driver_device0_hypervisor
----------------------------
device0
----------------------------
in order to access to a device, a guest use driver_device0_guest
The
2009 Feb 24
0
About virtualization, kvm and xen
Hello,
I have understand that :
----------------------------
guest
----------------------------
driver_device0_guest
----------------------------
hypervisor
----------------------------
driver_device0_hypervisor
----------------------------
device0
----------------------------
in order to access to a device, a guest use driver_device0_guest
The
2009 Apr 30
2
how to search all fields for a string in SQL ?
Using SQL or activerecord I am not sure how to search all fields for a
specific value ?
I know how to do this by just writing ruby code. To do it in SQL or an
activerecord find w/condition,
I don''t know how. I actually am supposed to combine an find w/
condition and a search all fields for a
value and AND those together. I think perhaps it can''t be done with a
single find ?
2009 Sep 15
0
Rails & .ejs.erb
I have some trouble using this type of tools, the format.js from to the
controllers to the {action}.js.erb in the view files…
Trying to put some onubtrusiveness int my developpment…
Everything''s working smoothly… except that at some point, navigating
from page to page through those javascript setup, the application seems
to get crazy in the inside, looping the same action, again and again
2019 Feb 11
4
time --verbose not working
I can't seem to get the verbose mode of time working.? I am trying to
compare the compute cost of sha256-crypt to sha512-crypt:
time doveadm pw -s sha256-crypt -p secret
real??? 0m0.128s
user??? 0m0.081s
sys???? 0m0.040s
time doveadm pw -s sha512-crypt -p secret
real??? 0m0.162s
user??? 0m0.105s
sys???? 0m0.047s
But all attempts to add --verbose fail:
time --verbose doveadm pw -s
2004 Aug 06
3
Documentation
Hi there.
Some words to tell you that the documentation effort start taking shape.
A savannah project has been created in order to coordinate work:
http://savannah.nongnu.org/projects/interopcast/
CVS is accessible via cvsweb here:
http://savannah.nongnu.org/cgi-bin/viewcvs/interopcast/
A first html shot available for browsing here: (there are other
documents to merge with but not yet http
2017 Jun 11
1
Question about R developpment
On 10/06/2017 6:09 PM, Duncan Murdoch wrote:
> On 10/06/2017 2:38 PM, Morgan wrote:
>> Hi,
>>
>> I had a question that might not seem obvious to me.
>>
>> I was wondering why there was no patnership between microsoft the R core
>> team and eventually other developpers to improve R in one unified version
>> instead of having different teams developping
2019 Feb 11
0
time --verbose not working
At 01:06 PM 2/11/2019, Robert Moskowitz wrote:
>I can't seem to get the verbose mode of time
>working.? I am trying to compare the compute
>cost of sha256-crypt to sha512-crypt:
>
>time doveadm pw -s sha256-crypt -p secret
>
>real? ? ? 0m0.128s
>user? ? ? 0m0.081s
>sys? ? ? ? 0m0.040s
>
>time doveadm pw -s sha512-crypt -p secret
>
>real? ? ?
2019 Feb 11
0
time --verbose not working
On Mon, 2019-02-11 at 16:06 -0500, Robert Moskowitz wrote:
> I can't seem to get the verbose mode of time working. I am trying to
Provide the full path for time, you are using the bash built-in time.
Try: /usr/bin/time --verbose cmd
> compare the compute cost of sha256-crypt to sha512-crypt:
>
> time doveadm pw -s sha256-crypt -p secret
>
> real 0m0.128s
> user
2005 Feb 06
3
Re : TC GUI or graphs?
Deepak, i think you can look to this option too :
http://sourceforge.net/projects/rcc/
The project is in developpment....but within 1 or 2 weeks i think it
will be a good project....especially who linux network''s owner.
rgds,
Erwan le Doeuff
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2017 Jun 10
4
Question about R developpment
Hi,
I had a question that might not seem obvious to me.
I was wondering why there was no patnership between microsoft the R core
team and eventually other developpers to improve R in one unified version
instead of having different teams developping their own version of R.
Is it because they don't want to team up? Is it because you don't want? Any
particular reasons? Different