Displaying 20 results from an estimated 54 matches for "gagnon".
2012 Apr 13
0
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
On Thu, Apr 12, 2012 at 2:02 PM, Jérôme Couture-Gagnon
<Jerome.Couture-Gagnon at fabricengine.com> wrote:
> Hi,
>
> We are currently porting our application to Windows 64 bits (amd64), and we
> are getting regressions from 32 bits relatively to LLVM 3.0's ability to get
> traversed by "foreign" Visual Studio C++ excep...
2012 Apr 12
3
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
...re: http://lackingrhoticity.blogspot.ca/2011/11/stack-unwinding-risks-on-64-bit-windows.html). In particular, this blog seems to state that exceptions won't unwind properly through functions that don't provide some unwind info, which is the case for LLVM I guess.
Thank you,
Jerome Couture-Gagnon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120412/e06b6ba9/attachment.html>
1999 May 19
3
NT network can't browse Samba
...Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:22815 errors:0 dropped:0 overruns:0 frame:1
TX packets:16404 errors:0 dropped:0 overruns:0 carrier:0
coll:2154
Interrupt:12 Base address:0x6c00
Please help!
--
// Jean-Serge Gagnon jsg@newlix.com
// Newlix Corporation http://www.newlix.com
2006 Jan 24
6
[MacOSX] Firefox Not Diplaying Images
Forgive the random question, but for those of you Mac OS X users...
Does anyone else have a problem with Firefox 1.5 not displaying
pictures/graphics embedded on web pages. Safari doesn''t seem to have a
problem with them.
For example, my blog appears correctly in Safari, however Firefox
drops background images.
Clues? Thanks.
--
~~~~~~~~~~~~~~~~~~~
D''Andrew "Dave"
2008 Oct 31
3
Date_select vs wrong date weird behavior
In my date_select if I choose 31 april 2008, it converts it for 1st may
2008 which it seems odd for me?
I say odd because first its difficult to validate at the model level, I
have to hook some code in the controller and secondly when I finally get
the validation errors I have to go back at the edit page and show the
selected date(and the error message) which should be 31 april 2008 but
the date
2006 Jan 24
3
Merging two heavily referenced records into one
Here''s the situation: I have a "people" table whose "id" column serves
as a foreign key to several other tables (authorships, editorships,
members, users, etc.). Every now and then I will find two distinct
records in the "people" table that represent the same human being. They
generally differ by small differences in spelling but should really be
the
2005 Feb 10
1
Fail to detect DTMF over direct ISDN pri link
...MF anymore?
Why? What is the relation with the ISDN link?
I use the "monitor" command to record the call, and I really hear the DTMF
tone correctly...
I try to put relaxdtmf=yes in the Zapata.conf, but no success....
Thanks for any help or suggestion to diagnose this problem.
Sylvain Gagnon, B.Ing., M.Sc.A.
Speech Technology Integrator
Int?grateur en technologie de la voix
BCE Elix
Specialist in contact center solutions
Sp?cialiste en solutions pour centres de contacts
14 Commerce Place, 5th Floor
Nuns' Island (Qu?bec) CANADA H3E 1T5
t: 514-768-1000, ext. 2224
f: 514-768-7680
www....
2007 Jul 17
1
Missing value in circ.mean and polar.plot
...irc.mean)
tapply(theta.4, day, circ.mean)
# polar plot
par(mfrow=c(2,2))
library(plotrix)
polar.plot(strenght, theta1, main="1")
polar.plot(strenght, theta2, main="2")
polar.plot(strenght, theta3), main="3")
polar.plot(strenght, theta4, main="4")
François Gagnon
Biologiste, étudiant PFETE, Section Conservation des populations/
Biologist, FSWEP student, Populations conservation Division
Service canadien de la faune/Canadian Wildlife Service
Environnement Canada/Environment Canada
1141, route de l'Église B.P. 10100
Québec (Qc), G1V 4H5
CANADA
Téléphone/...
2006 Mar 02
3
Scalix install on CentOS
...4.2 (Final) on x86_64
Someone posted a fix where you could edit a file changing the name of
the OS or something to fix this. Anyone remember which file it was I
could edit and what I needed to edit it too in order to make this
install work?
Any info would be great...
Thanks!
James Gagnon
jamesg at nucleus.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060302/c853f4b5/attachment.html>
2008 Oct 28
7
How to override one method of AssetTagHelper
I created a file ./lib/action_view/helpers/asset_tag_helper.rb
and put in it only the method I want to override. like this
module ActionView
module Helpers #:nodoc:
module AssetTagHelper
def image_path(source)
compute_public_path(source, ''images'')
end
end
end
end
But as soon I try this all the others methods from the overriden module
are not
2012 Jun 21
1
install package mixdist
...data set 'poisdat.txt' not found
Warning in utils::data(list = f, package = package, lib.loc = lib.loc,
envir = dataEnv) :
data set 'poispar.txt' not found
* DONE (mixdist)
I'm on an Ubuntu 10.04 LTS (Lucid Lynx) 64 with R 2.10.1
How can I fix this?
Thanks in advance!!!
Yakir Gagnon
cell +1 919 886 3877
office +1 919 684 7188
Johnsen Lab
Biology Department
Box 90338
Duke University
Durham, NC 27708
BioSci Building
Room 307
http://fds.duke.edu/db/aas/Biology/postdoc/yg32
http://www.biology.duke.edu/johnsenlab/people/yakir.html
[[alternative HTML version deleted]]
2006 Jan 24
3
Unitialized constant
In Agile Web Development with Rails, I get this error when adding a
product to my cart:
uninitialized constant Cart
...
Application Trace:
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/
active_support/dependencies.rb:200:in `const_missing''
./public/../config/../app/controllers/store_controller.rb:21:in
`find_cart''
2002 Jun 27
2
Run executable file
Is it possible to create an executable in unix, place it on a samba share,
and run it from NT.
i ran a little test putting "ls" in my samba share and tried double clicking
it to see if it would run.
my main goal is to create a batch file from NT that calls a script located
on a unix box shared by samba
thanks
SBLI
2002 Oct 25
1
Samba 2.2.2 and ScopeID
...tion no longer worked. I also can't find
any reference to "netbios scope" in the smb.conf man page. I noticed
smbclient still has it as an option.
I don't particularly like scope IDs, so I already know not to use
them, but what's the status of it?
Thanks.
Jean-Serge Gagnon
Touchlink
-------------- next part --------------
HTML attachment scrubbed and removed
2000 Apr 23
3
Win98 command line vs. long filenames
I just cranked up Samba 2.0.6 on NetBSD-sun3 1.4. The clients are
Windows 98 (non-SE). I have had experience with earlier versions of Samba,
so I was able to get 2.0.6 up and running without great difficulty. I
exported a directory and was able to mount it on my Win98 machines fine.
Using Explorer, everything looked like I expected it to: files were
listed with their full names and I was able
2005 Feb 13
1
WinXP Home problem with Samba
...LMHOSTS).
I am considering removing all network settings and TCP/IP and Microsoft
Client protocols and starting from scratch to reset all of "andrea"
network on that machine. Any other ideas or WinXP Home command line
facilities I can use to repair it will be much appreciated.
Larry Gagnon
2004 Jul 19
0
*** Asterisk Sun/Monday News: Time to download, Scotty!
...e on that channel unless you
are registered and identified. Both of these modes are used to reduce
channel harassment by DoS kiddies."
Digium is a sponsor of FreeNode.
* Instructions for how to register your nickname:
http://freenode.net/faq.shtml#nicksetup
*** Developer of the week: Rob Gagnon
-------------------------------------
The Asterisk-developer-of-the-week-award is awarded to Rob Gagnon, for a
series of patches to the Asterisk source. Rob has been going through
all of the source code looking for memory leaks, buffer overflows and
other issues that are hard to find. This is much...
2006 Jun 08
0
Help with XML/XSL
...bla
</xsl:when>
<xsl:otherwise>
[red dot] bla bla bla
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
But I have not idea how to run the for-each against a somewhat
static list, only against source nodes.
Thanks.
--
Charles Gagnon | My views are my views and they
http://unixrealm.com | do not represent those of anybody
charlesg at unixrealm.com | but me.
You can lead a mule to water, but you can't make him drink.
However, if you shoot a couple of uncooperative mules, the
res...
2007 Apr 16
1
problem with xen on IBM x3650
...'s clean:
http://lists.xensource.com/archives/html/xen-users/2007-01/msg01347.html
Here''s the output of ''/etc/xen/scripts/network-bridge start'':
http://pastebin.ca/443550
.. and of ifconfig while the network is unreachable:
http://pastebin.ca/443570
--
Dominique Gagnon
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Feb 28
2
dispatch.fcgi aborted: error parsing headers
I''m trying to do file upload with rails and fcgi. Basically, i want my
users to be able to upload images on the server.
After the upload, I get a 500 error from apache and in the error log I
find this:
FastCGI: comm with server
"/var/www/workspace/mydomain/public/dispatch.fcgi" aborted: error
parsing headers: malformed header