search for: durand

Displaying 20 results from an estimated 72 matches for "durand".

Did you mean: duraid
2005 Nov 07
5
Switchtower deployment
...Textdrive)? I already patched the SwitchTower rake tasks (I don''t know if someone is interested on it), but i still experience some problems (not in the sudoers list, ...). Thank you for answer (and thank you to the textdrive guys, i never had a such fast support!) -- Jean-Etienne Durand Mail: etienne dot durand at mail dot com
2009 Jul 06
3
Ogg encoding longer than 203 minutes?
Hi, I'm trying to record something for about 24 hours but oggenc tells me that I have 203m remaining. Quote: durand at Deuterium ~> arecord -f cd -t wav | oggenc -b 192 -o file.ogg - Recording WAVE 'stdin' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo Opening with wav module: WAV file reader Encoding standard input to "file.ogg" at approximate bitrate 192 kbps (VBR encoding...
2006 Aug 06
2
TextMate + Rails
Hi, Could anyone point to some TextMate resources ? I found a few bundles, but they were all corrupted... JEtienne -- Posted via http://www.ruby-forum.com/.
2005 Apr 14
2
Display execution in a function
...ou will agree with me that it is not useful to have the plot displayed and R waiting for user input while nothing has yet been displayed for instructions! Thanks a lot PS.: I have tried this on both a R version 1.01 and 1.00 and on a G5 dual processor as well as on a powerbook G4 Sebastien Durand --
2006 Jun 29
3
Questions on ActiveRecord implementation
Hi, I got several questions on AR adapters implementation: 1. For SqlServer/Oracle, SQL queries are built by concatenation, and there is no use of parameters. Especially for Oracle, this is very bad, no optimization can be done. Is there a reason for that? Does anybody plan to fix that? 2. When updating a model, _all_ columns are updated. Why not only the diff is updated? Using blob/cblob, it
2006 Jun 14
7
CR issue
Hi, I am using RedCloth (3.0.4). First using online text2html (http://www.textism.com/tools/textile/) , "123 456" returns <p>123<br />456</p> But by code: <code> require ''RedCloth'' puts RedCloth.new("123\n456").to_html </code> I got: <p>123 456</p> CR is not taken in consideration. Is there any parameter I am
2006 Jul 07
2
BUG in " == " ? (PR#9065)
....7 [1] FALSE Or another version of (maybe) the same bug : > x <- 70 > x == 70 [1] TRUE > x <- x*0 > x <- 70 > x == 70 [1] TRUE > x<-x*0.01 > x [1] 0.7 > x == 0.7 [1] FALSE It seems completely strange ... any help would be greatly appreciated :) Regards, Eric Durand
2006 Mar 31
3
undefined method `<=>'' for :id:Symbol
Upgrading to 0.9.0, I have the following error. Anybody? c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.9.0/lib/ferret/index/term.rb:35:in `<=>'': undefined method `<=>'' for :id:Symbol (NoMethodError) from c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.9.0/lib/ferret/index/term_infos_io.rb:263:in `get_index_offset'' from
2005 Jan 31
5
problem with Legacy
...m : the setup of Legacy seems work fine but before the starting of the program, I get a message in a box saying : "THE VERSION OF OLEAUT32.dll IS OUTDATED..." I verifed, I've a version of this dll from november 2004 ! It's the last version on Windows. Have some ideas , Daniel Durand
2006 Jul 20
7
How do you use :message with validation?
If I do validates_uniqueness_of :name, :message => "It''s not uniqueeee!!!" then how do I have it display that message when the check fails? -Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2006 Aug 04
2
Generating RTF documents?
Hi, I need to implement some RTF export for a customer. According to some "templates", i generate RTF documents, filling data coming from models. It''s pretty much like a mailmerge, but in *nix/ruby world. Also, customer would like (in the future) to upload himself the templates, so he can modify them by his own. Can anyone advice me on an elegant solution? Thank you,
2004 Jul 31
1
dudi.pca behaviour and discrimin
...t 1 $cw 219 numeric column weights 2 $lw 507 numeric row weights 3 $eig 218 numeric eigen values ... Error in tapply(dudi$lw, fac, sum) : arguments must have same length Any suggestions would be really helpful. I got ton's a matrices to analyse Thanks a lot! -- S??bastien Durand Ma??trise en biologie Universit?? de Montr??al (514) 343-6864 Universit?? du Qu??bec ?? Montr??al (514) 987-3000 (1572#)
2006 Jun 16
6
rendering mathematical equations
Any recommendations on how I can get mathematical equations into my resulting html? (Besides using x^2^ type markup.) I figure I could parse out equation text from my main text before RedCloth ever sees it... and then maybe create png''s somehow from it, putting the links to them back into the main text before handing it over to RC. But I don''t know of a util that will generate
2006 Apr 03
1
Integration of C and Fortran
...t;, d = as.double(d), as.integer(n), rowscore = as.double(rowscore)) : the enter point Fortran "orderdata_" absent of the loading table. What should I do to make sure that upon the installation of my package my Fortran function will appear in the load table... Thanks a lot. S?bastien Durand
2008 Sep 18
2
How to show complete time values in a plot x axis
Hello, I have the following data and I try to properly import it in R and plot the 4th column relative to time 1 2008-249 17:44:17.973 -2.27 00000000: Accepted 2 2008-249 17:44:18.014 -2.28 00000000: Accepted 3 2008-249 17:44:18.064 -2.29 00000000: Accepted 4 2008-249 17:44:18.123 -2.29 00000000: Accepted 5 2008-249 17:44:18.174 -2.29 00000000:
2004 Mar 09
1
Package cclust error
...doesn't show me how I should get rid of the problem I have looked inside the package very quickly and I found three files, I am not sure what to do to fix this (the problem is describe bellow) I would be very happy to have someone show me how to solve my problem.... Thanks a lot S?bastien Durand On Wed, 20 Feb 2002, David Wartel wrote: > > I have to solve a clustering problem. > My first step is to determinate the number of clusters, that's why I 'm using ...snip... >... number of clusters. > A function is already implemented in R to calculate this index : &gt...
2006 Mar 24
9
Escaping characters
Hi, I am writing some help about post formatting. I am using redcloth to format the text, and in a FAQ, also formatted with redcloth, I explain what to type to what to obtain. So, how could I escape ''*'', ''#'' & Co, to have an output like <redcloth> Type *word* to obtain <strong>word</strong> </redcloth> I tried "Type
2005 Sep 07
2
Month recognition issue
Dear all, I am running R : Copyright 2005, The R Foundation for Statistical Computing Version 2.1.1 (2005-06-20), ISBN 3-900051-07-0 Under Mac os X, a french version! I am preparing a package and I got the following issue I am trying to read dates that are written in english and have them recognized by R using as.Date function. I realized strangely that when I type > month.abb [1]
2015 Sep 02
2
yum list-sec CVE
Hi, Is the command #yum list-sec cves still compatible with Centos7? Or are there alternatives to list all CVE applicable to a CentOS without the Satellite? Thanks
2015 Sep 09
1
yum list-sec CVE
2015-09-03 12:56 GMT+02:00 Karanbir Singh <mail-lists at karan.org>: > On 02/09/15 19:27, Raymond Durand wrote: > > Hi, > > > > Is the command > > #yum list-sec cves > > > > still compatible with Centos7? > > > this should not have worked with any version of CentOS, you can do some > scraping and feeding into a local repo instance, but please validate th...