search for: resu

Displaying 20 results from an estimated 67 matches for "resu".

Did you mean: rest
2005 Jun 06
2
How to vectorize
...ve a lot of isotopes to write on the plot, I would like to construct automatically the labels. So I wrote the code below which works fine. listenoms <- list(nom=c("Ge","Cs","Te"),num=c("78","137","129*m")) n <- length(listenoms$nom) resu <- "c(" for( i in 1:(n-1)) { resu <- paste(resu,paste("expression(italic(phantom(0)^{", listenoms$num[i],"}*", listenoms$nom[i],")),",sep="")) } resu <- paste(resu,paste("expressi...
2005 Jun 06
2
How to vectorize
...ve a lot of isotopes to write on the plot, I would like to construct automatically the labels. So I wrote the code below which works fine. listenoms <- list(nom=c("Ge","Cs","Te"),num=c("78","137","129*m")) n <- length(listenoms$nom) resu <- "c(" for( i in 1:(n-1)) { resu <- paste(resu,paste("expression(italic(phantom(0)^{", listenoms$num[i],"}*", listenoms$nom[i],")),",sep="")) } resu <- paste(resu,paste("expressi...
2006 Mar 13
0
RE: Autocompleter that auto scrolls through resu lts..
> the scriptaculous autocompleter already does this. I don''t think so ? What I mean is if the user moves through the results using the arrows keys and the results div is bigger than the screen height, then trigger scrolling on the results div itself ? --------------------------------------------------------------------- Hi All Before I investigate further, has anyone implemented an Autocompleter that will auto scro...
2014 Dec 23
0
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
This patch adds some checks in the suspend/resume functions to distinguish the dGPU and mobile GPU and exports some variables/functions so that the nouveau platform device can reuse them. Signed-off-by: Vince Hsu <vinceh at nvidia.com> --- drm/nouveau_drm.c | 16 +++++++++++----- drm/nouveau_drm.h | 2 ++ 2 files changed, 13 insertions(...
2015 Jan 05
0
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
...ing <thierry.reding at gmail.com> wrote: > On Tue, Dec 30, 2014 at 11:18:34AM +0800, Vince Hsu wrote: >> Hi Emil, >> >> On 12/30/2014 10:34 AM, Emil Velikov wrote: >> >On 23/12/14 10:40, Vince Hsu wrote: >> >>This patch adds some checks in the suspend/resume functions to distinguish >> >>the dGPU and mobile GPU and exports some variables/functions so that the >> >>nouveau platform device can reuse them. >> >> >> >Hi Vince, >> > >> >Afaiu one needs to export a symbol as it's used by an...
2014 Dec 30
0
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
Hi Emil, On 12/30/2014 10:34 AM, Emil Velikov wrote: > On 23/12/14 10:40, Vince Hsu wrote: >> This patch adds some checks in the suspend/resume functions to distinguish >> the dGPU and mobile GPU and exports some variables/functions so that the >> nouveau platform device can reuse them. >> > Hi Vince, > > Afaiu one needs to export a symbol as it's used by another module or > subsystem. With the follow up...
2015 Jan 06
0
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
...gt;>> On Tue, Dec 30, 2014 at 11:18:34AM +0800, Vince Hsu wrote: >>>> Hi Emil, >>>> >>>> On 12/30/2014 10:34 AM, Emil Velikov wrote: >>>>> On 23/12/14 10:40, Vince Hsu wrote: >>>>>> This patch adds some checks in the suspend/resume functions to distinguish >>>>>> the dGPU and mobile GPU and exports some variables/functions so that the >>>>>> nouveau platform device can reuse them. >>>>>> >>>>> Hi Vince, >>>>> >>>>> Afaiu one n...
2017 Sep 12
2
Creación de data frame
Buenos dias, tengo una consulta con la creación de un nuevo data frame. La primer columna, que no forma parte del data frame, toma los valores de la variable LETRA lo cual no me permite luego seguir haciendo procedimentos ya q no ordena. Va ejemplo Parto de un data frame (llamado resu), con las variables Letra, Suelo y ha, quiero hacer uno nuevo que resuma las hectáreas (ha) por Letra. resu<-with(resuu data.frame( , Letra=unique(Letra), Suelo=unique(Suelo), ha= tapply(resulr,Suel...
2017 Sep 14
2
Creación de data frame
Hola Javier, gracias por tu respuesta, explico de nuevo. Luego de varios calculos, llego a un dataframe con varias observaciones, llamado resuu: Letra Suelo result 1 a 2 23 2 b 2 15 3 c 2 36 4 a 3 20 5 b 3 2 6 c 3 36 7 a 2 32 8 b 2 25 9 c 3 32 ... La primer columna que no tiene cabecera o etiqueta, aparece en la consola en color gris y es un identificador de las filas Cuando quiero resumir, usando resu<-with(resuu data.frame( ,...
2015 Jan 06
0
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
...:34AM +0800, Vince Hsu wrote: >> >>>>Hi Emil, >> >>>> >> >>>>On 12/30/2014 10:34 AM, Emil Velikov wrote: >> >>>>>On 23/12/14 10:40, Vince Hsu wrote: >> >>>>>>This patch adds some checks in the suspend/resume functions to distinguish >> >>>>>>the dGPU and mobile GPU and exports some variables/functions so that the >> >>>>>>nouveau platform device can reuse them. >> >>>>>> >> >>>>>Hi Vince, >> >>&gt...
2015 Jan 06
0
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
...t; >>>>Hi Emil, >> >> >>>> >> >> >>>>On 12/30/2014 10:34 AM, Emil Velikov wrote: >> >> >>>>>On 23/12/14 10:40, Vince Hsu wrote: >> >> >>>>>>This patch adds some checks in the suspend/resume functions to distinguish >> >> >>>>>>the dGPU and mobile GPU and exports some variables/functions so that the >> >> >>>>>>nouveau platform device can reuse them. >> >> >>>>>> >> >> >>>&g...
2014 Dec 30
2
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
On 23/12/14 10:40, Vince Hsu wrote: > This patch adds some checks in the suspend/resume functions to distinguish > the dGPU and mobile GPU and exports some variables/functions so that the > nouveau platform device can reuse them. > Hi Vince, Afaiu one needs to export a symbol as it's used by another module or subsystem. With the follow up two patches you are not doing...
2015 Jan 05
3
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
On Tue, Dec 30, 2014 at 11:18:34AM +0800, Vince Hsu wrote: > Hi Emil, > > On 12/30/2014 10:34 AM, Emil Velikov wrote: > >On 23/12/14 10:40, Vince Hsu wrote: > >>This patch adds some checks in the suspend/resume functions to distinguish > >>the dGPU and mobile GPU and exports some variables/functions so that the > >>nouveau platform device can reuse them. > >> > >Hi Vince, > > > >Afaiu one needs to export a symbol as it's used by another module or > &gt...
2015 Jan 06
2
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
...l.com> wrote: > > On Tue, Dec 30, 2014 at 11:18:34AM +0800, Vince Hsu wrote: > >> Hi Emil, > >> > >> On 12/30/2014 10:34 AM, Emil Velikov wrote: > >> >On 23/12/14 10:40, Vince Hsu wrote: > >> >>This patch adds some checks in the suspend/resume functions to distinguish > >> >>the dGPU and mobile GPU and exports some variables/functions so that the > >> >>nouveau platform device can reuse them. > >> >> > >> >Hi Vince, > >> > > >> >Afaiu one needs to export a...
2015 Jan 06
2
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
...ec 30, 2014 at 11:18:34AM +0800, Vince Hsu wrote: > >>>>Hi Emil, > >>>> > >>>>On 12/30/2014 10:34 AM, Emil Velikov wrote: > >>>>>On 23/12/14 10:40, Vince Hsu wrote: > >>>>>>This patch adds some checks in the suspend/resume functions to distinguish > >>>>>>the dGPU and mobile GPU and exports some variables/functions so that the > >>>>>>nouveau platform device can reuse them. > >>>>>> > >>>>>Hi Vince, > >>>>> > >&...
2005 Jan 17
0
Bull's Eye Investing (PR#7530)
...vents or performance are not statements of historica| fact and may be "forward |ooking statements." Forward |ooking statements are based on expectations, estimates and projections at the time the statements are made that involve a number of risks and uncertainties which could cause actual resu|ts or events to differ materia|ly from those present|y anticipated. Forward looking statements in this action may be identified through the use of words such as: "projects", "foresee", "expects", "estimates," "be|ieves," "understands" &quo...
2015 Jan 06
2
[PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions
...ote: > >> >>>>Hi Emil, > >> >>>> > >> >>>>On 12/30/2014 10:34 AM, Emil Velikov wrote: > >> >>>>>On 23/12/14 10:40, Vince Hsu wrote: > >> >>>>>>This patch adds some checks in the suspend/resume functions to distinguish > >> >>>>>>the dGPU and mobile GPU and exports some variables/functions so that the > >> >>>>>>nouveau platform device can reuse them. > >> >>>>>> > >> >>>>>Hi Vince,...
2002 Mar 15
1
[Bug 167] New: WARNING: sys/ttcompat.h: present but cannot be compiled.
...iority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: dhighley at highley-recommended.com Building openssh 3.1p1 on Sparc Solaris 8 platform. The configure step output the warnings below: #include <sys/ttcompat.h> configure:4345: result: no configure:4349: checking sys/ttcompat.h presence configure:4356: gcc -E -I/usr/local/include conftest.c configure:4362: $? = 0 configure:4380: result: yes configure:4391: WARNING: sys/ttcompat.h: present but cannot be compiled. configure:4393: WARNING: sys/ttcompat.h: check for missing prere...
2009 Jan 19
1
[Win] Hangup RGui with RMySQL (PR#13453)
...e) when requesting data from a mysql database. Example Code: --------------------------------------------------------------- library(RMySQL) #ok drv = dbDriver("MySQL") # ok conn <- mysqlNewConnection(drv,"table","user","pass") #ok dbListTables(conn) #ok resu <- dbGetQuery(conn, "Select * From example WHERE id < 13") # HANG UP! Errorcode: --------------------------------------------------------------- RGui: Rgui.exe - Fehler in Anwendung: Die Anweisung in "0x77c178c0" verweist auf Speicher in "0x00000000". Der Vorga...
2005 Jan 17
0
St0ck Oppurtunities - their climbing (PR#7528)
...events or performance are not statements of historical fact and may be "forward |ooking statements."Forward looking statements are based on expectations, estimates and projections at the time the statements are made that involve a number of risks and uncertainties which cou|d cause actual results or events to differ materia|ly from those presently anticipated. Forward |ooking statements in this action may be identified through the use of words such as "projects", "foresee", "expects", "wi||," "anticipates," "estimates," "be...