Displaying 10 results from an estimated 10 matches for "jlist".
Did you mean:
list
2012 Nov 08
4
Accessing selected elements of a list
Hi,
If I have a vector:
junk <- c(2,0,0,3,0)
and want to access, say, all the elements that are greater than zero. I just do:
junk[which(junk>0)]
Now, If I have a list:
jlist <- list(NULL,c(1,0),NULL,c(1,2,3), NULL)
and want to access all the elements that have length greater than zero, I know how to find the elements with:
which(sapply(jlist,length)>0)
But how do I get a new list, only with the non-zero-length elements, without having to write a for loop?
I t...
2006 Aug 07
3
RC6 startup failure: "Login prcess died too early"
...with my old RC2 config file--same failure).
So, RC2 starts just fine. RC6 fails to start with the messages logged
above. Can anyone give me any pointers? RHEL (Linux Kernel
2.6.9-34.0.2.ELsmp), built from source, nothing out-of-the-ordinary.
Right now, I've reverted back to RC2.
TIA.
S JList
sjlist at heidelberg.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20060807/a0eff805/attachment-0001.html>
2002 May 28
4
Indexing Elements of a Dataframe
Hello List-Members,
Let's say that I have the following code:
for (i in c(10, 20, 30)) {
for (j in c(200, 400, 600)) {
...
...
x <- "something"
* (code here)
}
}
* Now, x is some result that I want to put into a results "matrix" that
looks like this:
200 400 600
10
20
30
I came up with an ad-hoc solution adding some counters (called
2010 Dec 29
1
Script Output Format
...third, etc etc, are not formated. any ideas of how can i achive this?
NOTE: the first three values are simple commands that i put in order, the fourth and fifth are from a file.
this is part of the code.
printf "%s,%d,%d" $DATE $WSAT $WSTT >> output.${STANZA}.txt
for i in `cat jlist.${STANZA}.txt`
do
? JUNCTION=${i}
? WSWJ=`pdadmin -a sec_master -p ${PASSWD} server task ${STANZA} show ${JUNCTION} | grep 'threads' | awk '{ print $4 }'`
? printf ",%d,%s\n" ${WSWJ} ${JUNCTION} >> output.${STANZA}.txt
done
----------------------------------
Aleja...
2006 Aug 09
3
Pb with ssl_disable in 1.0RC6
Hi,
I have a problem after upgrading dovecot 1.0rc1 to 1.0rc6.
I don't use SSL at all so I have 'ssl_disable = yes' in my configuration. This works
fine in 1.0rc1 but dovecot 1.0rc6 failed to start with the following error
message "dovecot: Login process died too early - shutting down".
Setting 'ssl_disable = no' resolves the problem but now dovecot announce TLS
2000 Jan 03
0
Bug with syncing browser lists with a NetBIOS scope ID in place
...known or fixed; I have sent this to the samba list as well as to
samba-bugs, since I'm 99.9% sure that it's a bug, but if it's not, then I
would love to know.
I'm on digest list mode, so if anyone has specific recommendations or
questions, please feel free to email them to me at jlists@siphoto.com.
Thanks in advance!
Jason Levine
2005 May 16
0
Re: Calling R functions from Java (D0c)
Hello kanglin:
Try to transfer from Java Object JList to R Object Data.frame, you
could use
public Rconnection r_connection = null;
.....
.....
this.r_connection.assign("dataframe_ex",java list_ex);
Best regards,
Ricky Chen
EIM
ProMOS Technologies Inc.
No.19 Li Hsin Rd.,Science-Based Industrial Park, HsinChu,Taiwan,R.O.C.
Tel: 886-3-579...
2005 Sep 09
7
[PATCH 0/6] jbd cleanup
The following 6 patches cleanup the jbd code and kill about 200 lines.
First of 4 patches can apply to 2.6.13-git8 and 2.6.13-mm2.
The rest of them can apply to 2.6.13-mm2.
fs/jbd/checkpoint.c | 179 +++++++++++--------------------------------
fs/jbd/commit.c | 101 ++++++++++--------------
fs/jbd/journal.c | 11 +-
fs/jbd/revoke.c | 158
2006 Aug 02
0
Question re: .mailboxlist to .subscriptions migration
...lude
"mail/"), do I still have to remove the "mail/" directory portion of
each entry in the subscription file by hand, or will the namespace
settings take care of "ignoring" that part of each listed mailbox?
I hope this question makes sense. TIA for any help.
SJ
sjlist at heidelberg.edu
2000 Jan 03
0
Followup to NetBIOS scope/domain browse list bug (not a solution)
So, a few updates, after a little more legwork:
First, samba 2.0.6 doesn't fix the problem. I didn't think that it would, as
(a) the change log didn't mention anything about it, and (b) the CVS system
didn't mention anything about it on the few spots that I intuited I may find
such a note if it WERE fixed.
Second, after trawling through the CVS and source, I think I may know