search for: bansal

Displaying 20 results from an estimated 70 matches for "bansal".

2011 Aug 22
3
automatic file input
...are 1.out, 2.out......100.out. I want to know if there is anything like perl so that i can use something like this- for($f = 1; $f <= 100; $f++) { $file = $f.".out"; I have tried this thing in R but it does not work.Can somebody please help me. Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London
2011 Jul 01
13
For help in R coding
...each row and will give output something like this- A C G T 1 0 1 0 0 0 0 2 0 2 0 0 1 0 0 0 0 0 0 3 This output is for first 5 rows from the example given above. I am new to R can you please help me.I will be very thankful to you. Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London
2011 Jul 14
5
Adding rows based on column value
...10 135344118 0.000000 24.000000 0.000000 24.000000 10 135344122 24.000000 24.000000 0.000000 0.000000 10 135344123 0.000000 48.000000 0.000000 24.000000 10 135344126 0.000000 0.000000 24.000000 0.000000 Can you please help me. Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: file.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110714/d0532f56/attachment.txt> -------------- next part -------------- An embedded...
2020 Mar 22
2
GSoC Interested Student:Encode Analysis results in MachineInstr IR, Slimmer project
Hello All, My name is Prakhar Bansal and I am a graduate student in computer engineering at Iowa State University. In my research work, I have worked on Memory access monitoring of an application using the LLVM static analysis framework, where I developed a tracing tool using an LLVM module pass to perform tracing across multiple func...
2016 Sep 27
4
VoIP monitoring tools
...o using Zenoss or Zabix you can monitor the > health of your servers. This way you have both top-down and bottom-up > monitoring. For monitoring call quality you can use tools like VoIP > Monitor (it is not free). > > Regards > > > On Tue, Sep 27, 2016 at 12:03 PM, Nitesh Bansal > <nitesh.bansal at gmail.com <mailto:nitesh.bansal at gmail.com>> wrote: > > Hello all, > > The question isn't directly related to Asterisk, but I'm looking > for recommendations > for a monitoring tool to monitor the health of Asterisk ins...
2009 Jun 26
3
I/O on domu in PV
I am using /dev/sda6 of Dom0 for one of my DomU in PV. One day I saw I/O error in DomU. Anyone has the solution for this. I don''t see any I/O on dom0 I rebooted the DomU also but issue was not fixed. Please provide me layout to check and fix this type of issue. Tanuj _______________________________________________ Xen-users mailing list
2016 Sep 27
4
VoIP monitoring tools
...ring tool to monitor the health of Asterisk instances running in Production. Ideally, the tool should be able to generate monitoring traffic (OPTIONS ping or INVITE), use the response/no response from Asterisk to store the health of an Asterisk instance running somewhere in the DB. Thanks, Nitesh Bansal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160927/8f7db63b/attachment.html>
2011 Jul 05
3
Output data frame using write.table
...t file as output.I am using this code- write.table(m1, file = "kas.txt", append = FALSE,row.names=F,quote=F,sep="\t") When I am opening my kas.txt file,the column names are not coming exactly above the column. What should I do.Please help me. Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London
2009 Jul 01
5
Xen time drift issues
Hello everyone! I been observing some peculiar time drift on my Xen domains (dom0 and domUs). The time (as returned by timeofday) on my domains drifts at an almost steady rate from the real time ( as read from the time stamp counter ). The drift is so constant that it makes me think there should be some simple explanation for it in the way Xen keeps time. Some info about my set up: guest OS:
2011 Aug 07
3
Printing data frame with million rows
...but when I checked the output there were only 10000 rows and at the last it was written- [ reached getOption("max.print") -- omitted 923750 rows ]] Can you please tell me what is wrong with my output code? I want to print all million rows in my output. Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London
2004 Jul 06
13
OGG/OGM media container
...39;t provide any info about ogm? I was not able to find specs. Also, xiph.org doesn't link to any of ogmtools site. PS: I have recently joined xiph team as webmaster of xiph.org, and if I get answers to above questions I can create a page of ogg/ogm at xiph.org with details about same. Nilesh Bansal http://www.cse.iitb.ac.in/nilesh/
2019 Oct 20
2
IMAP4 extensions for Visual Voicemail (VVM)
Hi Team, I need to develop Visual VoiceMail solution. In this solution I need a IMAP4 server, from which I can get a hit for each mail retrieval. Can anyone help me if dovecot can be used for this purpose. BR, Rajesh Bansal -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20191020/2525d23e/attachment-0001.html>
2011 Oct 31
3
Plot two matrices and keeping the record of row names
...#taking only the upper triangle of matrices as other half is same. The plot is coming fine.But I am loosing the row names,therefore I have no idea which patients are on the top right corner of the plot. Can you please help me.I will be very thankful to you. Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London [[alternative HTML version deleted]]
2011 Jul 24
2
Deleting rows and store the deleted rows in new data frame
...0 135349476 t T 1 0 0 6 g,,.,, sf 10 135349467 g G 4 0 0 5 ,,,., 10 135349470 c C 8 0 0 5 ,,,., 10 135349471 a A 10 0 0 5 ,,,., 10 135349474 g G 4 0 0 6 ,,,.,, 10 135349475 a A 8 0 0 6 ,,,.,, 10 135349477 a A 7 0 0 6 ,,,.,, 10 135349478 a A 11 0 0 6 ,,,.,, Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London
2011 Aug 07
1
Removing funny characters from a column of a data frame
...;, "",x[5])) this use of gsub looks odd to me,although result is coming good but I want something fast because data is large.I want something like this- delete everything else except A,a,C,c,G,g,T,t and dot and comma. Any suggestions Please. Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London
2016 Apr 13
2
Using Asterisk to route call via an outbound proxy
...oute' header in the originate command and used the Dial command like 'SIP/peer/exten', but problem is that Request-URI isn't populated correctly. I'm using Asterisk 13. Thanks, Nitesh On Wed, Apr 13, 2016 at 10:09 PM, Joshua Colp <jcolp at digium.com> wrote: > Nitesh Bansal wrote: > >> Hello, >> >> I want to use Asterisk to use Kamailio as an outbound proxy for routing >> calls to remote SIP end points, one option could be to use a default >> peer, but in my case, my outbound proxy can change >> based on the remote end point, so...
2019 Oct 20
2
IMAP4 extensions for Visual Voicemail (VVM)
> Le 20 oct. 2019 ? 22:24, Mauricio Tavares via dovecot <dovecot at dovecot.org> a ?crit : > > On Sun, Oct 20, 2019 at 10:43 AM Rajesh Bansal via dovecot > <dovecot at dovecot.org> wrote: >> >> Hi Team, >> >> >> >> I need to develop Visual VoiceMail solution. In this solution I need a IMAP4 server, from which I can get a hit for each mail retrieval. Can anyone help me if dovecot can be use...
2016 Apr 22
2
Dial command for SIP driver with To-header config
Hello, I'm using the following Dial command syntax: Dial*(SIP/peer/exten!sip:xyz at xyz.com <sip%3Axyz at xyz.com>*), the SIP URI after the '!' mark should be set as To-URI in outgoing INVITE from Asterisk. It works, but problem is that To-URI formatting is a bit messed up, It looks as follows: *sip:sip:xyz at xyz.com <sip%3Asip%3Axyz at xyz.com>*, it seems that Asterisk
2011 Aug 01
1
Inserting column in between -- "better" way?
...s(yourframe) [30:51] <- c(newcolname,names(yourframe[30:50]) > > Cheers, > Bert > > On Mon, Aug 1, 2011 at 10:10 AM, Sarah Goslee <sarah.goslee at gmail.com> wrote: >> x <- cbind(x[,1:29], newcolumn, x[,30:ncol(x)]) >> >> On Mon, Aug 1, 2011 at 12:59 PM, Bansal, Vikas <vikas.bansal at kcl.ac.uk> wrote: >>> Dear all, >>> >>> I have a very simple question.I have data frame of 50 columns and i want to insert a column in 30th position.But i do not want to delete that column.Is it possible to include a column in between, so tha...
2011 Jul 13
1
Error non-numeric argument to binary operator
...df[, "ind"] : non-numeric argument to binary operator but if i am not taking input from user and using straight way this- df$ind=9 then it is working. But i want to enter the value of ind from user.Can you please tell me how can i remove this error. Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London