search for: shipman

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

2009 Jun 15
6
Spork and Merb and rSpec
Andy Shipman wrote: > When running spork on a merb application, whenever a spec is run I get > the following error from the Spork server. > > /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.11/lib/merb-core/bootloader.rb:1358: > [BUG] rb_gc_mark(): unknown data type 0x3c(0x2203d0) non object &...
2009 Jul 15
4
duplicate data points on a line graph
...new to R plot. I am trying to increase the data point observation when duplicate data points exist x y 1 10 1 10 2 3 4 5 9 8 in the about example 1, 10 would be displayed larger than the other data points. Could someone give me some assistance with this problem 757-864-7114 LARC/J.L.Shipman/jshipman Jeffery.L.Shipman at nasa.gov
2008 Aug 08
5
[LLVMdev] llvm-gcc builds on 32 bit linux broken
On Thu, Aug 7, 2008 at 5:46 PM, David Shipman <dshipman at gmail.com> wrote: > I've just tried building r54494 on 64bit linux and had the same (no > include path) > error. Any idea what's happening here? > No. :-( Could you try Mike's suggestion? (Replicated here) Try adding: #define _GCC_LIMITS_H_ to limitx.h...
2008 Aug 08
0
[LLVMdev] llvm-gcc builds on 32 bit linux broken
Mike's suggestion seems to fix the problem - happy to use it, although my impression is that it shouldn't be necessary? -David Shipman On Fri, Aug 8, 2008 at 12:59 PM, Bill Wendling <isanbard at gmail.com> wrote: > On Thu, Aug 7, 2008 at 5:46 PM, David Shipman <dshipman at gmail.com> wrote: >> I've just tried building r54494 on 64bit linux and had the same (no >> include path) >> error. Any i...
2006 Dec 14
3
[LLVMdev] ThisCall / Compilation problems
...0 && "Target didn't implement getPointerRegClass!"); abort(); } causes an error (non void funcs must return a value). Add return(NULL) to fix. Other than that, the MSVC projects reference a few old (deleted) files, but no more code changes are necessary. Thanks, David Shipman -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061215/ca4db4ff/attachment.html>
2002 Sep 21
7
Another printing problem...
...ame as the unix password. Plus, she is allowed to login to all of the other shares (which can be seen in the last line). If anyone could provide me assistance with this, I would greatly appreciate it. I've been scratching my head over this for a couple of days now. -- Jeff "Shippy" Shipman E-Mail: shippy@nmt.edu Computer Science Major ICQ: 1786493 New Mexico Institute of Mining and Technology Homepage: http://www.nmt.edu/~shippy
2005 Sep 05
4
sending fax
...=> fax,1,SetCallerid(${FAX_CALLERID}) exten => fax,2,Dial(Zap/g1/${NumberCalled},60) exten => fax,3,Hangup exten => t,1,Busy exten => i,1,Busy -----Oorspronkelijk bericht----- Van: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Namens Chris Shipman Verzonden: maandag 5 september 2005 7:22 Aan: Asterisk Users Mailing List - Non-Commercial Discussion Onderwerp: [Asterisk-Users] sending fax I've read alot on the wiki about sending and receiving faxes thru asterisk. I've gotten the receive to work great. My question is how does one se...
2008 Aug 07
2
[LLVMdev] llvm-gcc builds on 32 bit linux broken
Hi Matthijs, >> I did put in a hack, but it was horrible. It might be a good idea to >> test out Mike's suggestion to see if it's a better way of doing it. > I just tried building llvm-gcc without your hack, and it still works (even > without the fix Mike suggested). > > So, it seems that r54245 can be reverted again? > > I didn't test bootstrap, however,
2008 Aug 08
0
[LLVMdev] llvm-gcc builds on 32 bit linux broken
I've just tried building r54494 on 64bit linux and had the same (no include path) error. Any idea what's happening here? Thanks, -David Shipman On Fri, Aug 8, 2008 at 6:12 AM, Bill Wendling <isanbard at gmail.com> wrote: > Hi Matthijs, > >>> I did put in a hack, but it was horrible. It might be a good idea to >>> test out Mike's suggestion to see if it's a better way of doing it. >> I just tried...
2011 Mar 09
0
[LLVMdev] Unable to build latest with Visual Studio 2008
Hello, I've been building Clang under Windows 7 and Visual Studio 2008 for a while now, but had not touched it in a few months. Last night I wiped my build tree to do a full rebuild with the latest version, and got the identical error as David Shipman was seeing last September. Are others able to build under VS9 right now? Thanks, John > Subject: Re: [LLVMdev] MS VS2008 build fails - X86AsmParser > From: Chris Lattner ("cla... at apple.com) > Date: Sep 6, 2010 11:11:46 pm > > On Sep 6, 2010, at 10:50 PM, David Shipman...
2005 Sep 05
1
SV: sending fax
...IDNUM}) exten => s,2,Dial(Zap/g${ARG2}/${ARG1},20,,t) exten => s,3,Goto(900) exten => s,103,Goto(900) exten => s,900,Busy exten => s,901,Hangup -----Oorspronkelijk bericht----- Van: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Namens Chris Shipman Verzonden: maandag 5 september 2005 7:22 Aan: Asterisk Users Mailing List - Non-Commercial Discussion Onderwerp: [Asterisk-Users] sending fax I've read alot on the wiki about sending and receiving faxes thru asterisk. I've gotten the receive to work great. My question is how does one se...
2009 Jul 17
2
log error for use on axis
...3.0 32, 1, 219.0 33, 1, 38.0 34, 1, 61889.0 35, 1, 1422.0 36, 1, 606.0 37, 1, 1086609.0 38, 1, 49.0 39, 1, 10619.0 757-864-7114 LARC/J.L.Shipman/jshipman Jeffery.L.Shipman at nasa.gov
2010 Sep 07
3
[LLVMdev] MS VS2008 build fails - X86AsmParser
Hi all, Just tried to build from svn sources with Visual Studio 2008, mostly OK but fails building the X86AsmParser lib - I see a few commits from yesterday that may have something to do with it, but no idea what the solution is. -David See MSVC's beautiful and concise output below; Compiling... X86AsmParser.cpp C:\dev\MSVisualStudio\VC\include\xutility(313) : error C2664: 'bool
2010 Sep 07
0
[LLVMdev] MS VS2008 build fails - X86AsmParser
On Sep 6, 2010, at 10:50 PM, David Shipman wrote: > Hi all, > > Just tried to build from svn sources with Visual Studio 2008, mostly > OK but fails > building the X86AsmParser lib - > > I see a few commits from yesterday that may have something to do with it, but no > idea what the solution is. Wow, that's a...
2007 May 08
1
Remote Phone and Server Behind NAT
I have an asterisk Server (2.1.17) behind NAT with a static IP and port forwarding enabled. The remote SIP phone is also behind NAT. I've gotten them to work except when I specify a secret. When there is a secret configured the phone can not authorize. Has anyone gotten this to work? Regards, Chris -------------- next part -------------- An HTML
2005 Jun 02
0
[LLVMdev] Randomizing Functions & Global variables
On Thu, Jun 02, 2005 at 02:12:22PM -0700, Tanu Sharma wrote: > By randomization of functions I mean the manner in whch they are > called , so that has to do with address.I wish to randomize the order > of calls made to functions when a program is run. How would you "randomize the order of calls made to functions when a program is run" without changing the semantics of the
2009 Dec 06
0
STATISTICAL ANALYSIS OF TEXT EMAILS Re: Refreshments after SOMS Seminar Friday 3:30-4:30 in HBB 334
...in Elizabeth; Kodra, Evan Anton; Kuang, > Xun; lge; Liu, Nancy; Loghavi, Mina; Lu, Xin (Lucy); Mathias, Blake Dustin; > Mcclary, Erica Whitney; Muindi, Pius Matheka; Ohri, Ajay; Pan, Chun; Pannell > Jr, T Allen (Allen); Robson, Paul Andrew; Romanova, Anna V; Roth, Wendy; > Shah, Reshma; Shipman, Michael Livingston; Turan, Esra; Vepkhvadze, Nana; > Wang, Wenfang; Wang, Yingjin; Weese, Maria L; White, Philip Robert; > Williams, Maria Annette; Wu, Wei; Xu, Liang; Xu, Qin; Zeng, Yan; Zhang, > Shuping; Zhao, Yijia; Moser, Jane; Walker, Rebecca M (Becky); Bichescu, > Bogdan Cristian...
2005 Jun 02
4
[LLVMdev] Randomizing Functions & Global variables
By randomization of functions I mean the manner in whch they are called , so that has to do with address.I wish to randomize the order of calls made to functions when a program is run. Reid Spencer <reid at x10sys.com> wrote:Can you explain a little bit more about what you mean by "randomize" functions or global variables? What aspect of them do you want to randomize? Their
2010 Jun 28
23
zpool import hangs indefinitely (retry post in parts; too long?)
Now at 36 hours since zdb process start and: PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP 827 root 4936M 4931M sleep 59 0 0:50:47 0.2% zdb/209 Idling at 0.2% processor for nearly the past 24 hours... feels very stuck. Thoughts on how to determine where and why? -- This message posted from opensolaris.org