Displaying 20 results from an estimated 121 matches for "raghu".
2006 Jan 07
2
VB on Linux with Wine
...Explorer
7. Applications access MS-Access, MS SQL Server, Oracle through ODBC.
8. There are BAS modules commonly included in all of these applications.
Can anybody help us in running our applications on Linux?
How do I install VB runtime and my applications on Linux-Wine?
Thanks & Regards
Raghu J.
2010 Sep 27
1
dovecot 2.0.4 imap service error
...'ve made this
change to configuration file.
mail_location = mdbox:/var/mail/mdbox/%u:INDEX=/var/mail/mdbox/%u
instead of
mail_location = mdbox:/var/mail/mdbox/%u
Here's the dovecot.log from last few minutes.
Sep 27 16:08:14 imap: Debug: Added userdb setting:
mail=mdbox:/var/mail/mdbox/raghu
Sep 27 16:08:14 IMAP(raghu): Debug: Effective uid=xxxx, gid=xxx,
home=/home/raghu
Sep 27 16:08:14 IMAP(raghu): Debug: quota: No quota setting - plugin disabled
Sep 27 16:08:14 IMAP(raghu): Debug: Namespace : type=private, prefix=,
sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes
location=md...
2010 Mar 26
6
Rake argument error
Hi,
I''m having a problem loading a sample data with simple rake command.
rake db:fixtures:load
When I run the above command,I get the following error
$rake db:fixtures:load
(in /home/raghu/www/photos)
rake aborted!
a YAML error occurred parsing
/home/raghu/www/photos/test/fixtures/photos.yml. Please note that YAML
must be consistently indented using spaces. Tabs are not allowed. Please
have a look at http://www.yaml.org/faq.html
The exact error was:
ArgumentError: syntax error on l...
2006 Jul 26
3
newbie: Scaffold doesn''t pickup DB changes
...ble structure to add a few columns directly and also tried the migrate script to change the database after I got the initial scaffolding to work. However, I can''t seem to get the new columns to show up and am stumped as to how I can get this to work.
Any suggestions on what I might try?
Raghu Murthyemail: raghuk@yahoo.com
2007 Jul 13
3
THANK YOU: Updating R version
...iron file in the home directory (C:\R-2.5.1) with the line
R_LIBS=c:/myRLib
d) used .libPaths() command to confirm that the new R installation was
recognizing the myRLib sub-directory
e) deleted my old R installation
Things worked fine.
Thanks you.
---------- Forwarded message ----------
From: Raghu Naik <naik.raghu@gmail.com>
Date: Jun 2, 2007 5:13 PM
Subject: Updating R version
To: r-help@stat.math.ethz.ch
A quick question. I am trying to understand how I could move the installed
packages in my R 2.3 version to the newly installed R 2.5 version, without
having to install all the pack...
2004 Mar 30
2
earliest use of rsync?
Dear Folks,
Is there a documented case of earliest use of rsync over internet? I
presume rsync was used almost as soon as internet was invented as a file
transfer and bandwidth efficient backup solution. If anyone has any
information, please respond.
--
Raghu Kulkarni
2011 Jan 25
0
[LLVMdev] install and add backend to llvm.
...in to your PATH environment variable?
Regarding changing a particular backend, check the documentation in
http://llvm.org/docs/WritingAnLLVMBackend.html
http://llvm.org/docs/CodeGenerator.html
A few LLVMdev meetings have good talks to give you a good enough idea.
http://llvm.org/devmtg/
Cheers,
Raghu.
----- Original Message -----
From: "Teklu kebede" <tek_phy at yahoo.com>
To: llvmdev at cs.uiuc.edu
Sent: Monday, January 24, 2011 6:13:37 PM
Subject: [LLVMdev] install and add backend to llvm.
Hi I am new to llvm and Linux (I am using ubuntu 10)
My aim is to add backend to ll...
2010 Sep 17
3
[LLVMdev] Query on llvm-gcc v/s llc/as
...en the two processes which will impact the executable's running time ? I am asking this because I compared the executables by their wordcounts (wc -c), and there was a slight difference. However, when I timed the test runs, both performances were identical.
Kindly help me out on this.
Thanks.
Raghu.
2011 Jan 20
2
[LLVMdev] Modifying the patterns/ instruction selection phase in LLVM 2.7
...uction pattern in SparcInstrInfo.td that matches
> the intrinsic.
> From the arguments to the intrinsic function, encode the
> "<number>" and output a "sethi" instruction.
>
> Thanks,
> Venkatraman
>
>
> On Tue, Jan 18, 2011 at 11:18 PM, Raghu Prabhakar<raghu at cs.ucla.edu> wrote:
>> Hello all,
>>
>> I am trying to modify the Sparc backend to do something for my team's project, to do the following.
>>
>> Whenever the backend encounters a call to one particular type of function names (functions li...
2011 Jan 25
2
[LLVMdev] install and add backend to llvm.
Hi I am new to llvm and Linux (I am using ubuntu 10)
My aim is to add backend to llvm.
I install llvm using
$ sudo apt-get install llvm
and I am able to understand what I read about Writing an LLVM Compiler Backend.
I have seen the assembly codes of the targets on llvm using llc. What I need now is to change some of the TableGen files of one of the target like SparcInstrInfo.td. So I
2008 May 30
5
Upper limit to number of jobs queued by BDRb?
...issue. Repeatedly.
Here''s what I found in my log/backgroundrb_11007_debug.log file.
=========
/usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_core.rb:124:in
`start_reactor''
/usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_master.rb:21:in
`run''
/home/raghus/public_html/
feedflix.com/ff/vendor/plugins/backgroundrb/server/lib/master_worker.rb:166:in`initialize''
./script/backgroundrb:42:in `new''
./script/backgroundrb:42
{:type=>:do_work, :worker=>:batch_worker, :data=>{:body=>"All Done!!!",
:subject=>"Comp...
2011 Jan 19
2
[LLVMdev] Modifying the patterns/ instruction selection phase in LLVM 2.7
...as to how to do that. Am I looking at the right set of files? Is there a better way to accomplish what I'm trying to do?
I'm relatively new to LLVM, so I have some trouble freely navigating through the source in spite of being heavily documented.
Any suggestions is of great help.
Thanks.
Raghu.
2010 Jul 12
6
in continuation with the earlier R puzzle
...ge vectors I might as well use C or any other language.
The reason R is powerful is becasue it can handle large vectors without each
element being manipulated? Please let me know where I am wrong.
for(i in 1:length(news1o)){
+ if(news1o[i]>s2o[i])
+ s[i]<-1
+ else
+ s[i]<--1
+ }
--
'Raghu'
[[alternative HTML version deleted]]
2011 Jan 20
0
[LLVMdev] Modifying the patterns/ instruction selection phase in LLVM 2.7
..., p1) to the intrinsic.
3. Create a instruction pattern in SparcInstrInfo.td that matches
the intrinsic.
From the arguments to the intrinsic function, encode the
"<number>" and output a "sethi" instruction.
Thanks,
Venkatraman
On Tue, Jan 18, 2011 at 11:18 PM, Raghu Prabhakar <raghu at cs.ucla.edu> wrote:
> Hello all,
>
> I am trying to modify the Sparc backend to do something for my team's project, to do the following.
>
> Whenever the backend encounters a call to one particular type of function names (functions like p0(), p1()..etc),...
2011 Jan 20
0
[LLVMdev] Modifying the patterns/ instruction selection phase in LLVM 2.7
...that matches
>> the intrinsic.
>> From the arguments to the intrinsic function, encode the
>> "<number>" and output a "sethi" instruction.
>>
>> Thanks,
>> Venkatraman
>>
>>
>> On Tue, Jan 18, 2011 at 11:18 PM, Raghu Prabhakar<raghu at cs.ucla.edu>
>> wrote:
>>>
>>> Hello all,
>>>
>>> I am trying to modify the Sparc backend to do something for my team's
>>> project, to do the following.
>>>
>>> Whenever the backend encounters a call...
2008 May 17
1
Can someone help with this error?
...39;'ve done this, it chugs along fine - even for the same URI it crashed
on last. Until at some point in the future it barfs on another URI and I
need to restart BDRb... This has been happening on and off for several days
now.
Any pointers on what I am doing wrong?
Much appreciated - thanks!
Raghu
======================================================
/usr/lib/ruby/1.8/open-uri.rb:287:in `open_http'': 500 Internal Server Error
(OpenURI::HTTPError)
from /usr/lib/ruby/1.8/open-uri.rb:626:in `buffer_open''
from /usr/lib/ruby/1.8/open-uri.rb:164:in `open_loop'...
2010 Jul 28
2
finding the next highest number in an array
...a number in the array which is the the next highest number to a given
number. For example,if I have 67 as a given number and if I have a vector
x=c(23,36,45,62,79,103,109), then how do I get the subscript 5 from x (to
get 79 which is the next highest to 67) without using a for loop?
Thx
--
'Raghu'
[[alternative HTML version deleted]]
2005 May 06
3
Tru64 unix version...
Hello,
I want to use samba on Tru64 Unix. Can anybody let me know the location from where i can download this version.
Raghu
2010 Nov 22
0
[LLVMdev] Sparc back end fix
...am asking this is because I partly succeeded in building the llvm-gcc frontend on a SPARC machine..which works fine for C programs. However, programs which involve C++ constructs do not succeed. Although I am yet to figure out the reason, I wanted to know if you ran into similar problems.
Thanks.
Raghu.
----- Original Message -----
From: "Timothy M Jones" <tjones1 at inf.ed.ac.uk>
To: LLVMdev at cs.uiuc.edu
Sent: Monday, November 22, 2010 10:04:57 AM
Subject: [LLVMdev] Sparc back end fix
Hi everyone,
Following my earlier posting
(http://lists.cs.uiuc.edu/pipermail/llvmdev/20...
2010 Sep 26
3
[LLVMdev] Issue compiling llvm-gcc frontend on sparc
.../llvm-gcc-4.2-2.7.source/gcc -I../../llvm-gcc-4.2-2.7.source/gcc/build -I../../llvm-gcc-4.2-2.7.source/gcc/../include -I./../intl -I../../llvm-gcc-4.2-2.7.source/gcc/../libcpp/include -I/vm/GNU/include/ -I/vm/GNU/include/ -I../../llvm-gcc-4.2-2.7.source/gcc/../libdecnumber -I../libdecnumber -I/curr/raghu/cross-compiled/obj//include -I/include -DENABLE_LLVM -I/curr/raghu/cross-compiled/obj/Release/include -D_DEBUG -include llvm/System/Solaris.h -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o build/genmodes.o ../../llvm-gcc-4.2-2.7.source/gcc/genmodes.c
cc1: error: llvm/System/Sol...