Displaying 16 results from an estimated 16 matches for "ujis".
Did you mean:
uis
2007 Feb 28
4
legend question
Hi to all,
I'm sorry for posting this question, I am sure I am missing something
important but after reading the documentation I cannot find where the
problem is.
I want to add a legend to a figure. If I use a simple example drawn
from the R Reference Manual such as, for instance:
x <- seq(-pi, pi, len = 65)
plot(x, sin(x), type="l", col = 2)
legend(x = -3, y = .9,
2006 Apr 28
1
Checking Goodness of Fit With Kolmogorov-Smirnov
Hi,
I'm using the power.law.fit function from the igraph package to fit a
power law distribution to some data. This function returns the power
law exponent as it's only result. I would like to have some sort of
goodness-of-fit and/or error estimate of the exponent returned. This
paper:
http://www.edpsciences.org/articles/epjb/pdf/2004/18/b04111.pdf
suggests using the
2002 May 13
2
Interactive R, with wrapper
Hello team of R, We have a question about the interactivity of R in Windows,
We are implementing a wrapper in C# for displaying graphics generated by R
functions.
The application in C# communicates with R by standard input and standard
output. (when it is written "interactive()", the response is "FALSE")
The problem we have is when writing in the standard input
2009 Jul 12
3
Installing mysql with macports
...ng for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking "character sets"... default: latin1, collation:
latin1_swedish_ci; compiled in: latin1 latin1 utf8 big5 cp1250 cp932
eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8
checking whether to compile national Unicode collations... yes
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) awk
checking for gcc... /usr/bin/gcc-4.0
checking for C compiler default output file name...
configu...
2001 Feb 05
0
sshd can't access user files
Hi
We have detected a problem in sshd when trying to access user files in
order to authenticate a user via public key.
In our system, each unix group has a separate home directory with 0750
permissions owned by root.group, therefore a user can access his home
directory thanks to his group ownership.
After installing OpenSSH 2.3.0p1 on this system we noticed that public
key
2005 May 03
2
Problem with Windows XP
Helo,
I've a problem with a network of XP Pc's and a Samba Server. The users logs in their homes directories, and later, when they save their files a message arises saying: "the resource is not abailable".
If they close the XP session and open again, normaly, they can access to their homes.
In another network of Windows 98 PCs, and with the same smb.conf this not occur.
I
2006 May 29
0
R-2.3 macosx segfault
Dear all,
this is my first message to this list. I hope it is not off topic
(and should have been posted to R-help for example).
I have R-2.3.0 installed on a couple of systems, including powermac
G5, iBook G4 (both with MacOSX 10.4.6), windows xp and linux (kubuntu
5.10). When trying to install package aroma from authors web site I
found that R for macosx crashes with segfault. This
1998 Feb 19
7
smbstatus
Have just upgraded to samba 1.9.18p3 on a RedHat 5.0 linux system...
now... when i type smbstatus... this is what i get..
Couldn't open status file /var/lock/samba/STATUS..LCK
so i assume that for some reason... this status file is not created upon
startup..
Pat.
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
When empty grids are shown (ex: no VMs in this pool) a specific graphic, message and improved action button are shown. For Task views, the user will see the current filter and an explanation that no tasks match that filter.
Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com>
---
src/app/views/hardware/show_hosts.rhtml | 11 ++++-------
src/app/views/hardware/show_storage.rhtml
2003 Dec 01
0
No subject
remove unix password sync = yes
Reply on a question....
http://www.mail-archive.com/redhat-devel-list@redhat.com/msg04223.html
Good Luck,
Ries
Return-Path: <ries@franksintl.nl>
Delivered-To: samba@lists.samba.org
Received: from tiny.int.franksintl.nl (goblin.franksintl.nl
[195.193.231.154]) by lists.samba.org (Postfix) with ESMTP id
6771C4AC8 for <samba@lists.samba.org>; Thu, 17
2020 May 16
0
CentOS 8 latest sssd src RPM
Hi,
I can find latest sssd RPM at
http://mirror.centos.org/centos/8.1.1911/BaseOS/x86_64/os/Packages/sssd-2.2.0-19.el8_1.1.x86_64.rpm,
but I can't find his source RPM at
http://vault.centos.org/8.1.1911/BaseOS/Source/SPackages/ (
https://centos.pkgs.org/8/centos-baseos-x86_64/sssd-2.2.0-19.el8_1.1.x86_64.rpm.html
)
Is there something wrong with latest sssd src RPM?
I have also noticed that
2004 Oct 12
1
bandwidths for bivariate density estimation
Hi,
I am using the KernSmooth package to estimate nonparametrically bivariate
density functions. However, it seems that the bandwidths (one for each
co-ordinate direction) have to be selected manually. This does not apply
for the univariate case, for which dpik (included in KernSmooth) uses
up-to-date plug-in rules.
Does anyone know about a package, or function, which estimates bandwidths
2008 Jul 10
1
quantile regression estimation results
Dear list,
I'm using the quantreg package for quantile regression. Although it's
fine, there're is some weird behavior a little bit difficult to
understant. In some occasions, the regression results table shows
coefficients, t-statistics, standard errors and p-values. However, in
other occasions it shows only coefficients and confidence intervals.
Therefore, the question is... Is
2009 Jul 01
0
Unix Extensions + ext3 quotas + df
Hi,
Some time ago, I reported an issue (1) regarding to the "disk free"
to Quotas mapping when Unix Extensions are enabled.
The issue still persists in RHEL 5.3 (samba-3.0.33-3.7.el5).
In the meanwhile I have found a workaround via the attached *ugly*
patch, but an official solution would be appreciated.
Best regards,
Juanjo
(1)
2005 Jul 21
2
opening RDB files
Hi all,
I've recently upgraded to R version 2.1.1 and when trying to inspect the
contents of many packages in the library (for instance library\MASS\R) I've
realized wordpad, or the notepad, won't open them since they have *.RDB and
*.RDX extensions which these editors cannot recognize.
However, libraries in previous versions of R did not have these extensions
and I could inspect
2009 Jul 01
0
Troubles with dfs-linked root shares
Hi,
Im trying to set up a samba cluster (using RHCS) to hold students'
Home directories according to the following schema:
\\disc\personal
|
+--------------------+----------------------+
| | |
| | |
v v