search for: footi

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

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
I created some virtual attributes in a model in order to store intermediate calculated values. I wanted to use attr_accessor_with_default so that I could give the calculated values an initial value to allow 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
2013 Oct 24
0
[LLVMdev] LLVM use chains
>> You probably want replaceAllUsesWith. > > I am sorry I don't understand. Are you suggesting calling replaceAllUses of > 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
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