Displaying 20 results from an estimated 3000 matches similar to: "Words near one another."
2010 Oct 28
1
hypens in words + NEAR + 3 terms + AND_MAYBE => crash
Probably an uncaught malformed query - the following form of search queries
causes a crash for me (core 1.2.3, Perl API, 64bit Debian Lenny, self-compiled):
x-y NEAR test NEAR test
The first term can be anything with a hyphen in it but word characters at the
beginning and end ("3--3" will do). The other 2 terms can be anything.
"test NEAR x-y NEAR test" will not cause a
2010 Oct 07
1
Config review (2.0.5)
Since I have these performance problems after migration to 2.0.5 I'm
publishing my config for review. Can anybody spot any obvious signs of
trouble?
# 2.0.5: /usr/local/etc/dovecot.conf
# OS: Linux 2.6.32-24-generic-pae i686 Debian squeeze/sid
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login
disable_plaintext_auth = no
auth_master_user_separator = *
mail_location =
2007 Jul 21
2
Remove the word "Alpha" from anywhere near Theora
Howdy,
I'm proposing to change the version state of Theora from Alpha to
Beta, or better yet to remove any mention that it isn't ready. Theora
is ready. Saying it's an Alpha version is cute in the eyes of a
developer who likes versioning numbers, but it's a nightmare in
regards to marketing.
Nobody wants to support something that's labeled Alpha. Like it's
unstable and
2009 May 28
0
Urgent Statistician Position near Philadelphia
Dear R-list,
I know is going to be weird, but I need to do something about and I know
the R-list is big group of good people. I?m moving to Philadelphia in
August 2009 (my fianc? is there) and I need to find a job. I know to do so
many things, but my skill is in science and research. I would like to know
if you know a possible position near Philadelphia, New Jersey or New York.
I was working in
2003 Jul 27
2
WINS-Support
Hi,
does Samba use localhost as WINS-Server, if only
wins support = yes
is set?
Regards,
Marc Hansen
2011 Oct 09
1
strucchange Nyblom-Hansen Test?
I want to apply Nyblom-Hansen test with the strucchange package, but I don't
know how is the correct way and what is the difference between the following
two approaches (leeding to different results):
data("longley")
# 1. Approach:
sctest(Employed ~ Year + GNP.deflator + GNP + Armed.Forces, data = longley,
type = "Nyblom-Hansen")
#results in:
# Score-based CUSUM
2003 Aug 18
3
Pops
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi.
Using inAccess Networks chan_oh323, I'm experiencing some clicks or pops, how
can I fix that?
- --
Regards,
Tais M. Hansen
ComX Networks
Tel: +45-70257474
Fax: +45-70257374
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/QMfF2TEAILET3McRAu9zAJwNWtv+QSpka0NGaVk9E/IDHyalhwCgkQME
Gynfp5zF0SWZUQEjelp7sBI=
=CSqT
2003 Apr 06
6
FW: graphich bootscreen howto ???
Hello sylvian
Thanks.
I use kernel 2.4.3 so far, and the Linux Progress Patch seems to start at
2.4.13....
What I don't understand is, why the kernel whipes out the VGA-display, as
both Syslinux and
the kernel is setup for serial-console.
best regards
ole at danelec.dk
* danelec electronics a/s
* Blokken 44
* DK-3460 Birkeroed
* DENMARK
* Phone: +45 45821879
* Fax: +45 45821979
*
2002 Nov 25
1
Problem with a printer
I've got cups setup, to do the printwork. A setup, that was used with 2.2.3a
of samba (same smb.conf), but it fails with 2.2.5. When using smbclient or
the spoot client to connect to the samba printer resource, it tells me that
it's a bad network name. Any known issues?
--
---------
?rn Einar Hansen email: orn.hansen@swipnet.se
2010 Sep 16
1
The permutation of one vector into another
Dear R-help-list
I have two character vectors
a <- c("A", "B", "C")
b <- c("A", "C", "B")
Then
sapply(a, function(i) grep(i, b))
computes the permutation of the entries in 'b' needed
to bring 'b' into the same order as 'a'.
I have searched around, but haven't been able to find
any existing function
2018 Aug 07
3
Regarding basic block layout/code placement optimizations of profile guided optimization (PGO)
Hi,
I would like to learn the details regarding what exactly PGO does for basic
block layout/code placement optimizations in llvm. Could you please point
me to some descriptions? Is it close to this paper (Karl Pettis and Robert
C. Hansen. 1990. Profile guided code positioning. PLDI'90)
http://perso.ensta-paristech.fr/~bmonsuez/Cours/B6-4/Articles/papers15.pdf?
Whether it is purely
2006 May 11
11
[PATCH] Integrating applications into Mini-OS
I sent this patch directly to Gregor, and neglected to CC this list.
Sorry about that.
I''d like to make it so that there is no need to modify any Mini-OS
source files when extending it with an application. All that is
required is a change to Makefile, and a small change to kernel.c,
printf.c, and string.c. I have enclosed the patch.
With this patch, one could write an application in a
2009 Jul 21
2
mboot.c32, NUMA and tgz
Hi all,
I'm attempting to PXE boot ESXi, which uses the syslinux mboot.c32 module. The mboot.c32 included with ESXi seems to be an older version that runs into an "out of memory loading.." problem halfway through, even though the box has 8GB memory. This may be related to NUMA, since it works fine on an older box but not the newer blade. I saw that some non-contiguous memory issues
2017 Nov 27
2
[PATCH] VSOCK: Don't set sk_state to TCP_CLOSE before testing it
A recent commit (3b4477d2dcf2) converted the sk_state to use
TCP constants. In that change, vmci_transport_handle_detach
was changed such that sk->sk_state was set to TCP_CLOSE before
we test whether it is TCP_SYN_SENT. This change moves the
sk_state change back to the original locations in that function.
Signed-off-by: Jorgen Hansen <jhansen at vmware.com>
---
2017 Nov 27
2
[PATCH] VSOCK: Don't set sk_state to TCP_CLOSE before testing it
A recent commit (3b4477d2dcf2) converted the sk_state to use
TCP constants. In that change, vmci_transport_handle_detach
was changed such that sk->sk_state was set to TCP_CLOSE before
we test whether it is TCP_SYN_SENT. This change moves the
sk_state change back to the original locations in that function.
Signed-off-by: Jorgen Hansen <jhansen at vmware.com>
---
2004 Jul 16
3
interpreting profiling output
I have some trouble interpreting the output from profiling. I have
read the help pages Rprof, summaryRprof and consult the R extensions
manual, but I still have problems understanding the output.
Basically the output consist of self.time and total.time. I have the
understanding that total.time is the time spent in a given function
including any subcalls or child functions or whatever the
2003 Apr 22
5
SS7
Hi,
Does Asterisk support SS7?
Google shows an old new post from Feb. 2002 stating that OpenSS7 would help
add SS7 support to Asterisk, but presently OpenSS7 seems to be dead and I
can't seem to find anything about it at Asterisk or Digium's sites. What
happened?
--
Regards,
Tais M. Hansen
ComX
2006 May 19
7
AR transactions and isolation levels
I''m trying to create a sequence with no gaps in my db (contrived
example, but should work out the same as my real one), and believe
db-managed transactions are the way to go about this.
It''s my first real ''go'' at transactions, so I may be mistaken about
how things really work.
Anyway.. Consider this example code:
Class Invoice < ActiveRecord::Base
def
2016 Oct 21
2
[RESEND PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
On Fri, Oct 21, 2016 at 10:25:21AM -0700, Dave Hansen wrote:
> On 10/20/2016 11:24 PM, Liang Li wrote:
> > Dave Hansen suggested a new scheme to encode the data structure,
> > because of additional complexity, it's not implemented in v3.
>
> So, what do you want done with this patch set? Do you want it applied
> as-is so that we can introduce a new host/guest ABI that
2016 Oct 21
2
[RESEND PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
On Fri, Oct 21, 2016 at 10:25:21AM -0700, Dave Hansen wrote:
> On 10/20/2016 11:24 PM, Liang Li wrote:
> > Dave Hansen suggested a new scheme to encode the data structure,
> > because of additional complexity, it's not implemented in v3.
>
> So, what do you want done with this patch set? Do you want it applied
> as-is so that we can introduce a new host/guest ABI that