similar to: Directory server

Displaying 20 results from an estimated 100 matches similar to: "Directory server"

2005 Feb 26
1
YP directory server
Hi, I have set up my own YP directory but there are some files left and I don't know their purpose because everything works fine without them. Those are: yp_cachegen, yp_clean, yp_random. I didn't find any connection with yp_cgi. In connectToDB() there is also yp.db file opened and an environmental variable is read from it. What is it for? If someone could explain that, I'd be very
2005 Mar 03
1
Re: icecast2yp server problem...
On Wed, 02 Mar 2005 18:39:59 -0600, oddsock <oddsock@oddsock.org> wrote: > > yup...you betcha... change > hextable['d'] = 13; > To > hextable['d'] = 14; I'd say hextable['e'] should be 14... -- Jaroslaw Swierczynski <swiergot@gmail.com> www.slackware.com | www.archlinux.org | www.juvepoland.com
2004 Aug 06
2
Many sources into one stream
Hi, is it possible to mix several sources and broadcast them as one stream? What exactly do I want to do? Two people are speaking at the same time to their microphones (obviously not at the same machine) and these two sources are being mixed somehow and broadcasted through one mountpoint. Is there any chance for this to work? -- [ ----------< Live Long And Prosper !!! >---------- ]
2005 Mar 02
2
icecast2yp server problem...
hi oddsock, hi everyone! i have set up an icecast2yp, took a while to get it to compile, but now it works. the only problem is that the hostnames have all dots replaced with dashes in the generated playlists james sheldon has reported this problem here a year ago (http://lists.xiph.org/pipermail/icecast/2004-March/006729.html), but nobody responded, so i bring it up again. i dumped the
2005 Apr 15
0
Icecast 2.2
theprogpalace.com wrote: > Hi, > > My stream host upgraded me to 2.2 and since that time I am no longer > listed on the Icecast directory. I use SAM3 and it is setup correctly > on my end and my provider states all is set correctly there, but it > still does not work. Has anyone had this problem? > thanks, i have yp problems with 2.2-kh and 2.2.0 as well. i get the
2005 Apr 13
4
Icecast 2.2
Hi, My stream host upgraded me to 2.2 and since that time I am no longer listed on the Icecast directory. I use SAM3 and it is setup correctly on my end and my provider states all is set correctly there, but it still does not work. Has anyone had this problem? thanks, Greg http://progpalaceradio.com gregstaf@progpalaceradio.com
2005 Jul 15
0
[R] Passing character strings from C code to R
Thanks, That fixed the problem. Jarek -----Original Message----- From: ripley at stats.ox.ac.uk [mailto:ripley at stats.ox.ac.uk] Sent: Friday, July 15, 2005 11:11 AM To: Tuszynski, Jaroslaw W. Cc: r-devel at stat.math.ethz.ch Subject: Re: [R] Passing character strings from C code to R Reading the posting guide would have shown you that R-help was quite inappropriate, so I have moved this to
2005 Apr 02
1
Survey of "moving window" statistical functions - still looking f or fast mad function
Hi, First, let me thank Jaroslaw for making this survey. I find it quite illuminating. Now the questions: * the #1 solution below (based on cumsum) is numerically unstable. Specifically if you do the runmean on a positive vector you can easily get negative numbers due to rounding errors. Does anyone see a modification which is free of this deficiency? * is it possible to optimize the
2002 Jun 07
2
pxelinux problem (plus a fix proposal)
Hello I'm using the ISC-dhcp 3.0pl1 + pxe patch (from http://savannah.gnu.org/download/pxe-toolkit/) and pxelinux as the loader program. It turns out that in my configuration pxelinux specific DHCP options are sent out by the server encapsulated within vendor extension option (option 43, RFC 1533). Currently pxelinux cannot parse this correctly (the full option 43 with it's contents is
2008 Mar 20
0
[ANNOUNCE] xf86-input-elographics 1.2.0
Adam Jackson (1): elographics 1.2.0 Benjamin Close (1): Remove reliance on xf86_ansic.h Brice Goglin (1): Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in version_rec Daniel Drake (2): Bug #11087: xf86-input-elographics COPYING file Bug #9803: Don't allow zero-sized width/height. James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to
2005 Apr 27
1
Error list and debugging R code
Hi, I am trying to debug my code and looking for any tool to help me out with it. My main problem is with the error messages I can not figure out where they come from (what function produced them) and what do they mean. Is there such a think as list of error messages produced by R and standard R packages, and what do they mean? Or any tool to extract information which function produced the
2005 Mar 24
1
Unexpected error "subset assignment" (bug?)
Hi, I run into following problem. It seems to me that operation in the 3rd line should be valid. > b = matrix(as.raw(0), 8,8) > q = as.raw(1:8) > b[1,] = q Error: incompatible types in subset assignment > length(b[1,]) [1] 8 > typeof(b[1,]) [1] "raw" > length(q) [1] 8 > typeof(q) [1] "raw" Is this a bug or a "feature"? Jarek
2016 May 19
0
devtoolset-4
On May 19, 2016, at 3:30 AM, Jaros?aw Bober <jaroslaw.bober at gmail.com> wrote: > > Do I have to install devtoolset on all my machines that I want to run this > app? Probably, yes. That, or redistribute parts of it with your app, either by cherrypicking files from the devtoolset RPM or statically linking to it. > Or would it use built-in libstdc++ library, linking
2016 May 20
0
devtoolset-4
On May 20, 2016, at 8:17 AM, Jaros?aw Bober <jaroslaw.bober at gmail.com> wrote: > > ldd gives me: > ldd a.out > linux-vdso.so.1 => (0x00007fff6e5ff000) > libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00000039d8400000) In that case, I don?t see how you can be making use of any C++11/14 features that aren?t implemented by the compiler itself (e.g. type inference via
2005 Mar 23
0
Looking for function for Double to raw to double conversions
Hello, I am trying to implement function for reading/writing some XML file format. One feature of that XML format is that a lot of binary data is stored in Base64 format, and since R's XML package does not seem to support it, I just wrote my own converter from "raw" format to Base64, and back. However one place I have problems with is conversion from vector of doubles to vector of
2005 Jun 17
0
Release of new version of caMassClass package and new package caT ools
Hi, A new version of "caMassClass" package was released today. The package contain pipeline for processing and classification of protein mass spectra data. The main change is off-spinning from the library collection of generic functions into a new package "caTools". This package, which might be useful to broader group, is much smaller than "caMassClass" and has fewer
2005 Jun 17
0
Release of new version of caMassClass package and new package caT ools
Hi, A new version of "caMassClass" package was released today. The package contain pipeline for processing and classification of protein mass spectra data. The main change is off-spinning from the library collection of generic functions into a new package "caTools". This package, which might be useful to broader group, is much smaller than "caMassClass" and has fewer
2005 Jun 30
1
Is.integer and testing for integers
Hi, I was trying to figure out if there is a function in R that tests if R object contains only integers. I though "is.integer" would be it, but this function only checks "whether its argument is of integer type or not". As a result x = (1:5)^2 is.integer(x) Returns false. Of course I can write my own function like "!any(x!=as.integer(x))" but I am just trying to
2005 Aug 04
0
FW: color palette
Try: n = 100; x = matrix(seq(-10, 30, length.out=500), ncol=1) col = colorRampPalette( c("green", "white", "red"), space="rgb")(n) breaks = c(seq(-10, 0, length.out=n/2)-0.5, 0, seq(0, 30, length.out=n/2)+0.5) image(x, col=col, breaks=breaks) See also today's discussion on R-Help about "red-black-green color palette", since most of the
2005 Oct 07
1
The R Graph Gallery {was boxplot statistics}
I agree with Martin "R Graph Gallery" has a lot of neat stuff. I also think there should be a on CRAN website a list of "R websites". And in a perfect world one of the search engines scope would get extended to search them all. Jarek ====================================================\==== Jarek Tuszynski, PhD. o / \ Science Applications