Displaying 13 results from an estimated 13 matches for "healey".
Did you mean:
zealey
2009 Jan 16
2
Winsorizing Multiple Variables
...:
5
);var1
=
rnorm
(5
);var2
=
rnorm
(5
);var3
=rnorm(5);var4=rnorm(5);as.data.frame(cbind(ss,var1,var2,var3,var4))-
>data
data
#Winsorizes each variable, but sorts them independently so the
observations no longer line up.
sapply(data,win)
___________________________
M. Karl Healey
Ph.D. Student
Department of Psychology
University of Toronto
Sidney Smith Hall
100 St. George Street
Toronto, ON
M5S 3G3
karl at psych.utoronto.ca
2007 Mar 19
2
Can't get dropbook to work on FC6 wine
I recently upgraded to FC6, well, I actually did a clean reinstall.
Anyway I did a yum install wine as root and it went through with no errors.
I tried to run dropbook and it draws the window and some times the
controls but it doesn't respond to mouse clicks except for the close
button to which I get the not responding dialog with the force quit option
which I choose.
dropbook did run under
2007 Feb 16
1
optim() and resultant hessian
...08 -9.993042e-01 -3.729724e-02 -9.626469e-08
Optim() indicates convergence when one of the eigenvalues is negative !?!?
Any reason to not be concerned? (Possibly the Hessian is simply computed at
the solution and not used to arrive at the estimate?)
Thanks in advance for any helpful feedback.
B Healey
2012 Jul 06
1
Problems with crashing IBM X3630 M3/ZFS
...st my two crash dumps can be found at
http://boyle.che.rpi.edu/~healer/boomer/crash1-psaux-wchan and
http://boyle.che.rpi.edu/~healer/boomer/crash2-psaux-wchan
I'm not entire convinced this is software, but I've run out of local
experts to ask, and can't prove its hardware.
--
Bob Healey
Systems Administrator
Biocomputation and Bioinformatics Constellation
and Molecularium
healer@rpi.edu
(518) 276-4407
2003 Jul 18
1
multiple instances using cron
Hi all,
I have searched high and low on the web and this mailing list and
cannot find anything similar to the problems I am seeing.
I have the following two commands set up in cron (as root) to run at
midnight (under MacOS X Server 10.2.6).
rsync -av --progress --delete --progress --size-only
rsync.nic.funet.fi::CPAN /Volumes/mirrors/mirrors/cpan
rsync -av --progress --delete --progress
2002 Feb 13
4
Mapping / UNC question
Hiya!
I have a developer that would like to be able to have access to a share on a
UNIX server running Samba where he can use UNCs embedded in VB code on a
win2k client to access files on the share. No problem, easily done.
He also wants users to _NOT_ be able to use the Windows Explorer to map the
drive and gain access that way. He wants only for his embedded UNCs to
access the share.
If you
2001 May 20
0
SDMI takes break on portable players...
...to play only "authorized" content (SDMI phase 2).
------------------
Los Angeles Times
Saturday, May 19, 2001
Initiative to Bar Pirated Music on Portable Players Takes Break
Technology: Coalition fails to reach a consensus on method for detecting
unauthorized copies of songs.
By JON HEALEY, Times Staff Writer
The record industry's controversial effort to combat piracy by
developing a new generation of portable music players has died, at least for
the summer.
The Secure Digital Music Initiative--a group of about 200 record
labels, manufacturers and security companies--s...
2011 Jul 11
36
has_many and belongs_to association
Hi ,
I want to test the one below but I got the problem
belongs_to :name, :class_name => "Phrase", :foreign_key => "name"
in my test
context "test"do
should have_many :phrases
end
in language.rb
belongs_to :name, :class_name => "Phrase", :foreign_key => "name"
error is
1) Failure:
test: check has_many and belongs_to
2003 Dec 01
0
No subject
...mes kinda pre-installed with Solaris 8, which is pretty bad
because they've compiled the source with non-standard paths ... and not
provided documentation of their build! I'm just about to rip it out and
rebuild
from a downloaded copy of a more current version.
Keep up the good work!
Sean Healey
Millennium Technical Services Ltd
Return-Path: <davidpike@yahoo.com>
Delivered-To: samba@lists.samba.org
Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com
[216.136.174.115]) by lists.samba.org (Postfix) with SMTP id 081924828
for <samba@lists.samba.org>; Sun, 3 Jun 200...
2003 Jun 26
0
Mac OS X queries
Hi All,
I am a new rsync user and I have what I think is a problem. I am using
the following command to mirror the cpan archive;
rsync -av --delete rsync.nic.funet.fi::CPAN
/Volumes/mirrors/mirrors/cpan
Everything appears to go through correctly, but then at the end of the
transfer I get the following error
rsync error: partial transfer (code 23) at
2001 Dec 18
0
Machine Trust Accounts
Hi,
I'm in the process of setting up Samba 2.2.2 as a PDC and the boss has been reasonably impressed with it.
An issue that we've come up against is machine trust accounts. Our PC labs (running W2k) are rebuilt nightly or on demand via Rembo. This is done to keep a clean and consistant install on the machines at all times.
I suspect that this will cause the trust account relationship
2003 Apr 08
0
Terminal Server recommendations
I am setting up a Samba Server using RedHat 8.0 to be the main file
server for a terminal server farm. After looking in to the many
different ways to integrate Samba into a Windows 2000 Domain I opted to
use winbind on the server for user/group mapping to UID's. I upgraded
the kernel to 2.4.20 from kernel.org, and patched it with
linux-2.4.20-xattr+acl+trusted-0.8.55.diff to provide ACL
2006 Jun 27
0
Calling SOAP based Web Services over SSL
...ke this:
*******************************************************************
def hello
opts = {}
opts[''protocol.http.ssl_config.verify_mode''] =
''OpenSSL::SSL::VERIFY_PEER''
opts[''protocol.http.ssl_config.client_cert''] =
''public/healeyt/cert_healeyt.pem''
opts[''protocol.http.ssl_config.client_key''] =
''public/healeyt/healeyt_keypair.pem''
opts[''protocol.http.ssl_config.ca_file''] = ''public/CA''
soap_client = ActionWebService::Client::Soap.new(EmmaA...