search for: pratik

Displaying 20 results from an estimated 135 matches for "pratik".

2006 Jun 19
9
Railsday 2006
Can you guys post a demo of your application ? Would be great. Thanks, Pratik -- rm -rf / 2>/dev/null - http://null.in
2014 Jun 20
3
[LLVMdev] Inline Assembly in IR
Dear, Can anybody comment on inserting inline assembly in LLVM IR? -- Pratik -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140620/03400e95/attachment.html>
2006 Jul 06
5
Single table inheritance
...ender. Now a person can be a forward as well as a defender or a goalkeeper. I want to use single table inheritance like : class Goalkeepr < Person end And not have multiple boolean columns like in my people table like is is_goalkpeer, is_forward, is_defender. How do I go about it ? Thanks, Pratik -- rm -rf / 2>/dev/null - http://null.in "Things do not happen. Things are made to happen." - JFK
2006 Jul 25
12
DRYing - similar named fields, etc.
I''m sorry - just couldn''t come up with a subject that describes the problem :( Anyway, this is my problem. I have a long list of fields that need to be displayed when a ''show'' is requested on the controller. I''m now doing the list.rhtml and looking for a DRY way to do the following. For each data item, I have 2 fields - one is the item name, the
2006 Nov 04
6
Javascript form validation for In place editting in scriptaculous ?
Is there a way by which I can do form validation for form generated by In Place Editting of scritaculous? The reason is, I want to avoid server roundtrip for checks which I can perform at browser. Regards, Jatinder -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060828/ca882668/attachment-0001.html
2006 Apr 15
19
Trouble with Lighty
..."bin-path" => base + "/application/public/dispatch.fcgi", "bin-environment" => ( "RAILS_ENV" => "production" ) ) ) ) ============ Using Rails 1.1.2 and Lighttpd 1.4.11. Please help ! Thanks, Pratik -- http://www.freeonrails.com - Free as in beer !
2006 Jun 21
5
Problem with observe_field
...=============== Basically I''m updating the text area based on selection made from selection box. This works well. But in firefox, if I edit the value in textbox and try to make a different selection from the selection box, it doesnt update. This works well in IE !? Any pointers ? Thanks, Pratik -- rm -rf / 2>/dev/null - http://null.in
2014 Jun 10
2
[LLVMdev] Help required in instruction selection.
...'attr' attribute of all the operands involved. eg: If all operands have attr set to True, I want I1 to be selected to operate else I2. How can I add an attribute to the operands? How will the values of these attributes be set? How should to select the instructions based on the logic? -- Pratik -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140610/c1ed3556/attachment.html>
2006 Jun 08
4
weblog.rubyonrails.com - needs upgrade ?
Last 2 articles have 500+ comments. Also, whenever I comment, it never appears immediately. It terribly needs an upgrade. -Pratik -- rm -rf / 2>/dev/null - http://null.in
2014 Dec 07
2
[LLVMdev] Interest in LLVM
Hello everyone, My name is Pratik Bhatu, I am a bachelor student currently studying at IIT Hyderabad, India.  I just finished my Compilers course have been exploring LLVM since the past month (kaleidoscope, writing LLVM passes) and am interested in the llvm-polly project. I am also a potential GSoC applicant and wanted to start wor...
2006 Jun 25
3
Dummy field in a model
I want to have a field in model, which I''m not storing in a database. And I want to do something like the following in the model code : validates_format_of :field_NOT_in_db, :with => session[:field] How can I do it ? Thanks, Pratik -- rm -rf / 2>/dev/null - http://null.in
2014 Jun 11
2
[LLVMdev] Help regarding ad new functionality in Backend
...gt;; Now here I would like the to replace the add(highlighted) by an arbitrary function say 'foo' (foo will use already defined functions. For eg. foo could be the gcd function evaluating the gcd of two operands and likewise). Note: gcd is just an example. How can this be achieved? -- Pratik -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140611/06825cd1/attachment.html>
2006 Jul 15
3
Why app/helpers are not app/view/helpers ?
So that we can write controller code inside helpers ? are we supposed to do that ? -Pratik -- rm -rf / 2>/dev/null - http://null.in "Things do not happen. Things are made to happen." - JFK
2014 Jun 04
2
[LLVMdev] Guidance regarding a dummy project
...onding to the custom architecture. I have been going through llvm and its resources on the web, Can any one of you offer guidance about the above problem. All I want is to develop a tool which can take in a custom architecture and assemble all programs corresponding to the architecture. Regards, Pratik -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140604/311d72df/attachment.html>
2006 Jun 30
3
@foo = Bar.new(params[:foo])
...o it to true, and post it to my controller. Right now, for such attributes, I''m doing the following : @foo = Bar.new(params[:foo]) @foo.admin = false But I''m sure there are better conventions to overcome this problem. Please let me know how do you handle this problem ? Regards, Pratik -- rm -rf / 2>/dev/null - http://null.in
2014 Jun 09
2
[LLVMdev] regarding TargetRegisterInfo.h
...clude "llvm/Target/TargetRegisterInfo.h" The question is there is no folder called Target in my llvm directory (file TargetRegistorInfo.h missing ) and still programs compile in the XXX architecture. I want access to TargetRegisterInfo.h. Can someone point me in the right direction? -- Pratik -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140609/753a3ee8/attachment.html>
2014 Jun 09
2
[LLVMdev] regarding TargetRegisterInfo.h
...I try running tblgen on one of the .td's which has such an include statement I get "file not found error" eg: llvm-tblgen X86.td gives file not found where X86.td has an include statement namely "include "llvm\Target\Target.td". Can you please clear this too? Regards, Pratik On Mon, Jun 9, 2014 at 2:36 PM, Tim Northover <t.p.northover at gmail.com> wrote: > Hi Pratik, > > > The question is there is no folder called Target in my llvm directory > (file > > TargetRegistorInfo.h missing ) and still programs compile in the XXX > > archite...
2014 Jun 18
2
[LLVMdev] LLVM IR, Instructions, Backend, AsmPrinter
...evel instead of general LLVM add, then add an instruction in the target X86 to transform addenc of LLVM to ADDenc of X86. I have been given an LLVM pass that can run on LLVM IR and decide which are the encrypted operands. Any help of any kind will be helpful as I know very little about LLVM. -- Pratik -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140618/afe4d42f/attachment.html>
2014 Jun 12
4
[LLVMdev] Problems with make
...My question is since I am only editing a few files in the architecture directory and some files in include directory, Can I speed up my "make" by running "make" only for a few files? Can such changes be accommodated in the MakeFiles to get the "make" done quickly? -- Pratik -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140612/c53f2b05/attachment.html>
2008 Jan 02
3
Submitted a patch, got pluses, what now?
Hello Rails people, I submitted a patch recently to get rid of an annoying exception raised when an AR object is created - http://dev.rubyonrails.org/ticket/10556 , had some people review it, got some pluses... What am I supposed to do now? Can anybody advise or just review the patch and take care of the issue? Thanks! -- Best regards, Yuri Leikind