Displaying 4 results from an estimated 4 matches for "edifying".
Did you mean:
modifying
2008 Feb 08
4
Subsetting a data.frame degenerates at one column?
Greetings.
At the moment, I'm applying R to some AIX 'nmon' output, trying to get
a handle on some disk performance metrics. In case anyone's
interested:
http://docs.osg.ufl.edu/tsm/pdf/
some of them are more edifying than others. (ahem)
I'm trying to develop a somewhat general framework for plotting these
measures, in the hopes that it's of some use to people other than me.
One obstacle I encounter is that, when I select one column out of a
data.frame, the result is no longer a data.frame. So, say I...
2008 Sep 08
1
[LLVMdev] Questions on using LLVM to build a VM
Good day,
Firstly, I am very new to this project. I have dug through some of the
documentation, but cannot find a satisfying answer to some questions I
have. I hope somebody here can edify me.
I am interested in embedded a LLVM 'VM' inside an embedded ARM-based
device. That is, I want to be able to load and execute .bc files
directly in an embedded system.
The questions:
-
2010 Nov 12
1
--exec-mail
...iki page at
http://wiki2.dovecot.org/Upgrading/2.0 has no mention of it.
I looked through the git history to find the commit that broke it and
see if I could find the replacement that way, but it was the commit
entitled 'Initial commit for v2.0 master rewrite.', and wasn't
particularly edifying.
Once upon a time in the dim and distant past, I believe I used to
run /usr/libexec/dovecot/imap directly. But that doesn't set the
environment up correctly, so isn't the right way to do it... is it?
--
dwmw2
2004 Feb 09
5
simple question on picking out some rows of a matrix/data frame
Hi,
I have a simple question about matrix/data frame manipulation. I have
a data frame that looks a something like this
X Y Z
1 0 "apples"
-1 -1 "oranges"
...
0 -1 "bananas"
and I'd like to pull out all the rows for which X and Y are (un)equal
into a submatrix.
How can I do that?
Many thanks,
Roger Levy