Displaying 20 results from an estimated 1000 matches similar to: "Dell poweredge 860 acceptable forofficeenvironment ?"
2007 Mar 22
2
[LLVMdev] Google SOC - Fortran Front-End Application
Hi All,
Thank you for all the excellent pieces of advice I got in response to
the draft application I sent out.
I have incorporated all (I think) of the suggestions into the
application and it's much improved. Here is the updated version.
Please don't force yourself to read through it again if you don't want
to. I'll submit this version with any suggestions I receive on the
23rd.
2017 Jan 21
2
problema con grafico lattice ....
Hola,
Por si lo quieres con colores rellenando cada punto:
#----------------
library(data.table)
library(lattice)
dat <- read.table("pba.csv", header=TRUE, dec=",", as.is=TRUE)
row.names(dat) <- NULL
dat <- as.data.table(dat)
dat$mycol <- ifelse(dat$sol =="ControlAE", "red", dat$sol)
dat$mycol <- ifelse(dat$mycol
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
Hi,
Here is a rough draft of the application -- a FORTRAN front-end to
LLVM. In accordance with the summer of code specifications it is split
into two portions: the abstract which describes the project, and the
details description which describes me and how I plan to complete the
project.
It's a little long, (but about half the max length the application
directions specify). Would someone be
2007 Mar 16
4
Dell poweredge 860 acceptable for office environment ?
Hi,
Is this server silent enough to be installed beside users in office
environment ?
http://www.dell.com/content/products/productdetails.aspx/pedge_860?c=us&cs=04&l=en&s=bsd
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070316/e657ef4d/attachment.htm
2014 Jul 04
3
Cambio de "titulo" en barra de un grafico
Estimados gracias por todos los consejos para resolver el tema de la
importacion de una linea de texto, al final era lo que decia Francisco
respecto al mu que estaba en la linea y la codificacion de lenguaje.
Ahora tengo otra consulta, pero esta vez respecto a graficos con
lattice. Hago un grafico (adjunto) con el siguiente codigo:
xYplot (Cbind(mean,ll,ul) ~ con| dia, groups=sol,
2017 Jan 20
4
problema con grafico lattice ....
Estimada comunidad, estoy tratando de hacer un grafico y no resulta
(adjuntos datos). Se grafican la vble "con" en el eje X y "can" en el
eje Y. Se agrupa por la vble "sol". Se deben agregar como lineas
horizontales los valores de "can" asociados a "sol" "ControlAE" y
"ControlAB", para lo que uso panel.
Pero al agregar
2006 Jan 12
10
Take Rails Studio Workshop?
In two weeks, Dave Thomas will be in Pasadena doing a three-day Rails
workshop. I''m about to sign up for it. I figure three intense days
with Dave and a few dozen other Rails developers will produce huge
learning leaps for me.
Then it occurred to me that it might be useful to ask the list if
anyone has attended one of these workshops before and, if so, how
valuable you found
2014 Nov 06
2
diferentes escalas en el X de un grafico con varios paneles
Estimados, tengo el siguiente problema:
Tengo que graficar la concentracion de un metabolito en algunas muestras
contra la concentracion del solvente con que fue extraido. Las
concentraciones varian desde cero (para un control) hasta varios miles
de unidades de concentracion (miliMolar).
Para que se puedan diferenciar los puntos en el eje X, se ha usado una
escala logaritmica. Hasta ahi todo
2014 Jul 04
2
Cambio de "titulo" en barra de un grafico
Muchas gracias Carlos, mas aun pues en españa es mas de medianoche del
viernes, no ?
eric.
On Fri 04 Jul 2014 19:08:24 CLT, Carlos Ortega wrote:
> Hola,
>
> Esta es una manera de hacerlo (he incluido un par de cambios
> adicionales en las etiquetas):
>
> #---------------------------------
> mfctr$dia.new <- paste("dia_",mfctr$dia, sep="")
>
>
2011 Aug 16
1
deSolve, extracting variable values from inside ode function
I'm just getting to grips with using ode function and have used the
examples and vignettes to produce a small model of a one-pool,
michaelis-menten, enzyme kinetic reaction. The rate of flux of substrate
into pool A is constant (fluxoa) however the rate of flux out of pool A
is controlled by the HMM equation (v = Vmax/ ( 1 + (Km / Concentration A
)) ). This function works fine and
2007 Mar 19
5
[LLVMdev] Google SOC - Idea
Getting the front end for Fortran finished is definitely something I
would be interested in working on. I will draft up a little proposal
and send it out to this list.
-Scott
On 3/19/07, Kenneth Hoste <kenneth.hoste at ugent.be> wrote:
> Hi Scott,
>
> On 18 Mar 2007, at 04:22, Scott Fortmann-Roe wrote:
>
> > Hi,
> >
> > I noticed that LLVM had signed up as a
2015 Feb 26
2
como eliminar los nombres de las series en el grafico
Estimada comunidad, estoy haciendo un grafico con la funcion xYplot
(paquete Hmisc) para agregar barras de error a los puntos del grafico.
Pero pasa algo que no me gusta: aparece el nombre de las series en el
grafico.
Alguien sabe como puedo eliminarlas ? no quiero usar ggplot porque ya
tengo hechos todos los graficos con lattice.
Aqui el codigo que uso y los datos (estan separados por tab, no
2012 Jan 05
1
Blind transfers being cancelled by asterisk & hanging up on remote caller
Hello all,
I have a system running AsteriskNOW with asterisk asterisk-1.8.8.1-1_centos5 from AsteriskNOW repository. I just changed our Polycom 335 sip.conf so that blindpreferred=1 (all transfers default as blind transfers). If a customer calls in & we answer & transfer, everything works fine. But if we call out to a customer & then transfer to another internal extension, that
2013 Jan 19
2
Deformulation and R
Dear All,
I hope this is not too off-topic.
Essentially, I need to know if there is any R package which can help me
with a deformulation project.
Suppose e.g. that you know from a chemical analysis the fat, mineral,
vitamin, energy [and so on] content of a certain food product.
You also know the ingredients of this product (e.g. milk, lactose,
vegetable oil) and you know the chemical
2018 Sep 22
2
grafico de barras (barchart) con barras de error y achurado (hatching) en lugar de escala de grises
Que tal comunidad, hace dias que estoy en un problema que no puedo
resolver. Resulta que debo confeccionar un grafico de barras (columnas)
que debe incluir barras de error. La unica forma en que me resulto es
con barchart() de la libreria Hmisc, y haciendo un truco un poco
complicado para mi nivel de usuario autodidacta. Ahora que ya lo tengo
(despues de semanas de busqueda) resulta que me
2013 Apr 23
2
Needed: Beta Testers and Summer Camp Students
Greetings.
I'm teaching linear regression this semester and that means I write
more functions for my regression support package "rockchalk". I'm at
a point now were some fresh eyes would help, so if you are a student
in a course on regression, please consider looking over my package
overview document here:
http://pj.freefaculty.org/R/rockchalk.pdf
That tells how you can grab
2008 Jul 06
1
Patch for GRUB Legacy to chainload SYSLINUX from logical partitions
Inspired from a similar patch posted on grub-devel for Grub2 I immersed
myself into the code of Grub Legacy and came up with this absurdedly simple
patch to allow syslinux or other bootloaders residing in logical partition
to be chainloaded from GRUB Legacy (0.9x).
Hoping it to be of help, regards
Fulvio Scapin
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2018 Sep 22
2
grafico de barras (barchart) con barras de error y achurado (hatching) en lugar de escala de grises
Gracias Carlos !!! ... alguna idea con la libreria lattice ? es solo
que tengo que hacer 3 graficos diferentes y el aspecto de los mismos
quedara diferente con lattice y ggplot. Voy a ver si me resulta todo en
ggplot.
Saludos y gracias de nuevo,
Eric.
On 22/09/18 12:08, Carlos Ortega wrote:
> Hola,
>
> ggplot tiene un /geom /justamente para esto...
>
>
2007 Oct 08
2
Dell PowerEdge 860, Sangoma A108
Hello everyone,
I'm considering getting me a quad-core Dell PowerEdge 860 to run Asterisk.
Anyone else using this model? Any tales of woe and sorrow I should know
about?
Then, in a couple of weeks, I'm thinking of getting a Sangoma A108 and
giving that a try. Same question with that one - any quirks I should be
aware of?
Girts
-------------- next part --------------
An HTML
2014 Apr 02
3
Centos for Interested Children
Today, an enthusiastic 10 year old boy asked me about Linux.
I thought of telling me to go to centos.org but then realised there is
nothing on centos.org for complete beginners to Linux or for children.
If anyone has the time, energy and interest, perhaps a basic technical
introduction to the Centos version of Linux would be a good long-term
objective.
Let's catch the children's