Displaying 15 results from an estimated 15 matches for "cutt".
Did you mean:
cut
2004 Dec 02
7
A possible way to reduce basic questions
Jim Lemon <bitwrit <at> ozemail.com.au> writes:
> I have been thinking about how to reduce the number of basic questions that
> elicit the ...ahem... robust debate that has occurred about how to answer
The traffic on r-help could be reduced by creating a second list where
more elementary questions are asked.
There may be other ways to partition the universe of questions
2009 Apr 21
6
Sampling in R
[This email is either empty or too large to be displayed at this time]
2004 Jun 18
1
Compiling R with Intel compilers - recommended options?
...uced any output since; it just sits there burning CPU.
I guess my question is: I'm sure someone has successfully compiled R
on X86 Linux using the Intel compilers before - what options did you
use to make it work? And how long should this check phase take?
Many thanks...
Tim
--
Dr Tim Cutts
Informatics Systems Group
Wellcome Trust Sanger Institute
Hinxton, Cambridge, CB10 1SA, UK
2015 Oct 28
2
windows 8.1 unable to connect to samba 4.2 share on FreeBSD domain auth
So we have a samba 4.1.17 Domain running and have truble to with windows 8.1 cutt off the shares in the domain from time to time.
We researched a lot without beeing successfull. The users need to relogin or restart to reach their shares again.
Greetings
Daniel
EDV Daniel Müller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen
Tel.: 0707...
2015 Oct 28
1
windows 8.1 unable to connect to samba 4.2 share on FreeBSD domain auth
On 28/10/15 13:29, Motty wrote:
> my domain controller, AD is windows 2000. That is my environment.
>
> Thanks,
> Motty
>
> On 10/28/2015 01:31 AM, Mueller wrote:
>> So we have a samba 4.1.17 Domain running and have truble to with
>> windows 8.1 cutt off the shares in the domain from time to time.
>> We researched a lot without beeing successfull. The users need to
>> relogin or restart to reach their shares again.
>>
>> Greetings
>> Daniel
>>
>>
>>
>> EDV Daniel Müller
>>
>> Le...
2007 Mar 22
6
Anyone using Goldberg for production sites?
Just starting to look at Goldberg and I like what I see so far. However,
there''s quite a bit in there. Anyone using Goldberg for production sites?
How is the security, flexibility, etc?
Thanks for any input you can provide!
Jake
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2005 Mar 04
0
Is aggregate() what I need here?
...the "Introduction to R" and Peter's introductory statistics with R book
here, and I'm having some difficulty finding the information I'm after.
"Introduction to R" doesn't mention the word "aggregate" once... :-)
Thanks in advance,
Tim
--
Dr Tim Cutts
Informatics Systems Group, Wellcome Trust Sanger Institute
GPG: 1024D/E3134233 FE3D 6C73 BBD6 726A A3F5 860B 3CDD 3F56 E313 4233
2008 Oct 28
0
Samba 3.2.4 - Problem with Security ADS
Hi people...
I?m trying to use samba 3.2.4 on CentOS 5.2, but the winbindd process dont
go to memory when I run it with -D option. I saw that *security=ads *in
smb.conf is the problem. When I cutt off "security=ads" from smb.conf, then
winbindd goes to memory but i cant access the SQUID+Samba+ADS.
Is it a bug?
Sorry my english!!!
#########################
# SMB.CONF
#########################
[global]
workgroup = DOMAIN_NAME
server string = SQUID PROXY SERVER
netbios na...
2015 Oct 28
0
windows 8.1 unable to connect to samba 4.2 share on FreeBSD domain auth
my domain controller, AD is windows 2000. That is my environment.
Thanks,
Motty
On 10/28/2015 01:31 AM, Mueller wrote:
> So we have a samba 4.1.17 Domain running and have truble to with windows 8.1 cutt off the shares in the domain from time to time.
> We researched a lot without beeing successfull. The users need to relogin or restart to reach their shares again.
>
> Greetings
> Daniel
>
>
>
> EDV Daniel Müller
>
> Leitung EDV
> Tropenklinik Paul-Lechler-Krankenha...
2010 Jun 21
1
need help when "make check" R-2.11.1
To whom it may concern:
My OS: CentOS 5.5
R version: R-2.11.1
My questions are as follows:
First, I inputted commands:
-----------------------------
# ./configure --enable-R-shlib
# make
# make check
-----------------------------
Everything goes well until "make check".
screen log:
**************************************
make[1]: Entering directory `/tmp/R-2.11.1/tests'
make[2]:
2005 Mar 21
2
X11 Fonts sizes
In postscript graphs (pointsize = 10, different sizes in graph adjusted via
cex) I would like to use different font sizes but get the following warning
message:
Warning messages:
1: X11 used font size 8 when 9 was requested
2: X11 used font size 8 when 7 was requested
3: X11 used font size 8 when 5 was requested
This is probably not a R but a X11 problem, nevertheless I would be most
2015 Oct 27
2
windows 8.1 unable to connect to samba 4.2 share on FreeBSD domain auth
Hello,
I am having issues getting users trying to connect to samba share. The
weird part is that some users are able to connect but some aren't. all
windows 7 client are able to connect without issues. any ideas?
#=============== Global Settings
[global]
workgroup = DOMAIN
realm = domain.ad
netbios name = Share2
server string =
username map = /usr/local/etc/samba/username.map
hosts
2005 Feb 18
9
Using time series and lm
Hello,
I apologize for this question that may has been asked a lot of times
but I could not go through it.
I create a multivariate time series containing NA values.
I want to compute a linear regression and obtain a time serie for both
residuals and fitted values. I have tried the trick ts.intersect,
without success.
Could you help me out of this?
####
Example:
y<-ts(1:10+rnorm(10))
2009 Apr 22
2
Exporting objects plotted with plot3d() - rgl package
...users,
>
> I need to do sampling without replacement (bootstraps). I have two variables (Xvar, Yvar).
> I have a correlation from original data set cor(Xvar, Yvar)=0.6174221. I am doing 50000 sampling,
> and in each sampling calculating correlations, saving, sorting and getting 95% cutt off point (0.1351877).
> I am getting maximum value as 0.3507219 (much smaller than correlation of my original data).
> I repeated the sampling a couple of time and none of them produced a correlation
> coefficient higher than my original data set. However, if I sort out my Xvar and Yv...
2004 Nov 11
0
ROracle SQL length limitation
...cher)
4. Multiple stripcharts using "for loop" (Paul JH Drake)
5. Basic Q on coercing factors in data frames to numeric
(Robert Brown FM CEFAS)
6. Re: R under Pocket PC (Barry Rowlingson)
7. printing to stderr (Arne.Muller at aventis.com)
8. Re: R under Pocket PC (Tim Cutts)
9. "conditional duplicates"? (Christian Schulz)
10. Re: printing to stderr (Prof Brian Ripley)
11. Re: "conditional duplicates"? (Dimitris Rizopoulos)
12. Re: Basic Q on coercing factors in data frames to numeric
(Roger D. Peng)
13. Re: "conditional dupli...