search for: engg

Displaying 20 results from an estimated 42 matches for "engg".

Did you mean: eng
2008 Sep 18
4
I wanna do a project on RoR
Hi..Friends...I m a final yr IT engg student...I wanna learn RoR n use it for my Btech project...Kindly help me in dis regard...My exact query is: 1)Wat project topic to choose 2)How to learn dis technology n implement it in my project --~--~---------~--~----~------------~-------~--~----~ You received this message because you are su...
2011 May 06
2
[LLVMdev] How to identify loop header
I would like to know how one can identify whether a basic block is a loop header? Regards, Ashutosh Shukla, 10305052 M. Tech 1 Dept of Computer Science and Engg.
2008 Jan 02
2
how to ignore or omit somethings while reading the data table
hello respected ppl... am a engg. student...i was trying to use R in statistical calculations now the problem is..i imported a huge tsv file onto R...it has a column which gives cost...and it has "$" with each numerical value in this column...it is something like this..$.05,$.1,$.075...and so on.. R is reading it as &quo...
2015 Mar 16
2
[LLVMdev] GSOC:Control Flow integrity for kernal
...g a project on KCoFI will be worth because it is the only Control Flow Integrity protection for commodity operating systems which does not uses any expensive memory safety. I believe this project will have a wide scope for the future. Regards Aditya Verma Junior Undergraduate IDD Computer Sc & Engg IIT(BHU), Varanasi(UP) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150317/2477afd1/attachment.html>
2011 Mar 25
2
[LLVMdev] set line number debug info
...it is returning the previous value not the changed. Is the change in the LineCol variable is not permanent or is this variable not at all linked with the debug information? How can I set the line number information for the instructions? Abhirup Ghosh M. Tech Department of Computer Science & Engg. IIT, Bombay email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in Contact - 9920735181 On Mon, Mar 14, 2011 at 1:45 PM, Frits van Bommel <fvbommel at gmail.com>wrote: > On Mon, Mar 14, 2011 at 8:56 AM, Abhirup Ghosh <abhirupju at gmail.com> > wrote: > > Hi, > &gt...
2011 Jan 17
2
[LLVMdev] File reading in LLVM 2.8
...me) { std::ifstream In(Filename); if (!In.good()) { errs() << "couldn't load file '" << Filename << "'!\n"; return; } while (In) { } } Can anyone please help me out? - Abhirup Ghosh M. Tech Department of Computer Science & Engg. IIT, Bombay, Mumbai, India email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in
2011 May 05
1
[LLVMdev] Get instruction as a string and SSA form
...LLVM intermediate code as a string. How can this be done? 2. Also in the SSA version of the code, how can we come to know which %N (N is any integer) is a version of some variable 'a' and which is just a temporary? Regards, Ashutosh Shukla, 10305052 M. Tech 1 Dept of Computer Science and Engg.
2015 Mar 27
1
GSOC introduction
hi, i am Mintoo Kumar ,2nd year computer engg. undergraduate at NSIT,delhi unversity, india .i am a beginner to open source and want to contribute for open source community.i am coding in c/c++ since last 2 years.and i have experience of coding in python,java,html,css,php,xml as well.i would like to work on the project "Icecast configurat...
2006 Jan 06
2
Not Able to Connect Two Asterisk Servers Using IAX2
...isk server using IAX2. But the Asterisk Servers are not able to register each other. If some body have done this then Please send me the configuration they have done in iax.conf and extensions.conf. I simply want to connect and call from one sever to another. Thanks Chandan Kumar Mishra Software Engg. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060106/9534770d/attachment.htm
2012 May 29
1
Help needed in wavelet transforming
...need to calculate decomposition coefficients of the wavelet transform, then I need to select wavelet function using multiresolution technique. I would be really grateful if I can find any help in this matter. Thanking You with regards, -- Name : Tarun Trivedi Senior Student Dept. of Industrial Engg. and Management IIT Kharagpur Mobile No. 9775550571 Email ID : taruntrivedi.iitkgp@gmail.com [[alternative HTML version deleted]]
2012 May 29
1
Help needed in wavelet transformation
...need to calculate decomposition coefficients of the wavelet transform, then I need to select wavelet function using multiresolution technique. I would be really grateful if I can find any help in this matter. Thanking You with regards, -- Name : Tarun Trivedi Senior Student Dept. of Industrial Engg. and Management IIT Kharagpur Mobile No. 9775550571 Email ID : taruntrivedi.iitkgp@gmail.com [[alternative HTML version deleted]]
2018 Feb 17
1
GSOC 2018 Introduction
...o solve reverse engineering problems. How can I contact the mentors for this project and get started? Looking forward to your response to get started :) Thanks & Regards, Ashish Kumar Gahlot <http://llvm.org/OpenProjects.html#analyzer-z3-smt> -- Ashish Kumar Gahlot IV year, UG Govt. Engg. College, Ajmer, India -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180217/8e107172/attachment-0001.html>
2006 Jul 17
3
ROR and MogileFS
I am an engg student looking for project related to ruby and MogileFS... Can anybody suggest me about - use of ruby and MogileFS in application developement regarding - 1.is it efficient enough? 2.any alternate solution available for this? 3.any improvements that are required in MogileFS ? 4.and should i go...
2013 Aug 11
2
[LLVMdev] pbqp register allocator-need help
...ster allocator for small C programs. by llc -regalloc=pbqp -debug <bitcode of the file> It is giving me segmentation fault for even very simple programs having loops or if statements. Please tell me where I'm going wrong. -- Regards, Smriti Jaiswal MTech Dept of Computer Science and Engg, IIT Kanpur -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130811/ae5b7f10/attachment.html>
2011 Mar 25
0
[LLVMdev] set line number debug info
...n in DebugLoc class located in llvm/Support/DebugLoc.h. Set the line number there to the private variable called LineCol. 2. Call the added function. And then pass the modified DebugLoc object to the seDebugInfo method for the instruction. Abhirup Ghosh M. Tech Department of Computer Science & Engg. IIT, Bombay email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in Contact - 9920735181 / 9434362120 On Fri, Mar 25, 2011 at 5:45 PM, Abhirup Ghosh <abhirupju at gmail.com> wrote: > Thanks for the help. > I thought I'd solved the problem (setting the line number information...
2015 May 31
2
[LLVMdev] Error in building Gold on FreeBSD
...c.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > -- > John Criswell > Assistant Professor > Department of Computer Science, University of Rochesterhttp://www.cs.rochester.edu/u/criswell > > -- Regards Aditya Verma Junior Undergraduate IDD Computer Sc & Engg IIT(BHU), Varanasi(UP) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150531/1dd9fe17/attachment.html>
2004 Aug 06
2
No library found for -lshout
when I move libshout.so.2.2 up into /usr/lib, it magically works. sloppy but, it works... On Mon, May 20, 2002 at 02:34:08PM -0700, Mark Luntzel wrote: > oh sorry. forgot this: > > bash-2.05# perl Makefile.PL > Checking if your kit is complete... > Looks good > Note (probably harmless): No library found for -lshout > Writing Makefile for Shout > > Thsi turns out not
2013 Aug 12
1
[LLVMdev] pbqp register allocator-need help
...f you can repro this crash with C source and Clang, the Clang crash > reporting mechanisms (it will provide a .sh and .i file & instruct you to > attach those files to a bug report) are quite handy when reporting bugs. > -- Regards, Smriti Jaiswal MTech Dept of Computer Science and Engg, IIT Kanpur -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130812/81735157/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: test.c Type: text/x-csrc Siz...
2011 Mar 14
2
[LLVMdev] set line number debug info
...number. Source line number can be extracted from the instruction-debug-info using getMetadata method and then using getLineNumber method from DILocation class. Unfortunately DILocation class does not have any function like setLinenumber. Abhirup Ghosh M. Tech Department of Computer Science & Engg. IIT, Bombay email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in Contact - 9920735181 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110314/c15a824c/attachment.html>
2015 Mar 26
2
[LLVMdev] GSOC project on KCoFI
...g late I was busy with my mid semester examinations. And unfortunately while installing FreeBSD on my system something went wrong with the EFI file system and my entire HDD and windows was lost. I will be uploading the proposal soon. Regards Aditya Verma Junior Undergraduate IDD Computer Sc & Engg IIT(BHU), Varanasi(UP) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150326/05cfc063/attachment.html>