search for: oneil

Displaying 19 results from an estimated 19 matches for "oneil".

Did you mean: neil
2005 Dec 08
2
[LLVMdev] Forwarded to llvm list ...
This was originally sent to Vikram Adve -- I have forwarded it to the list as per his suggestion ... Regards Mark O'Neill ---------- Forwarded message ---------- Date: Thu, 8 Dec 2005 11:51:40 +0000 (GMT) From: Mark ONeill <mao at raven.linux.ox.ac.uk> To: vadve at cs.uiuc.edu Cc: mflesner at cs.uiuc.edu Subject: LLVM help ... Dear Vikram I spoke to you quite a long time ago about using LLVM to shrink wrap P3 a POSIX based clustering environment I have written to support coarse grained parallel computations...
2014 Aug 25
2
[LLVMdev] [cfe-dev] [3.5 Release] Release Candidate 3 Now Available
The ARM binaries seem to be corrupt. Although correctly signed, the xz file seems to be truncated arm7% unxz < clang+llvm-3.5.0-rc3-armv7a-linux-gnueabihf.tar.xz | wc -c unxz: (stdin): Unexpected end of input 133214381 M.E.O. On Aug 21, 2014, at 10:56 AM, Bill Wendling <isanbard at gmail.com> wrote: > Ahem. And now for the correct URL: > >
2015 Oct 28
2
Trying to get Search::Xapian perl module to compile on win32
...eDatabase const &)" (??0WritableDatabase at Xapian@@QAE at ABV01@@Z) Any clues on how to resolve the linking errors? -- Dez. -----Original Message----- From: Olly Betts [mailto:olly at survex.com] Sent: Wednesday, October 24, 2012 12:07 PM To: Desmond Daignault <desmond.daignault at oneil.com> Cc: xapian-devel at lists.xapian.org Subject: Re: [Xapian-devel] Trying to get Search::Xapian perl module to compile on win32 On Wed, Oct 24, 2012 at 03:20:21PM +0000, Desmond Daignault wrote: > ./XS/WritableDatabase.xs(30) : error C2039: 'win32_open' : is not a member of 'X...
2005 Jan 18
1
browse list problem
Hi! I use samba 3.0.10 in FreeBSD 4.10 and I've some problem with browse list. The network were I'm supervisor contains about 50 XP box, 1 FreeBSD (DHCP+WINS server) and 1 Debian box (samba 3.0.10 ) which is a large file server. I've tryed many version of samba (3.X) but the problem is still here. Log files says nothing (loglevel MAX). Browse list die very often and I must
2006 Feb 26
1
IE Problem with document.getElementsByTag
Does anyone know if IE has a limit to how many object document.getElementsByTag can return? The main problem is that getElementsByClassName is not working on my page with IE but it works with Firefox. I''ve traced it back to the document.body.getElementsByTag(''*'') command. While inspecting the length Firefox returns 465. In IE the length alert returns [object]. When I
2015 Oct 29
4
Trying to get Search::Xapian perl module to compile on win32
...le libxml and a few others without impacting the perl module compile but that is probably due to them being just a C project. -- Dez. -----Original Message----- From: Olly Betts [mailto:olly at survex.com] Sent: Wednesday, October 28, 2015 5:35 PM To: Desmond Daignault <desmond.daignault at oneil.com> Cc: Xapian Development <xapian-devel at lists.xapian.org> Subject: Re: [Xapian-devel] Trying to get Search::Xapian perl module to compile on win32 On Wed, Oct 28, 2015 at 08:46:15PM +0000, Desmond Daignault wrote: > Come to find out, on windows, perl does indeed define open to be...
2000 Aug 23
14
Test snapshot
...h as a valid name as well; roman at buildpoint.com - deraadt at cvs.openbsd.org 2000/08/18 20:17:13 [deattack.c crc32.c packet.c] rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to libz crc32 function yet, because it has ugly "long"'s in it; oneill at cs.sfu.ca - deraadt at cvs.openbsd.org 2000/08/18 20:26:08 [scp.1 scp.c] -S prog support; tv at debian.org - deraadt at cvs.openbsd.org 2000/08/18 20:50:07 [scp.c] knf - deraadt at cvs.openbsd.org 2000/08/18 20:57:33 [log-client.c] shorten - markus at c...
2005 Nov 19
16
Looking to develop for scriptaculous
Hello All, I have just joined rails-spinoffs mailing lists and I would like to introduce myself. My name is Casey and I am a professional Web and J2EE developer currently working out of New York. I am very interested in contributing to the Scriptaculous javascript library. For the past few months I have been using certain functions in the library and I have to say that it has taken my
2006 Jun 19
13
PNG and Alpha-Transparency
Is there a prototype / extension which will assist in cross-browser support of PNG images? http://www.alistapart.com/articles/pngopacity/ It seems to me that a class could be developed which would zip through the DOM and make changes where needed for IE 5.5 / IE 6.0 to handle PNG images. I don''t want to write one if it''s been done before. Sam
2000 Aug 15
0
crc32() clashes with zlib function of the same name
OpenSSH defines a function crc32(), and so does the zlib library. This is at best confusing (since they are different functions with different prototypes), and at worst a source of crashes. I found this problem getting OpenSSH up and running on Darwin, which turned out to be calling the wrong function. My bandaid was to include ``-Dcrc32=crcsum32'' in CFLAGS. The proper fix would be
2007 Jan 23
0
problems with dtmf
Hello: I have a problem when a person call a queue and the agent answer the call. If the caller press any key during the dialog the agent hear a continue sound like dtmf. Any ideas? Thanks. Patricio. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070123/daa113e5/attachment.htm
2010 Jul 20
0
Can not delete file
I have a backup folder on a network NAS drive (Verbatim running smb) There's a mozilla-thunderbird lock-file there, which I can not delete. The file is a (broken) link. Thunderbird is not running. ps -A | grep moz yields nothing.. besides which it's only a backup file I (accidentally) created to more link files linking to the original file. ls -la gives me: $ ls -l total 8 lrwxrwxrwx
2008 Jan 15
0
HTTP Digest Authentication
I just started using authenticate_or_request_with_http_basic. Is anyone working on the digest version of that? (I realize it may get a little complicated with the handshaking) If not, I wouldn''t mind contributing it. (I''ve implemented it in the past for other servers) -brian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2006 Mar 04
0
Question about event listener highlighting with child elements
I have created a JavaScript object which is initialized for some input fields, fieldsets, and divs on the page. With each object i attach a mouseover and mouseout event that highlights and un-highlights. Also on mouseout i am trying to display the id of the object to a console. The highlighting works except for cases when an object is the child of another object. In this case both are highlighted
2014 Jan 08
0
Statistical and Risk Consultant
...to careers at epixanalytics.com. The finally selected applicant(s) will be required to pass a background check. Best regards, Barbara O?Neill Office Manager EpiX Analytics Phone: +1 303 440 8524? |?? Fax: +1 303 440 0320 1643 Spruce Street, Boulder, CO, 80302, USA www.EpiXAnalytics.com? |? boneill at epixanalytics.com ? ?
2016 May 11
0
Quantitative Risk and Decision Analysis Consultant
...ing our team, please send a resume and cover letter to careers at epixanalytics.com. Successful applicant(s) will be required to pass a background check. Barbara S. O'Neill Office Manager Phone: +1 303 440 8524 Fax: +1 303 440 0320 <mailto:fzagmutt at epixanalytics.com> boneill at epixanalytics.com | <http://www.epixanalytics.com/> www.epixanalytics.com [[alternative HTML version deleted]]
2016 May 31
0
Job Position: Quantitative Risk and Decision Analysis Consultant
...resume and cover letter to careers at epixanalytics.com. Successful applicant(s) will be required to pass a background check. Best regards, Barbara Barbara S. O'Neill Office Manager Phone: +1 303 440 8524 Fax: +1 303 440 0320 <mailto:fzagmutt at epixanalytics.com> boneill at epixanalytics.com | <http://www.epixanalytics.com/> www.epixanalytics.com [[alternative HTML version deleted]]
2016 Jul 18
0
EpiX Analytics - Full-Time Position - Quantitative Health Risk Analysis Consultant
...n the private and public sector. If you are interested in joining our team, please send a resume and cover letter to careers at epixanalytics.com. Successful applicant(s) will be required to pass a background check Best regards, Barbara S. O'Neill Office Manager EpiX Analytics boneill at epixanalytics.com | www.epixanalytics.com [[alternative HTML version deleted]]
2007 Apr 03
3
Testing additive nonparametric model
I have estimated a multiple nonparametric regression using the loess command in R. I have also estimated an additive version of the model using the gam function. Is there a way of using the output of these two models to test the restrictions imposed by the additive model?