Displaying 20 results from an estimated 30 matches for "fol".
Did you mean:
fool
2011 Oct 25
2
extract data for specific levels factor
Dear all,
I'm trying to analyze data with the following structure:
ind cat tx age
40.2 por fol peq vh 35
41.9 por fol med vh 35
68.9 por fol preov vh 35
71.5 por fol peq ser 37
67.5 por fol med ser 37
76.9 por fol preov ser 37
78.7 por fol peq otr 37
78....
2002 Sep 05
1
The file name end with . (dot) will be renamed at destination fol der
Hi,
If the source file name ends with . (dot) the name of the destination file
will be cut the dot off.
For example:
There are "NormalFile" and "NormalFile." under /Apps/TestFolder . I try to
rsync this folder. The file "NormalFile." after being copied to destination
folder then renamed to "NormalFile", but "NormalFile" is already exist, so
the error message appear.
#rsync -urv --delete --progress /Apps/TestFolder/
/Apps/NetworkDrive1/TestF...
2018 May 23
5
Bug: subscriptions file
Sorry for top posting, my client is still broken.
I have never seen the ghost of a "system-alerts" or similar "well-known" mail folder in the past 30 years.
Compliance with an RFC obscure feature is compellong us all to clear subscriptions fol ders by hand.
As we meet the problem over and over again, a non-RFC configuration option could solve the problem, and it would be very much appreciated...
On Wed, May 23, 2018 at 11:57...
2009 Jan 14
1
loglm fitting
...utput.
I'm wondering am I doing something very foolish or missing something
obvious.
For example, I tried the documentation help(loglm) example - here's the
code
# Case 1: frequencies specified as an array.
sapply(minn38, function(x) length(levels(x)))
## hs phs fol sex f
## 3 4 7 2 0
minn38a <- array(0, c(3,4,7,2), lapply(minn38[, -5], levels))
minn38a[data.matrix(minn38[,-5])] <- minn38$fol
fm <- loglm(~1 + 2 + 3 + 4, minn38a) # numerals as names.
deviance(fm)
> [1] 0
The deviance is...
2018 May 24
2
Bug: subscriptions file
If something deletes and recreates the folder, it?s not really the folder
to which you subscribed, is it?!
On Wed, May 23, 2018 at 10:33 PM Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> I understand that reading that paragraph makes it sounds obscure and
> outdated. But the problem is that if something deletes & recreates yo...
2009 Jun 24
1
compile and install R @ one user defined directory? (PR#13779)
Dear Helper,
Under UNIX "Solaris 10 3/05 s10_74L2a SPARC" and with following "R Installa=
tion and Administration" @ http://cran.r-project.org/,
First, I unzipped the unix version winzip source code R-2.9.0.tar.gz using=
following commands at my own dir:
/home/xwu/R1>gzip -dc R-2.9.0.tar.gz | tar xvf -
(a subdir /home/xwu/R...
2018 May 24
1
Bug: subscriptions file
...e is born, they?re not the same person,
are they?
On Wed, May 23, 2018 at 10:37 PM Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> That's rather difficult semantic question.
>
> Aki
>
> On 24.05.2018 08:35, Roger Klorese wrote:
>
> If something deletes and recreates the folder, it?s not really the folder
> to which you subscribed, is it?!
> On Wed, May 23, 2018 at 10:33 PM Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>> I understand that reading that paragraph makes it sounds obscure and
>> outdated. But the problem is that if something dele...
2018 May 24
0
Bug: subscriptions file
I understand that reading that paragraph makes it sounds obscure and
outdated. But the problem is that if something deletes & recreates your
folder, while you were gone, you would lose the subscription. This
includes other MUAs that are in no way obligated to resubscribe to the
folder if they do this.
Aki
On 23.05.2018 23:13, Rupert Gallagher wrote:
> Sorry for top posting, my client is still broken.?
>
> I have never seen the g...
2018 May 24
0
Bug: subscriptions file
That's rather difficult semantic question.
Aki
On 24.05.2018 08:35, Roger Klorese wrote:
> If something deletes and recreates the folder, it?s not really the
> folder to which you subscribed, is it?!
> On Wed, May 23, 2018 at 10:33 PM Aki Tuomi <aki.tuomi at dovecot.fi
> <mailto:aki.tuomi at dovecot.fi>> wrote:
>
> I understand that reading that paragraph makes it sounds obscure
> and outdate...
2018 May 24
0
Bug: subscriptions file
...suggest changing this behavior in there.
> On 23 May 2018, at 23.13, Rupert Gallagher <ruga at protonmail.com> wrote:
>
> Sorry for top posting, my client is still broken.
>
> I have never seen the ghost of a "system-alerts" or similar "well-known" mail folder in the past 30 years.
>
> Compliance with an RFC obscure feature is compellong us all to clear subscriptions fol ders by hand.
>
> As we meet the problem over and over again, a non-RFC configuration option could solve the problem, and it would be very much appreciated...
>
&g...
2019 Aug 28
0
TLS_REQCERT and Samba AD DC
...r. See 'tls verify peer'.
>
> Also, TLS_REQCERT is dangerous:
>
> TLS_REQCERT <level>
> Specifies what checks to perform on server
> certificates in a TLS
> session, if any. The <level> can be specified
> as one of the fol???
> lowing keywords:
>
> ..
>
> allow The server certificate is requested. If
> no certificate is
> provided, the session proceeds
> normally. If a bad cer???
> tificate is provided, it will be...
2023 May 27
1
command [argument ...] in ssh(1): a footgun
...15. From the man page:
?????? Enclosing characters in double quotes preserves the literal? value
?????? of? all? characters within the quotes, with the exception of $, `,
?????? \, and, when history expansion is enabled, !.
...
?????? The backslash
?????? retains its special meaning only when followed by one of the? fol-
?????? lowing? characters:? $, `, ", \, or <newline>.
Other shells may be different, of course.
Regards,
Brian.
2003 Oct 02
1
Search for a text string and write position related data to a file
Dear all,
I just started using R today. What I need to do is find a text string in a (large) text file and than copy the some position related lines (or text) to an other text file. Is this possible with R?
Example: Search string is: "Date"
write line of <search string> +0, +2, +6, +7, +8, +9
########################################
1 Report of measured data
2 -
3 Date: 01-10-03
2010 Oct 11
1
Dovecot Version 1.2.12 Slow IMAP LIST Question
...12, FreeBSD 8.1 Stable, & SquirrelMail 1.4.21
Our problem is that SquirrelMail works fine inside our Network, but from the
outside SquirrelMail times out before it can display the inbox contents.
SquirrelMail times out for everyone, all of the time.
In troubleshooting we have observed the following:
>From the inside, if I telnet into Dovecot IMAP and issue ? LIST "" "*" I get
an instant list of my folders.
If I do the above from the outside, the LIST command slowly lists 10 - 15
entries and stops, then pauses for what seems to be 30 seconds to a minute,
then...
2018 May 23
2
Bug: subscriptions file
Dovecot does not clear the subscription file from non-existent folders.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180523/01c4fc03/attachment.html>
2016 Feb 18
5
[Bug 2542] New: Conflicting usernames by -l, -o user, user@ - it's not clear which one is used
https://bugzilla.mindrot.org/show_bug.cgi?id=2542
Bug ID: 2542
Summary: Conflicting usernames by -l, -o user, user@ - it's not
clear which one is used
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2009 Apr 25
3
Nomogram with stratified cph in Design package
...10*12,lp)
quant=Quantile(f)
med=function(lp) quant(.5,lp)
at.surv=c(0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9)
at.med=c(120,80,60,40,30,20,15,10,8,6,4,2,0)
nomogram(f,lp=F, fun=list(srv120, med),funlabel=c("120-mo Survival","Median
Survival"),fun.at=list(at.surv, at.med))
I get a the following warning:
Warning message:
In approx(fu[s], xseq[s], fat) : collapsing to unique 'x' values
However, a great nomogram is constructed.
But then I try to stratify......
2023 May 27
2
command [argument ...] in ssh(1): a footgun
On Sat, 27 May 2023, raf wrote:
>So, perhaps this could be added to the existing
>sentence/paragraph:
>
> "so any spaces in individual arguments must be
Must they? No, a single space will do just fine.
> quoted using the syntax of the destination
> user's login shell".
? keeping in mind the source shell?s quoting as well.
>If an example were needed,
2019 Aug 28
8
Problems joining station in domain
...grades with samba, but i have seen it with mail/spamassassin.
That if ipv6 was disabled, dist-upgrades failed but easy to fix if you know how.
That is why I really suggest you setup your hosts file like this.
/etc/hosts
127.0.0.1 localhost
192.168.1.19 samba4-dc3.empresa.com.br samba4-dc3
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Can you try to join like this.
The verbose and -d output might show bit more, i might help finding what is off.
kinit administrator
samba-tool domain join em...
2007 Jan 11
1
Installation on CYGWIN Failed (PR#9442)
...tion `dger_':
/R/R-2.4.1/src/extra/blas/blas.f:1171: undefined reference to `_xerbla_'
blas.o: In function `dsbmv_':
/R/R-2.4.1/src/extra/blas/blas.f:1800: undefined reference to `_xerbla_'
blas.o:/R/R-2.4.1/src/extra/blas/blas.f:2183: more undefined references to
`_xerbla_' follow
cmplxblas.o: In function `zrotg_':
/R/R-2.4.1/src/extra/blas/cmplxblas.f:5579: undefined reference to `_z_abs'
/R/R-2.4.1/src/extra/blas/cmplxblas.f:5585: undefined reference to `_z_abs'
/R/R-2.4.1/src/extra/blas/cmplxblas.f:5585: undefined reference to `_z_abs'
/R/R-2.4.1/s...