Displaying 20 results from an estimated 691 matches for "romain".
Did you mean:
domain
2006 Aug 30
8
converting decimal - hexadecimal
Hi,
do you know, a method to convert an decimal value (integer) to the
corresponding hexadecimal value ?
thinks for help.
Romain
--
Lorrilli?re Romain
UMR 8079 Laboratoire Ecologie, Syst?matique et Evolution
B?t. 362
Universit? Paris-Sud
91405 Orsay cedex
France
tel : 01 69 15 56 85
fax : 01 69 15 56 96
mobile : 06 81 70 90 70
email : romain.lorrilliere at ese.u-psud.fr
_________________________________...
2013 Nov 05
1
4.1.0 auditing : can't get only wanted vfs operations to log
...:prefix = %u|%I|%S
> full_audit:success = mkdir rmdir write rename
> full_audit:failure = none
> full_audit:facility = local5
> full_audit:priority = NOTICE
But I still got things like this in syslog :
> Nov 5 15:40:55 serveur smbd_audit:
> DOMAIN\romain|10.10.20.209|journal|*pread|ok*|2013-11-04/matin/test.doc
> Nov 5 15:40:55 serveur smbd_audit:
> DOMAIN\romain|10.10.20.209|journal|*aio_force|fail
> (Succ?s)*|2013-11-04/matin/test.doc
> Nov 5 15:40:55 serveur smbd_audit:
> DOMAIN\romain|10.10.20.209|journal|*pread|ok*|2013-11-...
2005 Dec 13
8
superimpose density line over hist
Hi all,
I'm trying to superimpose a rchisq density line over a histogram with
something like:
hist(alnlength)
lines(density(rchisq(length(alnlength), 4)),col="red")
But the rchisq line won't appear anywhere,
Anyone knows what I am missing here?
Thanks in advance,
Albert.
2010 Nov 14
5
Authlogic and rails 3 : NameError in User sessionsController#new
...Session
app/controllers/user_sessions_controller.rb:11:in `new''
The user_sessions model is really simple :
class UserSession < Authlogic::Session::Base
end
But it looks like this class declaration is not considered by Rails...
Does anyone have an idea ?
Thx by advance for your help.
Romain
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2010 Aug 12
1
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
I got this one fixed by rebuilding llvm Debug (oups). I had an old version.
I now seem to have a classical message:
version GLIBCXX_3.4.14 not found.
I am indeed building llvm-gcc using gcc4.5. Is this the problem ? The fix to
this problem indicated in README.LLVM does not help ..
Thanks
Romain
On Thu, Aug 12, 2010 at 6:43 PM, Romain Pechayre <rpechayr at gmail.com> wrote:
> Thanks. It worked for a few more compilation lines.
> I now get the following linker error:
> undefined reference to llvm::MemoryBuffer::getNewMemBuffer(unsigned long,
> llvm::StringRef)
>
>...
2010 May 29
3
S4 dispatch for .DollarNames (utils)
...)
> x <- new( "trackCurve", x = 1:10, y = 1:10, smooth = 1:10 )
> .DollarNames( x, "f" )
[1] "foo"
but completion does not work :
> x$f<TAB>
x$
What do I miss ?
I've uploaded foo here : http://addictedtor.free.fr/misc/rcpp/foo_1.0.tar.gz
Romain
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://bit.ly/9CQ66r : RMetrics 2010
|- http://bit.ly/cork4b : highlight 0.1-8
`- http://bit.ly/bklUXt : RcppArmadillo 0.2.1
2010 Jun 18
2
nchar( NA )
Hello,
Is this expected ?
> nchar( c( "", NA ) )
[1] 0 2
Should not the second one be NA ?
Romain
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://bit.ly/98Uf7u : Rcpp 0.8.1
|- http://bit.ly/c6YnCi : graph gallery collage
`- http://bit.ly/bZ7ltC : inline 0.3.5
2010 Aug 12
2
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
On Thu, Aug 12, 2010 at 6:56 PM, Romain Pechayre <rpechayr at gmail.com> wrote:
> Ok. Thank you for your input. New questions :) :
> - Is the dev package basically the source code of gcc 4.2 ? Isn't it
> already fully included in llvm-gcc code base ?
>
AFAIR, you need to have the set of headers, gcc-dev.( Some one...
2005 Apr 18
5
the graph gallery strikes back
...aphs dynamically from the web
- give a mark to each graph (maybe we can do some stats :) )
- link R function to their help pages from http://finzi.psych.upenn.edu/R
- add references to publications
- .... whatever
Please take a look and tell me what should be improved. May the foRce be
with you.
Romain.
PS1 : Regarding graphs from demo(*), I wrote that author is R
Development Core Team, maybe those were done by a precise person in the
Core, in that case tell me and I'll change it.
PS2 : Source code highlighting was done by the highlight software : (
http://www.andre-simon.de/ ) suggeste...
2013 Jun 30
3
6.01-pre 4 no timeout when using serial
...AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sun, Jun 30, 2013 at 1:12 AM, Gert Cuykens <gert.cuykens at gmail.com> wrote:
>> Could it be that syslinux is waiting for ever if you use serial mode?
>>
>> SERIAL 0 115200
>
>> TIMEOUT 300
>
> Gert, Romain: Have you tried lowering the serial rate or timeout? ie:
>
> SERIAL 0 9600
> TIMEOUT 30
>
> Romain: is this observed on a physical or virtual machine?
Rather, have you only observed this under qemu?
--
-Gene
2005 Apr 23
3
How to know in which package is a function
Hello list,
I'd like to know if there is a function that tells in which package is a
given function.
Something like :
which.package("lda")
[1] "MASS"
Thank you.
Romain
--
~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
~~~~~~ Romain FRANCOIS - http://addictedtor.free.fr ~~~~~~
~~~~ Etudiant ISUP - CS3 - Industrie et Services ~~~~
~~ http://www.isup.cicrp.jussieu.fr/ ~~
~~~~...
2012 Dec 02
0
superimpose density line over hist
>>>>> "Romain" == Romain Francois <[hidden email]>
>>>>> on Tue, 13 Dec 2005 15:40:59 +0100 writes:
........
Romain> A few comments :
Romain> - your code should be reproductible, otherwise it is useless.
(that
Romain> recommandation is on the po...
2010 Aug 12
0
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
...ks. It worked for a few more compilation lines.
I now get the following linker error:
undefined reference to llvm::MemoryBuffer::getNewMemBuffer(unsigned long,
llvm::StringRef)
I am surprised since the linker compile line already links with a whole
bunch of llvm libraries ...
Thanks for your help
Romain
On Thu, Aug 12, 2010 at 4:03 PM, Rajika Kumarasiri <rajika at wso2.com> wrote:
>
>
> On Thu, Aug 12, 2010 at 6:56 PM, Romain Pechayre <rpechayr at gmail.com>wrote:
>
>> Ok. Thank you for your input. New questions :) :
>> - Is the dev package basically the sour...
2011 Jun 24
4
[PATCH 0/2] Correct various strndup() problems
...f we pass a maximum string length larger than the copied length, we
will corrupt some data beyond the end of the newly allocated buffer.
- The maximum length does not prevent access to memory beyond the
maximum length, which can lead to unexpectd errors with strings not
terminated by 0.
Romain Izard (2):
strndup(): Fix out of bounds read access
strndup(): Do not corrupt the memory pool
usr/klibc/strndup.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
2013 Nov 16
2
serialization for external pointers
...cat("get\n")
+ else {
+ cat("set\n")
+ x <<- v
+ }
+ x
+ }
+ })
> makeActiveBinding("fred", f, .GlobalEnv)
> bindingIsActive("fred", .GlobalEnv)
[1] TRUE
>
> q("yes")
get
get
romain at naxos /tmp $ R
[..]
> fred
[1] 1
> bindingIsActive("fred", .GlobalEnv)
[1] FALSE
Is this possible ? Is there any other hook to handle serialization,
unserialization of external pointers ?
Romain
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
2006 Apr 25
10
www.r-project.org
...iedrich Leisch about that, who said that
I shouldn't expect too many competitors.
So, what about creating a small team, create a home page project and
then propose it to the core team.
It goes without saying it : The core team has the final word.
What do you think ? Who would like to play ?
Romain
--
visit the R Graph Gallery : http://addictedtor.free.fr/graphiques
mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php
+---------------------------------------------------------------+
| Romain FRANCOIS - http://francoisromain.free.fr |
| Doctorant INRIA Futur...
2009 Jun 18
1
R_parseVector and syntax error [was: error messages while parsing with rniParse]
...quot;R_ParseErrorMsg", but then
the variable is not part of the public api.
Would it be possible to add yet another entry point to the parser that
would basically wrap R_parseVector so that it would have an extra char*
argument that would bring back the error message if there is an error?
Romain
Simon Urbanek wrote:
> On Jun 15, 2009, at 12:05 , Romain Francois wrote:
>
>> Hello,
>>
>> In JRI, is there a way to get the error message that is generated by the
>> parser through rniParse
>> For example, if I have this :
>>
>> long y = re.rniPars...
2014 Jun 11
2
[PULL] vhost: infrastructure changes for 3.16
Hi Linus,
Please pull the following.
Please note this needs to be merged before merging
target-pending PULL which Nicholas will be sending
out shortly.
Thanks!
The following changes since commit 1860e379875dfe7271c649058aeddffe5afd9d0d:
Linux 3.15 (2014-06-08 11:19:54 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
2014 Jun 11
2
[PULL] vhost: infrastructure changes for 3.16
Hi Linus,
Please pull the following.
Please note this needs to be merged before merging
target-pending PULL which Nicholas will be sending
out shortly.
Thanks!
The following changes since commit 1860e379875dfe7271c649058aeddffe5afd9d0d:
Linux 3.15 (2014-06-08 11:19:54 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
2005 Oct 07
1
The R Graph Gallery {was boxplot statistics}
...,|
(703) 676-4192 "> \
Jaroslaw.W.Tuszynski at saic.com ` \
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch]
Sent: Friday, October 07, 2005 3:22 AM
To: francoisromain at free.fr
Cc: R-help at stat.math.ethz.ch; karin.lagesen at medisin.uio.no; bogdan romocea
Subject: [R] The R Graph Gallery {was boxplot statistics}
>>>>> "Romain" == Romain Francois <francoisromain at free.fr>
>>>>> on Thu, 06 Oct 2005 23:23:12 +...