search for: footy

Displaying 5 results from an estimated 5 matches for "footy".

Did you mean: foot
2001 Aug 23
0
AD : Did you miss the footy on On Digital ???
All Channel Auto Update Cards ( No Inputting of monthly codes) £25 Modified Originl Cards (The Full Monty) £40 Both are ECM Proof :-) and Include the New ITV Sport Channels
2008 May 09
2
attr_accessor_with_default funny
...low me to use += to easily accumulate values. When I did so I came across some slightly perplexing behaviour which I was wondering if anybody could explain to me. When I tried to create a method in the class which used += on the bare attribute it complained that the attribute was nil D:\Data\Ruby\footy>ruby script\console Loading development environment (Rails 2.0.2) >> class Foo >> attr_accessor_with_default :bar, 0 >> def increment_bar >> bar += 1 >> end >> end => nil >> f = Foo.new => #<Foo:0x37b47d0> >> f.increment_bar N...
2013 Oct 24
0
[LLVMdev] LLVM use chains
...gt; the .str1? What I really want to do is to 'erase' the function. By erasing > I'd expect the uses of .str1 to 0 (because in the example I have it is used > only by f()) and I see they are not. To remove something, the normal idiom is Foo->replaceAllUsesWith(UndefValue::get(FooTy)); Foo->eraseFromParent(); Is that what you are trying to do? Cheers, Rafael
2013 Oct 24
2
[LLVMdev] LLVM use chains
On 10/24/13 2:13 AM, Rafael Espíndola wrote: > On 23 October 2013 22:41, Vassil Vassilev <vvasilev at cern.ch> wrote: >> Hi, >> I have: >> ... >> @.str1 = private unnamed_addr constant [21 x i8] c"Now f is a >> function\0A\00", align 1 >> ; Function Attrs: ssp uwtable >> define i32 @_Z1fv() #2 { >> entry: >> %call =
2007 Dec 18
11
Ortho - a library for JavaScript Graphics and Text
I''ve written a JavaScript library called Ortho (http://www.craic.com/ ortho) on top of Prototype for creating ''diagram-style'' graphics in JavaScript. You can create histograms, graphs, timeline plots, ''maps'' of genomic data, annotated images, tree diagrams, etc. Unlike Canvas, it seamlessly integrates text with graphics and the output looks the same