Displaying 17 results from an estimated 17 matches similar to: "Web Based Front Ends"
2002 Apr 05
0
[Fwd: [Netjuke-users] getid3 dev on a coding spree...]
Just in case any enterprising souls out there feel up to the challenge
of determining play time and bitrate average for Ogg Vorbis files via
PHP, I send along this message from the programmer of the NetJuke
project. (http://netjuke.sourceforge.net)
--
Karel P Kerezman, IS Admin Entercom Portland
http://greyduck.net
[ A diplomat thinks twice before saying nothing. ]
<strong>attached
2006 May 18
0
multichannel streaming
I highly recommend the open source Jinzora project
(http://www.jinzora.org/). It has merged with and extended the capabilities
of the older NetJuke project. It's geared towards authenticated, on-demand
playback and supports many formats, ogg included. I've been thoroughly
impressed with the quality of the package, it's GUI options, and its
robustness.
I personally use icecast2 to
2007 Jul 26
2
Rd2dvi (PR#9812)
Is this a bug--
-------------------------------------------------------------------------------
<234>% R CMD Rd2dvi base.Rd
Converting Rd files to LaTeX ...
base.Rd
Can't use an undefined value as filehandle reference at
/opt/R-2.5.1/lib/R/share/perl/R/Rdconv.pm line 78.
ENCS is
Creating dvi output from LaTeX ...
Saving output to 'base.dvi' ...
cp: cannot access
2010 Jan 25
2
Two == expressions in bquote
Hi,
I want to put text on a plot containing something like: a = b^2 = <squared numeric value of b> using bquote.
Example:
mu = 5
plot(1:10,1:10)
text(2,8, bquote(delta == mu^2)) # This works
text(2.5,8, bquote(phantom(0) == .(mu^2))) # but is unpredictable
text(2,8, bquote(delta == mu^2 == .(mu^2))) # This doesn't work
The last text function returns the error:
2010 Jun 18
1
Read SPSS v 18 .sav file
Hi,
I repeatedly get an error when trying to read an SPSS v. 18 .sav file into R.
> require(foreign)
Loading required package: foreign
> femaleSPSS.dat <- read.spss("female-04-02-2010.sav")
Warning message:
In read.spss("female-04-02-2010.sav") :
female-04-02-2010.sav: Unrecognized record type 7, subtype 18 encountered in system file
>
However, read.spss works
2006 Apr 12
2
Dynamic Playlist
I have a few related questions.
I'm using the following Debian packages:
Ices2 (2.0.1-4)
Icecast2 (2.3.1-2)
Here's the input section of my ices-playlist.xml:
<input>
<module>playlist</module>
<param name="type">basic</param>
<param name="file">/etc/icecast2/playlist.txt</param>
<param
2006 Apr 12
0
Dynamic Playlist
>
> 1. Despite the 0 setting for my "restart-after-reread" parameter, anytime I
> manually update my playlist file, my playlist starts over again. Though
> "random", I know this is happening because I soon hear tracks again that
> I've recently heard. Is there something I can do to prevent this from
> happening?
First up: random is misnamed, as it's
2010 Jan 11
0
Exponential regression
There are a couple of points to keep in mind when doing a log-transform of an exponential model, such as --
y = a*exp(b*x)
1. The implicit statistical model is multiplicative in the error. The implied
statistical model of the log transform is --
log(y) = log(a) + b*x + u
which implies --
y = a*exp(b*x)*exp(u)
A linear regression in the log
2010 Jan 08
0
solving cubic/quartic equations non-iteratively -- comparisons
Hi,
I'm responding to a post about finding roots of a cubic or quartic equation non-iteratively. One obviously could create functions using the explicit algebraic solutions. One post on the subject noted that the square-roots in those solutions also require iteration, and one post claimed iterative solutions are more accurate than the explicit solutions.
This post, however, is about
2006 May 18
4
multichannel streaming
On Thu, May 18, 2006 at 05:31:00PM +0000, Georg Holzmann wrote:
> Hallo!
>
> >>So if a user wants to hear record A, then a stream should be opened
> >>(maybe a new mount point ?) and only this user should be allowed to hear
> >>the stream ...
> >>Is this possible with icecast ?
> >
> >It probably would.
> >(Aber man kann sich auch
2006 Apr 01
3
issues with password-file
I have rsync daemon running on a fedora core 4 box that I am trying to use
as a backup server for my web sites. I dont have shell access on my web
host so will need to run a cron job to do the backups, which is what I want
to do anyway.
For testing purposes however I am using a php script using the "system()"
function so I am getting some feedback.
In my rsyncd.conf file I have the
2006 Apr 11
2
Dynamic Playlist
I have a playlist that is updated every 5min with any new files to a
directory. Do I need to restart icecast/ices to have the new files
played?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20060411/4c21b38c/attachment.html
2006 May 19
2
multichannel streaming
On Fri, May 19, 2006 at 07:30:54AM +0000, Georg Holzmann wrote:
> >So I'd rather look in direction of some client that is capable of
> >http authentication and can send range requests and a server that
> >understands
> >those. You'll have static files anyway so no need to make them into live
> >streams...
> hm ... what do you mean exactly ... something
2010 Jan 14
5
To add text in a matrix
Dear colleagues,
I would need to add text (some rows of information) in a matrix. For example, given this matrix
1 2 3
4 5 6
7 8 9
I would need to add this info:
THIS IS AN EXAMPLE
OF a 3x3 MATRIX
1 2 3
4 5 6
7 8 9
I have been looking for a function that works similar to "fopen" in matlab, but unfortunately I have not found It in R.
Thank you in advance for your help!
Carlos
2009 Nov 10
3
Error: cannot allocate vector of size...
I'm trying to import a table into R the file is about 700MB. Here's my first
try:
> DD<-read.table("01uklicsam-20070301.dat",header=TRUE)
Error: cannot allocate vector of size 15.6 Mb
In addition: Warning messages:
1: In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
Reached total allocation of 1535Mb: see help(memory.size)
2: In scan(file, what,
2011 Feb 20
8
Generating uniformly distributed correlated data.
I wish to generate a vector of uniformly distributed data with a
defined correlation to another vector
The only function I have been able to find doing something similar is
corgen from the library ecodist.
The following code generates data with the desired correlation to the
vector x but the resulting vector y is normal and not uniform
distributed
library(ecodist)
x <- runif(10^5)
y
2004 Feb 26
0
OS X Panther and Samba 3 give me no access to a 2003 share %3A(
I curious if you were able to find a resolution for this issue.
I have exactly the same issue.