search for: main_0

Displaying 2 results from an estimated 2 matches for "main_0".

Did you mean: main__
2012 Jan 04
0
RCurl : Problem with submitting using postForm()
...e are 2 submit buttons on the page and I'm not hitting the right one. I have tried everything I can think of to submit the form correctly but with no luck. My current code is as follows. library(RCurl) library(XML) page<-postForm("http://tatts.com/racing/outletsearch.aspx", `main_0$racingmiddle_0$CityTextBox`="", `main_0$racingmiddle_0$PostcodeTextbox`="4000", `main_0$racingmiddle_0$StateDropDownList`="Queensland", `main_0$racingmiddle_0$SearchButton`="List Outlets") doc<-htmlParse(page,asText=TRUE) readHTMLTable(doc) An...
2009 Jan 20
1
[LLVMdev] bitcast i32 ... to i32 "magically fixes" value?
...this is the right behavior, or label it a bug. target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64- f80:128:128" target triple = "i386-apple-darwin8" define i32 @entry () { %result = invoke i32 @main_0() to label %Done unwind label %Exn Done: %magically_fixed = bitcast i32 %result to i32 ret i32 %result ; change to %magically_fixed ;;; ret i32 %magically_fixed Exn: ret i32 16 } define i32 @main_0() { ret i32 8 } @.str = internal constant [7 x i8] c"0x%08x\00"...