Displaying 6 results from an estimated 6 matches for "lesat".
Did you mean:
lestat
2003 Nov 20
3
nls, nlrq, and box-cox transformation
Dear r-help members
I posted this message already yesterday, but don't know whether it
reached you since I joined the group only yesterday.
I would like to estimate the boxcox transformed model
(y^t - 1)/t ~ b0 + b1 * x.
Unfortunately, R returns with an error message when I try to
perform this with the call
nls( I((y^t - 1)/t) ~ I(b0 + b1*x),
start = c(t=1,b0=0,b1=0), data = mydataframe)
2016 Mar 31
2
How is calculate the lock with lockd_manager
2016 Mar 31
0
Re: How is calculate the lock with lockd_manager
...h libvirt 1.3 and
> I would like to know how is exactly calculate the hash SHA256. I would
> create a table
> to retreive the name with the hash in case of crash to release manualy the
> lock.
Do you mean in the case of a host crash, and if so what filesystem ? If
you are using NFS at lesat so you shouldn't need to know the file names,
there is the ability to tell the NFS server to release all locks associated
with a dead host.
> I do anĀ sha256 hash from /var/lib/libvirt/images/lock/MyVM.img but I
> don't get the same hash code form virtlockd ?
It uses the sha256 has...
2005 Aug 03
2
patch for text ctrl
This is to add back the << operator to TextCtrl it got removed
somewhere along the way.
Sean
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
1997 Aug 14
1
Samba & Daylight savings time (was Re: Linux smbfs 2.0.29...)
> Date: Wed, 13 Aug 1997 12:52:21 -0700
> From: "Roeland M.J. Meyer" <rmeyer@mhsc.com>
> To: eknuds@extremenetworks.com
> Cc: "samba@arvidsjaur.anu.edu.au" <samba@arvidsjaur.anu.edu.au>
> Subject: Re: Linux smbfs 2.0.29...
> Message-ID: <3.0.2.32.19970813125221.009e0a70@pop.mhsc.com>
>
> At 04:45 AM 8/14/97 +0000, you wrote:
> >I
2006 Jan 03
11
CRC error installing rails
Hello all,
I''m just getting started with rails. I''m trying to install it
on a CentOS 4.2 (i.e. Red Hat Enterprise 4.2) x86_64 system.
The OS install is brand new. Ruby version is:
# ruby --version
ruby 1.8.1 (2003-12-25) [x86_64-linux-gnu]
Gem:
# gem --version
0.8.11
When I attempt to install rails, I get this:
# gem install rails --include-dependencies
Attempting