similar to: Question about mesurating time

Displaying 20 results from an estimated 400 matches similar to: "Question about mesurating time"

2004 Jun 07
1
Precision for a former question*
I got many answers to the question I asked below , and I thank you all. Several of you told me to use ->> but told also that "it is not a recommendable way of items manipulating in R". I don't really understand what it exactly means : 1) does it mean it's not a very good way of programming , a dangerous way of programming because the variable a can be modified ? , etc Or
2004 Jun 08
1
Little question
Here I got a function : f<-function(x){ res<-list() res$bool=(x>=0) res$tot=x return(res) } I want that a=res$bool and b=res$tot I know that a possible solution is : Result=f(x) a=Result$bool b=Result$tot But I don't want to use the variable Result. I'd like to write directly something like [a,b]=f(x). Is it possible ? Thank you nicolas [[alternative HTML version
2001 Jul 19
3
Write a script
Dear R users, I would like to write a script to launch R commands from a Unix prompt but I do not have any idea how to do it. Can someone bring me help please? Thanks in advance Denis Choquet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2004 Jun 23
8
[Bug 884] DSA keys (id_dsa.pub) with 8192 bits or more aren't correctly recognized
http://bugzilla.mindrot.org/show_bug.cgi?id=884 dmr at gmx.it changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|DSA keys (id_dsa.pub) with |DSA keys (id_dsa.pub) with |8192 bytes or more aren't |8192 bits or more aren't |correctly
2016 Feb 16
2
Pigeonhole and duplicate checking
I spent some time setting up Dovecot LMTP with Pigeonhole this weekend. I got most of the things I wanted to working but have a few issues that I'm hoping that someone might be able to help with. First, I'm running the stock version of the tools from the core repos for CentOS/6, which means Dovecot 2.0.9 and Pigeonhole 0.2.2. Unfortunately, I don't expect to be able to upgrade
2015 Aug 20
9
new laptop: DVD or Blu-ray
One of the build options for a laptop I'm looking at buying is DVD vs Blu-Ray. I've never used Blue-ray before, so is there some compelling reason, as a Linux guy, to want to get Blu-ray?
2015 Aug 20
3
new laptop: DVD or Blu-ray
W dniu 20.08.2015 o 13:26, Mauricio Tavares pisze: > On Aug 20, 2015 6:54 AM, "ken" <gebser at mousecar.com> wrote: >> >> One of the build options for a laptop I'm looking at buying is DVD vs > Blu-Ray. I've never used Blue-ray before, so is there some compelling > reason, as a Linux guy, to want to get Blu-ray? > First of all, is this going
2009 Sep 09
3
Problem kernel module DRBD on CentOS 5.3
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Hi All,<br> I'm just tried to install and build replicate failover PDC using DRBD and HA, but i can't load DRBD kernel module.<br> Now i'm using CentOS 5.3 up to date. This DRBD's
2004 Jun 23
1
[Bug 884] DSA keys (id_dsa.pub) with 8192 bytes or more aren't correctly recognized
http://bugzilla.mindrot.org/show_bug.cgi?id=884 Summary: DSA keys (id_dsa.pub) with 8192 bytes or more aren't correctly recognized Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh
2015 Aug 20
2
new laptop: DVD or Blu-ray
W dniu 20.08.2015 o 13:52, Mauricio Tavares pisze: > On Thu, Aug 20, 2015 at 7:34 AM, Marcin Trendota <moonwolf.rh at gmail.com> wrote: >> W dniu 20.08.2015 o 13:26, Mauricio Tavares pisze: >>> On Aug 20, 2015 6:54 AM, "ken" <gebser at mousecar.com> wrote: >>>> >>>> One of the build options for a laptop I'm looking at buying is
2006 Jun 29
6
Real time traffic Grapher
hi all :) anyone knows some Real time traffic grapher application ? faster than mrtg , im not looking for web based ones ... -- You will soon forget this.
2007 Apr 01
1
[newbie] mesuring adequation of normal distribution with a variable
Hello, I'm looking for a way of mesuring the adequation of a given variable with the normal distribution. Does R provide a standard test for this purpose, or is there a statistical methodology? Best, Sylvain Loiseau
2015 Mar 31
6
How to decrypt rootpassword form kickstart file
Hi Team, I have the kick start file where my root password is store like # Root password rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/ # System authorization information auth --useshadow --passalgo=sha512 Is there any way to decry pt the password and get it as plain text. I know single user mode works but my case it in remote site. Thanks, Jegadeesh
2020 Aug 07
0
[PATCH] vdpa/mlx5: Fix uninitialised variable in core/mr.c
On 2020/8/7 ??2:56, Alex Dewar wrote: > If the kernel is unable to allocate memory for the variable dmr then > err will be returned without being set. Set err to -ENOMEM in this > case. > > Fixes: 94abbccdf291 ("vdpa/mlx5: Add shared memory registration code") > Addresses-Coverity: ("Uninitialized variables") > Signed-off-by: Alex Dewar <alex.dewar at
2002 Jan 10
2
question about survival datas with repeated mesurements
I have to study censured datas concernig the occurence of infection at the point of insertion of catheter in patients with renal disease. Catheter may be removed for ather reasons than infection, in this case, the observation is censored. Each has exactly 2 observations. The question are the pronostic factors of infection (the other variables are; age, sex, type of renal disease...). Could you
2020 Aug 08
0
[PATCH] vdpa/mlx5: Missing error code on allocation failure
This should return -ENOMEM if the allocation fails. Currently it either returns success or an uninitialized value. Fixes: 94abbccdf291 ("vdpa/mlx5: Add shared memory registration code") Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com> --- drivers/vdpa/mlx5/core/mr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/vdpa/mlx5/core/mr.c
2020 Jul 16
0
[PATCH vhost next 09/10] vdpa/mlx5: Add shared memory registration code
Hi Eli, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on next-20200715] url: https://github.com/0day-ci/linux/commits/Eli-Cohen/VDPA-support-for-Mellanox-ConnectX-devices/20200716-155039 base: ca0e494af5edb59002665bf12871e94b4163a257 config: i386-allyesconfig (attached as .config) compiler: gcc-9 (Debian 9.3.0-14) 9.3.0 reproduce (this is a W=1 build):
2015 Aug 20
0
new laptop: DVD or Blu-ray
On 08/20/2015 07:35 AM, Nicolas George wrote: >> Second, it [Blu-ray] has dmr crap in it that >> >might require binary only spyware to work. > DVD-Video has them too, the only difference is that the crypto in the DRM > for DVD is terribly broken. "Broken" in the sense that data is corrupted or in the sense that the DMR is crackable?
2004 Jun 30
1
Vampire fails
All, I'm trying to migrate to samba3 from nt4. Unsuccesfully so far :-(. Instructions are from idealx how-to v1.6. Enviroment is RHFC2/Samba 3.0.3-5/OpenLDAP 2.1.29 Membership to the domain is ok ---------------- # net rpc testjoin Join to 'NT-DOM' is OK ---------------- The next step would be vampire but it fails with reference to smbtest2-domain. I can't figure out wherefrom
2008 Nov 27
8
FW: megaraid sas driver failing in Xen-3.4 unstable version
A gentle reminder on this issue Please can any one help on this problem? ________________________________ From: Manyam, Ramesh Sent: Wednesday, November 19, 2008 7:46 PM To: xen-devel@lists.xensource.com Subject: megaraid sas driver failing in Xen-3.4 unstable version On Xen-3.4 (unstable version), I have created CentOS HVM guest & WS2K8 HVM guest and dedicated MegaRAID SAS controller but