search for: documantation

Displaying 19 results from an estimated 19 matches for "documantation".

2012 Nov 08
1
Code documantation
Hi ? I have started using Icecast and Ices. I am now pretty?curious?about?tempering?the code and fix and help you?guys?in development and bug fix. I have nearly 5 years of experience in SW development in .NET and working with free source projects is my hobby. So can you please provide me some links and docs regarding the Ices code so that i can start going through the code quickly?possible.
2002 May 15
3
Processing "vignette" files
Is there any way to process the "vignette" documantation files? I have been looking at the bioconductor packages and most of them have *.Rnw files in doc directories. They look like regular TeX but have sections showing R code that seem to choke TeX. Thanks, Andy __________________________________ Andy Jaworski Engineering Systems Technology Center...
2007 Oct 25
2
self signed ssl cert on C5
Hi, Does anyone have a pointer to correct documantation for generating and installing a self signed ssl cert for use on httpd on a C-5 machine? The docs say to use genkey but AFAIK upstream rm'd crypto-utils from the distro and as such it is not available. I tried generating the cert on a C-4 machine using genkey and installing on the C-5 machine b...
2006 May 14
1
xen 3.02 with Intel VT
Dear mailing list I just installed Suse 10.1 with Xen support on a computer with an dualcore Intel processor. Is ther any documantation around on how to configure the xen, that it supports the intels vt technologiy. Thanks for your help Damian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Feb 27
2
regularized dfa rda (Klar): problems with predictions
Dear all, I am trying to do a n-fold cross-validation for a regularized discrimant function analysis using rda from the package klaR. However, I have problems to predict the groups from the test/validation sample. The exmaples of the R documantation and some online webpage also do not work. Does anybody know what I have done wrong? Here my code # I want to use the first 6 observations for validationg the model, case 7 to 36 are # used for the trianing: n_fold<-sample(1:36,36) testset<- n_fold[1:6] trainset<- n_fold[-(1:6)] # reg...
2005 Jul 26
1
docu buglets for ar and friends
This is R2.1.1 The documantation opened by ?ar, section for returned value, does not document all the components of the returned list. In addition to the 13 components documented, it also contains the component $frequency This also applies to the help page opened by ?ar.ols -- Kjetil Halvorsen. Peace is the most effective we...
2007 May 02
2
Virtual Machine Manager DNS resolver
...nd available) resource, but the application always responds the same: Error, HTTP resource not available. I've also tried with http://127.0.0.1/CentOS but I get the same error message. ???? [*] I follow the http://www.centos.org/docs//5/html/Virtualization-en-US/virt-install-wizard.html documantation. -- Thanks, Jordi Espasa Clofent
2012 Dec 06
2
BLF and call-limit in 1.8
...d our internal PBX from 1.4 to 1.8. This made the BLF lamps on our Polycom phones stop working. After a lot of googling and a lot of testing, I have been unable to find a solution. I did try to change the call-limit value from 4 to 1, and this actually made BLF work (noone suggested this, and what documantation I can find states that this option is deprecated). This change has other implications, however. Call waiting stops working, queues don't offer calls if the user is in a private call etc. We have customers that require both BLF and call waiting at the same time. We are running Asterisk 1.8.11...
2008 Nov 14
5
Error: failed to assign device...VT-d isn''t enabled properly(?)
...39;t enabled properly? As I googled, I figured out, that only a couple of boards support vt-d or iommu, but pci passthrough is widely common. xm dmesg shows: (XEN) I/O virtualisation disabled Also, a friend told me, on its (pci passthrough working) machine the same message appears. AND, any documantation regarding this feature dosn''t mention vt-d at all: http://www.wlug.org.nz/XenPciPassthrough http://www.google.de/search?q=xen+pci+passthrough So, what does the error mentioned in my subject mean? Is it a wrong interpreted issue by the kernel, or do I really need vt-d, which my boar...
2007 Dec 03
1
help on qcc
Hello R Experts, I started to work with the qcc package and it wprks quite nicely. Heres My Code: n <- c(55,5,94,25,10,15,15,40,44,34,90,114,204,37,30,28,12,68,64,29,24,14,31,16,62,45,55,20,24,14,9,19,76,57,55,42,6, 54,32,117,19,32,9,11,13,31,27,33,44,28) x <- c(6,0,30,5,2,1,4,5,2,9,12,24,64,3,9,21,9,48,15,4,3,0,1,0,6, 7,2,0,3,2,0,5,1,2,6,9,1,6,2,0,1,4,8,0,1,1,3,0,0,0)
2008 Sep 10
0
Package installation in Windows - Urgent!
...ggestion. I created etc/Renviron.site: R_LIBS_SITE="C:\Program Files\R\R-2.7.2\library:C:\Program Files\R\R-2.7.2\Packages" 3) As a test, downloading a package resulted in it being stored in: C:\Documents and Settings\[USER]\Local Settings\Temp\RtmpO7pcpi\downloaded_packages 4) From the documantation of Renviron: Unix versions of R have a file 'R_HOME/etc/Renviron' which is read very early in the start-up processing. It contains environment variables set by R in the configure process, and is *not used on R for Windows*. I seek your guidance, for I quickly need to deploy R and selected...
2011 Feb 28
0
regularized discriminant function analysis using klaR: problems with predictions
...the package "klaR". > > Dear all, I am trying to do a n-fold cross-validation for a > regularized discrimant function analysis using rda from the package > klaR. However, I have problems to predict the groups from the > test/validation sample. The exmaples of the R documantation and > some online webpage also do not work. Does anybody know what I have > done wrong? > > Here my code > # I want to use the first 6 observations for validationg the model, > case 7 to 36 are > # used for the trianing: > n_fold<-sample(1:36,36) > testset<-...
2003 Feb 11
1
[Bug 448] ssh ignores key specified with -i if agent is running
http://bugzilla.mindrot.org/show_bug.cgi?id=448 ------- Additional Comments From ssh-bugzilla at andrew.pimlott.net 2003-02-12 01:57 ------- I'm not sure how you mean that turning off the agent might break things, but it is obviously wrong for -i to be ignored. Why can't you simply try keys specified with -i before trying the agent? You may need to lists of keys rather than one:
2003 Aug 02
1
Asterisk + SER
I was just looking through the SER archives and someone mentioned using SER with *, his comments about * where very complementary, is there anyone using SER on this list. I could do with a bit of a HOWTO. -- Dave Cotton <dcotton@linuxautrement.com>
2005 Jun 15
1
Adduser failing to accept 'username$'
Hi group, For some odd reason - most likely my current level of n00bness - my useradd refuses to accept the $ in the machine name, when adding a Windows machine to my Samba 3 installation. I'm running Red Hat linux with a newly compiled version of Samba 3.0.14a. Any ideas? Best regards, Casper Helenius, Denmark
2004 Dec 22
0
How To start
Hi group, I am a newbie to Taffic contol. I came across many new terms and technical documantation and technology along with this new intrest of mine. After 2 weeks i am unable to find a good starting point. there are cbq, HTB, classifies MARK and all sorts of things The apge at by MAB given me a introduction to all sorts of Terms. I am now reading LARTC How to as any Linux traffic doc. points...
2004 Mar 16
1
VMware Printing Problem - Access Denied, Unable To Connect
I see you are using cups. I had the same problem It is a cups problem. First install a RAW printer in CUPS. Second allow cups to receive jobs from a remote host. By default it doesnot. -- Groetjes/Regards Kees van Hoof
2006 Sep 04
7
SPITS 0.0.9b
...interface. Cosidering some of you have enoungh knowledge about tc qdisc/classes and iptables, i want you people to give it a try to SPITS. Only few qdisc types are available now, and 2 ip tables matches. I intend to make SPITS able to import qdisc types and iptables matches via xml, with documantation and information regarding command line options, kernel options and iptables libs needed by the system in order for the xml module(qdisc/match) to work propertly. Now the project is not documented at all. Only the few steps needed in order to setup a database and the config file. I...
2010 Apr 19
2
ecdf
Hello, I'd like to plot an empirical cumulative distribution function, except instead of the fraction of values < x, I'd like the fraction of values > x. I think this can be done using the ecdf function in {Hmisc}. I installed the package and loaded it. However, when following the example given in the documentation, I get an error: x <- rnorm(100) ecdf(x,what='1-F')