search for: amir

Displaying 20 results from an estimated 174 matches for "amir".

Did you mean: ami
2012 Aug 17
4
Appending many different and separate Excel files using R
...itional variable in the final file indicating from which files the data come from. As I have many Excel files and their sizes are very big I should write a loop in R to do the work. I will be very happy if you guide and help me to write the codes. Thank you very much in advance. Kind regards, Amir Kasaeian Amir Kasaeian, PhD Student in Biostatistics, Dept. of Epidemiology and Biostatistics, School of Public Health, Tehran University of Medical Sciences (TUMS). P.B. : 14155-6446 Cell Phone: +98-912-2063511 E-mail: akasaeian@razi.tums.ac.ir             amir_kasaeian@yahoo.com   [[alter...
2012 Sep 18
0
Appending many different and separate Excel files using R
...sv, like you do in your post. With the side effect that any other software package would be able to access, and get rid of Excel dependency. But if for some reason you need Excell, then the error message is clear, only file extensions xls and xlsx are allowed. Rui Barradas Em 18-09-2012 13:54, Amir Kasaeian escreveu: > > > > Hello, > Thank you for all your support and help. > It works though I have a new problem and I don?t know can I ask you my questions. > For example, I encountered the below message when I append 30 files each of size 1000 observations with about 100 v...
2014 Oct 22
2
[LLVMdev] Fetching the functions in C files
...*BC! #AI29bEBB2I (some more binary)* This error is just the same error that I received while using llvm-extract on a .c file (not .bc or .ll). Do I have to include other things in the command ? I mean generating a function.ll without anything as header, Module ID, etc might be wrong. right ? -Amir On Tue, Oct 21, 2014 at 7:51 PM, Markus Timpl <tima0900 at googlemail.com> wrote: > You can use llvm-dis to turn .bc files into .ll files. > Am 22.10.2014 01:44 schrieb "Amir H. Ashouri" < > amirhossein.ashouri at gmail.com>: > > Thanks for the answer John. &g...
2014 Oct 21
2
[LLVMdev] Fetching the functions in C files
...xtract and it works, but my concern is if the output of the extract could be saved as .ll instead of .bc. Sort of human-readable format so that I can parse it. Otherwise, it is better to parse the foo.ll file right away instead of using the extract tool. Please correct me if I am wrong. Thanks, -Amir On Tue, Oct 21, 2014 at 7:02 PM, John Criswell <jtcriswel at gmail.com> wrote: > On 10/21/14, 5:27 PM, Amir H. Ashouri wrote: > > Hello Everyone, > > Just subscribed to the mailing list. > > I was wondering how I am going to fetch each functions of a specific > so...
2010 Jun 02
3
writing a matrix in a file
...st.txt",append=TRUE) how can I do this? Result file: 5 5 -1 -1 -1 -1 8 8 2 7 6 5 6 6 8 2 7 5 Matrix: [,1] [,2] [,3] [,4] [,5] [,6] [1,] 5 5 -1 -1 -1 -1 [2,] 8 8 2 7 6 5 [3,] 6 6 8 2 7 5 Regards, Amir
2012 Dec 08
2
[LLVMdev] Compile code for arm
...ils, which is essentially the same thing, for now. > > Feel free to search for those three options on the list and you'll > find a plethora or examples and discussions that will guide you > through the process. > > cheers, > --renato > > > On 8 December 2012 19:52, Amir Yazdanbakhsh <amir.yazdanbakhsh at gmail.com> > wrote: > > Thanks for your help. But I got this warning which it seems it doesn't > use > > -triple > > > > "clang: warning: argument unused during compilation: '-triple > arm-none-eabi' > &gt...
2006 Feb 28
4
multiple keys table
...s not support a table with multiple keys ??? it seems that the ActiveRecord set_primary_key method can only set the column name... (hope i''m wrong there) example: table A - P.K id, string name table B - P.K id, string name table C - P.K a_id and b_id, both are also foreign keys. Thanks, Amir. -- Posted via http://www.ruby-forum.com/.
2012 Apr 25
8
showing error (gsub) when switching from session to cookies
...social networking site so working with railspace application. Everything is working fine but I stuck in the problem when i am giving the authorization tocken to the user to remember him/her. My Error and controller code is below Error:- private method `gsub'' called for 4:Fixnum C:/Users/Amir/Downloads/IR/ruby/lib/ruby/1.8/cgi.rb:342:in `escape'' C:/Users/Amir/Downloads/IR/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/cgi_ext/cookie.rb:73:in `to_s'' C:/Users/Amir/Downloads/IR/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/cgi_ext/...
2012 Dec 08
1
[LLVMdev] Compile code for arm
...nsin-Madison E-mail: yazdanbakhsh at wisc.edu <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< On Sat, Dec 8, 2012 at 3:39 PM, Tim Northover <t.p.northover at gmail.com>wrote: > Hi Amir, > > On Dec 8, 2012 8:13 PM, "Amir Yazdanbakhsh" <amir.yazdanbakhsh at gmail.com> > wrote: > > My problem is I am playing with the size of registerfile in ARM. I > thought I can do it with only modifying the Target in the LLVM directory. > But if it is going to...
2012 Dec 08
2
[LLVMdev] Compile code for arm
...yazdanbakhsh at wisc.edu <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< On Sat, Dec 8, 2012 at 1:43 PM, Renato Golin <rengolin at systemcall.org>wrote: > On 8 December 2012 19:10, Amir Yazdanbakhsh <amir.yazdanbakhsh at gmail.com> > wrote: > > Hi, > > > > I've installed clang version 3.3 on ubuntu. > > I want to cross-compile a C code into ARM (preferably) ARMv7. I want to > get > > both assembly code and binary. Can anyone help me wh...
2012 Dec 08
0
[LLVMdev] Compile code for arm
...assembly and assembly/link with ARM gnu binutils, which is essentially the same thing, for now. Feel free to search for those three options on the list and you'll find a plethora or examples and discussions that will guide you through the process. cheers, --renato On 8 December 2012 19:52, Amir Yazdanbakhsh <amir.yazdanbakhsh at gmail.com> wrote: > Thanks for your help. But I got this warning which it seems it doesn't use > -triple > > "clang: warning: argument unused during compilation: '-triple arm-none-eabi' > " > > Best Regards, > A....
2006 Jan 08
2
Filters in waveslim
...For all these functions, default is "la8" and other possibility is "haar". In related documents, another possibilities like as symlet and coiflet ... are not cited. Besides "la8" and "haar", which wavelet filters can be used? Thank you for any help, Amir Safari --------------------------------- [[alternative HTML version deleted]]
2007 Feb 08
3
Running source from Unix line
...I run something like source("filename") from the Unix command line? Maybe somthing like ./R CMD source("filename") - this does not work. I need to run an R source code file with a command from the Unix command line. assuming that I have R installed on my system. Thank you all Amir. -- View this message in context: http://www.nabble.com/Running-source-from-Unix-line-tf3196035.html#a8874226 Sent from the R help mailing list archive at Nabble.com.
2006 Nov 20
3
Creating a new vector ( another problem)
...at other 4 positions (indices) in x are filled out with NA. For generating such a new vector, I have no idea. I tried in some ways but all were wrong and therefore I do not want to confuse you. How could such a purpose be coded? Please help me with any idea. Thank you so much for help. Amir Safari
2012 Dec 08
0
[LLVMdev] Compile code for arm
Hi Amir, On Dec 8, 2012 8:13 PM, "Amir Yazdanbakhsh" <amir.yazdanbakhsh at gmail.com> wrote: > My problem is I am playing with the size of registerfile in ARM. I thought I can do it with only modifying the Target in the LLVM directory. But if it is going to use gcc-toolchain, then I nee...
2014 Oct 21
2
[LLVMdev] Fetching the functions in C files
...g how I am going to fetch each functions of a specific source code file (c/c++) using the LLVM framework. For instance, I would like to apply certain passes using llvm-opt on certain functions not the whole file. I would appreciate any hints or idea leading me about the starting point. Regards, -Amir -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141021/c21e3d1b/attachment.html>
2006 Nov 20
3
Creating a new vector
...procedure, x dose not merely include negative values. It includes negative, NA and also positive values. What could be the reason for appearing pasitive values? And how to correct this? And more generally how can this purpose be coded more convenient? Thank you so much for any reply. Amir Safari
2006 Nov 13
1
Line Breaks in Logon Banner Text
Using poledit and NTCONFIG.POL with Samba3 and XP workstations I was wondering if somebody could tell me how I can get line breaks to appear in the Logon Banner Text. I have tried /n and ~ so far but no luck Thanks, Amir
2006 Mar 10
2
creating new vector
...e sum of every 5 observations sequently. That is , each new observation is sum of every 5 sequent observations, from the first observation of previous vector to the end. So new vector must include 500 observations. My effort did not work in R. Do you have any way? Thanks a lot for any help. Amir --------------------------------- [[alternative HTML version deleted]]
2006 Feb 07
2
Prediction method for lowess,loess,lokerns,lpepa,ksmooth
Hi Every Body, I don't know why some regression functions have no related prediction function. For example lowess, loess, lokerns, lpridge, lpepa, and ksmooth. What could help? Is there any global or wrapper function so that can help? Regards, Amir Safari --------------------------------- [[alternative HTML version deleted]]