Displaying 20 results from an estimated 20000 matches similar to: "Connecting to servers via IP"
2003 Oct 27
3
(PR#4806)
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_000_01C39C9F.B5DABBD0
Content-Type: text/plain;
charset="iso-8859-1"
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing
2007 Jun 05
1
multiple plot in odfWeave
Hello R users,
I found the odfWeave package to create an odf document. It seems to be a
very nice tool.
So i tried to used it to create a report with multiple plot:
I create an odt file with some code inside:
I connect to a mysql database
I get a list of projects
foreach project I would like to make a plot (a map exactly)
then in a R console I use the odfweave (inFile, outFile) function.
2003 Sep 05
1
Problem with S4 slots in C code (PR#4073)
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_000_01C3738F.63DE3390
Content-Type: text/plain;
charset="iso-8859-1"
#I want to be able to create a new S4 class and read data into it using C
code
# Here is a very simple S4 object inheriting from "array", but with 5
2013 Aug 30
1
libvirt-qemu/kvm passthru w/Intel 82598EB
Hi,
I am trying to configure two identical systems with the following setup.
dom0: Centos 6 OS on Apple Xserve i7 server with PCI cards for 4GB FC
(LSI FC949ES) and 10GB Ethernet (Intel 82598EB)
dom1: Centos 5 OS with passthru mode of PCI 4GB FC and 10GB Ethernet
(ixgbe and mptfc blacklisted in dom0)
Everything starts ok, but networking in dom1 using the 10GB interface
has extremely high rtt
2007 Jun 05
1
odfTable
Hello,
I am using the odfWeave packages;
I draw a table using the function odfTable:
partCols <- gsub(?\\.?, ? ?, names(partenaires))
odfTable(partenaires, useRowNames = FALSE, colnames=partCols)
it's working as I have a table in my output file.
I would like to know how to change the background color for the header
cells.
I assuming i have to use tableStyles, but I don't understand
2011 May 25
1
can't load hpricot gem in rails 3
This is in windows ..
So from irb, I can load hpricot ok. (ruby 1.8.7)
C:\Users\Laurence\rails-play\plug-test>irb
irb(main):001:0> require ''hpricot''
LoadError: no such file to load -- hpricot
from (irb):1:in `require''
from (irb):1
irb(main):002:0> require ''rubygems''
=> true
irb(main):003:0> require
2002 Aug 22
3
correlation
Dear All,
I have a file (a matrix) on which I have to compute the correlations.
The function "cov" compute the correlations
between the columns of a matrix, but I want to compute the correlations
between the raws.
Can somebody say to me how I can carry out that?
Thanks
Laurence
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2011 Oct 13
3
Run World Of Warcraft on Wine?
Hello,
Since I've used Ubuntu 10.10 and had recently been upgraded to 11.04 I have seen various changes, but the one thing that concerns me is because the fact that every time I try to install World of Warcraft onto my laptop it seems that the Start-up screen (Usually before you hit the Play button). there are gray lines around the sides and the game itself doesn't play as well in Windows
2013 Jul 18
2
001: RELIABILITY FIX: March 15, 2013
Can someone please provide me with a little more information about
this. It could be the source of some issues I am seeing with
mpirun/mpiexec.hydra/ssh (post earlier today), and information about
what it leads to (and any signatures) would be helpful. Thanks.
--
Professor Laurence Marks
Department of Materials Science and Engineering
Northwestern University
www.numis.northwestern.edu
2004 Jun 08
1
uid and gid problems with linux as client and server
Hi,
I'm using samba 3.0.4 (stock debian packages) as a client and a server.
The problem is I have a different uid on server (1001) to my client
(1000) so when I try and access a file I appear to the client as not
being the owner. I have tried the uid and gid options in smbmount, but
they do not seem to have any affect (I assume the unix cifs extensions
are overiding them).
On the server
2004 Jul 30
3
Counting question
Hi All,
Here is something that sounds simple, but I'm having trouble getting it. I
have a data frame with two columns, the first is date and the second is
employee ID. I'd like to plot date on the horizontal axis, employee ID on
the vertical axis, and the number of times the employee appears for the
given date as a color. I've kluged something where I make a table
(table(date, id))
2003 Jun 23
3
FW: S4 classes, creating in C
I am using C code to create an S4 object based on Douglas Bates's example
in his lecture notes on
<http://www.ci.tuwien.ac.at/Conferences/DSC-2003/Tutorials/RExtensions/slide
s.pdf>
http://www.ci.tuwien.ac.at/Conferences/DSC-2003/Tutorials/RExtensions/slides
.pdf
e.g.
SEXP La_DGE_dc(SEXP A)
{
SEXP aa = PROTECT(duplicate(A));
SEXP adims, pivot, val;
int
2013 Jul 18
2
Any way to over-ride the "-q" option to debug a possible race condition?
I have a slightly complicated question. I am using an mpi application
(Intel impi) which uses ssh to launch applications. For about 0.1-0.2%
of the ssh connections I end up with a zombie, i.e. ps will show [ssh]
<defunct>. Something is going wrong with the ssh when it starts,
perhaps a race condition, it is not disconnecting after some time,
that I have been able to verify.
The most obvious
2012 Sep 03
3
Calcular la media de filas en un data.frame
Estimada comunidad, no encuentro como calcular el promedio de las filas de
un data.frame, ya que R por defecto aplica las funciones en sentido
vertical me da la impresion ... podrian ayudarme ??
muchas gracias,
Saludos, Eric.
--
Nota: las tildes se han omitido para evitar conflictos con algunos lectores
de correo.
Frases notables:
* SATYÂT NÂSTI PARO DHARMAH (No hay religion mas elevada
2009 Nov 22
1
Metaplot Axis Annotation
Hello,
We are looking to adjust the font size of the axis annotation on the graph
that results from use of the metaplot() function. Metaplot seems to respond
to cex and cex.lab to change those graphical parameters, but it doesn't
respond to cex.axis. Is there a way to work around this by creating a
customized x-axis, and if so, how?
Thanks for all your help. Syntax is below.
Best,
Dawn
2012 Mar 23
1
Cambiar tamaño de la etiqueta en un contour plot
Estimada comunidad, otra vez con una pregunta de formato, existe una forma
simple (complicadas ya he encontrado) de cambiar el tamaño de las etiquetas
de las lineas de contorno en un contour plot ??
de las posibilidades simples he probado con todas las opciones para
etiquetas en par() pero las del interior del grafico no cambian
muchas gracias,
saludos, eric.
--
Nota: las tildes se han
2008 Jun 30
2
[LLVMdev] TableGen && OpenBSD
On Jun 29, 2008, at 1:48 PM, Anton Korobeynikov wrote:
> Hello, Everyone
>
>> Thanks for your help, and good luck debugging!
> Ok, looks like I've nailed down the tablegen bug and even reproduced
> the
> assertion on linux.
>
> Steps to reproduce: just apply the attached patch. This makes
> iteration
> over PatterFragments map little bit slower, but
2008 Jun 11
2
RHEL/CentOS5.2 and rsyslogd
Hi there,
I am slightly confused by the RHEL release notes and an earlier thread
here about rsyslogd, so I hope someone can clear this up for me;
I see that rsyslog is included in RHEL as of 5.2 (and so will be
available in CentOS when 5.2 is ready) however there is no indication of
whether it has been made the default syslogger or not - is it an
optional package or installed by default on a
2011 Jun 07
4
Connect intercom to Asterisk?
Hello
I just read this article about a kid in England who built a box with a
3G SIM card:
www.dailymail.co.uk/sciencetech/article-1394448/Doorbell-tricks-burglars-thinking-youre-home-invented-schoolboy-Laurence-Rook-13.html
When someone rings your intercom, the box will call your cellphone so
you can answer just like you were home.
I don't know anything about electronics and would like to
2002 Oct 10
2
multiple sessions to same destination
Hi All,
I had a look in archives but no joy.
I just want to know before i deploy - if there is any problem with having
multiple rsync sessions from many source locations all to same destination
server ( all copying to different file systems obviously ) ?? Its jusat that
i see on the destination machine a process rsync -server being called
whenever a client connects.
Thanks !
Laurence