Displaying 20 results from an estimated 27 matches for "jjj".
Did you mean:
jj
2007 Feb 23
4
using "integrate" in a function definition
...chives, docs, google), I've not found it.
If I try to use the "integrate" function from within my own functions,
my functions seem to misbehave in some contexts. The following example
is a bit silly, but illustrates what's happening:
The following behaves as expected:
> jjj<-function(www) {2*integrate(dnorm,0,www)$value}
> kkk<-function(www) {2*(pnorm(www)-0.5)}
> jjj(2)
[1] 0.9544997
> kkk(2)
[1] 0.9544997
However, if I do:
> plot(jjj,0,5)
Error in xy.coords(x, y, xlabel, ylabel, log) :
'x' and 'y' lengths differ
whe...
2020 Oct 29
2
dovecot quota-warning detection mail
...1c83bb652fd4f7
451::::/var/home/xxx/aaaa::
bbbb-ccc-ddd:{CRAM-MD5}b09a15aedaddd0e55901eb4bc146b81930aac8be0dac96d1c83bb
652fd4f7451::::/home/vhosts/ddd/bbbb-ccc-ddd::
eeee-fff-ggg:{CRAM-MD5}f4c336c68f063d1bbc2a1e32ae32bc9c978d0d2565eae42b4485d
50370d157cd::::/home/vhosts/ggg/eeee-fff-ggg::
hhhh-iii-jjj:{CRAM-MD5}78b337b326d57d564454d8019ed22b5d5cd181437aff77988e2c3
a12ec2d8490::::/home/vhosts/jjj/hhhh-iii-jjj::
:
:
----------------------------------------------------------------------------
---------------------
cat /etc/dovecot/users (Excerpt from change)
-----------------------------------...
2009 Sep 30
4
How do I do simple string concatenation in R?
Dear R gurus
How do I do simple string concatenation in R?
For example:
A = "klm"
B = "jjj"
How can I assign a value to C such that C == "klmjjj" is True?
Thank you
Arie
[[alternative HTML version deleted]]
2020 Oct 29
0
dovecot quota-warning detection mail
...r/home/xxx/aaaa::
> bbbb-ccc-ddd:{CRAM-MD5}b09a15aedaddd0e55901eb4bc146b81930aac8be0dac96d1c83bb
> 652fd4f7451::::/home/vhosts/ddd/bbbb-ccc-ddd::
> eeee-fff-ggg:{CRAM-MD5}f4c336c68f063d1bbc2a1e32ae32bc9c978d0d2565eae42b4485d
> 50370d157cd::::/home/vhosts/ggg/eeee-fff-ggg::
> hhhh-iii-jjj:{CRAM-MD5}78b337b326d57d564454d8019ed22b5d5cd181437aff77988e2c3
> a12ec2d8490::::/home/vhosts/jjj/hhhh-iii-jjj::
> :
> :
> ----------------------------------------------------------------------------
> ---------------------
>
> cat /etc/dovecot/users (Excerpt from change)
&...
2020 Oct 29
2
dovecot quota-warning detection mail
Gedalya-san
Thank you for the information.
It seems to be difficult...
morikawa
-----Original Message-----
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Gedalya
Sent: Thursday, October 29, 2020 1:17 PM
To: dovecot at dovecot.org
Subject: Re: dovecot quota-warning detection mail
Aha. Then it's not a straightforward case of just adding the domain name to
the same
2007 Mar 08
1
Searching and deleting elements of list
...ave a problem. Please, look at example and try to help me!!
> A<-c("aaa","bbb","ccc","ddd","eee")
> B<-c("vvv","ooo","aaa","eee","zzz","bbb")
> C<-c("sss","jjj","ppp","ddd")
> D<-c("bbb","ccc")
>mydata=list(A,B,C,D)
I want to find and delete from 'mydata' all elements which occur in A
(except A).
I mean after "operation":
> mydata[[1]]
[1] "aaa" "bbb" "cc...
2007 Mar 08
1
R: Searching and deleting elements of list
...ave a problem. Please, look at example and try to help me!!
> A<-c("aaa","bbb","ccc","ddd","eee")
> B<-c("vvv","ooo","aaa","eee","zzz","bbb")
> C<-c("sss","jjj","ppp","ddd")
> D<-c("bbb","ccc")
>mydata=list(A,B,C,D)
I want to find and delete from 'mydata' all elements which occur in A
(except A).
I mean after "operation":
> mydata[[1]]
[1] "aaa" "bbb" "cc...
2013 Feb 20
0
Simultaneously adding rows and columns by '[<-.data.frame' may fail
...fore the failing line. In the failing line, it looks like 'jj' is meant instead of 'j'.
In the code of function '[<-.data.frame', near the end, it looks like 'j' needs to be replaced with 'jj' in the lines marked by # below.
if (has.i)
for (jjj in seq_len(p)) {
jj <- jseq[jjj]
vjj <- value[[jvseq[[jjj]]]]
if (jj <= nvars) {
...
}
else {
x[[jj]] <- vjj[FALSE]
if (length(dim(vjj)) == 2L) {
length(x[[j]])...
1999 May 27
2
Can't connect to samba from foreign network --- 'Gethostbyaddr failed' error in log.smb
....bbb.ccc.ddd). Doing 'net view \\mysambaserver' fails with
'network path not found', and coincident with this the following
error message appears in mysambaserver's log.smb:
Gethostbyaddr failed for ggg.hhh.kkk.lll
This is different from the client's address of ggg.hhh.iii.jjj
Note that clients on ggg.hhh. connect quite gracefully to
native nt shares on aaa.bbb.
I'm suspicious that this might be the key to the problem, but
I really don't know what's going on here.
By the way, log.smb is filled with a slew of 'Gethostbyaddr failed'
messages, from lo...
2010 Aug 30
2
S4 Method Rd Warning
...description}
\usage{
\S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
\S4method{enrichmentCalc}{GenomeData, BSgenome}(rs, organism, seqLen=NULL, do.warn=FALSE)
\S4method{enrichmentCalc}{GRanges, BSgenome}(rs, organism, seqLen=NULL)
}
\arguments{
\item{rs}{jjj}
\item{organism}{ghi}
\item{seqLen}{def}
\item{do.warn}{abc}
\item{...}{xyz}
}
\details{
Details.
}
\value{
Text here.
}
\author{A Person}
\examples{
#See the manual
}
Thanks,
Dario.
--------------------------------------
Dario Strbenac
Research Assistant
Cancer Epigenetics
Gar...
2010 Aug 30
2
S4 Method Rd Warning
...description}
\usage{
\S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
\S4method{enrichmentCalc}{GenomeData, BSgenome}(rs, organism, seqLen=NULL, do.warn=FALSE)
\S4method{enrichmentCalc}{GRanges, BSgenome}(rs, organism, seqLen=NULL)
}
\arguments{
\item{rs}{jjj}
\item{organism}{ghi}
\item{seqLen}{def}
\item{do.warn}{abc}
\item{...}{xyz}
}
\details{
Details.
}
\value{
Text here.
}
\author{A Person}
\examples{
#See the manual
}
Thanks,
Dario.
--------------------------------------
Dario Strbenac
Research Assistant
Cancer Epigenetics
Gar...
2011 Apr 07
1
dotplot as a background for multiple barchart plots (with Lattice)
...e help.
Many thanks and regards,
Christian
### dummy data building
test <- data.frame(Subject=rep(c("A", "B", "C", "D"), each=6),
Type=rep(c("EEE", "FFF", "GGG", "HHH", "III",
"JJJ"), times=4),
MeanX=abs(rnorm(24)),
MeanZ=abs(rnorm(24)))
### data for regrouping all means
all <- data.frame(Type=levels(factor(test$Type)), MeanX = c(0), MeanZ =
c(0))
### building means...
for(s in levels(factor(test$Subject)))
{
tmp <- d...
2008 Jan 09
2
labels to values
I couldn't find out how the following to solve:
There is a column in a data.frame:
> d[, 'Y6']
[1] 6 3 8 11 8 9 6 8 3 5 10 15 NA 9 8 3 8 16 6 6 NA 10 5 2 7 7 6 16 7 15 7 10 12 8 7 12 12 16 7 6 8 8
15 6 [45] NA 8 99 7 12 8 9 16 7 16 8 7 7 1 15 12 8 7 10 7 8 7 8 9 8 6 6 8 6 16 11 5 11 11 1 11 3 7 7 10
10 10 6 11 [89] 16 NA
2004 Jun 29
0
gambling problem
...nreels,countcombs,payoffcombs,payoff,bet)
countcombs<-a$countcombs
payoff<-a$payoff
payoffvec[i]<-payoff
in order to count up the number of times each of the times we get
each of the payoff symbol combinations (ie H, HH, HHH, D, DD, DDD,
... J,JJ,JJJ, Ca, CaCa, CaCaCa). countcombs is a vector that
contains the counts of the various payoff symbol combinations. the
function COUNTER calculates these values (ie basically just adds
one if a particular combination occurs) and it is attached as a
list object in COUNTER. is there a...
2001 Mar 23
1
openssh 2.3.0p1-5 loses stdout
Hello all
In a recent spate of paranoia we set our server (SuSE Linux 7.0, kernel
2.2.16) to use SSH version 2 and not SSH1. With openssh 2.3.0p1-5 running
as client and server, we find that stdout output is occasionally dropped:
ssh server echo "JJJ"
usually emits JJJ, but sometimes returns nothing -- although the command
is apparently performed.
In the happy case the server logs this (yep, this is the one that worked):
WARNING: /etc/ssh/primes does not exist, using old prime
Accepted publickey for andrewm from 10.0.0.69 port 1428 ssh...
2014 Apr 28
2
Missing menus in windows after update
...that there were some
updates. I do not recall exactly what packages were involved, but I
remember that some of them involved nouveau. About a week ago I finally
installed them, and that is when the problem began.
>What kernel version are you using? What mesa version do you have
>installed?
jjj at Devil-Bonobo:~$ uname -a
Linux Devil-Bonobo 3.11.0-20-generic #34-Ubuntu SMP Tue Apr 1 20:40:25
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Searching in Synaptic on 'mesa' yielded the following:
mesa-common-dev 9.2.1-1ubuntu3
libgl1-mesa-dev 9.2.1-1ubuntu3
linglu1-mesa-dev 9.0.0-1
libglapi...
2006 Oct 31
0
6311010 pam_passwd_auth can''t deal with old SunOS aging
Author: jjj
Repository: /hg/zfs-crypto/gate
Revision: bc396b853096b1dea0d08dc856e6d6b5827d5cf7
Log message:
6311010 pam_passwd_auth can''t deal with old SunOS aging
Files:
update: usr/src/lib/pam_modules/passwd_auth/passwd_auth.c
2001 Dec 13
0
Dutch Keyboard Support Problem
...uot;?~",
+"qQ","wW","eE?","rR?","tT","yY","uU?","iI?","oO?","pP?","??","*^",
+"aA","sS?","dD","fF","gG","hH","jJj","kK","lL","+?","'`","<>",
+"zZ?","xX?","cC?","vV","bB","nN","mM?",",;",".:?","-=?",
+"[]"
+};
+
/*** Layout table. Add you...
2011 Nov 17
4
MDAC28 installation workaround
I'm posting this so that it will show up in a search for folks having difficulty in installing mdac28.dll for a variuos applications using winetricks. I was stopped by issue #113 (Error 404 'Not Found' with winetricks installing mdac28/27/25) resulting from relocation of the setup file on the MS Downloads site, when I noticed that winetricks is a script. (Yes, well, I'm a newbie to
2014 Apr 28
0
Missing menus in windows after update
...nd what introduced
the regression. I believe package managers tend to keep logs of
things, not sure if the Ubuntu one does or where to find those logs.
I'm sure the internet knows though.
>
>>What kernel version are you using? What mesa version do you have
>>installed?
>
> jjj at Devil-Bonobo:~$ uname -a
> Linux Devil-Bonobo 3.11.0-20-generic #34-Ubuntu SMP Tue Apr 1 20:40:25
> UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
>
> Searching in Synaptic on 'mesa' yielded the following:
>
> mesa-common-dev 9.2.1-1ubuntu3
> libgl1-mesa-dev 9.2.1-1ubuntu3...