Displaying 20 results from an estimated 1786 matches for "olivier".
Did you mean:
oliver
2008 May 16
0
Processed: your mail
Processing commands for control at bugs.debian.org:
> # changing olivier.berger at int-edu.eu to olivier.berger at it-sudparis.eu
> submitter 454347 !
Bug#454347: reconfiguring twiki won't change rewrite rules
Changed Bug submitter from Olivier Berger <olivier.berger at int-edu.eu> to Olivier Berger <olivier.berger at it-sudparis.eu>.
> submitter...
2002 Jul 06
5
about image and rgb
...b() and
image().
I am not sure , but i think that only 256 colors are available.
So is there a solution to represent all the palette of the colors or i
have to limit
the representations with 256 colors.
Thanks
--
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Olivier MARTIN
PhD student phone : (33) 04 76 61 53 55
Projet IS2 06 08 67 93 42
INRIA Rhone-Alpes fax : (33) 04 76 61 54 77
655, Av. de l'Europe
Montbonnot e-mail: olivier.martin at inrialpes.fr
38334 Saint Ismier cedex...
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
And indeed again (I did not understand your previous question exactly
at first), the 'hard-coded' definition of a landscape a4 sheet would
therefore be:
paperwidth=29.7cm, paperheight=21cm
Olivier.
On Sat, 18 Nov 2023 13:20:49 +0530
Ashim Kapoor <ashimkapoor at gmail.com> wrote:
> Dear Olivier,
>
> Many thanks for your reply.
>
> Very cool.
>
> You know what I thought ? I thought you had modified the A4 sheet size
> to compute the paperheight and paperwidth...
2023 Nov 18
2
Can someone please have a look at this query on stackoverflow?
Dear Olivier,
Many thanks for your reply.
Very cool.
You know what I thought ? I thought you had modified the A4 sheet size
to compute the paperheight and paperwidth ?
I wonder if that's another way of proceeding.
Best,
Ashim
On Sat, Nov 18, 2023 at 12:51?PM Olivier Crouzet
<olivier.crouzet at univ...
2002 May 21
1
help with par
...that axes are [-1,1] for x and
[-1,1] for y.
But when I use xlim or ylim, it adds automaticaly a small space (i.e.
[-1.25,1.25]).
I suppose that i have to use the fuction par() but i don't find the
good parameter for this problem.
So, how can i define the axes to be exactly [-1,1].
Thanks
Olivier
--
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Olivier MARTIN
PhD student phone : (33) 04 76 61 53 55
Projet IS2 06 08 67 93 42
INRIA Rhone-Alpes fax : (33) 04 76 61 54 77
655, Av. de l'Europe...
2006 May 21
3
acts_as_list scope and polymorphic association.
this is my model:
class Person < ActiveRecord::Base
has_many :phones, :as => :callable, :order => :position
end
class Phone < ActiveRecord::Base
belongs_to :callable, :polymorphic => true
acts_as_list :scope => :callable_id
end
how can i add the callable_type to the scope.
how can i say the scope is the {:callable_id,:callable_type} couple?
is it even possible?
thanks
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
...ng 16x9cm by a factor of 1.5, which
gave me 24x13.5cm and I found it was ok.
- But one may vary these sizes arbitrary (even using smaller
steps and ratios differing from 16/9) depending on the aims to be
reached.
- It is also possible to specify different units (pt = points, in =
inches...)
Yours.
Olivier.
On Sat, 18 Nov 2023 09:53:19 +0530 Ashim Kapoor <ashimkapoor at gmail.com>
wrote:
> Dear Olivier,
>
> Many thanks for your reply.
>
> This works well for me.
>
> How did you come up with the pagewidth / pageheight numbers? I do
> understand that their ratio = 16...
2001 Oct 22
6
Wine installation problem
...client error:0x806bb68: version mismatch 54/59.
Your wineserver binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
I have build and install it with wineinstall.
I have remove the previous version.
Any idea ?
Thanks
Olivier
2015 Jun 19
4
Sobre data.table
Hola, ¿qué tal?
¿Y por qué no, simplemente, sapply(mi.data.table, function(x) sum(is.na(x)))?
Un saludo,
Carlos J. Gil Bellosta
http://www.datanalytics.com
El día 19 de junio de 2015, 14:44, Olivier Nuñez <onunez en unex.es> escribió:
> Si te devuelve 0 para todas las columnas es que no hay NA's.
> Tal vez son caracteres igual a "NA".
> Para asegurarte de ello, prueba
>
> DT[,lapply(.SD,function(x) sum(x=="NA",na.rm=TRUE))]
>
>
>
> -----...
2015 Apr 16
4
Weighted Likelihood
¡Muchas gracias Olivier!
Un saludo.
El 16 de abril de 2015, 10:44, Olivier Nuñez <onunez en unex.es> escribió:
> Mira el paquete survey.
> Un saludo. Olivier
>
> ----- Mensaje original -----
> De: "Víctor Nalda Castellet" <victor.nalda.castellet en gmail.com>
> Para: "r-hel...
2016 Jan 08
3
DNS problems on windows AD
Hello Marc,
samba is 4.1.22.
I let the dcpromote choose the DC.
DNS is internal
Yes the windows DC has also global catalog
Regards
Olivier
On Fri, Jan 8, 2016 at 4:38 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote:
> Hello Olivier,
>
> Am 08.01.2016 um 12:02 schrieb Olivier Weinstoerffer:
> > I have a domain composed by 3 linux samba 4 AD servers.
>
> - Which version of Samba on the DCs?
> - Which D...
2015 Jun 19
4
Sobre data.table
Uy pues con mi data.table no lo hace bien, me devuelve 0 para todas las
columnas. Podría ser porque algunas columnas son char y otras num??
El 19 de junio de 2015, 13:03, Olivier Nuñez <onunez en unex.es> escribió:
> Si quieres mantener el formato data.table en la salida, mejor utilizar
> lapply:
>
> > DT[,lapply(.SD,function(x) sum(is.na(x)))]
> X1 X2
> 1: 2 3
>
>
> ------------------------------
> *De: *"MªLuz Morales&...
2009 Dec 14
3
[LLVMdev] clang and static functions
...r not being specific. I just wanted to know if there is any
way at all to force clang to generate intermediate code for static
functions when they are not being called anywhere inside the current
module. Other compilers seem to generate intermediate code (lcc, for
instance).
Thanks for your reply..Olivier.
Sincerely
Arvind
On Mon, Dec 14, 2009 at 1:10 PM, Olivier Meurant
<meurant.olivier at gmail.com> wrote:
> Hi Arvind,
>
> you need to use it effectively :
>
>
> static int add(int a, int b) {
> return a+b;
> }
> int use() {
> return add(4,5);
&g...
2002 Feb 26
3
a trick ??
Dear R users,
Suppose i have an A square matrix rxr. I want to obtain a block matrix
B (pxr,pxr) where
the p diagonal blocks are A and the others values are 0.
I would like to do something like : diag(A,ncol=pr, nrow=pr)
How can i do it ??
Thanks in advance,
Olivier.
--
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Olivier MARTIN
PhD student phone: (33) 04 76 61 53 55
Projet IS2 06 08 67 93 42
INRIA Rhone-Alpes fax : (33) 04 76 61 54 77
655, Av. de l'Europe
Montbonnot...
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
...rg/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<greetMe xmlns="http://web2.web/">
<arg0 xsi:type="xsd:string">Olivier</arg0>
</greetMe>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
The R commands used are:
library("SSOAP")
smg8TestService <- SOAPServer("smg8.ulb.ac.be", "/web2/TestService", 8080)
contentGreet <- .SOAP(server=smg8TestService, method="...
2009 Dec 14
0
[LLVMdev] clang and static functions
Ah ok. Sorry. :)
I think that argument "-femit-all-decls" will help you.
Olivier.
On Mon, Dec 14, 2009 at 9:18 PM, Arvind Sudarsanam <
arvind.sudarsanam at aggiemail.usu.edu> wrote:
> Hi,
>
> Sorry for not being specific. I just wanted to know if there is any
> way at all to force clang to generate intermediate code for static
> functions when they are no...
2001 Oct 01
3
save plot graph
Dear all,
I have a lot plot graphs and i would like to save them.
One solution is to use the grab function with xv.
But it is tedious....
So is there a R function that can save automatically
the result of a plot in a gif or ps or bmp file
Thanks
Olivier
--
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Olivier MARTIN phone: (33) 04 76 61 53 55
Projet IS2 06 08 67 93 42
INRIA Rhone-Alpes fax : (33) 04 76 61 54 77
655, Av. de l'Europe
Montbonnot e-mail:o...
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
Dear Olivier,
Many thanks for your reply.
This works well for me.
How did you come up with the pagewidth / pageheight numbers? I do
understand that their ratio = 16:9,
but how did you choose these numbers?
Best Regards,
Ashim
On Fri, Nov 17, 2023 at 9:25?PM Olivier Crouzet
<olivier.crouzet at univ-nant...
2001 Nov 13
2
plot and its options
...plot and its options.
This is what i would like to do.
I want to put three plot in a same window
so i use par(mfrow=c(1,3)) and i obtain three columns for my three
graphics.
But, i would like that the two first take 90% of the window and the last
10%.
Could anyone give me a soultion??
Best regards,
Olivier
--
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Olivier MARTIN
PhD student phone: (33) 04 76 61 53 55
Projet IS2 06 08 67 93 42
INRIA Rhone-Alpes fax : (33) 04 76 61 54 77
655, Av. de l'Europe
Montbonnot...
2007 Feb 08
1
Re : Re: setting a number of values to NA over a data.frame.
...nt again :
fake<-as.data.frame(cbind(seq(1,10,by=1),c(rep(1,4),rep(0,4),rep(2,2))))
# from my previous post
# one moree column this time !
fake3<-cbind(fake,fake$V2)
index<-c(2,3)
fake3[,index][fake3[,index]==0]<-NA
not nice, but seems to do the job.
Hope this helps... this time :-)
Olivier
--
Olivier ETERRADOSSI
Ma?tre-Assistant
CMGD / Equipe "Propri?t?s Psycho-Sensorielles des Mat?riaux"
Ecole des Mines d'Al?s
H?lioparc, 2 av. P. Angot, F-64053 PAU CEDEX 9
tel std: +33 (0)5.59.30.54.25
tel direct: +33 (0)5.59.30.90.35
fax: +33 (0)5.59.30.63.68
http://www.ema.fr
---...