search for: vikrant

Displaying 20 results from an estimated 36 matches for "vikrant".

2010 Jul 14
2
Error while connecting to Oracle using RODBC package
Dear All, I want to connnect R with oracle. I am using RODBC package for this connection. Following is my code to connect library(RODBC) channel <- odbcConnect("Vikrant") I am getting following error. 1: In odbcDriverConnect("DSN=Vikrant") : [RODBC] ERROR: state NA000, code 12288, message [Microsoft][ODBC driver for Oracle][Oracle]ORA-12514: TNS:listener does not currently know of service requested in connect descriptor 2: In odbcDriverConnect(&q...
2013 May 16
2
Does Set Block IO tune take effect in the same session.
...running guest VM. I observed that after setting the value succesfully i ned to Shutdown and start the VM inorder to take the set value in effect. Is there any way with which these values come in effect in the same session of the VM without Shutting down and starting the VM. Please help regards, Vikrant -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130516/37a0e75b/attachment.htm>
2005 Jul 11
0
[Asterisk-Dev] Vikrant Mathur lead developer for the open source OSP Toolkit to speak at Cluecon.
Vikrant Mathur is the lead developer for the open source OSP Toolkit available on SIPfoundry. Mr. Mathur began his career in telecommunications as a software engineer at Hughes Software Systems where he focused on softswitch development. After completing his Masters degree in Electrical Engineeri...
2005 Jul 11
0
[Asterisk-Dev] Vikrant Mathur lead developer for the open sourceOSP Toolkit to speak at Cluecon.
Vikrant Mathur is the lead developer for the open source OSP Toolkit available on SIPfoundry. Mr. Mathur began his career in telecommunications as a software engineer at Hughes Software Systems where he focused on softswitch development. After completing his Masters degree in Electrical Engineeri...
2010 Jan 19
4
how to open excel 2007 (.xlsx) file in R
i am unable to open a file which is saved as .xlsx format in R . The file contains approximately 1,50,000 rows. So I m not able to save it as csv file.Please suggest ways to open this file -- View this message in context: http://n4.nabble.com/how-to-open-excel-2007-xlsx-file-in-R-tp1017273p1017273.html Sent from the R help mailing list archive at Nabble.com.
2010 Jan 15
5
Can I save R graphs as a R objects
Can I save R graphs as a R objects ? IF yes then if I click this R object can I edit my chart as in Excel. Please suggest your views -- View this message in context: http://n4.nabble.com/Can-I-save-R-graphs-as-a-R-objects-tp1014621p1014621.html Sent from the R help mailing list archive at Nabble.com.
2013 May 28
2
Re: Fwd: Does Set Block IO tune take effect in the same session.
On 27.05.2013 12:36, vikrant verma wrote: > Hello Michal, > > I am using the following code - > > virDomainSetInterfaceParameters(dom, "vnet0", networkParainfoPtr, > nparams,0); > > before calling this i am assigning the following Inbound values > > inbound.average = 10 (10 kbps) &...
2013 May 31
1
Re: Fwd: Does Set Block IO tune take effect in the same session.
On 31.05.2013 07:05, vikrant verma wrote: > Hello Michal, > > Throttling is working now after setting inbound.average = 10 (i have > set other values to 0 ) > But i am observing an inconsistent behavior in the observed throttling > bandwidth > > when i set inbound.average = 10 , i observed bandwidth...
2009 Sep 25
1
Java to R interface.
...ne is install.packages("rJava") and another I downloaded the rJava_0.7-0.tar.gz file from R site. and gave the command R CMD INSTALL rJava_0.7-0.tar.gz. I got the followin Errors :- Warning in install.packages("rJava") : argument 'lib' is missing: using '/home/vikrant/R/i486-pc-linux-gnu-library/2.9' trying URL 'http://cran.uk.r-project.org/src/contrib/rJava_0.7-0.tar.gz' Content type 'application/x-gzip' length 249486 bytes (243 Kb) opened URL ================================================== downloaded 243 Kb * Installing *source* package...
2010 Jan 19
5
How to detect and exclude outliers in R?
Suppose I am reading data from a file and the data contains some outliers. I want to know if it is possible in R to automatically detect outliers in a dataset and remove them -- View this message in context: http://n4.nabble.com/How-to-detect-and-exclude-outliers-in-R-tp1017285p1017285.html Sent from the R help mailing list archive at Nabble.com.
2006 May 08
4
How to disable textbox in Ruby?
Hi, I want to disable textbox in my page so that user can not modify its contents. How can we do that in ruby? Thanx, Prash -- Posted via http://www.ruby-forum.com/.
2010 Jan 28
4
Problems with fitdistr
Hi, I want to estimate parameters of weibull distribution. For this, I am using fitdistr() function in MASS package.But when I give fitdistr(c,"weibull") I get a Error as follows:- Error in optim(x = c(4L, 41L, 20L, 6L, 12L, 6L, 7L, 13L, 2L, 8L, 22L, : non-finite value supplied by optim Any help or suggestions are most welcomed -- View this message in context:
2013 May 09
1
Getting libvirt Error when setting IO tune read_bytes_sec value using libvirt API virDomainSetBlockIotune
Hi All, I am setting the value for "read_bytes_sec" using the following API code virDomainSetBlockIoTune(dom, "/mnt/tmpsdb/FileVM1", parainfoPtr, nparams, 2); I am succesfully able to set this value and i can read it back using the API virDomainGetBlockIoTune(dom,"/mnt/tmpsdb/FileVM1",parainfoPtr,&nparams,2); But after setting this value when i shutdown
2006 Jan 13
4
Single Table Inheritance (this is my 3rd post :( )
...ndors has_one :Agent end Now in the table quote_sheets should I use vendor_id, customer_id, agent_id or just company_id since all of them are in 1 table called companies. I have read agile wweb development with rail, and no where it says about relationship like this. Thanks with best regards, Vikrant
2009 Jul 27
3
render syntax has me stumped
Hi,From within an action called manager within a controller called storedorders, I want to render to the view for the manger action of controller orders. It really seems like the following syntax should work: (within the StoredordersController manager method...) respond_to do |format| format.html {render :controller => ''orders'', :action =>
2012 Aug 22
3
Barplot with Secondary axis
Hi all, I am trying to plot a bar chart and trying to plot a line as a secondary axis as my scale is different for two y axis. I am plotting a clustered bar chart by using besides = True option in barplot function and my y coordinates are not plotted exactly at the center on each two bars. Please help me. I am pasting the code as follows. x =
2010 Jan 15
3
Connecting R with MS SQL server 2005
Is it possible to connect R with Ms SQL Server 2005 ? If Yes how to connect it and can you please provide some tutorial for it? -- View this message in context: http://n4.nabble.com/Connecting-R-with-MS-SQL-server-2005-tp1014643p1014643.html Sent from the R help mailing list archive at Nabble.com.
2003 Oct 13
1
Ignore purge and delete command
...ge or delete command from the imap clients. Actually I created a mail archive and using dovecot and so far I am happy with the performance. But the problem I am facing right now is I do not want the users to delete the mail by themselves and want to disable the purge or delete command. Thanks Vikrant
2013 May 31
0
Re: Fwd: Does Set Block IO tune take effect in the same session.
...t inbound.average = 10 , i observed bandwidth of 24 kbps when i set inbound.average = 100 , i observed bandwidth of 186 kbps when i set inbound.average = 1024 , i observed bandwidth of 2MBps i measured the above by doing scp of a 4MB file from host to VM. Is this behavior is expected? Regards, Vikrant On Tue, May 28, 2013 at 6:57 PM, Michal Privoznik <mprivozn@redhat.com>wrote: > On 27.05.2013 12:36, vikrant verma wrote: > > Hello Michal, > > > > I am using the following code - > > > > virDomainSetInterfaceParameters(dom, "vnet0", networkPara...
2003 Jul 22
4
printing query "status:access denied, unable to connect"
Hello there i have installed samba on my SGI IRIX box and its up and running. I have a few win xp machines. wanna make the printer availabe on my IRIX as a network printer. I tried adding the printer thru add printer wizard in windows it gets added but it shows the status as "status:Access denied, unable to connect" how should I resolve this problem ? I am using HP laserjet 6MP plz