Displaying 11 results from an estimated 11 matches for "mukul".
2020 Jun 09
2
Implementing a VTable in LLVM
...nguage Bolt that targets LLVM IR. I’m agonisingly close to getting a virtual table working, and was hoping one of you could point out the gap in my understanding. I’ve linked the C++ code snippets relevant to the vtable below.
Example IR generated (partially displayed below): https://github.com/mukul-rathi/bolt/blob/vtable/examples/vtable/foo.ll <https://github.com/mukul-rathi/bolt/blob/vtable/examples/vtable/foo.ll>
And the Bolt source code that compiles to it- https://github.com/mukul-rathi/bolt/blob/vtable/examples/vtable/foo.bolt <https://github.com/mukul-rathi/bolt/blob/vtable/exa...
2012 Jan 17
2
visualization for k-mean clustering
hello,
i want a visualization of the k-mean clustering.which one method
will be best for visualization??
thnkx
[[alternative HTML version deleted]]
2015 Apr 01
3
[LLVMdev] LLVM Shared DLL not supported reason
FWIW, I've got a powershell script that builds an exports.def file for
recognizable C functions.
You could adapt it to Python and make it part of the official build if the
LLVM community thinks it will be beneficial to have libLLVM.dll
The script is located here:
https://github.com/mjsabby/LLVMSharp/blob/master/GenLLVMDLL.ps1
On Wed, Apr 1, 2015 at 9:03 AM, Reid Kleckner <rnk at
2013 Sep 05
1
hw to create binary tree structure in rails
hello friends,
i want to create a binary tree structure in railsapps.it there any gem or any other technique.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to
2012 Jan 04
3
problem in R
...student of bioinformatics,i hv a problem in R, i want to
do correlation analysis of microarray data,hw can i ignore the "NA" value
for the calculation or correlation.this is a very large data n many empty
fields they giving me NA values of correlation,wat i do??? please help me.
Regards
MUKUL
[[alternative HTML version deleted]]
2003 Jul 07
1
installed samba,enabled nbios,shares, failing
...t seem to find the network on either windows xp
nor on rhl 9.
Mounting times out. And Network not found error comes
on WindowsxP.
i don't know if i need to add a share or what. i just
changed the workgroup name in the configuration file.
That's all no other changes, do i need to ?
=====
Mukul Sabharwal (mjsabby@yahoo.com)
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
2012 Jan 16
1
problem in import and export
hello,
i hav a prob in R lang. i want to do correlation of data frame
22810(gene) rows and 1436 colums(experiment) when i covert this file
in csv or xls format it reads only 1024 cloumns. n when i do
correlation of data mean 22810 *22810 matrix made in terminal then i
export in csv or xls by write.table it will give me only 1024 columns
rather than 22810 columns.wat i do
plzzz help me...
2012 May 25
2
cannot generate tempfile `/tmp/puppet.30616.9'
I have three (out of 90) machines with the error: cannot generate
tempfile `/tmp/puppet.30616.9''
I have plenty of disk and plenty of inodes.
My temp directory is permissioned: drwxrwxrwt 4 root root 20480
2012-05-24 01:33 /tmp
I get these for two puppet items on each row.
The daemon is not running. I run it manually using /usr/sbin/puppetd
--verbose --no-daemonize --onetime
2012 Oct 05
2
heroku rake db:drop error PG::Error: FATAL: permission denied for database "postgres"
How to empty DB in heroku<http://stackoverflow.com/questions/4820549/how-to-empty-db-in-heroku>
I have a Postgres database on Heroku. It is one of the free beta ones.
Locally, when testing, I often run rake db:drop && rake db:create && rake
db:migrate as a way to reset the database.
However, when I try to run this on Heroku, I get the error:\[code\]Couldn''t
drop
2015 Apr 01
2
[LLVMdev] unsupported GC: shadow-stack when using MCJIT
This is also happening when using the C++ APIs. It looks like an MCJIT and
SetGC interaction.
I'm lost on how to proceed further.
On Tue, Mar 31, 2015 at 10:42 PM, Hayden Livingston <halivingston at gmail.com>
wrote:
> The erlang was a typo, I was trying things out.
>
> I've updated the bug with a C program, which exhibits the problem.
>
> To answer your question,
2013 Oct 07
0
rails_admin problem in raoutes, parallel login area in devise
hello friends,
i am using rails_admin as webapp admin interface. it create a User model by
default using Devise gem. after that i am creating another authorization
area member. now /admin route change to /member/sign_in from user/sign_in.
any body have idea how to create a parallel login area in devise with
rails_admin.
/admin => /user/sign_in (default)
after
* rails g devise member*.
it