search for: zahra

Displaying 13 results from an estimated 13 matches for "zahra".

Did you mean: zahara
2008 Mar 28
2
installing a new package
Dear all, I have prepared a new package to install in R, I tried to check my package and I got the following message ------------------------------------------------------------------------ 232sub141:~ zahra$ R CMD check /Users/zahra/Desktop/HighProbability * checking for working latex ... OK * using log directory '/Users/zahra/HighProbability.Rcheck' * using R version 2.6.2 (2008-02-08) * checking for file 'HighProbability/DESCRIPTION' ... OK * this is package 'HighProbability'...
2015 Jul 09
4
[LLVMdev] insert nop instruction
Hi. I need to write a function pass that insert nop instruction in function. Examples of these instructions are: %nop = add i1 0, 0 or %nop = alloca i1, i1 0. This link couldn't help me: http://llvm.org/docs/ProgrammersManual.html#creating-and-inserting-new-instructions I need a clear example about inserting new instruction. Anyone can help me? Thanks. -------------- next part --------------
2015 Jul 09
2
[LLVMdev] insert nop instruction
...ou > should probably be trying to insert them at a very late stage of the > backend instead. Different IR's based on MachineInstr and MCInst are > used in these later stages. > > *From:*llvmdev-bounces at cs.uiuc.edu > [mailto:llvmdev-bounces at cs.uiuc.edu] *On Behalf Of *Zahra Marj > *Sent:* 09 July 2015 12:33 > *To:* David Chisnall > *Cc:* LLVM Developers Mailing List > *Subject:* Re: [LLVMdev] insert nop instruction > > My pass runs after optimization passes. > > On Thu, Jul 9, 2015 at 1:11 PM, David Chisnall > <David.Chisnall at cl.cam.a...
2015 Jul 09
2
[LLVMdev] insert nop instruction
...in the IR or SelectionDAG) will remove them > before machine code generation. If you want to insert NOPs into the > generated machine code, then this will not help you (you could insert > inline assembly containing nops into the IR). > > David > > > On 9 Jul 2015, at 09:25, Zahra Marj <zahrafatehimarj at gmail.com> wrote: > > > > Hi. > > I need to write a function pass that insert nop instruction in function. > Examples of these instructions are: %nop = add i1 0, 0 or %nop = alloca i1, > i1 0. This link couldn't help me: > http://llvm.or...
2014 Oct 05
2
[LLVMdev] extending LLVM - basic block reordering
​Hi. I want to change order of code basic blocks in memory. I visited " http://llvm.org/docs/ExtendingLLVM.html" page and it advised me to ask it before any effort. What parts of LLVM help me and how? I am a newbie on LLVM. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Feb 27
1
installing package
...use this command. My specific question is where should I type this command? In help page, we have Use R CMD INSTALL --help for more usage information when I type this, I have > R CMD INSTALL --help Error: unexpected symbol in "R CMD" Is there something I do wrong? Thanks in advance Zahra Mntazeri
2017 Jun 21
0
Problem with shortestPath in igraph and qgraph
...pitfalls. [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html [3] https://cran.r-project.org/web/packages/reprex/index.html -- Sent from my phone. Please excuse my brevity. On June 20, 2017 11:15:23 AM PDT, Zahra Tofighi <tofighizahra at gmail.com> wrote: >hello, > >I have a graph and i use qgraph package to calculate centrality >parameters. >Now I want to know the maximum value of shortest path for each vertex >with >discarding the Inf value in short pathes. For this I use the &g...
2017 Jun 20
2
Problem with shortestPath in igraph and qgraph
hello, I have a graph and i use qgraph package to calculate centrality parameters. Now I want to know the maximum value of shortest path for each vertex with discarding the Inf value in short pathes. For this I use the ShortestPathLengths of centrality function in qgraph. but when I want to get the maximum the result is wrong. here is my code: cen<-centrality(Q)
2008 Nov 29
0
need package telecommunication
Helo, I'm looking for package and database concerning egalisation in telecommunication. Please can you help me to find it on R. Thank you for your help. -- Fatima-Zahra ELGHAZOULI Elève Ingénieur GSTR5 ENSA Tanger ----- www.ensat.ac.ma [[alternative HTML version deleted]]
2009 Jun 10
1
ovirt-viewer crash - please help
Hi, Im running Fedora 10. I use the command : ovirt-viewer ovirt-appliance and ovirt-viewer opens up, which is a gray-yellow screen. there is a text box and a connect button. i enter the localhost.localdomain, 127.0.0.1 or static ip address and then it says that couldnt connect to the server and crashes. Would you please please help me. looking forward to your kind reply. zara --------------
2017 Jun 18
1
error for using igraph library: 'edges' must be numeric or character
hello, i want to use igraph for drawing graph of my data. First time i try do it and it was successful. but now i want to test again i got this error: "edges must be numeric or character". this is my edge list(this is output from R): From To 1 US20100331312 2 US20100331341 3 US20100330919 US20100041339 4 US20100330919 US20100195590 5 US20100330919
2015 Feb 13
2
[LLVMdev] module functions
Hi. I would like to move first function of module to end. To do this, I remove function from module, then I insert it with getOrInsertFunction() method. It worked. But there is a problem: I can't see body of function (basic blocks). In other words, function basic blocks don't move. To solve, I store function basic blocks before remove it. and after function insertion, I want to insert
2011 Sep 02
0
ssh connection problem
Hello, I have a problem in remote connection to libvirt deamon. when I add the ssh connection in virt-manager, this error message appears: server closed connection: Traceback (most recent call last): ? File "/usr/share/virt-manager/virtManager/connection.py", line 1022, in _try_open ??? None], flags) ? File "/usr/lib/python2.7/dist-packages/libvirt.py", line 107, in