search for: melon

Displaying 15 results from an estimated 15 matches for "melon".

Did you mean: mellon
2009 Jun 02
2
[LLVMdev] Request to Bitter Melon regarding the LLVM demo page
Hi Bitter Melon! If it's not too much trouble, could you add a check box to the LLVM demo page to pass the -fnested-functions option to llvm-gcc? I'm interested in studying how nested functions are implemented, but haven't yet been able to get llvm-gcc built on my own system. Thanks! Eric
2009 Jun 02
0
[LLVMdev] Request to Bitter Melon regarding the LLVM demo page
...you add a check box to the LLVM demo > page to pass the -fnested-functions option to llvm-gcc? I'm interested > in studying how nested functions are implemented, but haven't yet been > able to get llvm-gcc built on my own system. I turned it on unconditionally. Meow! Bitter Melon.
2009 Jun 02
1
[LLVMdev] Request to Bitter Melon regarding the LLVM demo page
...tions" is valid for C/ObjC but not for C++ Best regards, Victor -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Duncan Sands Sent: 02 June 2009 10:21 To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Request to Bitter Melon regarding the LLVM demo page Hi Eric, > If it's not too much trouble, could you add a check box to the LLVM demo > page to pass the -fnested-functions option to llvm-gcc? I'm interested > in studying how nested functions are implemented, but haven't yet been > able to...
2006 Mar 24
2
Return all rows, split then show uniques
I''m returning some rows from a tags database that look like this: ID WORDS 1. apple banana pear 2. banana melon 3. apple peach lime What I want to do with that data is use the .split method to divide them into separate values in an array, then use the .uniq method to return a unique list of the words like so: apple, banana, pear, melon, peach, lime So in my controller I have: def taglist @tags = Ta...
2006 May 15
1
pattern instead of colors in bargraph
Hi I am using R 2.2.0 under SuSE 10. I am creating a graph by using the following script: DietF <- read.csv ("DietFem.csv", header = TRUE, as.is=TRUE) attach (DietF) PP <- array(c(bud,flower,shoot,melon,seed.pod,detritus,other), c(16,7)) M <- paste (Month) detach (DietF) png(filename="DietF.png", width=960) barplot (t(PP), ylim=c(0,1), names.arg=M, space=0.3, ylab="proportion of diet") dev.off() The problem is that I would need the bars to be filled with pattern (striped, d...
2009 Jun 30
0
[LLVMdev] simulating c style unions in LLVM
...reate a boxed tagged datatype for a language where it is necessary to resolve the type at runtime. If I were writing an interpreter in C- it would most likely look something like this- > > Is there a standard way for constructing a type like this in LLVM? > Well, you can always ask bitter melon, who translates this: struct foo { unsigned tag; union { long Int; double Float; } data; }; void bar(struct foo *x) { x->data.Int = x->tag; } into this: %struct.anon = type { double } %struct.foo = type { i32, %struct.anon } define void @bar(%struct.foo* nocapture %x) nounwin...
2009 Jun 30
3
[LLVMdev] simulating c style unions in LLVM
I am trying to create a boxed tagged datatype for a language where it is necessary to resolve the type at runtime. If I were writing an interpreter in C- it would most likely look something like this- struct { unsigned tag; union { long Int; double Float; .... } } Is there a standard way for constructing a type like this in LLVM? Thanks again.
2014 Jul 16
1
Must Samba4 AD be provisionned with rfc2307 to use winbind ?
...n level of a DC: (Windows) 2008 R2 That for a start has me totally stumped as where is the 2008 R2 coming from? Does this mean that I can only use this DC with a minimum of 2008 R2 servers? If you include rfc2307 in Samba4 then the schema provided is from 2008 R2. That is definitely twisting my melon. Just to demonstrate my confusion root at zent1:~# samba-tool domain level raise --domain-level=2003_R2 Usage: samba-tool domain level (show|raise <options>) [options] samba-tool domain level: error: option --domain-level: invalid choice: '2003_R2' (choose from '2003', '...
2009 Jul 27
2
Draw plot.table axis on right hand side
...ated. set.seed(2) data <- data.frame(x= floor(runif(80)*5)+1, y=floor(runif(80)*5)+1) data$a <- c("Cow", "Dog", "Fish", "Mouse", "Frog")[data$x] data$b <- c("Banana", "Apple", "Pear", "Orange", "Melon")[data$y] plot(table(data$a, data$b), col=rainbow(5), las=1, main="") Regards, Sean. -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody [...
2009 Jun 30
2
[LLVMdev] simulating c style unions in LLVM
...uage where it is necessary to resolve the type at > runtime. If I were writing an interpreter in C- it would > most likely look something like this- > > > > Is there a standard way for constructing a type like > this in LLVM? > > > > Well, you can always ask bitter melon, who translates > this: > > struct foo > { >    unsigned tag; >    union { long Int; double Float; } data; > }; > > void bar(struct foo *x) { >     x->data.Int = x->tag; > } > > into this: > >     %struct.anon = type { double } >     %struct...
2004 Nov 09
3
no doubt a dumb question, but..
Yes, I am a newbie at R, but it is not the complex commands in R that have me baffled, but simple data commands. For example, why does something like: > plot(Girth ~ Height) *not* work after a command that allegedly loads the data: > data(trees) with the error message: Error in eval(expr, envir, enclos) : Object "Girth" not found but does work after the command: >
2014 Jul 18
1
Must Samba4 AD be provisionned with rfc2307 to use winbind ?
...me totally stumped as where is the 2008 R2 coming from? > > > > Does this mean that I can only use this DC with a minimum of 2008 R2 servers? > > > > If you include rfc2307 in Samba4 then the schema provided is from 2008 R2. > > > > That is definitely twisting my melon. > > > > Just to demonstrate my confusion > > > > root at zent1:~# samba-tool domain level raise --domain-level=2003_R2 > > Usage: samba-tool domain level (show|raise <options>) [options] > > > > samba-tool domain level: error: option --domain-level:...
2004 Jul 12
0
LLVM July Status Update
...explicit #include to .cpp files not in CVS. 24. Reid wrote the Support/SetVector.h file, which provides a vector-like object that does not allow duplicates to be inserted and supports an efficient member query operation. 25. Perhaps most importantly, Brian updated the picture of Bitter Melon on the demo page to a higher fidelity image!! Here are some selected bugs fixed since the last status update: C/C++ Front End: PR374, PR377, PR396 LLVM Core: PR391 Sparc: PR368 X86: PR366, PR369 ... and here is the previous status update, just in case you forgot what we did last time: http:...
2011 Sep 15
1
TOP and Rayman 3 wine 1.3.28
...t Quest: [Expel the Wolves>> ID[641] Type[1] Set Quest: [Wolves Massacre>> ID[642] Type[1] Set Quest: [Clearance of Killer Cactus>> ID[643] Type[1] Set Quest: [Bitter Medication>> ID[644] Type[1] Set Quest: [Cactus Water Pouch>> ID[645] Type[1] Set Quest: [Rolling Melons>> ID[646] Type[1] Set Quest: [Bitter Fruit>> ID[647] Type[1] Set Quest: [Legend of Phantom Tree>> ID[648] Type[1] Set Quest: [Treant Holiday>> ID[649] Type[1] Set Quest: [Unparallel Evil>> ID[650] Type[1] Set Quest: [Flush out the Bandits>> ID[651] Type[1]...
2004 Apr 21
4
Resetting network device / skb leak
hi, I seem to have a problem with the Linux xen-network driver leaking skbs. This is probably my own fault, upon resumption after migration I call this: void network_resume(void) { struct net_device* dev = __dev_get_by_name("eth0"); MOD_DEC_USE_COUNT; network_open(dev); } -- which works fine. However, in network_open() the call to NETOP_RESET_RINGS seems to clear all the