search for: salil

Displaying 20 results from an estimated 23 matches for "salil".

Did you mean: sahil
2009 Sep 23
2
FFMPEG Query
...idea. for ex:- is it possible to execute following command:- system "ffmpeg -i ''http://s3.amazonaws.com/discoveryfour/001.igor_nay_telstra%20copy.mp4?AWSAccessKeyId=1QM20RW1CJAFGTH5YHR2&Expires=1253689953&Signature=DXBh2HOXqAknQrloHdLTNP%2FwZ2w%3D'' -b 64k ''salil.avi'' " Thanks in Advance. Regards, Salil Gaikwad -- Posted via http://www.ruby-forum.com/.
2009 Jan 27
6
German letter ä, ö, ü in rfpdf
Hi, I need PDF creation in Rails and decided for RFPDF. Everything works quite nice the only problem is that I can''t display ä,ö,ü in the pdf documents. I found a tutorial that says that I have to create a font config file with MakeFont. I did it, but now I don''t now where to put al this files. Does anyone has experience with creating PDFs in Rails with ä,ü,ö letters? Thx
2009 Mar 10
5
onsubmit for remote_form_for not working properly
...t i want but when it returns true it produce something like this o/p on UI. Element.update("user_report", "\n\n\u003Ctable class=\"list issues\"\u003E\n \u003Cthead\u003E\u003Ctr\u003E\n \u003Cth\u003E#\u003C/th\u003E\n when i delete :html code it works fine. Regards, Salil -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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.gman...
2011 May 28
3
Three sigma rule
...e? I need to look around percentile ranks and prediction intervals for this data. I, however, used SixSigma package and used ss.ci() function, which produced 95% confidence intervals. I still am not certain about percentile ranks conforming to 68-95-99.7 rule for this data. Thanks and regards, Salil Sharma [[alternative HTML version deleted]]
2009 Apr 11
6
Inserting data from 1 table to another by using find_by_sql
Hi All, I am inserting data from one table to another by using following method @data=RoyaltyReportFiles.find_by_sql("insert into royalty_reports (artist_name, album_name) select artist_name, album_name from temp_royalty_reports where id=328417") it saves the data into royalty_reports table but it gives following error and application crashes. i am using rails 1.2.5 You have a nil
2009 Jul 07
1
Adding data in two tables simul;taneously with Validations
...@user_info.save else end now what i want is to create a object that save data in two table at a time and if my first name and city is blank it should throw an error that user info is not saved because of two errors 1]City can''t be blank. 2]Firts name can''t be blank. Regards, Salil Gaikwad -- Posted via http://www.ruby-forum.com/.
2010 Apr 14
1
Rails does not display form error message on a custom method
Hi all, I''ve created a custom method called checkout in my app. I create an order (which is done my adding products to my "cart"), assign it to my client, and then I head to my checkout screen where I confirm the items and enter their customer order number and complete the order (submit). Everything works great except that it doesn''t display error messages.
2006 Aug 13
3
ruby and mysql syntax? tried single quotes, double, none, ...
Hi, how do i use passed in arguments and convert those to something sql can understand? do the aliases have to be double qouted? single qouted? i think i tried all but no avail...thanks! def get_count(doctype, towne) @profiles = Profile.count_by_sql("SELECT COUNT(*) from Profiles where Profiles.doctype_id = 1 and town_id = towne") end -- Posted via
2007 Apr 18
0
[Bridge] Want to incorporate IGMPSnoop to "brctl" command...
...code of "brctl" utility from. One of the links ( http://bridge.sourceforge.net/bridge-utils/bridge-utils-0.9.5.tar.gz) I got after extensive on net is not working. Command structure should look like "brctl igmpsnoop [args]" Please extend your help... Thanks In Anticipation Salil Mehta -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/2006121= 7/fd6f8852/attachment-0002.htm
2009 Jan 07
0
samba-3.2.0.1-smbd hangs up when kernel has ipv6 disabled
....pdf<https://webmail.marvell.com/exchweb/bin/redir.asp?URL=http://www.sambaxp.org/files/SambaXP2008-DATA/01-04-Jeremy_Allison-encry> So I must be messing things up somewhere and can't seem to find it with hours n hours of fiddling. Can anyone help me out here? Thanks in anticipation ;-) Salil
2011 May 27
1
Normality test
...out which normality test in R would give me precise measurement, whether data sample is following normal distribution. As p value in each test is different in each test, if you could help me identifying a suitable test in R for this medium size of data, it will be grateful. Thanks and regards, Salil Shamra [[alternative HTML version deleted]]
2004 Dec 28
1
Chan IAX2 errors while calling Toll Free numbers using IAXTEL
...e Asterisk shows that the format of this call is GSM. However if I make a call to the same TOLL Free number using the FWD network from the asterisk box then the call goes through fine. In this case Asterisk shows that the format for the call is ulaw. Any idea what the issue might be ? Thanks -- Salil
2003 Nov 27
1
commands
...I want to know if all commands of ext2 like dumpe2fs ( provided in e2fs-1.36 ) works fine with ext3 ? Do we have some commands that are unique for ext3 file system ? ____________________________________________ Salvy HCL Technologies Ltd A-11, Sector 16 Noida, U.P., India Ph: 91-9811250247 salilt@noida.hcltech.com <mailto:salilt@noida.hcltech.com> ____________________________________________ In our search for truth let us not be influenced by what is easiest to believe.
2006 Dec 16
1
where can I find source code of bridge control utility (brctl).(bridge-utils-0.9.5.tar.gz)
Hi All, Can anybody suggests where can I find source code of bridge control utility (brctl).(bridge-utils-0.9.5.tar.gz) Regards _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2009 Apr 16
0
how to convert the find_by_sql code to the find code
...2-31 00:00:00'' && artist_name in ("Coconut Records","Reeve Oliver","Weezer") && royalty_currency = ''USD'' && zip_codes.zip_code=s.postal_code) GROUP BY zip_codes.state ORDER BY royalty_price desc LIMIT 10 Regards, Salil -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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.gman...
2009 Sep 21
0
What is the Best Merchant Account?
...thing to do it. 1] I want to recieve amount for the buyer. Buyer has following 3 options to make the payment a) PayPal b) Credit Card c) Money Booker I have following Questions 1) Do i need Merchant account for all these three methods? 2) if no, what is the Best Merchant Account for me? Regards, Salil Gaikwad -- Posted via http://www.ruby-forum.com/.
2010 Dec 04
0
Problem while export to xls using spreadsheet gem in rails for Server
...xcel/writer/workbook.rb:352 when i try to export data into the XLS i am using following gems spreadsheet --version 0.6.4 spreadsheet-excel --version 0.3.5.1 My problem is when i use same code with same gems it works fine on my local application but same gives error on my heroku server Regards, Salil -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, s...
2003 Dec 04
4
ext3_get_inode_loc: bad inode number:
I've got an approximately 100GB ext3 FS which we recently sized down from 300GB using e2fsadm (with the disc offline obviously). I noticed the following in dmesg the other day: EXT3-fs error (device lvm(58,8)): ext3_get_inode_loc: bad inode number: 14827639 EXT3-fs error (device lvm(58,8)): ext3_get_inode_loc: bad inode number: 14041793 EXT3-fs error (device lvm(58,8)): ext3_get_inode_loc:
2017 Jul 19
7
[PATCH 000/102] Convert drivers to explicit reset API
....com> Cc: Rakesh Iyer <riyer at nvidia.com> Cc: Ralf Baechle <ralf at linux-mips.org> Cc: Richard Weinberger <richard at nod.at> Cc: Richard Zhu <hongxing.zhu at nxp.com> Cc: Rongrong Zou <zourongrong at gmail.com> Cc: Ryder Lee <ryder.lee at mediatek.com> Cc: Salil Mehta <salil.mehta at huawei.com> Cc: Shawn Lin <shawn.lin at rock-chips.com> Cc: Srinivas Kandagatla <srinivas.kandagatla at linaro.org> Cc: Stanimir Varbanov <svarbanov at mm-sol.com> Cc: Stephen Boyd <sboyd at codeaurora.org> Cc: Tejun Heo <tj at kernel.org> C...
2006 Dec 16
0
How can I Snoop L3 level IGMP packet at L2 level(Bridging level).
Hi All, I have to develop IGMPSnoop application within kernel 2.6. For the same purpose, I would have to Snoop L3 level IGMP packet at L2 level(Bridging level). Can anybody suggests how it can be done. Does Netfilter library support this kind of feature. Thanks In Anticipation Maverick -- _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl