similar to: unexpected plot behavior

Displaying 20 results from an estimated 10000 matches similar to: "unexpected plot behavior"

2013 Aug 02
1
segfault and RunSnowWorker: not found
Hi, While I suspect that this is an issue peculiar to my machine (Debian squeeze amd64, R version 3.0.1, up-to-date packages), I'm hoping that somebody on this list may be able to give me suggestions on how to troubleshoot and fix the following: > library (snow) > cl <- makeSOCKcluster(c("localhost","localhost")) sh: 1: RunSnowWorker: not found I presume/hope
2013 Feb 09
2
how to use the stdin module?
Perhaps I've done something similar but on Debian and not know if it will work in Windows. I've used vlc to receive any audio from the Internet and ices2 as a source client. It works perfectly fine as a repeater. El s?b, 09-02-2013 a las 22:23 +0100, Xabier Oneca -- xOneca escribi?: > Is the stream a MP3 stream? If so, you can use Icecast as a proxy (see > documentation). >
2013 Feb 09
3
how to use the stdin module?
Moin, I compiled icecast under cygwin (yes, I have to use Windows 7 togehter with cygwin). The audio stream that I want to distribute come from stdin, like I get it from curl http://streamingserver.foo.bar/stream/stream.php | But how to proceed? Should I just pipe this to | icecast -c etc/icecast.xml? It does not work. Thanks for any hint! -- |Michael Renner E-mail: michael.renner at
2013 Feb 09
6
how to use the stdin module?
Xabier, I mean vlc + Ices2 + Icecast2, I do not know because I do not work with Windows. Very interesting a proxi with Icecast2, I will study. I have saved a lot of work, why do not you tell me before ? :)) El s?b, 09-02-2013 a las 23:28 +0100, Xabier Oneca -- xOneca escribi?: > But you don't need VLC nor Ices2 to build a proxy with Icecast. It can > connect to a stream and proxy it. I
2013 Feb 10
3
how to use the stdin module?
I'm understanding why Icecast2 is an audio server, wow !!! http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html Testing the relay option: Two mountpoints from two master servers are relayed to a relay server: Master Servers Relay Server http://186.56.96.133:8200/zuzenean.ogg http://186.148.147.191:8001/zuzenean.ogg ---> http://186.56.96.133:8200/zznn1.ogg
2009 Feb 03
1
how to crypt hard linked backups?
Moin, I wrote a backup script, that use rsync and its hardlink features. Now I want to implement a new feature to my script: crypt the backuped files. But I wonder how this can be done? Because rsync check if the source file is different from the target file. But the target file will be allways different if it is crypt; right? Any idea? Thanks -- |Michael Renner E-mail:
2010 Aug 25
2
how to overwrite DLLs?
Moin, I can define the load order for specific applications using winecfg. But what is the propper way to copy these DLLs from a 'real' windows box? Just owerwrite the wine-ddl in windows/system32/ ? But isn't this the 'build in' DLL, that should be used for applications with load order 'Build in'? Sorry I am confused. -- |Michael Renner E-mail:
2010 May 01
1
the meaning of "receiving file list"
Moin, where can I find an explanation for all these codes in the verbose output: cd..t...... root/ >f..t...... root/.Xauthority >f.st...... root/Dokumente und Einstellungen/test2.txt >f+++++++++ test.txt cd+++++++++ global/foo and so on. Thanks -- |Michael Renner E-mail: michael.renner at gmx.de | |D-81541 Munich Germany ICQ: #112280325 | |Germany
2006 Sep 03
1
Unexpected source() behavior in R-devel
Why am I seeing the following in R-devel (sept 2, 2006 build) on opensuse 10.1? I'm sure it is something simple I am missing, but I just don't see it (output below). Thanks, Sean > readLines(url("http://www.bioconductor.org/biocLite.R")) [1] "source(\"http://bioconductor.org/getBioC.R\")" [2] ""
2011 Sep 15
2
Unexpected behavior from which.max (or possibly max)
Hi all, I was recently writing a script to identify the value and id of the maximum observation in a sliding window when I ran into some unexpected behavior. I have included an example. > test <- c() > test$elev <- c(1:200) > test$i <- 1 > test$window <- 10 The following works for me: > check.max <- function(x){obs.max <- x$elev[x$i:x$i+x$window]; obs.max}
2014 Dec 31
1
Unexpected behavior of debug() in step-wise mode
Why does debug() enter Browse[3] here at all, and why does it happen the first time and not the second? This seems unexpected to me, and has undesirable effects for ESS users (that I reported here - https://stat.ethz.ch/pipermail/ess-help/2013-June/009154.html - but just realized my post to r-devel didn't make it through when I tried to report it back then). > Fun <- function(n)
2013 Feb 10
2
how to use the stdin module?
El dom, 10-02-2013 a las 10:07 +0200, R?cker Thomas escribi?: > Hi, > > On 10/02/13 06:53, Jos? Luis Artuch wrote: > > > > > I'm understanding why Icecast2 is an audio server, wow !!! > > http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html > > > > > We're not an 'audio server', that's pulse-audio, esd, etc.
2004 Sep 28
2
[Fwd: Re: tseries Package for R]
-------- Original Message -------- Subject: [R] Re: tseries Package for R Date: Mon, 27 Sep 2004 23:56:34 -0800 From: Martin Renner <martin.renner at stonebow.otago.ac.nz> To: Adrian Trapletti <a.trapletti at bluewin.ch> References: <61CBB4C9-10C7-11D9-A624-000D932E990C at comcast.net> <4158F5B6.3020103 at bluewin.ch> see http://cran.stat.ucla.edu/bin/macosx/ and
2010 Jul 11
1
wine 1.1.4 and 2nd soundcard (alsa)
Moin, I am using a kind of VoIP Software (Echolink) that run perfekt with the build in soundcard. But I want to use my headset, that appears as soundcard 1 (hw:1.0). I can choose the soundcard in Echolink (default, external and system default), but this goes to the build in card independent from this setting. Can I configure wine to use the 2nd card? Or can I configure wine to use the 2nd
2010 Aug 23
1
wine as default interpreter for exe files?
Moin, is there a way to configure bash in a way that all exe files are executed by wine, not direct? E.g. ./sol.exe should result in wine ./sol.exe anyhow. Thanks -- |Michael Renner E-mail: michael.renner at gmx.de | |D-81541 Munich Germany ICQ: #112280325 | |Germany Don't drink as root! ESC:wq
2010 Apr 19
2
from solaris to linux: /usr/local/bin/rsync: No such file or directory
Moin, I want to use rsysnc to get files from a linux box to a solaris server. root at solaris:/root # which rsync /usr/local/bin/rsync root at solaris:/var/log/r5backup # rsync --version rsync version 3.0.7 protocol version 30 Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 32-bit timestamps,
2009 Aug 17
1
problem with a live stream recorder
Moin, the dradio recorder is used to record (and listen) the live stream from the german radio station dradio. http://www.dradio.de/recorder/999551/ There is only a windows version available at the moment. It was no problem to install the application. But starting the application fails: renner at mars:/home/C/Program Files/dradio-Recorder$ wine phonostar.exe Fontconfig warning:
2018 Jul 04
1
unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip
Hello, I encountered some unexpected behavior of unzip when using info-zip's unzip instead of R's internal program. Specifically, unzip("file.zip", list=TRUE, unzip=/usr/bin/unzip) produces incorrect output if the zip archive has filenames with spaces, and results in an error if the zip archive includes an archive comment or file comments. Here is some code to reproduce along
2006 Feb 28
2
Status of fragment support, advantages of having fewer indoes
Hi, There wasn't much information regarding fragment support of ext2/3 since 2003 [1], Andreas stating that there were problems with the xattr implementation. Has this changed in the meanwhile? My second question is regarding the bytes-per-inode ratio: What benefits would I gain from having fewer inodes? I reckon it's only diskspace (if so, how much?). best regards, Michael Renner [1]
2002 Apr 29
1
Inode/Blocksize questions
Hi! I'm going to build a maildir-based mailserver with a ~56 gb mail-partition. What blocksize/bytes-per-inode/number of inodes should i use (i don't want to ran out of inodes and don't want to sacrifice too much space for filefragments)? Is there a drawback when lowering the blocksize/increasing the number of inodes (except the maximum filesystem size)? The inodes used by a file is