search for: stole

Displaying 20 results from an estimated 181 matches for "stole".

Did you mean: stolen
2012 Mar 04
2
[LLVMdev] I stole the demo.
I had a little time on my hands this afternoon, so I stole the Clang/LLVM demo and modified it to allow compiling for several other targets: http://ellcc.org/demo I did notice one flaw in the LLVM demo, there doesn't seem to be a way to upload a file to compile, at least with Firefox. I modified the cgi script slightly to clear the $source variabl...
2012 Mar 05
0
[LLVMdev] I stole the demo.
Hi Richard, > I had a little time on my hands this afternoon, so I stole the Clang/LLVM demo > and modified it to allow compiling for several other targets: > http://ellcc.org/demo does it use the correct header files for the target etc? Ciao, Duncan.
2012 Mar 05
1
[LLVMdev] I stole the demo.
On Monday, March 05, 2012 02:29:56 AM Duncan Sands wrote: > Hi Richard, > > > I had a little time on my hands this afternoon, so I stole the Clang/LLVM > > demo and modified it to allow compiling for several other targets: > > http://ellcc.org/demo > > does it use the correct header files for the target etc? > > Ciao, Duncan. Yes, it does. The header files are from my port of the NetBSD C library. I'm...
2006 Jul 28
1
escape/unescape attribution
...t filing this as a bug, but simply as confusion. In the mongrel.rb, you have a comment that says this about the self.escape method: # Performs URI escaping so that you can construct proper # query strings faster. Use this rather than the cgi.rb # version since it''s faster. (Stolen from Camping). def self.escape(s) s.to_s.gsub(/([^ a-zA-Z0-9_.-]+)/n) { ''%''+$1.unpack(''H2''*$1.size).join(''%'').upcase }.tr('' '', ''+'') end That "Stolen from Camping" thing...
2009 Jul 17
2
[LLVMdev] "LLVM powered Mono"
Looks like LLVM support in Mono has matured to the point they're willing to advertise it: http://tirania.org/blog/archive/2009/Jul-16.html Paul PS Zoltan, sorry if I stole your opportunity to break the news :)
2015 Jan 23
5
Programming Tools CTV
Hi all, Sorry if this doesn't end up in the thread. Tobias Verbeke forwarded that e-mail to me, because he thought I would be interested in maintaining the Programming Tools CTV. I wasn't subscribed to R-devel yet, but I would indeed like to volunteer to maintain the Programming Tools CTV. It will be my first time creating a CTV, so some guidance on getting it setup will be appreciated.
2018 Sep 19
4
RFC Storing BB order in llvm::Instruction for faster local dominance
...ompiles. My solution is to hook into the actual BB ilist modification methods, so that we can have greater confidence that our cache invalidation is correct. I created a patch for this at https://reviews.llvm.org/D51664, which adds a lazily calculated position integer to every llvm::Instruction. I stole a bit from BasicBlock's Value subclass data to indicate whether the orders are valid. Hopefully everyone agrees that this a reasonable direction. I just figured I should announce this IR data structure change to the -dev list. :) Reid -------------- next part -------------- An HTML attachment...
2006 Mar 02
3
reloadable classes for other base classes than the built-ins
I''m working on the plugin for RBatis and a new little thing I''m toying around with called ActiveMessaging (sorry, David I stole the name from you from the TW AwayDay ;-)). Anyway, in both these applications I want to be able to have reloadable classes that don''t extend any of the standard built in ones. So, I don''t mean to offend the Eminent Core Members by digging up their little skeletons but this code...
2007 Dec 07
9
Merb-style development exception pages for Mac OS X
I like the merb-style exception pages where there''re links to open the files listed in the stack trace in TextMate and the source around each line a lot so I stole the idea (and the code!) and made a patch for Rails: http://dev.rubyonrails.org/ticket/10401 Here''s how it looks like in Merb: http://yehudakatz.com/wp-content/uploads/stacktrace.gif What do you guys think? Personally I find it very convenient to be able to click the line numbers and go...
2020 Mar 13
2
How to simply split MachineBasicBlock ?
Hi I am developing some machine function pass. I want to split MachineBasicBlcok when I find some specific machine instruction. But I don't insert or delete any machine instruction. I just "simply" , "purely" split the MachineBasicBlcok. (So, I stole the idea from ARM64BranchRelaxation::splitBlockBeforeInstr.) This is my code : // I would pass call instruction to this function void split_mbb(MachineInstr* mi){ MachineBasicBlock* mbb=mi->getParent(); MachineFunction* mf=mbb->getParent(); MachineBasicBlock* new_mbb=mf->CreateMac...
2006 Apr 22
2
RE: SPA 3000 - UK Replacement
First off I am totally annoyed and let down by PC World Business (PCWB part of the Dixons Group). I ordered one of these babies from them over a month ago. After constantly chasing them up they finally told me they couldn't deliver, and have now only just returned the money they "stole" from me. I only bought from them because they showed a 4-day availability stock level! Now I'm screwed as it seems these are impossible to come by in the UK now since Sipura decided to discontinue it.. Now my back to my subject. Does anyone know of a decent replacement for the SPA3000....
2017 Feb 09
2
R CMD check error
.... */ typedef enum {Ward_2, Ward_1, Ward_buggy_octave} precond_type; void (*expm)(double *x, int n, double *z, precond_type precond_kind); void R_init_hmm(DllInfo *dll) { expm = (void (*)) R_GetCCallable("expm", "expm"); } I don't expect that this is the problem since I stole the above almost verbatim from the msm package. Terry T. On 02/09/2017 11:23 AM, Martyn Plummer wrote: > On Thu, 2017-02-09 at 09:52 -0600, Therneau, Terry M., Ph.D. wrote: >> Martin, >> I am aware of --vanilla; I use it myself for some testing. In this case R_LIBS_USER was &...
2000 Mar 28
1
loess.smooth dumps core
Has the loess.smooth() function changed? It used to work, but now it causes R to abort with a segmentation fault. I stole the function points.lines() from V&R 1st ed. pp. 67--68, but now it only works if I remove the line with loess.smooth. Here's the function I'm using: points.lines <- function(x, y, ...) { cor1 <-round(cor(x, y, use="pairwise"), digits=2) ok <- !(is.na(x) |...
2016 Jul 04
2
CALLERID on pjsip doesn't work?
...1, Joshua Colp <jcolp at digium.com> wrote: > > >> exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>) >> same => n,Dial(PJSIP/phone123, 30) >> > > Your exten line has no priority, is that how it is in your dialplan? > Actually no, I stole that line from an earlier email to this list. Mine has a priority. > If not you can isolate things a bit further by trying the following: > > Set(CALLERID(all)=Jon Doe <+123456789>) > > Or individually: > > Set(CALLERID(name)=Jon Doe) > Set(CALLERID(num)=+123456789)...
2009 Jul 17
0
[LLVMdev] "LLVM powered Mono"
...? On Jul 17, 3:08 am, "Paul Melis" <l... at assumetheposition.nl> wrote: > Looks like LLVM support in Mono has matured to the point they're willing > to advertise it: > > http://tirania.org/blog/archive/2009/Jul-16.html > > Paul > > PS Zoltan, sorry if I stole your opportunity to break the news :) > > _______________________________________________ > LLVM Developers mailing list > LLVM... at cs.uiuc.edu        http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2001 Aug 10
1
Standard Open Source Bug detected, try murksaround ...
...sc dir, trying it on an ogg (with ogg123) gives the following output: Standard Open Source Bug detected, try murksaround ... (ogg123 is decoding to stdout) IIRC this also happened with older mpg123's but no longer with the latest release. Latest ogg123 from CVS still gives it though. Someone stole code but forgot to check for fixes? :) I've put the code which produces this below. It looks as if an entry in the headers is wrong: --------------------------------------------------------- fprintf (stderr, " ..." ); fread ( header, sizeof(*header), sizeof(header)/sizeof(*h...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
On Di, 2015-01-27 at 10:42 +0200, Michael S. Tsirkin wrote: > On Tue, Jan 27, 2015 at 02:47:54AM +0000, Ben Hutchings wrote: > > On Mon, 2015-01-26 at 09:37 -0500, Vladislav Yasevich wrote: > > > If the IPv6 fragment id has not been set and we perform > > > fragmentation due to UFO, select a new fragment id. > > > When we store the fragment id into skb_shinfo,
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
On Di, 2015-01-27 at 10:42 +0200, Michael S. Tsirkin wrote: > On Tue, Jan 27, 2015 at 02:47:54AM +0000, Ben Hutchings wrote: > > On Mon, 2015-01-26 at 09:37 -0500, Vladislav Yasevich wrote: > > > If the IPv6 fragment id has not been set and we perform > > > fragmentation due to UFO, select a new fragment id. > > > When we store the fragment id into skb_shinfo,
2006 Oct 27
1
Iax bug ?
Hello, I'm french, so excuse my poor English. I'm face to a terrible thing, with has stole a lot of my time. On the .184 machine, I've the following iax.conf : [general] rtcachefriends=yes bandwidth=high tos=reliability jitterbuffer=no autokill=yes #include "iax.voip1.conf" #include "iax.renoir.conf" The iax.voip1.conf file contains : [VOIP1] type=friend host=...
2015 Apr 22
3
libvirtd for el7
Hi, I see that for EL6 gwd already has pushed a libvirtd package with version 1.2.10[1]. I got request from VDSM development to provide libvirt >= 1.2.9 for EL7 for oVirt 3.6. gwd, do you just rebuilt http://koji.fedoraproject.org/koji/buildinfo?buildID=594825 ? I'm looking at http://koji.fedoraproject.org/koji/buildinfo?buildID=628689 may this work for you? [1]