similar to: online icecast documentation

Displaying 20 results from an estimated 40000 matches similar to: "online icecast documentation"

2005 Jun 23
1
list.files() reorders files in R CMD INSALL
Hi, The list.files() function seems to order its result vector differently when is run during R CMD INSTALL. Here is an example: ~% mkdir ~/FOO ~% cd ~/FOO/ ~/FOO% touch a A b B ~/FOO% ls a A b B Put foo.R in the vor package. The foo.R just prints the files in ~/FOO: print(list.files("~/FOO")) Now install the package: ~/FOO% R CMD INSTALL -l ~/R/library/ ~/src/vor/ *
2004 Aug 05
8
or of a logical vector
Is there some fast (built-in?) way to get the OR of all the elements in a logical vector? In other words, is there some fast (built-in) version of the function vor below? Thanks. -Ben vor <- function(v) { ans <- v[1] if (length(v) > 1) for (i in 2:length(v)) ans <- ans | v[i] ans }
2000 Feb 16
1
Decode questions
Sorry, to interrupt the license flame war... I downloaded the source from CVS as of 11am this morning and there are a couple of issues that I ran into: 1) I built the package and then in the examples dir I executed the following commands: # cdparanoia -B 1-1 # ./encoder-example < track01.cdda.wav > test.vor # ./decoder-example < test.vor > out.wav The rip and the encode both work
2010 Mar 29
2
naming consecutive objects
Dear list, I would generate a loop: a<-c(1:98) for (i in a ) { cbind(vor.tile[[i]]$x, vor.tile[[i]]$y)->p rbind(p,c(p[1,]))->p.c Polygon(p.c)->pc.p Polygons(list(pc.p),sprintf("p%s",i))->pc.ps sprintf("pc.ps%s",i)<-pc.ps } I need to obtain 98 pc.ps objects (like: pc.ps1, pc.ps2....pc.ps98) but I d'ont use sprintf for it. How can made it? many
2005 Jan 23
2
ices 2.0.1 release
This is to announce version 2.0.1 of ices. It is a small update to 2.0.0 and is compatible to existing configurations. The most user-visible part of this update is in the ALSA input driver, which some people have reported as being a problem in some cases. You can download the tar files from http://downloads.xiph.org/releases/ices/ Summary of changes since 2.0.0 . update ALSA input . add
2004 Sep 03
1
how to debug a sudden exit in non-interactive mode
Hi, I have a piece of R code that calls mgcv::gam. The code runs fine in the interactive mode, but terminates R w/o a single message when run non-interactively. Though I think I should be able to locate the problem by brute force I'd appreciate an advise how to do it more intelligently using R debugging tools. At this time I only know that it has something to do with me loading my custom
2010 Jan 29
2
[PATCH 1/2] libdrm/nouveau: new optimized libdrm pushbuffer ABI
This patch changes the pushbuffer ABI to: 1. No longer use/expose nouveau_pushbuffer. Everything is directly in nouveau_channel. This saves the extra "pushbuf" pointer dereference. 2. Use cur/end pointers instead of tracking the remaining size. Pushing data now only needs to alter cur and not both cur and remaining. The goal is to make the *_RING macros faster and make the
2000 Apr 10
2
Metadata, file signatures, and extentions
Hi, I've been working writing some tools that deal with id3v2 tags on mp3 files. id3v2 is this really, really long specification with places for all kinds of metadata for media. I've looking at the sample vorbis encoder and a file I made from it I noted that you have some a comment field, and I was wondering if you had any plans to support more metadata, and if you would
2004 Feb 28
3
Neues über die deutsche Übersetzung der Samba-3-Dokumentation -- News for the german translation of the Samba-3-docs
Another posting in german, due to its subject, which has to do with the german translation of the Samba-3.0-documentation. --- Hallo, deutschsprachige Samba-user, die ?bersetzung der Samba-3-Dokumentation geht weiter. Die Info-Kampagne tr?gt Fr?chte, es gibt neue freiwillige Mitarbeiter! Unsere Projektseite liegt auf Berlios, eine kurze Projektbeschreibung findet man unter
2003 Jul 07
4
Error compiling 3.0.0beta2 on HP-UX
Hello! I'm trying to compile 3.0.0beta2 on a HP-UX 11.00 machine with gcc v3.2. After running configure --prefix=/some/where, I ran make which exited with this error message: Compiling lib/snprintf.c lib/snprintf.c:832: conflicting types for `snprintf' /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/stdio.h:493: previous declaration of `snprintf' *** Error exit code 1
2009 Dec 05
1
[PATCH] nouveau: avoid running out of relocs (attempt 4)
- Added flush notify functions for NV30 and NV40. - NV30 and NV40 need testing. --- src/gallium/drivers/nouveau/nouveau_stateobj.h | 42 ++++++++++++++++++------ src/gallium/drivers/nv04/nv04_surface_2d.c | 9 +++-- src/gallium/drivers/nv30/nv30_context.c | 3 ++ src/gallium/drivers/nv30/nv30_context.h | 1 + src/gallium/drivers/nv30/nv30_state_emit.c | 10
2004 Aug 06
2
Ices on Linux PPC
> > >use > >#include <shout.h> > >completely not tried out, but if it compiles then it will work as >expected for ices 0.2.3 > > > Yes, that seemed to work. Thanks. However, even though I did a 'make install' it's still launching ices 2.0 when I type 'ices' from the command line. So, how do I specify 0.2.3? Can I have both ices 2.0
2006 Mar 01
9
sortable tree?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *, I am new to this list, so please excuse me if this has been covered before (unfortunately the search function at http://www.ruby-forum.com/forum/10 is disabled at the moment). If yes, then a pointer to a solution would be great. I want to create a sortable tree with scriptaculous Sortable. There are several categories and subcatgories: cat_a
2006 Apr 18
2
installation of package "randomForest" failed
Hello I'd like to try out some functions in the package randomForest. Therefore, I did install this package. However, it is not possible to load the library, although I have R-Version 2.1.1 (i.e. later than 2.0.0). The commands I used and the Answers/Error from R is as follows: > install.packages("C://Programme//R//rw2011//library//randomForest_4.5-16.zip",
2018 Jul 24
2
Volume Activation with Samba AD
Hello Christian, > what I meant is not acting as a KMS server but something new Microsoft > introduced. In windows 10 the tool vor managing Volume Licences asks if > you have a KMS server or if you want to use AD for activating the > software. I haven't tried it yet as I would need to setup a test > environment. > So I asked here to see if somebody tried it before. I can
2004 May 31
1
prerequisites for winbind (Samba-3.0.4-SuSE-9.0)
Hi there, I'm not able to get winbind to work, although searched google and studied and tried nearly every howto and forum entry on the net the last week.... it simply doesn't work and I don't understand why.... My Samba3-Domain SUPZ (samba & ldap Linux PDC, Windows Clients) works perfektly with all ldap users, groups (linux and from windows) and computer accounts (Win2000 WS).
2004 Aug 06
2
libshout 2.0 released
Hi all, I've just released libshout 2.0. This is the official release, not a beta. Thanks to all the testers who provided feedback during the beta period. http://icecast.org/files/libshout/libshout-2.0.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6, as well as bug fixes relative to libshout 1. Ogg and Vorbis are now prerequisites. Changes since beta 3: * Minor
2004 Oct 01
2
Problem Two: Icecast Won't Relay...
As a follow-up to this thread: http://lists.xiph.org/pipermail/icecast/2004-May/007171.html ... I am still attempting to relay effectively from two separate Audioactive encoders via an icecast server. Since we last discussed this Audioactive have updated their firmware to comply to the standards for MP3 streaming more explicitly. And according to Michael Icecast was patched to be more
2004 Aug 06
2
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
Hi: I'dve thought that there'd be no need for the libs in the chroot, as icecast starts up first, then chroots. Even if this isn't strictly the case, wouldn't icecast crash if it couldn't pull in the relevant code? This doesn't seem to be happening, at least in this case. Geoff. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2020 Mar 04
2
How to add new AVR targets?
Thanks! The new are of xmega3 architecture, which is already included. So this should be simple. Where is the information about ISR-vector table, SRAM addresses and so on stored? -- Wilhelm Am 04.03.20 um 11:03 schrieb Dylan McKay: > Hey Wilhelm, > > This should be possible by editing the 'AVRDevices.td' [1]TableGen > definitions to add an entry for the newer chip types.