Displaying 20 results from an estimated 1352 matches for "terry's".
2006 Sep 05
3
terms.inner
...found
Ok, I know this function has to exist. I even remember that there is some
sort of multi-colon secret handshake that will convince R to let you look
at it, although I don't remember the form. This Nixonesque passion with
hiding things is one of the reasons I still prefer Splus.
Terry Therneau
therneau.terry at mayo.edu
2009 Jun 07
1
Fw: howto use chroot + sshd
Hi everybody.
I got a problem here.
I want to use chroot + sshd service.
env:
RHEL 5.2
tail -1 /etc/pam.d/sshd
session required pam_chroot.so debug
tail /etc/security/chroot.conf
terry /users
ssh terry at 192.168.20.11 faile
tail /var/log/secure
Jun 7 05:05:40 node1 sshd[5397]: pam_chroot(sshd:session): chroot(/users) succeeded <- chroot /users succeeded
Jun 6 21:05:40 node1 sshd[5397]: pam_unix(sshd:session): session closed for user terry
Jun 6 21...
2003 Oct 21
2
ACL's and permissions
...= /home/samba/pub
nt acl support = yes
public = yes
admin users = douglas
write list = douglas
I'm logged in to Win2000 as douglas. Through the security tab on
Win2000 I add read and write permission to the top level share called
public (but it's not really public) for "terry". I see terry in the
list and everything seems to go OK in setting it. Then I log off and
login as terry. Terry has no write access to the share. What takes
precedence? The share definition in smb.conf or settings through the
security tab in windows, which should be the ACL's....
2011 Jun 21
4
call paging interrupts call when using Mitel 5224
Is anybody using Mitel phones? It appears that when you page a Mitel phone
using asterisk's MeetMe, the paged phone will hang up the call its on to
take the page. Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110621/764a6fa9/attachment.htm>
2020 Sep 25
1
Extra "Note" in CRAN submission
When I run R CMD check on the survival package I invariably get a note:
...
* checking for file ?survival/DESCRIPTION? ... OK
* this is package ?survival? version ?3.2-6?
* checking CRAN incoming feasibility ... NOTE
Maintainer: ?Terry M Therneau <therneau.terry at mayo.edu>?
...
This is sufficient for the auto-check process to return the following failure message:
Dear maintainer,
package survival_3.2-6.tar.gz does not pass the incoming checks automatically, please see the following pre-tests:
Windows:<https://win...
2006 Apr 25
2
Question about Callbacks in link_to_remote
...ng'')",
:url => { :action => :get_results })
Can I have more than one callback for :loading and :complete? That is,
using this syntax, can I make more than one element appear and hide when
get_results is executing? If so, how might I edit this code?
Thanks!
Terry
--
Terry (TAD) Donaghe
http://www.tadspot.com
http://www.rubynoob.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060425/4ba3556b/attachment.html
2020 Jul 23
2
How to optimize out the duplicated memory load instructions?
Hi Johannes,
Silly as me. I just figured out how to correctly use 'alias' metadata. I
should define them in IR like below:
!3 = !{!3}
!4 = !{!4}
!5 = !{!5, !3}
!6 = !{!6, !4}
And then use !5 and !6. The below usage is wrong:
!3 = !{!3}
!4 = !{!4}
Then use !3 and !4 in IR.
BR,
Terry
On Fri, Jul 24, 2020 at 12:12 AM Johannes Doerfert <
johannesdoerfert at gmail.com> wrote:
> `noalias` metadata is more complex than this:
>
> https://llvm.org/docs/LangRef.html#noalias-and-alias-scope-metadata
>
> I doubt the below was accepted by the AliasAnalysis as valid...
2002 Jun 11
5
DNS Proxy - WINS problem - please help
...change or something, but that
is not the case.
1) How can I see if requests are getting to the samba server for dns
queries?
2) Is my thinking correct about DNS proxy?
Here is the relevant parts of my smb.conf:
wins support = yes
wins proxy = no
dns proxy = yes
Thank you for your help!
--
Terry Davis
http://approbation.org/
2024 Jun 26
2
Fixing a CRAN note
...;s before a CRAN submission, but am a bit confused
about this one.?? What is it complaining about -- that it doesn't like my name?
...
* checking for file ?deming/DESCRIPTION? ... OK
* this is package ?deming? version ?1.4-1?
* checking CRAN incoming feasibility ... [7s/18s] NOTE
Maintainer: ?Terry Therneau <therneau.terry at mayo.edu>?
Found the following \keyword or \concept entries
which likely give several index terms:
? File ?deming.Rd?:
??? \keyword{models, regression}
* checking package namespace information ... OK
* checking package dependencies ... OK
...
--
Terry M Therne...
2011 Jun 15
1
Fitting a choice model (Bradley-Terry generalization)
...lves choice of food by
dung beetles.
There are a number of experiments where in each case, there are five
choices. Overall there are more than 5 different foods being compared
(including a placebo) and different experiments use different comparisons.
The problem is a generalization of Bradley-Terry but it differs from
some generalizations in that the comparisons are not pairwise, and they
don't produce a full ordering, just that one is preferred to the other
four possibilities.
I have had a look at the BradleyTerry2, eba, pmr and MLCM packages, none
of which appear to provide the req...
2006 Jul 16
14
Rails, FCGI, DreamHost, and endless frustrations
...my subdomain as shown in the tutorial above. I''m pretty much
at the complete end of things that I can think of or google about. Can
anyone please give me a few more tips or hints or anything that might help
me get this up and running? I''m pretty darned frustrated.
Thanks!!
--
Terry (TAD) Donaghe
http://www.tadspot.com
http://www.rubynoob.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060716/8f7f4bf7/attachment.html
2010 May 11
2
Problems plotting date and time column from excel using R
...0 PM
I tired separating the time and date using the function below and then plotting again which fail to read properly
=TEXT(B2,"hh:mm:ss") and =TEXT(B9,"mm/dd/yyyy")
The R script am using is
plot.time_vs_id<- function(start,end){
setwd("C:/Documents and Settings/terry/Desktop/r_stuff")
x=read.table("MAV.csv",header=T, sep=",")
plot(x$time[start:end],x$packet_id[start:end],ylab="Packet ID", xlab="Time", type="p")
}
and
plot.hov_Points <- function(start,end){
setwd("C:/Documents and Settings/terry/Des...
2020 Jul 23
2
How to optimize out the duplicated memory load instructions?
...i8* %maddr62 to i64*
**246007 store i64 0, i64* %data_ptr63, align 1, !noalias !3
**246008 %mem_base66 = load i8*, i8** %mem_base_addr_ptr, align 8,
!alias.scope !3
246009 %offset167 = add i32 %call56, 12
246010 %13 = sext i32 %offset167 to i64
....
382681 !3 = !{!3}
382682 !4 = !{!4}
BR,
Terry
On Thu, Jul 23, 2020 at 11:43 PM Johannes Doerfert <
johannesdoerfert at gmail.com> wrote:
> Hi Terry,
>
>
> various LLVM passes that run with O3 would do this for you, assuming
> they could prove correctness.
>
> FWIW, the address is the same, so it is (most likely) an...
2006 May 17
4
uniform and clumped point plots
....
For randomly distributed data I have simply used
>xy<-cbind(runif(100),runif(100))
However I also want to generate coordinates that are more uniformly
distributed, and coordinates that are more contagiously distributed than
the above.
Can anyone make any suggestions
Thanks.
Dr Terry Beutel
Rangeland Scientist
Animal Sciences
Department of Primary Industries and Fisheries
Telephone 07 4654 4282 Facsimile 07 4654 4235
Email terry.beutel@dpi.qld.gov.au
Address DPI Hood Street Charleville Q 4470
PO Box 282, Charleville Q 4470
Website www.dpi.qld.gov.au Call Centre 13...
2006 Sep 06
2
RJS Javascript oddity - trying to call Element.setStyle
...9;' + e.toString());
alert(''Element.setStyle(\''show_color\'', {backgroundColor:
\''blue\''})''); throw e }
Any ideas what I''m doing wrong? I feel like I''m relatively close to getting
this working.
Thanks for any help!!
--
Terry (TAD) Donaghe
http://www.tadspot.com
http://www.rubynoob.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3...
2003 Oct 22
1
ACL's vs Share definitions (Trying again)
...= /home/samba/pub
nt acl support = yes
public = yes
admin users = douglas
write list = douglas
I'm logged in to Win2000 as douglas. Through the security tab on
Win2000 I add read and write permission to the top level share called
public (but it's not really public) for "terry". I see terry in the
list and everything seems to go OK in setting it. Then I log off and
login as terry. Terry has no write access to the share. What takes
precedence? The share definition in smb.conf or settings through the
security tab in windows, which should be the ACL's....
2007 Jun 09
7
AJAX Exception just started with Safari and Firefox on OS X, no problem on other machines
...:"roo
t","htmlos_login_password":"","desktoplogin":"","AESTIVACVNLIST":"htmlos
_login_username"}}
I am not sure what this means or how to proceed. Is there additional
debugging techniques I could use.
Thanks for any help,
Terry Riegel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from thi...
2015 Sep 17
3
restrict map-login by geoip?
...et of IPs? For example, all my users are in the US so there shouldn't be any logins from other countries. Can I tell dovecot to restrict logins to a CIDR list of US IPs? Can someone point me to docs on how to set this up? I've searched but haven't found how to accomplish this.
Thanks,
-Terry
Terry Barnum
digital OutPost
http://www.dop.com
2013 Jul 24
1
R base package grid does not output raster image
Hi,
I don't think this is a remote desktop issue. I can run the following
code by remoting into both a Windows 7 machine and a Windows Server R2
machine. I can see the results on the Windows 7 machine but not the
server.
> library(grid)
> grid.raster(1:10/11)
Best regards,
Terry
Terry Seaward Risk Manager
T +27 21 416 1923
terry.seaward@investecmail.com
36 Hans Strijdom Avenue Foreshore, Cape Town, 8001, South Africa
www.investecassetmanagement.com
This email is confidential and may be legally privileged. It is subject to important terms and conditions, available at...
2006 May 12
2
reusing routines
...val library is already loaded.
I looked at the manual page for dyn.load, but don't see anything. What
are we missing?
Please reply via email, as I don't read this list. (But I likely will start
to later this summer, when I port the newest mixed-effects Cox model code
over from S).
Terry Therneau
Mayo Clinic
therneau.terry at mayo.edu