search for: typifying

Displaying 11 results from an estimated 11 matches for "typifying".

Did you mean: tifying
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
I would like to request additional consideration for inclusion of the gss-keyex patch (https://bugzilla.mindrot.org/show_bug.cgi?id=1242) into mainline OpenSSH. I know this comes up every few months, and I know that the current answer is "no" (as stated in November 2007), so I'll get straight to the new information and possibly-new arguments. 1. I conducted a careful, line-by-line
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
...| 12 1 | 7 | 9 | 11 1 | 12 | 11 | 12 2 | 13 | 14 | 16 2 | 11 | 10 | 9 3 | 10 | 10 | 10.5 3 | 8.5 | 10 | 12 I need to produce some graphs typifying the change for each group between a _projected_ final reading and the final reading given. The time difference between previousavg and lastreading is 1/2 that between lastreading and finalreading. Where I have got to so far: I have read the result set (less than 200 rows) into a table 'result...
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 &