search for: shreya

Displaying 20 results from an estimated 94 matches for "shreya".

Did you mean: shreyas
2013 Jun 10
4
Combining CSV data
Hello R community, I am trying to combine two CSV files that look like this: File A Row_ID_CR, Data1, Data2, Data3 1, aa, bb, cc 2, dd, ee, ff File B Row_ID_N, Src_Row_ID, DataN1 1a, 1, This is comment 1 2a, 1, This is comment 2 3a,
2004 Aug 06
3
Problem with Icecast2/Ices streaming MP3.
...ao, Ashok Teja - Manmadha Manmadha DEBUG: Done DEBUG: Builtin playlist handler serving: /home/midhun/radcd/Tagore/Vanochhenante.mp3 DEBUG: Filename cleaned up from [/home/midhun/radcd/Tagore/Vanochhenante.mp3] to [Vanochhenante] DEBUG: ID3v1: Title: Vanochhenante DEBUG: ID3v1: Artist: Udit Narayan, Shreya Ghoshal DEBUG: ID3v2: version 3.0. Tag size is 2038 bytes. DEBUG: ID3v2: Title found: Vanochhenante DEBUG: ID3v2: Artist found: Udit Narayan, Shreya Ghoshal DEBUG: VBR tag found DEBUG: MPEG-1 layer III, VBR, 44100 Hz, j-stereo DEBUG: Ext: 0 Mode_Ext: 2 Copyright: 0 Original: 1 DEBUG: Error...
2011 Jul 11
3
can we export vdi ?
hi is it possible to export vdi just as we export vm if yes then how to export it using HTTP? thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Oct 28
2
[LLVMdev] windows build
done http://llvm.org/bugs/show_bug.cgi?id=5331 shrey On Wed, Oct 28, 2009 at 3:29 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: > shreyas krishnan <shreyas76 at gmail.com> writes: > >>     I am running into bunch of windows build issues. Can someone >> please provide help on what might be going wrong >> >> >> llvm\win32\Configure\..\llvm\ADT\hash_set.h >> 1>The system cannot find the f...
2009 Oct 30
0
[LLVMdev] windows build
thanks for the help ..I could build it with cmake generated project files Being a newbie with cmake one question, is it equivalent to configure in windows environment and so would need to be run everytime I change the source location ? thanks shrey On Wed, Oct 28, 2009 at 4:31 PM, shreyas krishnan <shreyas76 at gmail.com> wrote: > done > > http://llvm.org/bugs/show_bug.cgi?id=5331 > > shrey > On Wed, Oct 28, 2009 at 3:29 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: >> shreyas krishnan <shreyas76 at gmail.com> writes: >> >>>  ...
2010 Jul 17
2
[LLVMdev] v16i32/v16f32
...ExtType < array_lengthof(LoadExtActions) && "Table isn't big enough!"); What does the assertion mean ? thanks for all help!! shrey On Wed, Jul 14, 2010 at 6:56 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Wed, Jul 14, 2010 at 6:48 PM, shreyas krishnan <shreyas76 at gmail.com> wrote: >> Hi >>   I find  types such as v16i32, v16f32  missing in my llvm version 2.7 >> >> So does the following page not list them >> http://llvm.org/docs/doxygen/html/classllvm_1_1MVT.html >> >> is that intention...
2011 Aug 14
1
[LLVMdev] associating id with opcodes
...ually meant Machine Instructions - is there a way ? One use of that is I would like to be able to group instructions together and be able check their group quickly. thanks shrey On Sun, Aug 14, 2011 at 1:16 AM, Bill Wendling <wendling at apple.com> wrote: > On Aug 13, 2011, at 11:04 AM, shreyas krishnan wrote: > >> Hi >>    Is there a way to associate  additional info with every opcode >> like an id either through the td files or when building an instruction >> ? >> > The only way I can think of is metadata on the LLVM IR instruction: > >        ...
2015 May 14
4
[LLVMdev] getnode(BB) = 0; block already in dominator tree
Hi I run into an issue as part of splitting a critical edge during LICM. When a new basic block is created and needs to be added into the dominator tree, the block is already in the dominator tree. I print the dominator tree and I see it is added into the tree as child of node it is supposed to dominate. How do I debug to find out why/when its getting added into the tree. ? Tips/suggestions on
2009 Oct 28
3
[LLVMdev] windows build
Hi I am running into bunch of windows build issues. Can someone please provide help on what might be going wrong llvm\win32\Configure\..\llvm\ADT\hash_set.h 1>The system cannot find the file specified. Similarly 2>c1xx : fatal error C1083: Cannot open source file: '..\..\lib\Support\Annotation.cpp': No such file or directory thanks in advance shrey
2009 Jul 16
3
[LLVMdev] registers as home location
Hi As part of a requirement that I have, I would like to have some globals reside in registers always. So these variables would not have a home location in memory. I realize the code generated would also need to be aware of this. I do have some ideas on how to change the code appropriately. But right now, I am more concerned about how to fit this requirement (sort of interprocedural) into the
2009 Jul 16
2
[LLVMdev] registers as home location
...ted registers are not available. thanks again shrey On Thu, Jul 16, 2009 at 2:05 PM, Jeffrey Yasskin<jyasskin at google.com> wrote: > Chris recently wrote up a way to do this at > http://nondot.org/sabre/LLVMNotes/GlobalRegisterVariables.txt > > On Thu, Jul 16, 2009 at 1:53 PM, shreyas krishnan<shreyas76 at gmail.com> wrote: >> Hi >>   As part of a requirement that I have, I would like to have some >> globals reside in registers always. So these variables would not have >> a home location in memory. >> I realize the code generated would also n...
2018 Jul 23
3
[hivex PATCH] Re-allocating unused blocks before assigning new blocks
...by creating a list of unallocated blocks and reassigning unused blocks. I used https://github.com/msuhanov/regf/blob/master/Windows%20registry%20file%20format%20specification.md as a reference for the structure of the hiv file (in addition to the source code itself) Attaching the patch file. Shreyas -- NOTICE OF CONFIDENTIALITY: At Rapid7, the privacy of our customers, partners, and employees is paramount. If you received this email in error, please notify the sender and delete it from your inbox right away. Learn how Rapid7 handles privacy at rapid7.com/privacy-policy <https://www.r...
2010 May 04
9
RFC: Network Plugin Architecture (NPA) for vmxnet3
Device passthrough technology allows a guest to bypass the hypervisor and drive the underlying physical device. VMware has been exploring various ways to deliver this technology to users in a manner which is easy to adopt. In this process we have prepared an architecture along with Intel - NPA (Network Plugin Architecture). NPA allows the guest to use the virtualized NIC vmxnet3 to passthrough to
2010 May 04
9
RFC: Network Plugin Architecture (NPA) for vmxnet3
Device passthrough technology allows a guest to bypass the hypervisor and drive the underlying physical device. VMware has been exploring various ways to deliver this technology to users in a manner which is easy to adopt. In this process we have prepared an architecture along with Intel - NPA (Network Plugin Architecture). NPA allows the guest to use the virtualized NIC vmxnet3 to passthrough to
2009 Jul 16
0
[LLVMdev] registers as home location
On Thu, Jul 16, 2009 at 2:41 PM, shreyas krishnan<shreyas76 at gmail.com> wrote: > Thanks Eli, Jaffrey for the pointer! > > A couple of further questions if I may > 1. Isnt this assuming that register being pinned to is always esi when > it comes to using a calling convention. You'd need a separate calling conve...
2009 Oct 28
0
[LLVMdev] windows build
shreyas krishnan <shreyas76 at gmail.com> writes: > I am running into bunch of windows build issues. Can someone > please provide help on what might be going wrong > > > llvm\win32\Configure\..\llvm\ADT\hash_set.h > 1>The system cannot find the file specified. > > Sim...
2010 May 08
2
[LLVMdev] llvm-ld question
Hi If I am linking a large library with my app, is there a way I can eliminate all the unused functions used in the library as part of the linking ? thanks shrey
2010 May 08
0
[LLVMdev] llvm-ld question
shreyas krishnan wrote: > Hi > If I am linking a large library with my app, is there a way I can > eliminate all the unused functions used in the library as part of the > linking ? > If you are talking about static libraries (.a), this is done automatically by linker. You shouldn...
2010 Jul 15
2
[LLVMdev] v16i32/v16f32
Hi I find types such as v16i32, v16f32 missing in my llvm version 2.7 So does the following page not list them http://llvm.org/docs/doxygen/html/classllvm_1_1MVT.html is that intentional for any reason or can I just add them ? thanks shrey
2010 Jul 15
0
[LLVMdev] v16i32/v16f32
On Wed, Jul 14, 2010 at 6:48 PM, shreyas krishnan <shreyas76 at gmail.com> wrote: > Hi >   I find  types such as v16i32, v16f32  missing in my llvm version 2.7 > > So does the following page not list them > http://llvm.org/docs/doxygen/html/classllvm_1_1MVT.html > > is that intentional for any reason or can I j...