Displaying 20 results from an estimated 20000 matches similar to: "filter problem"
2004 Jun 10
0
[Bug 1455] New: mount --bind is ignored by -x
https://bugzilla.samba.org/show_bug.cgi?id=1455
Summary: mount --bind is ignored by -x
Product: rsync
Version: 2.6.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: mario@dedenet.de
QAContact:
2006 Jun 16
1
mask input fields
how to mask input fields? like
my mask = ''## / ####''
when user type it will put / after the second char . and bla bla bla
have ror a helper for do it? or, someone knows a good js code for it?
tks
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2015 Feb 09
2
Proper way to define cbind, rbind for s4 classes in package
Are you able to create a reproducible example, somehow?
Thanks,
Michael
On Mon, Feb 9, 2015 at 2:28 PM, Mario Annau <mario.annau at gmail.com> wrote:
> Hi Michael,
> I've tested your change in r67699 (using r67773) and the function now
> correctly dispatches to r/cbind2 within the R-session without
> bind_activation(TRUE). However, running unit tests using R CMD check I
2004 Aug 06
2
testers..
Hello
I found that in this version, in the access log, the source log lines are wrong.
The number of bytes transfered for the source is always 19 bytes...
bla.bla.bla.bla - - [17/Nov/2003:23:25:22 +0100] "SOURCE /radio-bro-gwened.ogg HTTP/1.0" 200 19 "-" "IceS 2.0-Beta2" 13325
bla.bla.bla.bla - - [17/Nov/2003:23:25:52 +0100] "SOURCE /radio-bro-gwened.ogg
2015 Feb 20
1
Proper way to define cbind, rbind for s4 classes in package
>>>>> Mario Annau <mario.annau at gmail.com>
>>>>> on Wed, 11 Feb 2015 20:18:53 +0100 writes:
> sorry - I just got irritated by my different R-versions.
> The behaviour I described in the previous mail was discovered using R
> 3.1.2 without bind_activation(TRUE). In r67773 all calls are delegated
> to r/cbind.matrix and not
2001 Dec 17
2
ssh host echo bla | echo bla
what should ssh do for:
$ ssh host echo bla | echo bla
$ ssh -1 host echo bla | echo bla
$ ssh -2 host echo bla | echo bla
-m
2004 Sep 29
1
Problem with _new_ if class "lm" in object representation.
Hi!
Consider this code.
setClass("Ctest"
,representation(
test="character"
,bla="character"
,mod="lm"
)
)
new("Ctest",test="bla") #This produces an error.
#Error in validObject(.Object) : Invalid "Ctest" object: Invalid object for slot "mod" in class "Ctest": got class
2015 Jan 24
3
Proper way to define cbind, rbind for s4 classes in package
Hi all,
this question has already been posted on stackoverflow, however without
success, see also
http://stackoverflow.com/questions/27886535/proper-way-to-use-cbind-rbind-with-s4-classes-in-package.
I have written a package using S4 classes and would like to use the
functions rbind, cbind with these defined classes.
Since it does not seem to be possible to define rbind and cbind directly
as S4
2018 Dec 05
2
BUG: sieve does not set seen-Flag
We've all shown the way it should work, and what DOES work for us.
There appears to be <something> different about your setup.
I've showed you my spam sieve filter that does set \Seen.
I deliver my mail via dovecot LMTP to mbox formatted files.
What's different in your setup?
Those \Seen flags are visible in ALL the clients I use (Outlook, Outlook
Android, Gmail Android,
2007 Jun 06
3
string overflow in rpcclient add "printer" driver command
Hello,
I get the folowing error msg in rpcclient -c 'adddriver' command:
ERROR: string overflow by 1 (1024 - 1023) in safe_strcpy [adddriver "Windows NT x86" "My Driver Name 001:aaa]
Printer Driver My Driver Name 001 successfully installed.
My command is like this:
rpcclient MYSRV -s /etc/samba/smb.conf -A auth.txt -c 'adddriver "Windows NT x86" "My
2006 Feb 13
1
Why is asterisk ignoring my context?
Hi,
I've been fighting with a sip configuration for a few days, and I just
realized why it wasn't working.
In my sip.conf, I have the following
[someprovider]
Bla
Bla
Bla
Bla
And in my extensions.conf file, I have this
Exten => 555-555-5555,1,Noop(test)
Sure enough, when I dial 555-555-5555, it works. What DOESN'T work is if I
use an extension in the sip.conf and
2018 Dec 05
3
BUG: sieve does not set seen-Flag
What really strange is:
There is a seen message
1544001025.M268344P5000.mymail,S=2804,W=2861:2,S
Shown in Thunderbird as seen. Then i move this message to INBOX, and the
logs say:
Dec 05 10:22:23 mymail dovecot[24019]: imap(user.name)<5276><+eYG4kJ85DMuffon>: Debug: Mailbox INBOX: Mailbox opened because: UID move
Dec 05 10:22:23 mymail dovecot[24019]:
2007 Apr 05
1
FLAC: command line output
Hi,
I'm using the FLAC command line tool to encode my WAV files in some
directory to FLAC files.
Now I noticed sometimes the output of the tool is mostly like this:
flac -V --best "14 The Hose - Time Warp (Old Skull Mix).wav"
flac 1.1.4, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh
Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
2001 Mar 07
1
Minor bug in maketitle.pl (with bug correction) (PR#864)
Full_Name: Henrik Bengtsson
Version: rw1022
OS: Windows Me
Submission from: (NULL) (216.175.126.55)
When ${R_HOME}/share/perl/maketitle.pl tries to generate a TITLE that is longer
than $lc-3 (=13) characters long, it repeats the package name on line two.
Example: Now it generates an output like:
com.braju.graphics
com.braju.graphics Bla bla bla...
But, I believe it should
2015 Jan 26
2
Proper way to define cbind, rbind for s4 classes in package
>>>>> Michael Lawrence <lawrence.michael at gene.com>
>>>>> on Sat, 24 Jan 2015 06:39:37 -0800 writes:
> On Sat, Jan 24, 2015 at 12:58 AM, Mario Annau
> <mario.annau at gmail.com> wrote:
>> Hi all, this question has already been posted on
>> stackoverflow, however without success, see also
>>
2005 Jun 30
3
[Bug 2831] rsync tries to create "." directory
https://bugzilla.samba.org/show_bug.cgi?id=2831
------- Additional Comments From wayned@samba.org 2005-06-30 10:00 -------
Created an attachment (id=1292)
--> (https://bugzilla.samba.org/attachment.cgi?id=1292&action=view)
Ignore EEXIST on second mkdir() call
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because:
2012 Aug 21
2
Any android source client for icecast ?
Hi Guys,
2012/7/20 juantello <juantello1234 at gmail.com>:
>
> Hello.
>
> Icecast client for android
> http://droidtools.sourceforge.net/content/icecast-client-android
> http://droidtools.sourceforge.net/content/libogglibvorbis-and-libshout-libraries-android
I just finished compiling an android version of our reshaped shine
encoder [1] there:
2006 Dec 14
3
Stubbing constructiors
This works:
class X
def X.initialize( stuff )
end
end
X.initialize("bla")
However stubbing it doesn,t:
require ''test/unit''
require ''stubba''
class X
def X.initialize( stuff )
end
end
class XTest < Test::Unit::TestCase
def test_
X.stubs(:initialize).with("bla")
2015 Feb 02
2
Proper way to define cbind, rbind for s4 classes in package
>>>>> Michael Lawrence <lawrence.michael at gene.com>
>>>>> on Sun, 1 Feb 2015 19:23:06 -0800 writes:
> I've implemented the proposed changes in
> R-devel. Minimally tested, so please try it. It should
> delegate to r/cbind2 when there is at least one S4
> argument and S3 dispatch fails (so you'll probably want to
2014 Jul 06
1
sort order of a character sequence is different on windose and linux (linux result)
This is the result of sorting a character sequence on a linux box
(with R . 3.10)
> bla = read.table("xx.txt",stringsAsFactors=F)
> bla = bla[,1]
> bla[1:10]
[1] "1000_DGFVALSK_2_run0" "1000_DGFVALSK_2_run0"
"1000_DGFVALSK_2_run0" "1000_DGFVALSK_2_run0"
"1000_DGFVALSK_2_run0"
[6] "1000_DGFVALSK_2_run0"