Displaying 20 results from an estimated 1200 matches similar to: "guideline for plug-in to icecast2 server"
2006 Feb 07
1
guideline for plug-in to icecast2 server
thanks alot Geoff by the way is there any possible ways to add plug-in to icecast2 server to stream Wma? regardless of the license problem
-----Original Message-----
From: Geoff Shang [mailto:geoff@hitsandpieces.net]
Sent: Tuesday, February 07, 2006 8:08 PM
To: Neo Jiun Siang - R&D
Cc: icecast@xiph.org; njsalan@hotmail.com
Subject: RE: [Icecast] guideline for plug-in to icecast2 server
Neo
2006 Feb 07
2
guideline for plug-in to icecast2 server
hi
	i have switch to using oddcast under window platform and now using icecastwin32 as server in this case is there any possible way to let icecastwin32 to stream Wma? pls advise thanks you
-----Original Message-----
From: Geoff Shang [mailto:geoff@hitsandpieces.net]
Sent: Wednesday, February 08, 2006 1:06 PM
To: Neo Jiun Siang - R&D
Cc: icecast@xiph.org; njsalan@hotmail.com
Subject: RE:
2006 Feb 06
1
guideline for plug-in to icecast2 server
hi all
      i would like to find out is that any ways to add plugin to icecast2 and ice2 to stream mp3 .Is there a list of gulidline for adding feature to present icecast2 and ices2. i will a appretiated for the help from icecast memeber and developer thank you
.
2008 Jul 21
2
CART and CHAID
Can I say that RPART is a modified algo of CART and PARTY a modified of
   CHAID?
   Thanks.
   ----
   Chua Siang Li
   Consultant - Operations Research
   Acceval Pte Ltd
   Tel: 6297 8740
   Email: siang.li.chua at acceval-intl.com
   Website: www.acceval-intl.com
   This message and any attachments (the "message"...{{dropped:12}}
2008 Jul 22
2
rpart$where and predict.rpart
Hello there.  I have fitted a rpart model.
   > rpartModel <- rpart(y~., data=data.frame(y=y,x=x),method="class", ....)
   and  can  use  rpart$where  to  find  out the terminal nodes that each
   observations belongs.
   Now, I have a set of new data and used predict.rpart which seems to give
   only the predicted value with no information similar to rpart$where.
   May I know how
2008 Aug 05
1
Extracting variable names of final model in stepAIC
Hello  there.   I uses the following codes for the purpose of variable
   selection.
   > lmModel <- lm(y~.,data.frame(y=y, x=x))
   > step <- stepAIC(lmModel, direction="both")
   > step$anova
   Stepwise Model Path
   Analysis of Deviance Table
   Initial Model:
   y ~ x.Market.Price + x.Quantity + x.Country + x.Incoterm + x.Channel +
       x.PaymentTerm
   Final
2008 Jul 31
1
predict rpart: new data has new level
Hi.  I uses rpart to build a regression tree.  Y is continuous. Now, I try
   to predict on a new set of data.  In the new set of data, one of my x (call
   Incoterm, a factor) has a new level.
   I  wonder  why the  error  below appears as the guide says "For factor
   predictors, if an observation contains a level not used to grow the tree, it
   is left at the deepest possible node and
2008 Aug 19
1
nonlinear constrained optimization
Hi.  I need some advises on how to use R to find pi (i is the index) with
   the following objective function and constraint:
   max (sum i)[ f(ai, bi, pi) * g(ci, di, pi) * Di ]
   s.t.  (sum i)[ f(ai, bi, pi) * Di * pi] / (sum i)[ f(ai, bi, pi) * Di ]  <=
   constant
   f and g are diffentiable.
   So, I am thinking of optim with method = "BFGS"? But wonder how to include
   the
2008 Sep 16
0
Warning messages after auto.arima
Dear R-helpers.
   Would appreciate if someone can explain the warning messages below, after
   auto.arima.  I couldn't find any clue in the archived help.
   Also, how do I retrieve the AICs of each tried model in auto.arima?  The
   purposes are (1) to output to a text file, and (2) to find the 2nd best
   model by finding 2nd lowest AIC instead of eyeballing thru the value at the
   console
2008 Jun 18
3
Cluster on both categorical and numerical data
Hello there.  Is there any function in R that can do cluster on a set of
   data that has both categorical and numerical variables?  thanks.
   siangli
2002 Nov 19
0
Wine & Metastock
I've just recently converted my Windows pc to Mandrake Linux & I've got
everything I need working except for this software - Equis Metastock.
I've managed to install it.   However, on execution, it dies with the
following msg:
 "A CreateFont error occurred while loading the Symbols font: C:\Program
Files\Equis\MetaStock\equis.ttf".
On the wine console, the following msg
2004 Jun 18
1
Help:how to generate different packets?souce code explanation?
Hi,All
	I setup traffic control configuration with HTB this way:
					1: root HTB qdisc
     						 |
				1:1 HTB class  rate 1024kbit
     						 |
 				 /-----+-----+-----+------+-----\
				1:10  1:20  1:30  1:40   1:50    1:60
				EF	  AF41   AF31  AF21   AF11   BE
     and alloct different bandwidth to these PHBs(queues).So which tool would I use to generate these packets at the same to for
2003 Aug 04
2
Domain password not working for Administrator
Hi,
My samba version is 2.2.4, recently I cannot login as root (administrator).
I tried change the UNIX and samba password but no effect. That's strange because
I used to able to login as root and add Win2000 client to samba.
When I login as root I got the following error:
>>The domain password you supplied is not correct, or access to your logon server
has been denied.<<
I
2008 Oct 15
1
Forecasting using ARIMAX
Dear R-helpers,
I would appreicate if someone can help me on the transfer parameter in ARIMAX and also see what I am doing is correct.
I am using ARIMAX with 2 Exogeneous Variables and 10 years data are as follows:
DepVar Period, depVar, IndepVar1 Period, indepVar1, IndepVar2 Period, indepVar2
Jan 1998,708,Jan 1998,495,Jan 1998,245.490
Feb 1998,670,Feb 1998,421.25,Feb 1998,288.170
Mar
2008 Jul 03
1
Otpmial initial centroid in kmeans
Helo there.  I am using kmeans of base package to cluster my customers.  As
   the results of kmeans is dependent on the initial centroid, may I know:
   1) how can we specify the centroid in the R function? (I don't want random
   starting pt)
   2) how to determine the optimal (if not, a good) centroid to start with?  (I
   am not after the fixed seed solution as it only ensure that the
2015 Feb 02
0
Uniqueness of dovecot mailbox-guids
Can no one give some adivse on this issue?
Thanks
Christian
2004 Dec 08
1
samba - bind : program guideline suggestion
Hi all !
I'm currently developping a program that takes the smbtree output, parse it, 
retrieve all connected workstations, then call nmblookup for each 
workstation, resolve the IP, create a BIND zone file with this.
At this point, the programs works; I use system( " ") calls and unsafe 
temporairy files.  I just wanted to get it up quickly
Now; to secure this programs; I tought
2012 Sep 27
1
Guideline
Hello Sir/Madam,
My name is Rohit Kumar and I am A SAS Accredited Trainer in India. I want
to be a part of R training Programme and I want to do branding of R in
 India,among Student world and Corporate World . I am requesting you to
give me proper guidelines to conduct  R awareness program in
India. Looking forward for your positive response.
Rohit Kumar
E-mail:creativityofnature@gmail.com
2008 Aug 13
3
how to create whole image
Hello,
I am using Cent OS 5.2 . i want to create one master image of whole running
OS becoz i have to do same installation  many times on different machines.
so any one suggest me to how create and run the image of whole OS at the
time of installation or , which escape me to install each and every thing
many times.
i would not like to create image  using dd.
any suggestions ??
- -
Thanks and
2008 May 22
2
ssh porting
I am swetha doing final btech.i want to do project regarding ssh.I
   want to port this openssh open source code to vxworks-6.4.Is it
   possible to port it to vxworks-6.4?why becoz there is no support for
   ssh in vxworks-6.4.And also i got key files /etc/ssh/ in linux.how can
   i got such type of files in vxworks-6.4.Please give me a suggestion
   regardind this.
   Thank you
   swetha.