similar to: Radio player for FirefoxOS

Displaying 20 results from an estimated 800 matches similar to: "Radio player for FirefoxOS"

2013 May 22
5
Radio player for FirefoxOS
Hi, Emilis, I have two working Icecast players which implement client-side parsing of yp.xml and searching then through it: - Python, can either transform the yp.xml into SQLite database and then search inside, or can store the yp.xml locally and transfer in into DOM, then search it. http://www.zavedil.com/software-xbmc-icecast - Java (Android), same algorithm as Python but only the SQLite
2013 May 22
0
Radio player for FirefoxOS
Hi, On 05/22/2013 12:57 PM, Assen Totin wrote: > Hi, Emilis, > > I have two working Icecast players which implement client-side parsing > of yp.xml and searching then through it: [...] The idea is to finally offer a better API towards the data. Also to reduce the bandwidth usage. The XML file causes a LOT of traffic, especially as many clients don't implement HTTP compression.
2013 May 22
0
Radio player for FirefoxOS
Hi, On 05/17/2013 12:12 PM, Emilis Dambauskas wrote: > I have pushed my radio player for FxOS to GitHub: > https://github.com/emilis/worldradioplayer Finally got around to cloning your repo and pushing the app to my Unagi. Simple and functional. I like that. Once you get access to a larger list you'll have to accommodate some filtering though. > Currently it uses a precompiled data
2013 Jun 25
1
Radio player for FirefoxOS
Hi, again, is there any URL where I could POST to suggest streams for dir.xiph.org? My users are demanding the ability to add their own stations to the app: https://marketplace.firefox.com/app/world-radio-player/ratings I would like to use their input (with their explicit consent) to push data about new streams to dir.xiph.org. On 06/10/2013 07:31 PM, "Thomas B. R?cker" wrote: >
2013 Jun 10
0
Radio player for FirefoxOS
Hi, On 06/10/2013 02:46 PM, Emilis Dambauskas wrote: > this looks very promising. I see the compressed version is now ~250kB. Yeah, that's a start and there is probably still some room for improvement. > My Firefox OS app is using this data on its first run to create a > browser-side database of stations. I am currently looking into ways to > shorten this process to improve
2005 Aug 20
2
DFS question
Was wondering if someone could tell me if this is correct. I want to set up some DFS shares. I have 3 servers with SAMBA/LDAP on them. My first is basically my PDC and the other two are my BDCs. I assume that I will have to set all of this up on each server, so that no matter which server catches the logon, the logon script will get run. Also, if one of the servers was to go down for a
2002 Apr 13
1
glm() in R (PR#1457)
Hello, I was using R for logistic regression modeling (glm() with binomial family) and have noticed that it' can't handle more than 100 predictors (reports syntax error) Is it a bug, or a language restiction ? I would be very grateful if you let me know possible ways around the problem, as I need R for problems with many attributes. Thank you, Alex.
2006 Mar 01
3
How to do a "proc summary" in R?
Hi, I'm a SAS user trying to convert myself to R but I still have problems with some pretty simple commands. First I wanted to add up a number of red-tailed hawks seen per day (julian day) per year. So I tried: RTyrday <- tapply(RThr,list(year,julian),sum) And then I tried the following regression: mod1 <- glm(RTyrday~julian+year, family=gaussian (link=identity),data=RT) Wich
2002 Jul 28
2
timestamp on symlink
rsync does not sync the timestamp on symlink (Solaris 8). It is probablly due to the limitation of Unix implementation of symlink, but I would like to know why rsync/Unix does not do this, and what we can do about it. Is the conclusion that "rsync syncs everything except the timestamp on symlink"? Why do I need timestamp on symlink? Supposed something stopped working because something
2006 May 24
2
changing font size in plot(effect())
I can't seem to be able to change the font size in an effect display. I've tried the following: > par(cex.lab=4) > plot(effect ("alti",reg8), ylab="detection probability") and > plot(effect ("alti",reg8), ylab="detection probability", cex=4) but nothing changes. Can anyone help me? thanks. Emilie Berthiaume graduate student
2005 Nov 01
1
function effect and standard error
Hi list! I did the following regression: reg1 <- glm(alti~sp + ovent + vivent + nuage, family=gaussian, data=meteo1) I was interested in knowing the effect of the species (sp) in reg1 and so I used the function «effect»: effect.sp <- effect ("sp", reg1, se=TRUE) with this output: sp AK BW NH OS RT SS 2.730101 2.885363 2.753774 2.750311
2019 Apr 22
2
Icecast not connecting
Hello, I’m reaching out because our online radio station (sites.up.edu/kdup/) has stopped streaming in the last week - the website itself works fine but when anyone attempts to listen to the live music stream they receive a message that says “cannot connect to the server “icecast.up.edu.” Do we need to update the server, or is this a problem that someone else can take care of? Let me know if I
2004 Sep 30
1
function by
Hi, I'm just getting started with R and I'm having problems with some simple operations: I want to get the the sum of the column "SStot" for each year using the function by. The data set is named "SS". I've tried this: by (SS, year, sum(SStot)) and it's not working. Is it because there's a different number of rows for each year? How else can I do
2006 Mar 14
1
Ordered logistic regression in R vs in SAS
I tried the following ordered logistic regression in R: mod1 <- polr(altitude~sp + wind_dir + wind_speed + hr, data=altioot) But when I asked The summary of my regression I got the folloing error message: > summary (mod1) Re-fitting to get Hessian Error in optim(start, fmin, gmin, method = "BFGS", hessian = Hess, ...) : the initial value of 'vmin' is not
2000 Feb 10
1
smbmount/smbumount getting rid of dead connections
I've got a win98 laptop and a linux box. On my linux box, I smbmount a directory from the laptop. Alas, win98 boxes crash a lot, and I move the laptop a lot... to and from work. If the laptop crashes or if I move it with a shared directory mounted on my linux box, that mount gets "Stuck".... it's present in /etc/mtab but when I cd to it and do an ls it says: 243 emily ~>ls
2004 Nov 11
5
expressions and paste
I have written a function to plot data which will be used for various different chemistries. A simplified version is: plot_data <- function(risk,levels,chem,sd2,measure){ plot(risk, levels,main=paste ("per", sd2, measure, "\n in usual", chem)) } The problem is with the title. This works fine if the variable "chem" is just text, but if it is an expression then
2010 Aug 15
2
legend outside plot area
Hi, please can you help me. When I add a legend to a boxplot it appears inside the plot area, how do you get it into the margins? I have already changed the parameters so there is space for it on the margin on the right hand side of the graph. Thanks, Emily [[alternative HTML version deleted]]
2012 Mar 15
1
Equation as a character string
I'm trying to figure out if it's possible to use a character string as an equation, e.g: eqn1string <- "x^2 + x + 5" Then I want to tell R: 1) that eqn1string is actually an equation (even though it was stored as a character string), and 2) to apply the equation to a specified value of x (e.g. given x <- 6, what is the result of the equation). Thanks in advance for any
2003 Aug 29
1
converting from courier-imap
Hello. I apologize if there is a simple answer to this question, but I haven't been able to figure it out. Our people use various clients (pine 4.50 with maildir patch, eudora, messenger, outlook, squirrelmail), and all of them work with courier-imap. But I've become very interested in dovecot after reading about it, so I'm trying it out on another server. The results are mixed.
2014 Jul 21
1
create R package include Fortran source code.
Hello, all I am building a R package using Fortran source code. The Fortran code is a subroutine. I can use "R CMD SHLIB bar.f -o bar.o" to create the shared library. For the R package, I put the fortran file in the src/ and I use R code as follows: ".First.lib"<-function(libname,pkgname){library.dynam("barpkg",pkgname,libname)} barfun<-function(n,x){