similar to: Help plz to fix it

Displaying 20 results from an estimated 4000 matches similar to: "Help plz to fix it"

2012 Oct 25
3
How generate random numbers from given vector???
I wanna generate random numbers from a vector... for example number<-c(0,1,3,4,5,6,8) so rsidp<-function(x){ i=0 for (i in seq(1:x)) {y<-sample(number,x, replace=T)} return(y) } so all random numbers have to be from vector "number"; so if I type rsidp(5)..... it has to give me 5 random numbers except 2,7,9 (because they are not in the vector "numbers"). help
2012 Oct 26
1
Why my code does not draw? how to fix it? plz....
number<-c(0,1,3,4,5,6,8) rsidp<-function(x){ i=0 {y<-sample(number,x,replace=TRUE)} return(y) } plot(o, xlim=c(0,20), ylim(0,20), type="n", xlab="Sample size", ylab="Sample variance") for (i in seq(1:20)){ retVal=rsidp(i) var(rsidpVector) points (i, var(rsidpVector),pch=i,col=i) } -- View this message in context:
2012 Oct 21
3
Help me please to code....
User has to type (input) x. After input....code has to check X with statement if There is a statement IF. If X=0 then Y=5/2 else =7; How to code it please. I tried but my code does not work ;( I wanna see how it looks like( thank u in advance( -- View this message in context: http://r.789695.n4.nabble.com/Help-me-please-to-code-tp4646932.html Sent from the R help mailing list archive at
2012 Oct 26
3
wanna create all points.....
Plz help me ;(( I lost 7 hours for thinking and doing this code ;( I need to create points.....20 points(dots). All these dots have to be in one graph... when i run this code....it gives me only one dote..... number<- (0,2,3,4,5,6,8) for (i in seq(1:20)) {rsidpVector=rsidp(i) mean(rsidpVector) plot (length(rsidpVector), mean(rsidpVector), ylab="sample mean", xlab= "sample
2012 May 21
4
plz help. how to filter/group/sort data on mass data
hi, nice people I needs to compute the product whose annual sales values are all among the top 100 using R ( version 2.15.0) data is stored in the MSSQL database. data structure( sales table's fields): productID, time, value I have found the SQL solution below: SQL solution is as below: -------------------------------------------------------------- WITH
2006 Aug 05
2
plz do favour in active record
hello I want to do like the below code name=[''net'',''gross'',''amount''] avail= Avail.find(1) return avail.name[0] but it gets error I want to give " avail.name[0] " like this, rather than avail.net directly, can u guys plz help me, how to do this plz explain with code advance thx have a pleasant day narayana --
2006 Aug 14
3
The questions when I install Xen on RHEL4!!! Plz help me!! Thanks...
Hello everyone: Last week I learnt to install Xen on RHEL4. The virtual system is Fedora5. I can run it now,but I met several questions. I hope you can help me deal with them. First: When I use the command "usr/sbin/xm create -c /boot/fc5vm.cfg" to startup Fedora5, it always display this wrong message before the system startup. problem: using config file
2006 Jul 26
1
Plz answer my query in date_select
hello gentlemen I want to set my (default)own date in date_select, how to do this, plz explain with example advance thx have a nice day regards narayana -- Posted via http://www.ruby-forum.com/.
2005 Aug 10
1
plz. solve my prob
sir, i am going to configure debian samba server i am getting problems. how can i configure samba as a pdc . plz. reply me back as soon as possible with complete steps. Thanking you. sumit kumar 09848097138 INDIA
2006 Mar 28
2
RSYNC authors help plz...
I started the massive transfer based on the historical timings, but now I am facing lots of problems in the transfer...I am getting lot of errors like this.. This is a very critical production update I have only 3 weeks time to complete this 4 tb transfer that was taken from historical times using rsync rsync: writefd_unbuffered failed to write 4813 bytes: phase "unknown" [sender]:
2005 Jul 18
2
Comments on Areski Calling Card Solution plz
Hi, can anyone who has the Areski Calling Card solution on Asterisk working comment on it? Is is stable enough for a production system? Any pros and cons? thx, Arnd
2006 Apr 04
6
Loading module chan_zap.so failed! PLZ help me!
Hi, I' ve just connected a carte X100M to my asterisk server running zaptel-1.2.5, libpri-1.2.2 and asterisk-1.2.6 on SUSE 10.0. When I make modprobe wcfxo and modprobe zaptel I haven't any error, I have also chan_zap.so module existing in /usr/lib/asterisk/modules. But, when i run ztcfg, it shows me this: Zaptel Configuration ====================== Channel map: 0 channels configured.
2004 Aug 06
1
Funky password mount point error for liveice and ic ecast - PLZ HL P!
Pete - Thanks for the hack, I've gone in an adjusted the necessary lines(Even though my C is REALLY rusty, cut and paste to the rescue), I re-compiled the source, so hopefully things will work once I get home to test. You mentioned that I shouldnt use this for a Public Production server, is there any other security measures I can take to override this exploit? I had planned on running it
2004 Aug 06
2
Funky password mount point error for liveice and ic ecast - PLZ HL P!
OH MAN THANK YOU!!! I have been pulling my hair trying to get this $hit to work for weeks now. What other DSPs do you recommend instead of LiveIce? Either that or when do you expect the patch to be released? Thank you so much!!! DK > -----Original Message----- > From: Michael Smith [mailto:msmith@xiph.org] > Sent: Wednesday, February 18, 2004 4:35 PM > To: icecast@xiph.org >
2001 Oct 19
2
Samba installation - "execvp - permission denied" problem - Plz help
Hi there, I have installed samba-2.2.2 on Redhat linux 7.0 . I have setup the whole server properly and have run the ./configure, make and make install commands successfully. I have even written a basic smb.conf file which is located in /etc/samba . The testparm on the conf file shows no errors. i have checked the /etc/services file for the netbios services and they are all done properly
2005 Feb 19
3
Still asterisk startup crash plz help
Hi, First i would like to thank the kind people of the list who have answered my previuos mail, but i am still stuck as asterisk still crashes upon startup, i have read the install article at http://www.voip-info.org/wiki-Asterisk+Step-by-step+Installation and i have search the asterisk archives, but i still cant get asterisk to work, i have tried reinstalling asterisk but it still complains and
2006 Aug 05
0
plz do favour in xml builder
hello name=[''year'',''day''] i want to use the below code x.year "2006" in xml as x.name[0] "2006" how to do this ? can u plz explain with example advance thx have a nice day narayana -- Posted via http://www.ruby-forum.com/.
2009 Apr 19
0
plz help . tinc configuration for NAT
i am trying to setup a vpn with my friend. there are just 2 peers, me and him both of us are running windows machines. both of us are behind NAT. i couldnt understand properly the address and subnet allocation for the tinc daemons so could anyone plz help me how to configure tinc.if anyone could send me a sample configuration file that would be of great help. thanks in advance
2011 Jan 30
0
Help plz
Typing "?" (no quotes) followed by a topic of interest will throw up the R Help documentation. 1. Have a look at ?runif 2. Try ?subset and ?cumsum 3. Look at ?rle. Use in conjunction with cumsum and maybe ifelse. HTH Pete -- View this message in context: http://r.789695.n4.nabble.com/Help-plz-tp3247449p3247576.html Sent from the R help mailing list archive at Nabble.com.
2008 May 23
3
Help plz
hi i just switched from xp to Ubuntu and i installed steam and half life and guild wars and i cant seem to get it to work right. Every time i try to run them they begin to load up then when they are about to start the screen goes blank for a second and then im back at the desktop and the computer is acting almost as if the program is running but its not and the resolution is the games plz help.