Displaying 11 results from an estimated 11 matches for "typifies".
Did you mean:
typified
2010 Sep 13
2
1.8.4 and write-through cache
Afternoon
I upgraded our oss''s from 1.8.3 to 1.8.4 on Saturday (due to
https://bugzilla.lustre.org/show_bug.cgi?id=22755) and suffered a
great deal of pain.
We have 30 oss''s of multiple vintages. The basic difference between them is
* md on first 20 nodes
* 3ware 9650SE ML12 on last 10 nodes
After the upgrade to 1.8.4 we were seeing terrible throughput on the
nodes with
2001 Jun 06
1
Nroff -> .Rd -> R-ex; html
I am using R 1.2.3 on Linux Mandrake 7.2.
I have a ton of S Nroff help files that end
with source code typified by the following:
Last S statement in an example, e.g. X <- y
..KW models
..KW regression
..WR
When using R RMD Sd2Rd to create the .Rd file I get
X <- y
\keyword{models}
\keyword{regression}
}
The } matches a { in \examples{ at the beginning
of the example code (started in
2006 Jun 19
2
Function hints
One of the recurring themes in the recent UserR conference was that
many people find it difficult to find the functions they need for a
particular task. Sandy Weisberg suggested a small idea he would like
to see: a hints function that given an object, lists likely
operations. I've done my best to implement this function using the
tools currently available in R, and my code is included at the
2006 Jun 19
2
Function hints
One of the recurring themes in the recent UserR conference was that
many people find it difficult to find the functions they need for a
particular task. Sandy Weisberg suggested a small idea he would like
to see: a hints function that given an object, lists likely
operations. I've done my best to implement this function using the
tools currently available in R, and my code is included at the
2009 Aug 11
0
Another request for gss-keyex inclusion
...ch at Google,
Stanford, MIT, Sun, Apple, NASA JPL, and DoD HPC. I don't think that
necessarily speaks to the code-level security of the patch, but it
does speak to its protocol-level desirability. We collected some
testimony from some of the above sites; here's a snippet from Google
which typifies what is attractive about gss-keyex support to the
people who deploy it:
> We have an extraordinarily dynamic environment which makes this patch
> particularly useful. It's so dynamic in fact that we have a script to
> make removing host keys from ~/.ssh/known_hosts easy and the defaul...
2008 Jul 02
2
Linux update knobbles Samba
Hello People,
I do hope that this is not a really old problem that everyone is
totally sick of hearing; it is a pain in the neck problem for me right
now. I am just a Samba user. Help will be much appreciated 8-)
I have been using Mandriva 2007 Linux and have installed Mandriva 2008; Samba
has stopped working as described below. What is wrong?
* The hardware is a local LAN controlled by an
2004 Apr 06
1
Ignorant lack of bliss : summarise table by column attribute
Having read the list posting guidelines I fear my first post is about to
break the rules. Apologies in advance.
We have been asked to produce some graphs of relative performance of 3
groups of people in relation to the trend of their previous performance.
I am neither a mathematician or a statistician, but wondered if R (which
I have been using as a desktop calculator!) and some knowledge from
2010 Jul 01
3
Calculate area under a curve
Hi,
I want to know the area under a curve, which is not given as a function, but
as values in a time series. It is not a smooth curve, but switches often
between positive values and zero (the values describe the moisture in the
soil over a year, one entry is one day). I already tried
area.between.curves, but got only 0 as result. I guess, it doesn't work
because of these multiple changes
2009 Jun 30
1
Intermittent stalling in file transfers / server connections
Samba version 3.2.3, in PDC mode
Client PC is Windows XP SP3 32-bit
Server is a standard Intel Atom230 PC, four Ethernet ports, running Ubuntu
Server 8.10. It provides Internet access (routing/perimeter firewall, dnsmasq
DNS/DHCP server), email (Fetchmail, Postfix and Procmail), printing (CUPS) and
Apache+PHP+MySQL for webapp testing.
I'm trying to track down an issue with my Samba
2006 Jun 20
2
Documentation issues [Was: Function hints]
I would like to follow up on another one of the documentation issues raised in the discussion on function hints. Duncan mentioned that the R core were working on preprocessing directives for .Rd files, which could possibly include some sort of include directive. I was wondering if a "includeexamples" directive might also be considered.
It often makes sense to use the same example to
2006 Jun 20
1
[R] Function hints
[This is not about the feasibility of a "hints" function-- which would
be incredibly useful, but perhaps very very hard to do-- but about some
of the other documentation issues raised in Hadley's post and in
Duncan's reply]
WRTO documentation & code together: for several years, I've successfully
used the 'mvbutils' package to keep every function definition &