Displaying 20 results from an estimated 1000 matches similar to: "producing colour .eps output"
2007 Oct 07
2
Re-ordering factors
A small example before I begin my query:
> educ <- read.table(efile, header=TRUE)
> educ
Education Age_Group Count
1 IncompleteHS 25-34 5416
2 IncompleteHS 35-44 5030
3 IncompleteHS 45-54 5777
4 IncompleteHS 55-64 7606
5 IncompleteHS >64 13746
6 CompletedHS 25-34 16431
7 CompletedHS 35-44 1855
8 CompletedHS 45-54 9435
9
2010 Feb 03
2
Positioning the y label in scatterplot3d
Is there a way of repositioning the y label in scatterplot3d so that it is parallel with the y axis?
Many thanks
Richard
2009 Apr 03
2
Implementation of editheaders in dovecot
Hello.
I wrote the hook function for deliver. I want to add support of
editheaders in the plug-in for dovecot. For this purpose I wrote the
function rarules_get_stream. Remover of headrs works properly, but
adding does not work. I took Timo Sirainen's advice from http://markmail.org/message/skb6arnll5gaopdr
. Do I use a correct way of creation of a message?
I give backtrace and a
2006 Nov 11
1
Fitting a survival curve
I am new to R and am trying to fit a survival curve with a weibull
hazard function to a set of data giving the probability of survival to
age x, given the year of birth, in the form:
Probability of survival:
Birth year
1980 1981 ... 2003
.2 0.90 0.89 ... 0.87
1 0.80 0.81 ... 0.79
age 2 0.75 0.74 ... 0.73
3 0.70 0.69 ... 0.68
5 0.50 0.49 ... 0.43
10 0.30 0.31 ... 0.26
I would like to be
2007 Jun 19
1
plotting order of lines in xyplot panels while using conditioning variable and groups
I am using the following code:
library(lattice)
data<-read.csv("data.csv")
attach(data)
fig<-xyplot(S_t~month|event,
key = list(text=list(lab=c("Time to first CV
event - Data",
"Survival post
first CV event - Model",
"Survival post
first MIA/CA event - Data",
2003 Nov 12
1
samba 2.2.8 and win2k/tse
Summary:
We cannot connect multiple users from an win2K/tse box to a samba server
using password server authentication .
Details:
We have samba 2.2.8a on Sun Solaris , connected with an w2k/tse .
Samba has been configured to check user/password using an "password
server" on the network ( Domain PDC ) .
When the first user connect to the win2k/tse all network shares are ok .
But when
2010 Dec 17
1
Help for loop
Hello all,
Is there any way to get each file from a website list and aggregate in a
data frame?
Otherwise I have to type 23 thousand web address into a long script like it:
base1 <- read.table("site 1", sep=";", header=T,
fileEncoding="windows-1252")
base2 <- read.table("site 2", sep=";", header=T,
fileEncoding="windows-1252")
I
2003 May 25
4
Call for help with Samba Printing and WinNT
Hi [Samba]s
This is a call for some generous people to try out the process of
installation of a Samba printer on WinNT and WinNT Terminal Server
Edition. I am working through Kurt Pfeifle's HOWTO on Printing and CUPS
printing in Samba 3.0, and finding some issues with NT/TSE. It would be
good if we had some confirmation or otherwise of these problems so that
Kurt can update his HOWTO (this is
2008 Mar 31
1
3d plot
Hi,
I would like to have 3d plot, and I found that there is a command "scatterplot3d". x is V, y=sigmaV, and z=TSE (note: After some calculation, I update TSE). How could I do to have 3d plot I want?
V<-seq(1279,1280,,100)
sigmaV<-seq(0.28,0.29,,100)
TSE<-matrix(0, length(V),length(sigmaV))
ps: TSE[i,j] corresponds to V[i] and sigmaV[j].
Thanks,
Kate
[[alternative HTML
2010 Feb 12
2
SAMBA and Windows 2008 TSE licence Server
Hi all!
I can't use the TSE licence server in Windows 2008 server. This Server
is member of my Samba Domain. My TSE licence server is actived and my
licences added, but when i want configure the TSE service and launch the
Licence diagnostic the diagnostic failed.
I think my problem is due to my Windows Server is not an Active
Directory controller.
What are the solutions : quit the
2004 Feb 17
0
group problem on NT4 domain (revised)
revised to prevent confusion, sorry
-----Original Message-----
From: steven.TSE
Sent: Tuesday, February 17, 2004 3:30 PM
To: John H Terpstra
Cc: samba@lists.samba.org
Subject: RE: [Samba] group problem on NT4 domain
Yes, winbindd is running and nsswitch.conf is configured as:
passwd: file winbind
shadow: file
group: file winbind
smb.conf
=======
[global]
workgroup = NTDOM
server string =
2007 May 11
0
winbind authentication
Hi all,
I'm trying to setup integrate squid to an activedirectory. So I use samba and
windbind for this.
I successfully initialize kerberos (with kinit) and I see a ticket with klist.
When I start samba, it fails on winbind daemon with the following error :
winbindd version 3.0.24 started.
Copyright The Samba Team 2000-2004
[2007/05/11 15:55:17, 0]
2004 Jun 23
0
Slow response when using Msoffice
Hi,
Everytime I use MSoffice product such as Excel, Word and Powerpoint to open
file in Samba share, it takes very long time (at least 1 min) to browse, but
it has no problem on windows explorer, I guess it is waiting for some kind
of time out as it has no usage on the user CPU power. But not all of the
user got the same problem, and it seems most of the case are happened on
winXP. Any idea?
2005 Jan 05
2
Preliminary Suggestion For Atomic Transactions
In the past there's been a need to provide consistency between symbolic
links or repository metadata during a sync. Currently, rsync renames
files piecemeal. The attached patch (extremely ugly) attempts to
resolve this by foregoing the rename step until the end. It adds a new
option (if we didn't, ls might catch up).
There are several issues to get over. The first big one in
2004 Apr 16
0
Re: My details
This is the Department of Computer Science at the University of Illinois at Urbana-Champaign. Your inquiry has been received.
If you wish to reach another department or campus you must contact them directly.
We can not forward your message to other departments or campuses. Please do not send email
to bcicone@cs.uiuc.edu. This address is no longer valid for inquiries.
SPECIAL NOTES:
DEADLINE FOR
2002 Nov 11
11
Shorewall Documentation in PDF format
Hey gang,
I was wondering if all that documentation could or has been put into
PDF format. I usually like to download documentation and read it while
I''m sitting comfortably at home and I don''t want to tie up the phone
line all night.
Thanks,
Nino
p.s. If so, please feel free to attach the PDF formatted document to my
e-mail ;-)
2003 Jun 11
0
Problem running a 32 bit console app
I get the following message when trying to run sc32.exe from the Semware
Editor TSE/Pro32.
winevdm: can't exec 'F:\download\tse\sc32.exe': error=21
This happens when run via wine and wineconsole
This happens when sc32.exe is compiled with Borland's 5.0 compiler.
I have several 32 bit console apps that run just fine when compiled with
Borland's 5.5 compiler.
What could be
2003 Jan 28
1
can't create user entries in smbpasswd
Hi all,
after installing samba 2.2.5 (on Solaris8 running NIS+) it is not
possible to create user entries in smbpasswd.
I generated the smbpasswd file by
# cat /dev/null | /samba/samba-2.2.5/source/script/mksmbpasswd.sh >
/usr/local/samba/private/smbpasswd
-----
then tried to create user entry "dummy" in smbpasswd by
(user "dummy" exists under NIS+)
# smbpasswd -a dummy
2003 Nov 20
0
Experienced Samba+Ldap+ACL in Windows TSE context ?
Hello list !
All is in the subject.
I'd like to have your opinion for such a migration.
We'd like to replace a Windows NT4 PDC wich authenticate TSE users in a
domain that contains ~250 users.
The backend would be an LDAP base and we would like to use ACL to
control access to the files.
Any return of informations ?
Thanks for your help.
--
Emmanuel Lesouef
2002 Mar 08
0
[OT?] Call to the community about one Windows NT domain migration
Hi all,
An enterprise planed to migrate its fully MS Windows NT domain to a pure
SAMBA one. I would like to gain some experience of those one who allready
worked on a same architecture.
This company is spawn in many geographic parts : One primary site hosting
one PDC and a BDC (with WINS services) , many other site hosting a BDC (with
WINS replicator) and sometimes some "members