Displaying 20 results from an estimated 21 matches for "suggs".
Did you mean:
sugg
2005 Apr 29
0
I'm unable to download R from any of the CRAN mirrors. A ny sugge (PR#7823)
Friedrich,
Thank you for your prompt response. Unfortunately, none of the CRAN mirrors
seem to be working for me. I'm not really sure what's going on since I was
able to download R about a year ago, but I recently got a new computer and
needed to download it again. I'll see if my support staff here at the
National Institutes of Health have any suggestions.
Thanks again,
Eric
2006 Dec 27
0
no log/mongrel.log file on win32, looking for sugge stions...
Hi Luis,
answers in CAPS.
-----Original Message-----
From: Luis Lavena [mailto:luislavena at gmail.com]
Sent: Tuesday, December 26, 2006 5:39 PM
To: mongrel-users at rubyforge.org
Subject: [Mongrel] no log/mongrel.log file on win32, looking for
suggestions...
Hello Mongrels around the world!
Been thinking a way to unify the issue I described in the subject.
For those who aren''t
2005 Apr 29
1
I'm unable to download R from any of the CRAN mirrors. Any sugge (PR#7823)
Thanks.
Eric Leifer, Ph.D.
Office of Biostatistics Research
National Heart, Lung, and Blood Institute
6701 Rockledge Drive, MSC 8217
Bethesda, MD 20892-8217
Email: LeiferE@NHLBI.NIH.GOV
Phone: 301-435-0436
FAX: 301-480-1862
2005 Apr 14
1
predict.glm(..., type="response") loses names (was RE: [R] A sugg estion for predict function(s))
> From: Ross Darnell
>
> Liaw, Andy wrote:
> >>From: Liaw, Andy
> >>
> >>
> >>>From: Ross Darnell
> >>>
> >>>A good point but what is the value of storing a large set of
> >>>predicted
> >>>values when the values of the explanatory variables are lost
> >>>(predicted
>
2002 Aug 06
1
Intermittent failures mapping drives.. need debugging help/sugges tions
There is a problem with a user mapping a network drive. Sometimes
he can map it, sometimes he can't.
SAMBA: 3.0-alpha18
UNIX: HP-UX 11.0
rsc is a valid account on the machine he's trying to connect to
(entry in /etc/passwd, decent permissions on home directory and
all parent directories, etc.)
The strange thing is sometimes it works, and sometimes it
doesn't. If it doesn't
2006 Apr 02
2
Boxplot
bonjour,
je voudrais savoir s'il serait possible de sugg?rer aux d?veloppeurs
de R de proposer une option suppl?mentaire pour les moustaches, ?
savoir les placer sur d1 et d9 comme c'est pr?conis? dans les
programmes du secondaire en France, option du style boxplot
(serie,range=91) par exemple...
i would like to know if it is possible to have (with the agrement of
developpers)
2005 Feb 16
1
Can't connect Snom 190 to Asterix PBX. Sugge stions?
Here is a part of a working sip.conf for Asterisk with SNOM190 Phones.
Try using host=dynamic and have a closer look at the configuration in the
snom 190.
Also, try using dtmfmode=rfc2833 .
[general]
realm = hallinux2.gwsnettech.local
port = 5060
bindaddr = 0.0.0.0
context = default
disallow=all
allow=alaw
allow=ulaw
allow=gsm
register => 081503:xxxxxx@sipgate.de/081503
language=de
tos=0x04
2007 Nov 24
7
htmlwindow
Bonjour.
Ne pouvant pas afficher toutes les pages web avec html window, est-ce qu''il est possible à partir d''un bouton de coller l''url choisi dans la barre de recherche d''IE7 par exemple et d''ouvrir IE7 automatiquement à la page recherchée?
Est-ce que vous pouvez me donnez quelques explications si cela est possible?
merci
sebastien
2008 Nov 15
2
Update to 2.8 and problem with liblapack
Hello
To update from R 2.6 to 2.8 (on Ubuntu 8.04 both) I had to install new
tcl and liblapack packages (excuse me it is in french):
> sudo apt-get install r-base-dev
> Lecture des listes de paquets... Fait
> Construction de l'arbre des d?pendances
> Lecture des informations d'?tat... Fait
> Les paquets suppl?mentaires suivants seront install?s :
>
2012 May 14
2
unicorn <3
hey, i am a big unicorn fan -- i have been running it in production
since
late 2010, and it is happily handling (literally) billions of backend
requests
for a popular facebook game.
i also <3 unicorns in general ..... so i decided to make an awesome t-
shirt,
sporting the "Angry Unicorn" that you may remember from github error
pages.
i hope some of you might like it as well:
2014 Jun 02
0
Re: [long] major problems on fs; e2fsck running out of memory
On Sun, Jun 01, 2014 at 08:54:24PM -0700, Keith Keller wrote:
>
> Heh, I like your understatement. :) I think this helps answer part of
> my questions in my second email: I should probably try to preserve
> changes from last backup before getting too deep into a tricky e2fsck.
> At one point the fs was still mountable, so I could have tried to copy
> files off first. (In a
2014 Jun 02
2
Re: [long] major problems on fs; e2fsck running out of memory
On Sun, Jun 01, 2014 at 11:24:51PM -0400, Theodore Ts'o wrote:
>
> The "get root inode failed" is rather unfortunate.
Heh, I like your understatement. :) I think this helps answer part of
my questions in my second email: I should probably try to preserve
changes from last backup before getting too deep into a tricky e2fsck.
At one point the fs was still mountable, so I
2006 Mar 11
2
ActiveRecord increment confusion
Part of my application counts the number of times a link was clicked.
The Link.click function should increment the @link.clicks attribute.
I assumed
def click
@link = Link.find(params[:id])
if @link.increment(''clicks'')
redirect_to @link.url
else
flash[:error] = ''Could not update clicks''
redirect_to :action =>
2002 Sep 04
0
Problem with st driver
Hi ;
I used a scsi tape driver (/dev/st2) on a red hat 7.2 system ia64.
when I rewind first the tape, it is ok
when I write a long file on the tape (dump 0f /dev/st2 /dev/sda3),
dump seems to be ok, but the next rewind operation ( mt rewind )
gives an error message :
/dev/st2: Input/output error
and , in the /var/log/messages, I get :
kernel: st2: Error 26030000 (sugg. bt 0x20, driver bt 0x6,
2011 Sep 09
1
IPs of VMs on KVM
How can I find the IPs of the VMs using libvirt function? As of now, I'm
thinking of using Nmap to get the MAC address and the ARP it to get the IP.
Can someone please help me out?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110909/c3fa1de5/attachment.htm>
2007 Feb 14
0
samba upgrade, now macs can't connect
...ve tried 3.0.22, 3.0.24 compiled w/ ldap, and 3.0.24 compiled
w/o ldap. all do the same thing.
from ANOTHER mac (machine C), the same user from B __can__ get in.
is there some cache on machine B i need to clear? it seems like
it would have to be a file, since it survives reboot.
thanks for any suggs.
j.
2006 Jul 12
11
ruby-debug 0.1.3
Hello Everyone,
I''m pleasant to announce the release of ruby-debug 0.1.3.
If you think that ruby-breakpoint is too limited for your needs and
debug.rb brings your application to its knees, you might find
this small extension useful.
INSTALL
It''s a usual procedure:
$ gem install ruby-debug
DOCS
This library has almost identical interface with the standard debug.rblibrary.
2005 Jul 23
2
(cause 66 - Channel not implemented) -- IAX?
Hi,
I am setting up a small call center using *. I have ZAP setup for
incoming calls and IAX setup for agents. Agents login using
AgentCallbackLogin. When customers call, it's getting picked up and when
queue is trying to call back the agents, I am getting error.
I am using CVS HEAD, and updated just now.
The error is:
-- Executing Answer("Zap/1-1", "") in new
2011 Jan 03
8
Heroku, needs constant AppController updates?
Dear All,
Fairly new to rails and Heroku, so could be doing something wacky - do
let me know if you think my code practice is off, even if unrelated to
this error, I''d like to learn!
I''m using Rails 3.0.0, ruby 1.8.7, and ''sqlite3-ruby'', ''1.2.5'', :require
=> ''sqlite3''.
I''ve got an application that goes off and
2006 Nov 07
4
Problems with LTO-3 and U320 on Centos 4.4
I am currently testing an Overland Tape storage unit with a LTO-3 drive
on CentOS 4.4. After a random amount of time but usually when we have
backed up about 0.5-1TB we get scsi errors which cause the backup to
fail. I have rebuilt the box with Solaris 10 x86 and Windoze to prove
the hardware and have successfully backed up over 3TB on each OS without
error.
Can anyone offer advice on how to find