similar to: how do I get the legend?

Displaying 20 results from an estimated 200 matches similar to: "how do I get the legend?"

2010 Nov 02
2
Camera MJPEG to Icecast
Dear Thomas Thomas B. Ruecker wrote: > On Mon, Nov 01, 2010 at 05:17:12PM +0700, Bino Oetomo wrote: > >> Now .. I want to do it the otherway with Icecast >> >> I try with wget -nv -O - http://root:root at 192.168.10.234/mjpg/video.mjpg >> | ffmpeg2theora -a 0 -f mjpeg -o /dev/stdout | oggfwd 192.168.10.232 >> 8000 hackme /matamerapi >> >
2010 Nov 01
4
Camera MJPEG to Icecast
Dear All ... I have AXIS camera with output mjpeg format. I try to relay it to outside world using ffmpeg and it work The recipe is taken from http://www.daantje.nl/2007/05/07/convert-axis-webcam-stream-to-flash-swfflv/ Now .. I want to do it the otherway with Icecast I try with wget -nv -O - http://root:root at 192.168.10.234/mjpg/video.mjpg | ffmpeg2theora -a 0 -f mjpeg -o /dev/stdout |
2010 Jan 06
1
PDC directory permission fail (Bino Oetomo)
Bino, The permissions should be 770 for directories. They need execute privileges for directories to be able to get access to the directories. You should be able to set the files for 660 though I don't believe it will keep windows from executing a file. With 'force' before 'create mask' or 'directory mask' allows you to set bits. You should have 'create mask
2006 Sep 14
1
EBAM ERROR
Dear RUsers, I am new to R. I am learning how to use R. I am a PC user and run R on windows. I would appreciate if some one could guide me on a few questions I have: 1) I have 4 cel files (2 replicates for NORM and Disease resp). I have been able to run siggenes on this dataset where I have 4 labels in the class file groupsnhi.cl op-> (0,0,1,1) and my data has been read into datrmanhi after
2004 Jun 08
2
Learn To build IVR
Dear All. I'm very new to CT, but attracted by asterisk. I plan to start learn to build IVR, based on asterisk. Do I need FXO/FXS card to start building simple IVR box ? Can I use OEM X100P - FXO PCI Card ( http://www.digitnetworks.com/store/product_info.php?products_id=28 ) to start build an IVR box ? What is the cheapest FXO PCI card that can use with asterisk to build my first IVR box ?
2010 Jan 05
1
PDC directory permission fail
Dear All .. I use webmin to do the samba PDC configuration The authentication is work well. I've a problem with share permission, the condition is : 1. I've group named "warehouse" 2. I've user named "wh01", with home dir /home/wh01, and be a group member of "warehouse" Both created via webmin. 3. Next I created share, named "warehouse"
2011 Nov 29
2
Parameters setting in functions optimization
Good afternoon everybody, I'm quite new in functions optimization on R and, whereas I've read lot's of function descriptions, I'm not sure of the correct settings for function like "optimx" and "nlminb". I'd like to minimize my parameters and the loglikelihood result of the function. My parameters are a mean distance of dispersion and a proportion of
2009 Sep 29
3
Equivalent for Matematica function Which...
Dear All! I'm looking for equivalent of Matematica function "Which" which works as follows: z = Which[x<10,0.3, 10<=x<20,0.5, 20<=x<100,1] where x is a vector I can replace it with custom function with set of ifelse but I'm looking for simpler and faster (much faster) solution best wishes Jarek
2010 Mar 19
2
sapply, lattice functions
Dear R-gurus aa <- data.frame(a1=rnorm(20),b1=rnorm(20,0.8),c1=rnorm(20,0.5)) sapply(aa,function(x) histogram(x,breaks=NULL)) or px <- sapply(aa,function(x) histogram(x,breaks=NULL)) print(px,split=c(1,1,1,1),more=F) The above code does not seem to work. am I missing something? Thanks, Santosh [[alternative HTML version deleted]]
2008 Sep 16
1
Using quasibinomial family in lmer
Dear R-Users, I can't understand the behaviour of quasibinomial in lmer. It doesn't appear to be calculating a scaling parameter, and looks to be reducing the standard errors of fixed effects estimates when overdispersion is present (and when it is not present also)! A simple demo of what I'm seeing is given below. Comments appreciated? Thanks, Russell Millar Dept of Stat U.
2010 Nov 02
5
Camera MJPEG to Icecast
Dear Thomas I Really Appreciate your enlightment Thomas B. Ruecker wrote: > let's stop RIGHT HERE! > Isn't it obvious? > Something is wrong with your pipeline here. There is NOTHING coming through. > Which brings us back to the previous point. > First make sure ffmpeg2theora has all the right options set, then verify > that it produces an valid ogg file/stream and only
2007 Feb 19
2
Calculating the Sharpe ratio
Hi useRs, I am trying to calculate the Sharpe ratio with "sharpe" of the library "tseries". The documentation requires the univariate time series to be a portfolio's cumulated returns. In this case, the example given data(EuStockMarkets) dax <- log(EuStockMarkets[,"FTSE"]) is however not the cumulated returns but rather the daily returns of the FTSE
2011 Aug 13
0
use autofs to mount spesific to user home directory
Dear All My box is an Ubuntu Maverick I want to have 1. User with username as : binosmb, 2. that have home directory at the local box at /home/binosmb, 3. and all cifs mountpoint will go at /home/binosmb/network, 4. So that if the server have share named "produksi" it will mounted to /home/binosmb/network/produksi and my samba server is http://www.turnkeylinux.org/fileserver run on
2010 Nov 02
0
Camera MJPEG to Icecast
On Tue, Nov 02, 2010 at 08:08:52AM +0700, Bino Oetomo wrote: > Dear Thomas > > Thomas B. Ruecker wrote: > > On Mon, Nov 01, 2010 at 05:17:12PM +0700, Bino Oetomo wrote: > > > >> Now .. I want to do it the otherway with Icecast > >> > >> I try with wget -nv -O - http://root:root at 192.168.10.234/mjpg/video.mjpg > >> | ffmpeg2theora -a 0
2010 Nov 01
0
Camera MJPEG to Icecast
Not sure if you perhaps intended to obfuscate these for the purposes of email, but in ezstream you are using a different source password to oggfwd. - Leo On 1 November 2010 10:17, Bino Oetomo <bino at indoakses-online.com> wrote: > > Dear All ... > I have AXIS camera with output mjpeg format. > > I try to relay it to outside world using ffmpeg and it work > The recipe is
2006 Sep 14
0
Help On EBAM
Dear RUsers, I am new to R. I am learning how to use R. I am a PC user and run R on windows. I would appreciate if some one could guide me on a few questions I have: 1) I have 4 cel files (2 replicates for NORM and Disease resp). I have been able to run siggenes on this dataset where I have 4 labels in the class file groupsnhi.cl op-> (0,0,1,1) and my data has been read into datrmanhi after
2009 Dec 30
0
Aks : 2 setup , 1 work ... 1 fail
Dear All I just try learn installing samba + webmin Now I have 2 box wih them. The first box is work well (workgroup mode) But he 2nd one is failed, although I copy the configuration from box#1 Here is the config [global] passwd chat debug = yes name resolve order = wins bcast hosts passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n idmap gid
2012 May 30
2
Sorting a data set
I am a novice user of R and am stumbling on how to order a dataset produced during my session. I have a 1863 row X 14 column dataset that I want to put out to a file. I want the output sorted by the first column and then by the second column both in ascending order. The first column is character and the second is numeric (I hope). I used an "as.numeric" function to assign that
2013 Sep 10
0
'^' character in APC Smart protocol
Dear All ... I Want to build something like http://tandem.ck.ua/ups_mtm-eng.php , but based on arduino. I'm reading http://www.networkupstools.org/ups-protocols/apcsmart.html now. My question is : what is the ascii code of '^' i.e ^A from that page ? Is it ^ + A ? Or is it ctrl + A ? Background : Mikrotik have ups monitor feature. Based on
2010 Nov 02
0
Camera MJPEG to Icecast
On Tue, Nov 02, 2010 at 03:32:16PM +0700, Bino Oetomo wrote: > Dear Thomas > I Really Appreciate your enlightment > Thomas B. Ruecker wrote: > > let's stop RIGHT HERE! > > Isn't it obvious? > > Something is wrong with your pipeline here. There is NOTHING coming through. > > Which brings us back to the previous point. > > First make sure ffmpeg2theora