search for: sevak

Displaying 9 results from an estimated 9 matches for "sevak".

Did you mean: seva
2009 May 13
5
Help with reshape/reShape and indexing
...ndex$Name, colvar=df.index$Index) colnames(df2) = c("V1", "V2", "V3") However, is there a way to get to df2 without using the Index column and still have the NAs written as described above? Thank you so much for your help on these two issues. With best regards, Dana Sevak
2012 Feb 21
3
[LLVMdev] How To Pass An Command Line Option To The Pass
Hi all, I have a problem with passing multiple option(-flag=aaa/bbb) from clang to llvm, I don't know how to parse it, should I parse it in clang and pass it to llvm or should I parse it in llvm pass where I use it, could you help me. Thanks in advance, Sevak.
2012 Feb 22
1
[LLVMdev] How To Pass An Command Line Option To The Pass
On 2/22/2012 7:29 AM, Sevak Sargsyan wrote: > Hi all, > I have problem with debugging clang, gdb does not stop in function > ParseFrontendArgs, the function works because I wrote errs() and I saw > it in command line, > I also wrote __asm__("int $3") in ParseFrontendArgs but it does not help. Are yo...
2009 Nov 22
2
Help with indexing
Dear R Helpers, I am missing something very elementary here, and I don't seem to get it from the help pages of the ave, seq and seq_along functions, so I wonder if you could offer a quick help. To use an example from an earlier post on this list, I have a dataframe of this kind: dat = data.frame(name = rep(c("Mary", "Sam", "John"), c(3,2,4))) dat$freq =
2012 Feb 22
0
[LLVMdev] How To Pass An Command Line Option To The Pass
Hi all, I have problem with debugging clang, gdb does not stop in function ParseFrontendArgs, the function works because I wrote errs() and I saw it in command line, I also wrote __asm__("int $3") in ParseFrontendArgs but it does not help. Thanks in advance.
2012 Apr 14
0
[LLVMdev] splice problem
...on with another, I have even tried splice basic blocks of copy of this function, but it also does not help, I have got working byte code and I have compiled it by help llc, problem is in clang, clang throw exception when works pass "Delete Garbage Collector Information" pass. best regards Sevak.
2013 Apr 24
1
R Interactive Mode
...39;t want to enter the parameter and don't want to change anything in the code which is quite difficult/. Thank you in advance, Hrach -- Hrachya Astsatryan Head of HPC Laboratory, Institute for Informatics and Automation Problems, National Academy of Sciences of the Republic of Armenia 1, P. Sevak str., Yerevan 0014, Armenia t: 374 10 284780 f: 374 10 285812 e: hrach@sci.am skype: tighra [[alternative HTML version deleted]]
2011 Oct 01
2
Help with cast/reshape
I realize that this is terribly basic, but I just don't seem to see it at this moment, so I would very much appreciate your help. How shall I transform this dataframe: > df1 ? Name Index Value 1??? a???? 1?? 0.1 2??? a???? 2?? 0.2 3??? a???? 3?? 0.3 4??? a???? 4?? 0.4 5??? b???? 1?? 2.1 6??? b???? 2?? 2.2 7??? b???? 3?? 2.3 8??? b???? 4?? 2.4 into this dataframe: > df2 ??? Index?
2009 Sep 21
0
Help needed to clarify hclust and cutree algorithms
...ons (and how), or do I need to do other data manipulation (and if so what exactly) to make sure the output complies to the requirements above? Thank you very much for your help in clarifying these issues. > sessionInfo() R version 2.8.1 (2008-12-22) i486-pc-linux-gnu With best regards, Dana Sevak