similar to: Eyeball problem ...

Displaying 20 results from an estimated 7000 matches similar to: "Eyeball problem ..."

2011 Apr 19
0
doSMP package works better than perfect, at least sometimes.
Some might have noticed that REvolution Computing released the doSMP package to the general public about a month and a half ago, which allows multiple cores to be accessed for parallel computation in R. Some of our physical habitat calculations were taking an extraordinary amount of time to complete and required over-weekend runs, which prompted our interest in this package. What follows
2018 Feb 27
7
RFC 8305 Happy Eyeballs in OpenSSH
>>> TL;DR: please try the patch out and report if it causes "Did not receive >>> identification string" log messages. I believe it does not. Aw crap. My homegrown anti-dos tool for ssh looks for either DNRIS or if logging is verbose enough a connection that didn't result in a login. I give the attacker a few tries and whitelist any successful candidate so I
2012 May 08
2
Installing LaTeX class files not available in Debian packages
I apologize for abusing the list somewhat but there is some connection to R. Several of the example files in the knitr package for R use the tufte-handout class, which, AFAICS, is not available in Ubuntu or Debian packages (please correct me if I am wrong). The source files are available at tufte-latex.googlecode.com (a.k.a. code.google.com/p/tufte-latex) and I presume they should end up in a
2009 Apr 05
1
[LLVMdev] How the LLVM Compiler Infrastructure Works
I've experienced GCC induced eyeball-clawing.... Not pretty! On Sun, Apr 5, 2009 at 9:37 AM, Jon Harrop <jon at ffconsultancy.com> wrote: > On Sunday 05 April 2009 06:33:00 Rajika Kumarasiri wrote: > > FYI, > > http://www.informit.com/articles/article.aspx?p=1215438 > > > > -Rajika > > LOL: > > "In contrast, every time I look at the GCC
2008 Mar 13
2
graphics defaults
Can someone point me to a justification for the design decisions, which seem to be similar in lattice and ggplot2, of (1) gray backgrounds and (2) filled points? [I seem to remember seeing somewhere the opposite recommendation for points, i.e. that open points make it much easier to see if there are overlapping values -- and this would be a reason that pch=1 gives an open circle ...] cheers
2005 Sep 02
9
The Perils of PowerPoint
Hi all, Below is a URL for an editorial published today in our local newspaper, the Minneapolis StarTribune. It was originally published in the Washington Post a couple of days ago: http://www.washingtonpost.com/wp-dyn/content/article/2005/08/29/AR2005082901444.html but that site requires registration. The 'Strib" site seems to be open for the moment:
2018 Feb 23
6
RFC 8305 Happy Eyeballs in OpenSSH
Hello, I use hosts that are dual stack configured (IPv4 and IPv6) and it happens that connectivity through one or the other is broken and timeouts. In these case connection to the SSH server can take quite some time as ssh waits for the first address to timeout before trying the next. So I gave a stab at implementing RFC 8305. This patch implements part of it in sshconnect.c. * It does not do
2009 Apr 05
0
[LLVMdev] How the LLVM Compiler Infrastructure Works
On Sunday 05 April 2009 06:33:00 Rajika Kumarasiri wrote: > FYI, > http://www.informit.com/articles/article.aspx?p=1215438 > > -Rajika LOL: "In contrast, every time I look at the GCC code, it takes two people to prevent me from clawing my eyeballs out." :-) -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e
2018 Jul 17
2
Compilar libro con paquete bookdown (PDF)
Gracias por haberte tomado la molestia de indagar. Entiendo que es eso lo que hago en el encabezado YAML, basandome en la explicación del comienzo del punto 3 de acá: https://bookdown.org/yihui/bookdown/output-formats.html Eso mismo, con el documento que propone el propio Yihui (punto 1.2 del mismo libro) no lo consigo compilar a PDF. Y se me hace extrañísimo, porque tampoco me da error ni nada
2018 Jul 17
2
Compilar libro con paquete bookdown (PDF)
Según lo entiendo yo, a mí no me funciona. Lo intenté hacer, también, en la consola directamente. Preferiría poder hacerlo en el documento Rmd, pero de momento ni uno ni otro consigo. Si compila lo hace al libro GitBook y listo. Parece imposible. 2018-07-17 20:02 GMT+02:00 Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com> : > Estimado Juan Abasolo > > Yo no lo utilize pero leí
2012 Jul 03
4
Help! Please recommend good books/resources on visualizing data and understanding multivariate relations...
Hi all, Could you please help me? I am looking for books/pointers/resources/tutorials on visualizing complex/big data and on understanding multivariate relations in complicated data. More specifically, we have categorical variables and are interested in how to visualize the categorical data and visualize data conditioned upon categorical values. Could anybody please give me some pointers?
2018 Jul 18
2
Compilar libro con paquete bookdown (PDF)
Gracias, Javier, por la paciencia. Soy malo explicándome. Ese ejemplo que me das, que es el que da Yihui Xie, es el que no consigo compilar si no es a GitBook (que es HTML). El mismo Yihui propone en el libro al que nos referimos los dos y el ejemplo en cuestión (referido en el apartado Get Started) modificar el código YAML para compilar en PDF. Efectifvamente, lo que quiero es conseguir que
2018 Feb 26
2
RFC 8305 Happy Eyeballs in OpenSSH
Hi, On Mon, Feb 26, 2018 at 11:32:26AM +0000, Kim Minh Kaplan wrote: > TL;DR: please try the patch out and report if it causes "Did not receive > identification string" log messages. I believe it does not. It depends on absolute RTT to the target. If you stay local ("< 50ms"), the 250ms offset should reliably avoid DNIS logs. If you happen to connect to Australia
2006 Oct 21
1
pie
Hi, I would like to draw a pie chart. I've already tried out the standard pie-function in the GRAPH-package. My question: is there any 'better' function or package to draw a pie chart. For example I would like to draw a 3D pie chart. Dietrich Tissen
2018 Jul 18
2
Compilar libro con paquete bookdown (PDF)
Gracias, Victor. Tampoco es eso. Si saco la linea site: bookdown::bookdown_site Me sigue compilando en HTML, pero sin hacerlo en todos los capítulos si no solamente el del index.Rmd que tengo abierto. No puedo explicar cuanto me sorprende! Supongo que tendré algún puntito de alguna i que falta y al ponerlo me parecerá tontería. Pero ahora todavía es MISTERIO. 2018-07-18 11:03 GMT+02:00 Víctor
2008 Mar 17
0
Patch to provide has_one :through functionality (ticket 4756) - eyeballs required
I''ve been working on a patch for has_one :through associations and now it needs some verification love. http://dev.rubyonrails.org/ticket/4756 Please have a look and see if it fits the bill. Constructive criticism welcome! Thanks, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2012 Mar 25
1
Accessing more than two coefficients in a plot
I've successfully plotted (in the plot and abline code below) a simple regression of Lambda1_2 on VV1_2. I then successfully regressed Lambda1_2 on VV1_2, VV1_22 and VV1_212 producing lm2.l. When I go to plot lm2.l using abline I get the warning: "1: In abline(lm2.l, col = "brown", lty = "dotted", lwd = 2) : only using the first two of 4 regression coefficients"
2005 Feb 15
2
special symobol / character
Hi all, Is it possible to add a permil (or per mille) symbol to an R plot (I couldn't find this symbol under demo(Hershey) or the plotmath information). In some ascii tables it is symbol no. 137. cheers, Matt. [[alternative HTML version deleted]]
2018 Feb 25
2
RFC 8305 Happy Eyeballs in OpenSSH
Has anyone checked to make sure that this won't upset sshguard? [1] Offhand, it looks like it will [2][3]. [1] https://www.sshguard.net/ [2] https://bitbucket.org/sshguard/sshguard/src/2ed7e0aee18b7271daab92d5335c14e04bb2cc89/src/parser/attacks.txt?at=master&fileviewer=file-view-default#attacks.txt-9 [3]
2009 Apr 30
0
plot scaling bug when using par(mfg)
Dear list, I've noticed a width/height scaling bug in multi-panel plots when you change the active plot using par mfg The underlying par setting that maps the full plot width (or height) to the numerical axis labels does not get updated when you change plots with par(mfg=...). Thus plotting a point at c(10,10) in the first plot will only be in the correct place IF the most recently