Displaying 20 results from an estimated 87 matches for "himanshu".
2006 Oct 24
2
Installing stats4 package
Hi,
I wantto use 'mle' function in R on linux. As I see its been integrated
into the stats4 package. Am I correct ? If yes, Can anyone suggest how to
install the stats4 package to be able to run 'mle' function in R on linux ?
Otherwise how to sort out this problem ?
Thanks
Himanshu
[[alternative HTML version deleted]]
2008 Oct 16
2
Saving results of Kruskal Walis test
...rank sum test
data: value by pathway
Kruskal-Wallis chi-squared = 5.6031, df = 3, p-value = 0.1326
I am wondering if I am making a mistake with using write.table (It works
very well saving results from anova analysis) or is there any other way to
save results in a file for future use..
Thanks
Himanshu
\\
[[alternative HTML version deleted]]
2005 Oct 04
2
Question regarding behavior of virt_to_bus ....
...I doing something stupid, or is there some technicality of memory
subsystem that I don''t get. Ofcourse, if I just use pci_alloc_consistent
(for a small buffer), everything works fine, since there is no bootmem
related contortion involved.
I will highly appreciate any input on this.
--Himanshu
-------------------------------------------------------------------------
Himanshu Raj
PhD Student, GaTech (www.cc.gatech.edu/~rhim)
I prefer to receive attachments in an open, non-proprietary format.
-------------------------------------------------------------------------
_______________________...
2006 Apr 07
2
Dealing with missing values in HeatMap generation
....colors(256), scale = "column", na.rm = TRUE, :
'x' must be a numeric matrix
Is there anyway to deal with it?
Second question: What is the basis for generation of the dendrogram
(over the heatmap) in the heatmap? Is it simple hierarchical clustering?
Thanks in advance
Himanshu
2011 Sep 28
2
[LLVMdev] Instrumenting C/C++ programs
Hey Xiaoming, Thanks for those source codes. Can you please explain what
this llvm-memory-profiling.patch does ?
Thanks,
Himanshu
On Wed, Sep 28, 2011 at 6:49 AM, xiaoming gu <xiaoming.gu at gmail.com> wrote:
> Hi, Himanshu. I once wrote an LLVM IR-based memory profiling
> pass. Basically, I followed the code for EdgeProfiling. The source code is
> enclosed here, which worked with LLVM 2.8. Hope it is helpful...
2006 Apr 14
1
[PATCH][VT] minor patch for tracing VMEXIT/VMENTRY for 64 bit systems
This patch enables tracing VMEXIT/ENTRY for 64-bit systems (are there any 32-bit
VT enabled systems out there?)
Signed-off by Himanshu Raj (rhim.list@nosuchaddr.com)
--
-------------------------------------------------------------------------
Himanshu Raj
PhD Student, GaTech (www.cc.gatech.edu/~rhim)
I prefer to receive attachments in an open, non-proprietary format.
--------------------------------------------------------------...
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
...s about other
modifications such as adding some lines to make files to make the added .c
and .cpp files compiled. You may apply the patch file to LLVM source code by
using a "patch" command or make the changes manually by reading the patch
file.
Xiaoming
On Wed, Sep 28, 2011 at 6:05 AM, Himanshu Shekhar <imhimanshu91 at gmail.com>wrote:
> Hey Xiaoming, Thanks for those source codes. Can you please explain what
> this llvm-memory-profiling.patch does ?
>
> Thanks,
> Himanshu
>
>
> On Wed, Sep 28, 2011 at 6:49 AM, xiaoming gu <xiaoming.gu at gmail.com>wro...
2011 Sep 29
2
[LLVMdev] Instrumenting C/C++ programs
...ding some lines to make files to make the added .c
> and .cpp files compiled. You may apply the patch file to LLVM source code by
> using a "patch" command or make the changes manually by reading the patch
> file.
>
> Xiaoming
>
>
> On Wed, Sep 28, 2011 at 6:05 AM, Himanshu Shekhar <imhimanshu91 at gmail.com>wrote:
>
>> Hey Xiaoming, Thanks for those source codes. Can you please explain what
>> this llvm-memory-profiling.patch does ?
>>
>> Thanks,
>> Himanshu
>>
>>
>> On Wed, Sep 28, 2011 at 6:49 AM, xiaoming gu...
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
...s such as adding some lines to make files to make the added .c and .cpp files compiled. You may apply the patch file to LLVM source code by using a "patch" command or make the changes manually by reading the patch file.
>
> Xiaoming
>
>
> On Wed, Sep 28, 2011 at 6:05 AM, Himanshu Shekhar <imhimanshu91 at gmail.com> wrote:
> Hey Xiaoming, Thanks for those source codes. Can you please explain what this llvm-memory-profiling.patch does ?
>
> Thanks,
> Himanshu
>
>
> On Wed, Sep 28, 2011 at 6:49 AM, xiaoming gu <xiaoming.gu at gmail.com> wrot...
2011 Aug 11
9
Custom manifest
Hi,
Can I execute a command basis on some criteria in puppet. For example, I
would want to execute the following command
svn up; /usr/local/apache/bin/apachectl restart
only if "revision number of file on host = revision number of file on svn"
i.e.
"/usr/bin/svn info /usr/local/apache/conf/Web_Config/httpd.conf | grep
Revision| cut -d: -f2| sed -e''s/
2012 Aug 07
4
Overlapping a Plot with Dataframe
...on the plot.
data <- data.frame(
x = c(3.00,2.00,3.80,2.40,2.00),
error = c(0.0,0.4,1.1,0.7,0.5)
)
I tried plotrix, segments but they are making a new plot with data points n
error bar.
I want to Overlap this data sets on a plot with its Error bar.
Can anyone help me with it.
Many Thanks,
Himanshu
--
View this message in context: http://r.789695.n4.nabble.com/Overlapping-a-Plot-with-Dataframe-tp4639396.html
Sent from the R help mailing list archive at Nabble.com.
2009 Jul 31
2
Undefined method updated? for <model object>
...nd
StateProvince < ActiveRecord::Base
has_many :zip_codes
end
if I do @zip_code.update_atribute(:city, "My City")
its giving Undefined method updated? for StateProvince
if I remove belongs_to specifier in ZipCode class then it work fine.
Any alternate solution??
Thanks
--
Regards,
Himanshu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2011 Oct 31
1
[LLVMdev] Runtime optimization using llvm
...And is there any tool available which I use to see the control flow(step by
step execution of the code) when I execute say the -insert-edge-profiling
pass on my bitecode. If there is one, it would help me a lot to understand
how the pass works and also in writing a new pass for my purpose.
Thanks
Himanshu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111101/558ae320/attachment.html>
2011 Sep 28
0
[LLVMdev] Instrumenting C/C++ programs
Hi, Himanshu. I once wrote an LLVM IR-based memory profiling
pass. Basically, I followed the code for EdgeProfiling. The source code is
enclosed here, which worked with LLVM 2.8. Hope it is helpful.
MemoryProfiling.cpp---the instrumentation pass, which inserts profiling
function calls into the original pro...
2011 Sep 27
1
[LLVMdev] Instrumenting C/C++ programs
...clude/safecode/LoadStoreChecks.h?view=markupand
http://llvm.org/viewvc/llvm-project/safecode/trunk/lib/InsertPoolChecks/LoadStoreChecks.cpp?view=markup).
But I couldn't figure out how to run this pass. Please give me steps how to
run this pass on some program say the above Account.cpp.
Thanks,
Himanshu
On Fri, Sep 23, 2011 at 11:13 PM, John Criswell <criswell at illinois.edu>wrote:
> On 9/23/11 12:24 PM, Himanshu Shekhar wrote:
>
> I just read that LLVM project could be used to do static analysis on C/C++
> codes using the analyzer Clang which the front end of LLVM. I wan...
2010 Dec 06
7
error running puppetrun
Hi,
I have been getting the below error for sometime now. Both master and
client are using version 0.24.8.
Output from /var/log/messages
err: Could not call puppetmaster.getconfig: #<#<Class:0xb7b50a9c>:
execution expired>
err: Could not retrieve catalog: execution expired
P.S- all of this was working absolutely fine and suddenly has started
to misbehave.
Regards,
--
You
2006 Jun 19
5
Limited write bandwidth from ext3
...3 seconds. To maximize write bandwidth, we would like to be in a
situation where the buffers are flushed continuously to keep the lun
constanly busy.
That is what we see in the case of the ext2 file.
In the case of ext2 we also see the host do quite a few ver large writes
(up to 7784 KB).
Thanks
Himanshu Sinha
2009 Aug 05
8
Tuning the performance of Samba over LAN network to improve I/O performance
Hello friends,
I am trying to test NAS I/O performance over a network and trying to see the
numbers for write and read speed. I have successfully configured and ran a
lot of tests. However the numbers have not increased, I have reached a
bottleneck.
I tried playing around with the smb.conf file including all possible
variations like,
socket options = TCP_NODELAY SO_RCVBUF=(tried values like
2011 Sep 23
3
[LLVMdev] Instrumenting C/C++ programs
...ce, tutorial, example...)
Of what i studied is, I need to first convert the source code into LLVM IR
and then make an instrumenting pass which would go over this bitcode file
and insert calls to do the analysis, but don't know exactly how to do it.
Please suggest me how to go about it .
thanks
himanshu
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110923/e931dd87/attachment.html>
2011 Nov 17
1
[LLVMdev] Instrumenting C/C++ programs
...make the added .c
>> and .cpp files compiled. You may apply the patch file to LLVM source code
>> by using a "patch" command or make the changes manually by reading the
>> patch file.
>>
>> Xiaoming
>>
>>
>> On Wed, Sep 28, 2011 at 6:05 AM, Himanshu Shekhar <<imhimanshu91 at gmail.com>
>> imhimanshu91 at gmail.com> wrote:
>>
>>> Hey Xiaoming, Thanks for those source codes. Can you please explain what
>>> this llvm-memory-profiling.patch does ?
>>>
>>> Thanks,
>>> Himanshu
>...