Displaying 11 results from an estimated 11 matches for "refenc".
Did you mean:
refunc
2010 Oct 19
7
PV-Driver
Hi, All
I have to do some job with PV-driver, who could give me some advice, thank you very much!
2010-10-19
xudongxen
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2002 Sep 19
2
Samba 3 alpha19 - some testing results and problems
1. First of all, source/include/includes.h file contains wrong refence to file
popt.h. In supposed to be "popt/popt.h" instead of "popt.h".
After this correction source compiles OK.
2.After the installation on new alpha19 (I used alpha17 before) swat stopped
authenticating (I use same credentials for Samba 2.2.5 and samba 3 swat).
3. Samba-3 sha...
2003 Sep 12
1
glitch in terms documentation (PR#4146)
These are two small items that caught my eye.
I'm looking at the R 1.7.1 2003-06-16 pdf reference manual. There are
several refences to terms.default (e.g., p. 711, 712) but no definitions
of it. I'm guessing this means terms, but it's a little puzzling.
Also, the desription of terms.object does not mention that the
"variables" attribute is actually a list of calls--surprising to me,
since I was expecting...
2012 May 18
1
Running R in BATCH MODE Windows
Hello everyine,
I am trying to run R in Batch mode in windows, but can't find any help
in google. In particular, the only information I get is that I need to
have an R.exe file, than I can't find in the bin folder. Can you
please provide me with a link or refence on how to run R in batch mode
in windows. I can do this very easely in unix, but not in windows.
2005 Nov 03
1
How to calculate errors in histogram values
.... I need this for a curve fitting algorithm.
I have seen many crude ways of working out the error in each bin based on the
bin count alone, but that's obviously independent of the dxi and thus not
what I'm after.
So,
1) Is there an R package that can do this (there's nothing in the refence of
2.1.1)? If so, what algorithm does it use?
2) Could anybody please point me in the right direction (papers, books,
websites etc.)
Thanks,
--
Kilian Hagemann
Climate Systems Analysis Group
University of Cape Town
Republic of South Africa
Tel(w): ++27 21 650 2748
2005 Dec 04
1
Understanding nonlinear optimization and Rosenbrock's banana valley function?
...TION?
What are your favorite references on nonlinear optimization? I like
Bates and Watts (1988) Nonlinear Regression Analysis and Its
Applications (Wiley), especially for its key insights regarding
parameter effects vs. intrinsic curvature. Before I spent time and
money on several of the refences cited on the help pages for "optim",
"nlm", etc., I thought I'd ask you all for your thoughts.
ROSENBROCK'S BANANA VALLEY FUNCTION?
Beyond this, I wonder if someone help me understand the lessons one
should take from Rosenbrock's banana valley function:
ban...
2003 Oct 27
0
Samba from Windows XP authenticating against Unix passwd file
...ticate against the Unix passwd file. Everything works as
desired.
Now, some of the clients are getting upgraded to Windows XP, and they
are no longer able to connect. Searches revealed that there is a
registry hack to disable "sign and seal", but this hasn't helped. I
also found a refence to changing a local policy on sending cleartext
passwords to 3rd-party SMB servers, but this also doesn't seem to have
changed anything.
Can anyone here help me find what I need to change on Windows XP so
these clients can connect again?
=====
--------------
Lets Go Canes!
_______________...
2016 Nov 21
1
4.5.1 Upgrade Breaks Samba [Was: Schema Change Breaks Replication]
On Sun, 20 Nov 2016 20:12:11 -0500
Adam Tauno Williams via samba <samba at lists.samba.org> wrote:
> On Mon, 2016-11-21 at 13:55 +1300, Andrew Bartlett wrote:
> > On Sun, 2016-11-20 at 16:50 -0500, Adam Tauno Williams via samba
> > wrote:
> > > On Sun, 2016-11-20 at 21:11 +0000, Rowland Penny via samba wrote:
> > > > On Sun, 20 Nov 2016 15:55:08 -0500
2010 Feb 23
5
export tables to Excel files
Dear R users,
I've just posted a similar question about Illustrator.
This time I would like to export the results of my statistic tables and
my dataframes into Excel files.
Up to now I've used write.csv(), but I have to resave every file in .xls
in Excel.
I would like to know if there is a function or package to export
directly into *.xls.
I have found xlsReadWrite which would be
2002 May 07
0
Re: SAMBA compile errors at XFS kernel.. (fwd)
...f all quotas */
struct list_head dq_free; /* Free list element */
wait_queue_head_t dq_wait_lock; /* Pointer to waitqueue on dquot lock */
wait_queue_head_t dq_wait_free; /* Pointer to waitqueue for quota to be unused */
int dq_count; /* Use count */
int dq_dup_ref; /* Number of duplicated refences */
/* fields after this point are cleared when invalidating */
struct super_block *dq_sb; /* superblock this applies to */
qid_t dq_id; /* ID this applies to (uid, gid) */
kdev_t dq_dev; /* Device this applies to */
short dq_type; /* Type of quota */
short dq_flags; /* See DQ_* */...
2012 Dec 12
43
[PATCH 00/37] [RFC] revamped modeset locking
Hi all,
First thing first: It works, I now no longer have a few dropped frames every 10s
on my testbox here with the pageflip i-g-t tests.
Random notes:
- New design has per-crtc locks to protect the crtc input-side (pageflip,
cursor) for r/w and the output state of the crtc (mode, dpms) as read-only. It
also required completely revamped fb lifecycle management, those are now
refcounted