search for: problem1

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

Did you mean: problem
2010 Nov 18
3
problems subsetting
...e forums for an answer - and there is plenty of questions along the same line - but none of the paproaches shown worked to my problem: I have a data frame that I get from a csv: summarystats<-as.data.frame(read.csv(file=f_summary)); where I have the columns Dataset, Class, Type, Category,.. Problem1: I want to find a subset of this frame, based on values in multiple columns What I do currently is: subset1 <- summarystats subset1<-subset1[subset1$Class == 1,] subset1<-subset1[subset1$Type == 1,] subset1<-subset1[subset1$Category == 1,] Now, this works, but is UGLY! I tried using...
2012 Jun 20
2
[LLVMdev] Back-end: how to test all lowering condition
...oper lowering, thus resulting in the well-known "cannot select" error. I guess this is because I have not implemented all possible instructions defined in the Selection DAG, those declared in include/llvm/CodeGen/ISDOpcodes.h, which apparently are different from those declared in the IR. Problem1: how can I know the complete list of ISD:: instruction (SelectionDAG) I have to implement (either by promoting, customizing and expanding)? A possible solution is to implement all of them, taking the list defined in the file mentioned above or taking the list from an already existing target (e.g. M...
2012 Jun 20
0
[LLVMdev] Back-end: how to test all lowering condition
...thus resulting in the well-known "cannot select" error. > I guess this is because I have not implemented all possible instructions defined in the Selection DAG, those declared in include/llvm/CodeGen/ISDOpcodes.h, which apparently are different from those declared in the IR. > > Problem1: how can I know the complete list of ISD:: instruction (SelectionDAG) I have to implement (either by promoting, customizing and expanding)? > A possible solution is to implement all of them, taking the list defined in the file mentioned above or taking the list from an already existing target (e...
2012 Jun 20
1
[LLVMdev] Back-end: how to test all lowering condition
...thus resulting in the well-known "cannot select" error. > I guess this is because I have not implemented all possible instructions defined in the Selection DAG, those declared in include/llvm/CodeGen/ISDOpcodes.h, which apparently are different from those declared in the IR. > > Problem1: how can I know the complete list of ISD:: instruction (SelectionDAG) I have to implement (either by promoting, customizing and expanding)? > A possible solution is to implement all of them, taking the list defined in the file mentioned above or taking the list from an already existing target (e...
2014 Dec 01
0
Fwd: samba 3.6.24 domain member as printserver in win2008/2012 domain: Access denied
Isn't there anybody who can help with this? Just a little hint maybe? -------- Originalnachricht -------- Betreff: samba 3.6.24 domain member as printserver in win2008/2012 domain: Access denied Datum: 2014-11-28 15:03 Von: problem1 at proxyma3.eu An: samba at lists.samba.org Hello everyone on the list, I'm trying to set up a samba server as a print server for a special purpose. The aim is to have a special printer which takes the printjobs to hand it over to a script for further processing. I have this running an an o...