Displaying 9 results from an estimated 9 matches for "lasy".
Did you mean:
last
2010 Nov 17
2
Bug in agrep computing edit distance?
...If not, should I file this in
> Bugzilla?
>
Could you re-post this on r-devel? It definitely sounds like
this is worth following up. Based on a little bit of playing around,
it's quite clear that I don't understand what's going on. The examples
show things like
agrep("lasy","lazy",max=list(sub=0))
which makes sense, but
agrep("lasy","lazybc",max=1)
agrep("lasy","lazybc",max=0.001)
agrep("lasy","layt",max=list(all=1))
and
agrep("x",c("x","xy","xyz",&...
2010 Nov 16
1
Bug in agrep computing edit distance?
The documentation for agrep says it uses the Levenshtein edit distance,
but it seems to get this wrong in certain cases when there is a
combination of deletions and substitutions. For example:
> agrep("abcd", "abcxyz", max.distance=1)
[1] 1
That should've been a no-match. The edit distance between those strings
is 3 (1 substitution, 2 deletions), but agrep matches
2020 Sep 01
0
[PATCH 07/28] 53c700: improve non-coherent DMA handling
On 01.09.20 18:21, Helge Deller wrote:
> On 01.09.20 17:22, James Bottomley wrote:
>> On Tue, 2020-09-01 at 16:05 +0100, Matthew Wilcox wrote:
>>> On Tue, Sep 01, 2020 at 07:52:40AM -0700, James Bottomley wrote:
>>>> I think this looks mostly OK, except for one misnamed parameter
>>>> below. Unfortunately, the last non-coherent parisc was the 700
2010 Jun 16
1
The __WINE__ macro does not identify the Wine platform
According to some old discussion
(http://www.mail-archive.com/wine-devel at winehq.com/msg15669.html) on
wine-devel it appears that __WINE__ should be the macro used to
identify the Wine platform,
However, that doesn't appear to work for Windows native MinGW on wine.
Here is my test code:
#include <stdio.h>
int main(int argc, char** argv)
{
#if defined(__WINE__)
2020 Sep 01
2
[PATCH 07/28] 53c700: improve non-coherent DMA handling
On 01.09.20 17:22, James Bottomley wrote:
> On Tue, 2020-09-01 at 16:05 +0100, Matthew Wilcox wrote:
>> On Tue, Sep 01, 2020 at 07:52:40AM -0700, James Bottomley wrote:
>>> I think this looks mostly OK, except for one misnamed parameter
>>> below. Unfortunately, the last non-coherent parisc was the 700
>>> series and I no longer own a box, so I can't test
2010 Jun 12
3
Speed/latency issues for development in a Wine environment
I am an experienced Linux developer but a Wine newbie. Recently I have been
exploring the possibility of using CMake-2.8.1 and MinGW-4.5.0 in a
Wine-1.1.42 environment (the backported Debian Lenny packages from WineHQ)
to check that CMake-based build systems I use for various software projects
work properly for that Windows platform. I am collecting notes for a wiki
entry I am planning to write
2005 Jun 02
0
Cannot share printer HP1012, using Ubuntu and Samba
Hello!
I have a big problem - I cann't share the printer HP1012. I am using GNU Linux
Ubuntu, I try to share the printer, using Samba (when I used RH9, then it was
very easy to share the printer and I hadn't any problem with sharing (except
PCL, but thats the other story)). So, can you tell me, whats the problem? I use
cups. My /etc/smb.conf file:
########## Printing ##########
# If you
1996 Dec 06
0
phf & Bash exploit
...dmins are aware of this, and they are
leaving their networks very open for exploitation.
Zeed
[mod: Yes this is old, boring stuff. The "new" thing in this post is
that there are still lots of sites vulnerable to this attack. Welllll,
maybe that''s no news either. Maybe I was too lasy to write a rejection
notice -- REW :-]
(DY)
2001 Mar 13
2
Samba 2.2 CVS
Sure thing:
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login
<password is cvs >
cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co -r SAMBA_2_2 samba
this will grab samba_2_2 and place it in a directory lableled samba.
leaving out the SAMBA_2_2 grabs HEAD.
you can get other modules as follows:
SAMBA_2_2
HEAD
APPLIANCE_HEAD
APPLIANCE_TNG
there are others but I haven't tried