Displaying 20 results from an estimated 181 matches for "stoles".
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 variable if a upload file has been selected.
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
2006 Jul 28
1
escape/unescape attribution
Not 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) {
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
Hi folks,
I looked into some slow compiles and filed
https://bugs.llvm.org/show_bug.cgi?id=38829. The gist of it is that we
spend a lot of time iterating basic blocks to compute local dominance, i.e.
given two instructions in the same BB, which comes first.
LLVM already has a tool, OrderedBasicBlock, which attempts to address this
problem by building a lazy mapping from Instruction* to position.
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
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?
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
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
2017 Feb 09
2
R CMD check error
Martyn,
No, that didn't work.
One other thing in the mix (which I don't think is the issue) is that I call one of the
C-entry points of expm. So the DESCRIPTION file imports expm, the NAMESPACE file imports
expm, and the init.c file is
#include "R.h"
#include "R_ext/Rdynload.h"
/* Interface to expm package. */
typedef enum {Ward_2, Ward_1, Ward_buggy_octave}
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)
2016 Jul 04
2
CALLERID on pjsip doesn't work?
On 1 July 2016 at 17:41, 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.
2009 Jul 17
0
[LLVMdev] "LLVM powered Mono"
Sorry for being a newbie on the matter, but could someone explain the
comment (in response to: "Considering it [LLVM] supports three other
languages with try/catch clauses just fine (C++, Ada, and now, Java),
I think it would be incorrect to say "it is not able to support some
of the features"."):
------------------------------
The issue is that the exception handling as
2001 Aug 10
1
Standard Open Source Bug detected, try murksaround ...
When using the abx utility that is in LAME's
misc 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? :)
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
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]