search for: menard

Displaying 20 results from an estimated 33 matches for "menard".

Did you mean: renard
2006 Jul 12
2
YART (Yet Another Rails Talk)
...vigation controls, including the one that brings up the notes. Printing the slides works really well; the presentation includes CSS that formats the whole thing for print output. The main topic of interest (based on the questions and discussion that arose) was scaling and performance. Jim -- Jim Menard, jimm@io.com, jim.menard@gmail.com http://www.io.com/~jimm
2006 Feb 23
1
PostgreSQL CASCADE not copied to test db
...ey constraint "redeemed_coupons_order_id_fkey" on "redeemed_coupons" DETAIL: Key (id)=(1) is still referenced from table "redeemed_coupons". Is this a bug or intended behavior? If it is intended behavior, then what am I doing wrong? Thanks for your help. Jim -- Jim Menard, jim@io.com, jim.menard@gmail.com http://www.io.com/~jimm
2007 May 06
3
Neural Nets (nnet) - evaluating success rate of predictions
Hello R-Users, I have been using (nnet) by Ripley to train a neural net on a test dataset, I have obtained predictions for a validtion dataset using: PP<-predict(nnetobject,validationdata) Using PP I can find the -2 log likelihood for the validation datset. However what I really want to know is how well my nueral net is doing at classifying my binary output variable. I am new to R and I
2006 Oct 10
4
Use remote machine environmental variables
I am having an issue passing a command through ssh which uses an environment variable. I would like the environment variable to be read from the remote host, but it is being read from the local host. For instance: ssh rhost ls -lm $WWW_HOME $WWW_HOME is set as /usr/www on local but /var/www on the remote so it is being read as : ssh rhost ls -lm /usr/www and I'd like it to be ssh rhost
2006 Aug 10
4
1.1.5 Upgrade and config.load_path not working
Hey, I am trying to upgrade to 1.1.5 and rails no longer finds my controllers the live outside app/controllers. I was on 1.1.2 previously and here is my setup In environment.rb config.load_paths += [File.join(File.expand_path(RAILS_ROOT), "rails_shared/controllers") ] config.load_paths += [File.join(File.expand_path(RAILS_ROOT), "rails_shared/helpers") ]
2006 Aug 10
1
Web service SOAP URLs started failing with 1.1.4 or using 1.1.2 security patch
...lhost:3000/my_controller/ServiceName/service.wsdl also fails. When I try to go to that URL in my browser, I see Recognition failed for "/post_office/PostOffice/service.wsdl" I have not changed config/routes.rb at all. Any hints or help would be greatly appreciated. Jim -- Jim Menard, jimm@io.com, jim.menard@gmail.com http://www.io.com/~jimm
2005 Jan 21
2
collection_select
...displays all the proper topic names and id numbers, but the current value (@question.topic_id) is not selected. Hmm...does form("question") use the instance variable @question? If not, then I can see how topic_id would not be populated. Thanks for any help or suggestions. Jim -- Jim Menard, jimm-Xhj3G7Rj6JI@public.gmane.org, http://www.io.com/~jimm
2005 Jun 30
2
PESQ results for speex 1.0.3
Francois Menard (Mailing List Account) wrote: > > did you try speex in wideband mode ... what bitrate? > > f. 15kbps mode. It does significantly better with a different speaker (the male does better than the female), as well. I'm considering purchasing a commercial PESQ license and wrap the PE...
2006 Feb 26
0
rdoc-mode for emacs
I''ve whipped together this Emacs mode for editing rdoc files. It''s based off of generic-mode. I''ve set it to be active when you open README_FOR_APP or any .rdoc file. Share and enjoy. Jim -- Jim Menard, jim@io.com, jim.menard@gmail.com http://www.io.com/~jimm -------------- next part -------------- A non-text attachment was scrubbed... Name: rdoc-mode.el Type: application/octet-stream Size: 1136 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060226/4ed3...
2006 Feb 26
0
Rdoc mode for Emacs
I''ve whipped together this Emacs mode for editing rdoc files. It''s based off of generic-mode. I''ve set it to be active when you open README_FOR_APP or any .rdoc file. Share and enjoy. Jim -- Jim Menard, jim@io.com, jim.menard@gmail.com http://www.io.com/~jimm -------------- next part -------------- A non-text attachment was scrubbed... Name: rdoc-mode.el Type: application/octet-stream Size: 1132 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060226/fe69...
2007 Feb 14
1
model diagnostics for logistic regression
...ily=binomial()) to perform a a logisitic regression in R. Apart from the typical summary() methods, what other methods of diagnosing logistic regression models does R provide? i.e. plotting an 'lm' object, etc. Secondly, is there any facility to calculate the R^{2)_{L} as suggested by Menard in "Applied Logistic Regression Analysis" (2002) ? Any thought would be greatly appreciated. Cheers, -- Dylan Beaudette Soils and Biogeochemistry Graduate Group University of California at Davis 530.754.7341
2005 Mar 17
4
X-Lite and Asterisk
So I'm trying to set up X-Lite for use with Asterisk, and I can't get it to work. I used a PDF I found on Voip-Info to set it up, and it's still not working, I'm using Nufone as the provider... I'll include my sip.cocnf and extentions.conf here. extentions.conf [CODE][outgoing] exten => _1NXXNXXXXXX,1,Dial,IAX2/scheda@NuFone/${EXTEN} [inbound] exten =>
2010 Jan 19
1
QueryParser: aliases and OP_AND
Hello, I'm wondering about how the QueryParser parses a query containing an "alias" when the default operator is OP_AND (by "alias", I mean a search field mapped to multiple term prefixes). With the following php code : <?php $parser=new XapianQueryParser(); $parser->set_default_op(XapianQuery::OP_AND); $parser->add_prefix('alias', 'AUT1:');
2005 Jul 02
0
PESQ results for speex 1.0.3
Ben Greear wrote: > Francois Menard (Mailing List Account) wrote: > >> >> did you try speex in wideband mode ... what bitrate? >> >> f. > > > 15kbps mode. It does significantly better with a different > speaker (the male does better than the female), as well. Most CELP based codecs do a better...
2007 Apr 02
0
PHP bindings now work for Windows
Hi all, Just to say we've now got the PHP bindings working on Windows (committed to SVN-HEAD). It's not a particularly painless process, but it is possible. Thanks to Daniel Menard for his support of this project. Cheers Charlie Lemur
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
(following my mail in xapian-discuss on 11.06) I revisited my resource file and came up with a much simpler solution. I'm now using the new version.h file (no need to duplicate version strings) and add php-src to the include path given to rc.exe so I can get the precise php version. On my windows, the resulting dll appears as "Xapian 1.0.1 bindings for PHP 5.2.2" Here is what I
2009 Apr 21
1
Missing end tag...
Hi, It's not very important, but I just noticed that the page: http://xapian.org/docs/queryparser.html uses monospace font from the paragraph about "Phrase searches" until the end of the document (there's a missing </code>). It's not visible under FF, but it is with IE and Chrome... Cheers, Index: queryparser.html
2005 Jun 28
3
PESQ results for speex 1.0.3
Hello! Some time back, I added the Speex protocol to my version of VOCAL (www.vovida.org, VOIP tool). Recently, I also added PESQ (automated voice quality testing algorithm) to my tool and have been running some tests on a clean network. The source file is a woman reading some phrases meant to test various aspects of codecs... Speex has a respectable result of 3.67 Some other codecs I've
2003 Jun 19
1
Samba & Unicode
With the final release of 2.4.21, would it be appropriate for Urban to consider updating all of the2.4.18 smbfs patches as a single file. I've had a problem for a while where I'm trying to mount my shares on a windows 2000 server with some (french canadian) accentuated characters in the file names and directory names, which smbfs mounts with question marks. At first I thought this was
2009 Nov 10
6
Master/detail report with Rails and Ireport/JasperReports
Hi all, has anyone made it already? -- Posted via http://www.ruby-forum.com/.