search for: honey

Displaying 20 results from an estimated 81 matches for "honey".

Did you mean: money
2004 May 26
5
Windows XP and domain logon
...n logon. The error we receive is "domain controller is not available", we are facing this problem with a network of 15 xp clients everyday few of the the clients randomly are able to logon and rest of the few are not able to logon. Please suggest me some solution to this problem. Thanks, Honey
2004 Jun 18
5
Slowdown on lots of motion
I'm playing the "Honey" movie (both Honey-small and Honey-large) and I notice significant slowdown during periods of lots of motion (when the camera shakes, when the first man hops into bed, when people turn around and approach the camera, etc.). The audio plays smoothly all the time but when there is a lot of moti...
2004 Dec 06
1
Can't download Honey
Hello everybody, I can't download Honey from theora.ogg via torrent. The error message I got is : [16:58:19] Problem connecting to tracker - <urlopen error (111, 'Connection refused')> The command i tried was : btdownloadcurses.py --max_upload_rate 350 --url http://www.theora.org/torrents/Honey-small.torrent Please help m...
2004 Jun 21
2
playback rate of theora movie "honey"
I downloaded xiph.org's free theora-encoded movie called "honey", both the large and the small versions. I tried playing the small version on both a g4 450 "OS X" mac and a PIII 800mhz running WinXP. On both platforms I used VLC media player version 0.7.2 Neither one of these platforms could play the movie smoothly from the hard disk drive. Ther...
2023 Mar 08
1
Release plans
Olly Betts <olly at survex.com> wrote: > The current plan for the next release series includes relicensing > the C++ libxapian library in xapian-core as MPL. The remaining > blockers for this are: > > * adding update support to the new honey backend (to replace glass) Just wondering if there's docs on what improvements users can expect from honey. Mainly smaller size? I'm pretty happy with glass :> But I still use SQLite for big, "all results" type sorts. > I know at least one major user of Xapian has been...
2014 Sep 29
3
help on samba-tng
Dear all, This is an embedded firmware engineer Honey from China, and I am studying the samba and samba-tng, because the size of samba is too large to my development. I want to port the samba-tng to embedded ARM Linux system, use the kernel version is 2.6.35, but I found the samba-tng can't be compiled by cross compiler(arm-none-linux-gn...
2006 Nov 01
4
extract values from a vector
Hello, I'm looking for a solution for the following problem: I have two vectors V1 <- c("apple","honey","milk","bread","butter") V2 <- c("bread","milk") now, I would like to know for each element in V1 if it's equal to one of the elements in V2 I could do: which(V1 == V2[1] | V1 == V2[2]) but what if I don't know the length of V2 a...
2013 Jul 24
12
Want to send password via SMS
Hi I am saving password with hashed_password and salt in table. Now I need to send those passwords via SMS can it be possible.Kindly give me some suggestion plz . Thanks in advance Cheers -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2018 Mar 20
2
how to build 64bit xapian using MSVC2017?
On Tue, Mar 20, 2018 at 06:30:07PM +0000, Olly Betts wrote: > https://lists.xapian.org/pipermail/xapian-discuss/2018-January/009585.html Related to this, the appveyor build is currently failing on git master. Unfortunately the change at which is started to fail was the addition of the new "honey" backend, which doesn't narrow things down to a useful degree. I've checked over the new code and turned up a few issues, but fixing those didn't solve this. It's failing for MSVC and mingw (but not cygwin) so I'm suspecting it is something to do with the C runtime (since...
2013 Sep 04
7
Shift from mongrel to webrick
Hi Everyone I have installed mongrel gem and in my dev I can able to run my app on mongrel but If I want to shift to webrick how can I shift easily with out uninstalling the mongrel gem Thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send
2004 May 25
1
Samba-3.0.4 write list problem
...es [res] path = /raid/res browseable = yes read only = yes write list = bis, rks, srv, pmd, ram, roh, mop [sts] path = /raid/sts browseable = yes read only = yes write list = bis, rks, srv, ram, stm, vdp, ban, spn, ppl, ngr Please suggest me a way out. Thanks, Honey Bajaj
2023 Mar 06
2
Release plans
The current plan for the next release series includes relicensing the C++ libxapian library in xapian-core as MPL. The remaining blockers for this are: * adding update support to the new honey backend (to replace glass) * adding support for RAM storage to honey (to replace inmemory) * moving some remote client and server code out of libxapian (or replacing it) I'm certainly still aiming to get these done, but it's occurred to me that we could start a new release series now-ish...
2020 Jan 09
0
Relicensing Xapian
...ith some features disabled which only contains code that we should be able to relicense (NB the code hasn't actually been relicensed yet). This option currently disables the following: * glass backend * inmemory backend * remote backend * replication The only backend you get is the new "honey" backend which currently only supports reading. To create a honey database, you currently need to use a full build of xapian-core, build a glass database, and then use xapian-compact to convert it to honey, so right now this build is not all that useful, but it shows how far we've come....
2006 May 14
2
Samba VFS issue
Hi, Since Samba-3.0.20 I am unable to compile sa-samba.c vfs module, which I have downloaded from the internet for auditing purpose, prior to this version it was getting compiled cleanly, I am receiving CPLUSPLUS error, Please suggest as what need to be done in order to resolve it. Thanks, Honey -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2013 Nov 22
4
Delayed JOB ISSUE
Hi all I am using delayed jobs to send sms I am using "http://github.com/tobi/delayed_job/tree/master". In my other website my delayed job is working fine. Recently I have took one new domain in the same server which I have my other app''s which are working fine. Now the issue is after taking new domain and running the old app with new domain delayed job is not working
2012 Aug 04
4
Rspec
Hi all i''m trying to learn Rspec testing can anyone suggest me the best book to learn Rspec with good sample code. Thanks in advance -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group,
2013 Sep 22
0
[LLVMdev] Why total number of store instructions increased in case of gvn with reg2mem?
...t. But when -gvn parameters is passed (in case 4) , why does the total number of strore Instruction present on the attached file increases (instead of decrease). Please explain considering that use of -reg2mem pass is mandatory. eg. clang -emit-llvm bzip.c -c -o bzip1.bc 1. opt -load /home/honey/llvm/build/Debug+Asserts/lib/loadInstruction.so -storeInstruction < bzip1.bc output :- Total Store Instruction 3115 2. opt -reg2mem -load /home/honey/llvm/build/Debug+Asserts/lib/loadInstruction.so -storeInstruction < bzip1.bc output :- Total Store Instruction 3174 3. opt -dse -dc...
2013 Sep 22
0
[LLVMdev] Why total number of store instructions increased in case of gvn with reg2mem?
...store inst. But when -gvn parameters is passed (in case 4) , why does the total number of strore Instruction present on the attached file increases (instead of decrease). Please explain considering that use of -reg2mem pass is mandatory. eg. clang -emit-llvm bzip.c -c -o bzip1.bc 1. opt -load /home/honey/llvm/build/Debug+Asserts/lib/loadInstruction.so -storeInstruction < bzip1.bc output :- Total Store Instruction 3115 2. opt -reg2mem -load /home/honey/llvm/build/Debug+Asserts/lib/loadInstruction.so -storeInstruction < bzip1.bc output :- Total Store Instruction 3174 3. opt -dse -dce -reg2mem -...
2004 Aug 05
1
Problem With Vlan Routing
...interface rather then eth0, and sometimes the link works fine. I am using a flat network using unmanaged switches. I have also added entry in shorewalls hosts file for 192.168.2.0 subnet. Please suggest me why the traffic is entering into eth1 (network zone) rather then local zone (eth0). Thanks, Honey
2005 Jul 11
1
Samba ADMIN$ share
Hello Is it possible to make ADMIN$ share (Samba 3.0.14a) world writeable and pointing to specific directory ? I am interested in building some sort of honey pot that would allow virus to transfer files to ADMIN$ under putting mode logging around. Any other solutions with samba ? Martynas