search for: ramachandran

Displaying 20 results from an estimated 29 matches for "ramachandran".

Did you mean: ramachandra
2009 Apr 18
3
need help with tinc windows service
hi im a newbie to networking and vpns.so plz pardon my mistakes. i installed tinc 1.0.9 and followed the tinc setup instructions as in the tinc-windows example. after i hav started the tinc service with tincd -n command the service starts and then stops abrupty giving the message " the tinc.test service on the local computer has started and then stopped.Some services stop automatically if
2006 Sep 14
1
Binomial test using R
Hullo, Can someone suggest whether the binomial test as described in the link http://home.clara.net/sisa/binomial.htm is available in an equivalent form in R? I have downloaded the R package from the CRAN site. Using R will help me do this test rapidly Many Thanks Ramachandran Dr. S. Ramachandran Scientist E I G.N. Ramachandran Knowledge Centre for Genome Informatics Institute of Genomics and Integrative Biology Mall Road, Delhi 110 007 Tel: 091-11-2766-6156 Fax: 091-11-2766-7471 http://www.igib.res.in/Sprofile/cram.html [[alternative HTML version deleted]]
2012 Jul 08
3
Help in Optimization of a function
guRus! I have a function f = exp(x^2-y+(1/z)) Also, x can take values from 1 to 37, y from 2 to 20 and Z from -13 to 51. How can I find the maximum of f using any of the optimization functions please? Is there a way to store the possible values of x, y and Z in a single variable like in a List or in a multi-dimensional array? Thanks for your help Raghu [[alternative HTML version deleted]]
2012 Jul 24
3
Collapsing a vector/data-frame based on the previous values
Hello I have a data frame like this: dput(states) structure(list(Date = c("24/07/2012", "25/07/2012", "26/07/2012", "27/07/2012", "28/07/2012", "24/07/2012", "25/07/2012", "26/07/2012", "27/07/2012", "28/07/2012"), State = c(1L, 1L, 1L, 1L, 1L, -1L, -1L, -1L, 1L, -1L)), .Names = c("Date",
2010 Oct 07
0
[LLVMdev] libcpu with m88k
What kinds of errors are you getting? On Thu, Oct 7, 2010 at 9:36 AM, Pradeep Ramachandran <pramach2 at uiuc.edu> wrote: > Hi, > I recently downloaded and installed the libcpu package (from http://libcpu.org > ) that uses llvm as the backend on my linux machine. I have a piece of > Motorola 88100 code (essentially the output of the 176.gcc benchmark > from SPEC CPU 2...
2002 Nov 11
2
Thank you!
...nd easy to understand design of the whole package, the documentation, well documented config files and how well it runs. I just thought I''d thank the developers for the excellent software. You made my life a lot easier. Thanks again for the excellent software! cheers, prabhu -- Prabhu Ramachandran MayaVi Data Visualizer http://www.aero.iitm.ernet.in/~prabhu http://mayavi.sf.net
2012 Apr 22
2
difficulty in Formatting time series data
Dear R-Gurus I have a data frame (from CSV file) which has its first column called Date. The Date is in the format mm/dd/yyyy. I was trying to get the weekday for these dates and I tried using wday() and day.of.week() functions and both of them gave me precisely the wrong answers. I think the issue lies in the proper formatting of dates. The class of this column is a factor class and hence I
2010 Oct 07
2
[LLVMdev] libcpu with m88k
Hi, I recently downloaded and installed the libcpu package (from http://libcpu.org ) that uses llvm as the backend on my linux machine. I have a piece of Motorola 88100 code (essentially the output of the 176.gcc benchmark from SPEC CPU 2000) that I am trying to run using this emulator, but I am running into errors when trying to run it. Has anyone been able to successfully use the m88k
2012 Jul 14
2
writing data into files whose names are in a vector
GuRus How do I use the write function (or write.table or write.csv) to achieve the following please? age=c(32,37,39) names=c("john","peter","jake") I would like create in a directory 3 files each named as john.csv,peter.csv and jake.csv and each file have data from the age vector. That is jon.csv will contain 32, peter.csv will contain 37 and jake.csv will contain
2008 Dec 18
3
Feedback and Questions on afr+unify
...other brick, say another disk to the existing set on one of the machines? Would it break the round-robin scheduler that I am using? I see from the FAQ that this should work with the alu but will it work with rr? Many thanks once again for the awesome clustered file system! cheers, -- Prabhu Ramachandran http://www.aero.iitb.ac.in/~prabhu -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: glusterfs-server.vol URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20081218/6011f101/attachment.ksh> -----------...
2005 Oct 26
1
R- exp(-1000) ? - how to get R to give me an actual answer ?
...swer and give me an actual number ? ( by increasing the precision or any other method). If I cannot get R to give me a number, can anybody give me some advice on how to manually compute this number ? I would greatly appreciate your help on this issue. Thanks Ravi Ravichandran "Ravi" Ramachandran Graduate Teaching Assistant Department of Statistics The University of Tennessee,Knoxville USA E-mail : ravi at utk.edu Phone : Official - 865 - 974 - 2739 (Aconda Court) Residence - 865 - 946 - 5155 Webpage : http://web.utk.edu/~rramacha " Space maybe the final frontier But...
2009 May 27
1
Can''t ping gateway (SOLVED !!!!)
HI again, This is the solution to my problem, hope it helps someone in the future. First of all, thanks to Ramachandran Radhakrishnan for helping me with this. The problem was my NIC: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01) What happens, is that the NIC''s driver sets the HWADRRESS = FE:FF:FF:FF:FF:FF, and that''s the same address used in xenbr...
2010 Aug 06
3
How to apply apply?!
guRus I have say a dataframe, d and I wish to do the following: 1) For each row, I want to take one particular value of the row and multiply it by 2. How do I do it. Say the data frame is as below: OPEN HIGH LOW CLOSE 1931.2 1931.2 1931.2 1931.2 0 0 0 999.05 0 0 0 1052.5 0 0 0 987.8 0 0 0 925.6 0 0 0 866 0 0 0 1400.2 0 0 0 754.5 0 0 0 702.6 0 0 0 653.25 0 0 0 348 0 0 0 801 866.55 866.55
2004 Feb 17
1
SSH disconnect issue after grace timer expiry
Hi, I was just wondering if any of you would be able to help me with pointers to find a fix for the known problem in SSH2 that the server does not properly disconnect after the login grace time is reached. Thanks for your time ! Regards, Bhuvana
2004 Aug 31
1
CIFS Proxy Server
Does anyone have knowledge of any CIFS Proxy Servers or using Samba as a Proxy to another CIFS/SMB Server? Are there any documents or resources on this topic? I am trying to implement a general purpose CIFS Proxy Server (the proxy server would implement some authentication and authorization for the SMB requests) which can proxy CIFS servers like Samba or Windows. One particularly hard problem
2006 Jan 12
1
Debugging the log
Samba version is: Version 3.0.20b-3.1-SUSE Current PDC is active directory Windows 2000 Server. I replaced the actual ip address with IPADDRESS and the actual broadcast address with BROADCASTADDRESS. net rpc join -S DOMAINPC-dc -U administrator Password: Joined domain DOMAINNAME. net rpc vampire -d 3 -S DOMAINPC -U administrator [2006/01/12 09:19:47, 3] param/loadparm.c:lp_load(4202)
2006 Jan 26
1
Can printer names be mapped?
Can printer names be mapped between unix names and windows names just like groups? I have a printer that is shared as "HP Mode9" (with a space in the name) in windows domain. CUPS will not let me create the name that way so I called it HP_Mode9 (with an underscore). Everybody in the domain is hooked to "HP Mode9" (with a space). How do I avoid reinstalling driver in all
2006 Mar 13
1
samba3.0.20b - nmbd error
I am attempting to setup a brand new samba3 domain. The WINS, DNS, DHCP and Samba are all be on MACHINNAME. I put the domain name and the WINS machine name as a hard coded entries in /var/lib/samba/wins.dat: "MACHINNAME" 0 192.168.12.4 66R "DOMAINNAME" 0 192.168.12.4 66R I still keep getting "Cannot find my workgroup DOMAINNAME on subnet UNICAST_SUBNET." in
2006 Mar 31
1
Local Profiles only
Hello, I have set smb.conf to turn off roaming profiles by putting "logon path" and "logon home" as blank entries. However, I find that if I attempt to login as an user in a Windows machine that does not already have a local profile for that user, I get "Unable to logon as DOMAINNAME is not available" or something like that... It does not create an automatic
2012 Jun 19
1
Profit calculation
Dear guRus Say I have a price vector, P which is P = c(20,50,40,50) for four consecutive days. My initial equity is say $100 and I re-invest the profits made in each transaction so my equity curve increases. If I go Long on day 1, short and short on day 2, long and long on day 3 and finally short on day 4, how do I calculate the total profits using R? Basically I stay invested at all times. I