Displaying 20 results from an estimated 1000 matches similar to: "looking for Prof Bates' file"
2004 Aug 03
3
dots expansion
Hi list,
I'm trying to write a function similar to rbind, except that needs to
add a factor to each component array before rbinding them together so
that the rows from different arrays are distinguishable.
The problem that arose is how to loop through arguments in the dots
"..." list. I need to get a hand on each of them but don't know how many
of them there are and what
2004 Apr 27
1
legend(1,1,expression(a<-"10^-6"))
hi all,
I have a problem with showing properly formated mathematical expressions
in a plot.
The following works:
plot(1:10)
legend(1,10, expression(10^-6))
Howver, if my expression is kept in a char variable, I don't know how to
show it in the legend.
# I have
st_"10^-6"
# I try to do this
plot(1:10)
legend(1,10, expression(st))
# which doesn't turn out as expected
Is it
2013 Dec 09
1
[CentOS 6] Upgrade to the glusterfs version in base or in glusterfs-epel
Hi,
I'm using glusterfs version 3.4.0 from gluster-epel[1].
Recently, I find out that there's a glusterfs version in base repo
(3.4.0.36rhs).
So, is it recommend to use that version instead of gluster-epel version?
If yes, is there a guide to make the switch with no downtime?
When run yum update glusterfs, I got the following error[2].
I found a guide[3]:
> If you have replicated or
2007 Jul 16
1
[Asterisk]Asterisk's behavior of a simple call
Hello,
I tried to configure a very simple case of Asterisk using SIP
userA --- Asterisk server ---- userB
sip.conf
[userA]
type=friend
username=userA
host=dynamic
nat=no
context=test
[userB]
type=friend
username=userB
host=dynamic
nat=no
context=test
In extensions.conf
[test]
exten => 1000,1,Dial(SIP/userA)
exten => 2000,1,Dial(SIP/userB)
I make a call from userA to userB, it works,
2015 Nov 14
2
[cfe-dev] [Openmp-dev] LLVM Social in Austin - Nov. 15?
Hearing no opinions to the contrary, let's say Banger's 6pm (tomorrow). Address and web site below. I submitted online for a reservation early this morning, and I'll try to get an updated head count on Sunday morning.
-Hal
Sent from my Verizon Wireless 4G LTE DROID
On Nov 14, 2015 11:21 AM, Chandler Carruth <chandlerc at google.com> wrote:
Did this ever get settled?
On Fri,
2015 Nov 13
2
[cfe-dev] [Openmp-dev] LLVM Social in Austin - Nov. 15?
----- Original Message -----
> From: "Sebastian Pop" <spop at codeaurora.org>
> To: "James H Cownie" <james.h.cownie at intel.com>
> Cc: "Hal Finkel" <hfinkel at anl.gov>, "John Leidel (jleidel)" <jleidel at micron.com>, "LLVM Dev"
> <llvm-dev at lists.llvm.org>, "cfe-dev" <cfe-dev at
2002 Jan 09
2
Fitting Distributions
I am new to R. So, please bear with me if this questions is already been
asked and answered.
I am looking for a R function that fit a dataset to common distributions
such as Normla, Log-Normal, Poisson, Weibull, and Beta. Basically I am
looking for ways to estimate distribution parameters rather than having to
write a program for it.
Thanks for your help.
T. S. Ramanarayanan
Aventis
2010 Jan 10
7
IIS + Apache + Mongrel: Problem with big data submit form
Hi all,
I deployed a Rails application on a Windows Server 2003 machine as
follows:
+ I created two instances of Mongrel at ports 4001, 4002 to serve the
application
+ I set up an Apache instance at port 8080 for balancing load for the
two Mongrels => So I can access my website at URL http://mywebsite:8080/
+ I want to allow users access my website without typing port 8080 in
the URL.
2001 May 02
0
Course: R Fundamentals and Programming Techniques by Prof. Doug Bates, July 18-20, 2001.
XLSolutions Corporation (www.xlsolutions-corp.com) is pleased to announce
a three-day R course, "R Fundamentals and Programming Techniques," presented
by Professor Doug Bates.
This special three-day R course is designed for those who want to learn
to write R programs to accomplish typical data-processing tasks, including
creating graphics. The course will give beginners a strong
2015 Nov 12
2
[cfe-dev] [Openmp-dev] LLVM Social in Austin - Nov. 15?
Hi,
On Wed, Nov 11, 2015 at 8:01 AM, Cownie, James H via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> It would be much more convenient for those of us who are in town for SC and staying downtown if we could find somewhere in walking range. (Which in my mind is 1 to 3/2 of a mile; others may have different criteria, but I find a 30 min walk refreshing after taking beer :-).
>
Agreed.
2009 Oct 09
2
Creating a Clustered-Stacked Column Chart
Hi all,
In R, is there some functions or ways to create a Clustered-Stacked
Column Chart as the example in the following page
http://peltiertech.com/Excel/ChartsHowTo/ClusterStack.html?
I have browsed the R Graph Gallery (http://addictedtor.free.fr/graphiques/)
and searched the R site, and didnot find an appropriate method to do it.
Anybody has met this problem before?
Thanks a lot.
2005 Mar 10
7
Solaris 10 support
Hi Developers,
This is Viet at Sun Microsystems. Does openssh support Solaris 10
spacrc, sol 10 x86, and sol 10 x64. If so, could you please point me to
the link in openssh web site, not sunfreeware.com, that says so and the
link to download. I need an official link to declare to Sun that you do
support sol 10. Thanks.
2015 Nov 11
2
LLVM Social in Austin - Nov. 15?
Hi everyone,
There seems to be a good level of interest in this; so we should settle on a time and location. It has been pointed out that previous socials were held at http://bbrovers.com/ - we seem to have a preference for the availability of alcoholic beverages, and otherwise no strong opinions have been expressed.
Logistically, we should pick someplace likely to have flexibility regarding
2018 Nov 07
2
openssh-based file transfers (e.g. rsync, scp, ...) are running 40 (!!) times faster via IPv4 than IPv6
Vincenzo,
thanks for answering !!!
As I found out before that this slow down only happens for encrypted transmissions, I've followed your suggestion and
tested with a https-based download, from my Nextcloud instance on my VPS.
Same slow speed when connecting via IPv6, and as fast as expected when connecting via IPv4.
Just to confirm: There's NO dependency/relation between openssh and
2013 Dec 06
1
replace-brick failing - transport.address-family not specified
Hello,
I have what I think is a fairly basic Gluster setup, however when I try to carry out a replace-brick operation it consistently fails...
Here are the command line options:
root at osh1:~# gluster volume info media
Volume Name: media
Type: Replicate
Volume ID: 4c290928-ba1c-4a45-ac05-85365b4ea63a
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1:
2014 Apr 24
13
[Bug 77857] New: Second Monitor
https://bugs.freedesktop.org/show_bug.cgi?id=77857
Priority: medium
Bug ID: 77857
Assignee: nouveau at lists.freedesktop.org
Summary: Second Monitor
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: eagle_boy at rocketmail.com
Hardware:
2005 Nov 29
1
rotated ylab with xyplot
hi all,
in R, what's the best way to have a rotated ylab in a graph plotted with
either xyplot or xYplot? I tried this but it didn't work.
xyplot(y~x,data.frame(x=1:10,y=runif(10)),ylab=list(srt=90,crt=90,rot=90,label="my label"))
more generally, how do you output a text at an angle in a lattice graph?
what would be a good reference for R lattice graphics? I need more
2005 Nov 28
1
using minor tickmarks with xYplot
Hi all,
I'm trying to make a plot with the function xYplot from package Hmisc in
R. I would like to have minor tick-marks on the axis. This should be a
common simple feature to have but I don't seem to find any discussion on
the topic.
Following is one of the things I tried and the error returned:
xYplot(y~x,data.frame(x=seq(1,10),y=runif(10)),minor.ticks=c(3.5,5.5))
Error in
2005 Nov 30
1
RNetCDF seg fault
Dear RNetCDF developers,
I haven't been able to load RNetCDF in R for a while. I wonder if this
is a bug or a problem with my installation.
I'm using Debian testing.
> library(RNetCDF)
Segmentation fault
5:01pm(dongda)~>R --version
R 2.2.0 (2005-10-06).
Copyright (C) 2005 R Development Core Team
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to
2012 Jan 10
3
Exec depends on ressources that are several different types
Hi dear puppet users.
I have an perl file that depends on a lib, that I want to execute.
I have stripped the parts of config that weren''t relevant here such as
owner, group and so on
In perl script : use Config::Tiny.
Script is stored on puppet master.
Manifest :
____
file { "/path/to/file.pl": source => "puppet:///file.pl, mode =>
"0755" }
package {