Displaying 20 results from an estimated 400 matches similar to: "Incomplete ouput with sink and split=TRUE"
2005 Dec 01
1
service_cli.rb
Hi,
I just got done using win32/service to run a very small/hack-ish "Riki"
WEBrick service. Very cool stuff. Thanks.
So, in the process, I noticed a lot of the "control" start/install/etc.
command line parser stuff looked a bit boilerplate, so I pulled it out into
a helper function "service_cli" (for lack of a better name).
Its simple, but it allows me to do away
2009 Feb 19
1
everybody loves R...
Just thought I'd let you guys know about this site I stumbled across:
http://riki.wikidot.com/ http://riki.wikidot.com/
It is obviously in its early stages (as it does not have any content yet)
but is looking like a good place to build a simple knowledge base for the R
software.
Anyway, if any of you have time on your hands, I'm sure they'd appreciate
the help.
--
View this message
2014 Feb 03
1
POP3: Message ordering changed unexpectedly
Hi,
I think I'm having a problem with simultaneous pop3 connections on the
same mailbox with one connection deleting a message.
Jan 29 14:36:30 imap1 dovecot: pop3-login: Login:
user=<riki at domain.com>, method=PLAIN, rip=82.xx.xx.xx, lip=-----,
pip=------, mpid=7703, secured, session=<1A+8DiHxfABSUCCH>
Jan 29 14:36:30 imap1 dovecot: pop3-login: Login:
user=<riki at
2011 Aug 02
3
[XCP] Network confusion
Hello,
I am using XCP 1.0 and am accessing it with XenCenter.
I have three NIC''s and I have bonded two of them through the XenCenter frontend. I then create a VLAN using XenCenter and attach it to the bond0. I create a VM and create its NIC to use VLAN 10, which it does and when the VM boots the NIC shows Active inside of XenCenter. When I look at the XCP host it shows VLAN 10 as an
2007 Oct 19
3
Distro ready out of the box
hi all,
I''m writing not for technical problems but for a simple question.
Do You know if there is a distro which is ready for traffic shaping etc.
''out of the box''?
I mean a distro which does not require patching the kernel and/or
iptables and/or installing from source etc. and gives the user most of
the tools needed (imq, ipp2p, l7filter and so on).
many thanks
2011 Apr 06
2
XCP - license expiry problem - http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1756 not fixed?
Hello,
i have 3 XCP 1.0.0 hosts in a pool, one of them is not enabled:
xe host-param-list uuid=402f07f4-99c0-4501-9787-8dee8984e313
uuid ( RO) :
402f07f4-99c0-4501-9787-8dee8984e313
name-label ( RW): xcp1.domain.com
name-description ( RW): Default install of XenServer
allowed-operations (SRO):
2011 May 09
30
XCP: Insecure Distro ?
Hello mailing list!
I have been working with XCP a little bit, and I have the impression
that this distro is insecure. First, it does not look like update
repositories are enabled inside /etc/yum.repos.d, although I''m from an
apt background so I may be misinterpreting that. Where will my
security updates come from?
Next, it appears that the root password hash is directly stored inside
2009 Jul 30
1
lmer() and "$ operator is invalid for atomic vectors"
Hi all,
I am a bit mystified by this error message that I get when I try to apply
lmer() to a simple dataset with one between factor (age) and one within
factor (item): "$ operator is invalid for atomic vectors"
I'll just provide the code, because I don't see where the problem is:
library(lme4)
options(contrasts=c("contr.helmert","contr.poly"))
data =
2009 Jan 23
1
Anova and unbalanced designs
Dear R-list!
My question is related to an Anova including within and between subject
factors and unequal group sizes.
Here is a minimal example of what I did:
library(car)
within1 <- c(1,2,3,4,5,6,4,5,3,2); within2 <- c(3,4,3,4,3,4,3,4,5,4)
values <- data.frame(w1 = within1, w2 = within2)
values <- as.matrix(values)
between <- factor(c(rep(1,4), rep(2,6)))
betweenanova <-
2006 Apr 26
1
Accessing Ouput from the Shell
Basically i am running input via rails into ffmpeg which is a shell
program. Is there a way i can take the output of the shell and store it
into a string? or any other form that i can manipulate.
andrew
p.s. i am trying to read the dimensions of a video file via ffmpeg and
use this value in my rails app.
--
Posted via http://www.ruby-forum.com/.
2010 Mar 03
1
Html/JavaScript/CSS code ouput in TextArea-- Best Ways
Hello:
What would be the best way to Output Code in TextArea for a UI
component?
The Rails App View is pure HTML and JavaScript.
1.render in text for controller action and the text is the code string.
The < and > etc can be passed as is in this mode.
2.Read a HTML Template File (containing JS and CSS references) in Public
directory(?) that needs to be substitute some variables that were
2008 Jun 07
0
[LLVMdev] C ouput pass or native binary
Recently I've been working on putting a little language together using the llvm toolset. I think I've wrapped my head around some of the beginner bits (and a big "thank you" for the kaleidoscope tutorial). What I'd like to do now is to take my Module* and output either a C file for native compilation, or just directly output a native binary.
I saw that llc can output C
2004 Aug 06
1
Good mp3-player with stdout-ouput for unix?
Hi,
as I am sending PCM-data over the stdin to ices2, i need a good mp3-player
wich runs at the console and is able to output pcm to stdout.
So far i tried mpg123 and xaudio, but each had problems. mpg123 wasn't able
to play some songs, particularely with varibale bitrate and xaudio played
some songs and afaik most mp3pro-shit in double speed, even if it's 44.1khz.
Does anyone know a
2008 Mar 17
1
Writing GLM/GEE Ouput to Text File
Hello,
How can one write the output of a GLM/GEE model to a text file, such that
the results appear in text file in the same (or similar) format they appear
in the R console? For instance, I have the following model:
Traitresult <- compar.gee(Y~X, data = data, family = "binomial", phy = tree,
scale.fix = TRUE, scale.value = 1)
How would I write "Traitresult" to a text
2010 Jul 30
2
Ouput several lines of cat
Hello,
I am brand new to R. I need to know how to output the contents of cat
function into a text file. The cat is used to output several lines of string
in the following format:
X XXX
X XX.XX
XXXX-XXXX ( XX.XX XXX )
I need to get the output of all these lines into a text file.
I tried to put a file name in the cat function. However the output file only
displays single line output.
Thanks
--
2006 Jul 03
2
could i change the ouput style on summary?
Dear friends,
summary() doesn't give a good ouput style,e.g.:
grass soiltem airtem gheight
humidity altitude
diluo :38 Min. :15.90 Min. :17.70 Min. : 8.00 Min. :
0.2360 high: 43
huanghuacai:32 1st Qu.:19.32 1st Qu.:22.60 1st Qu.:40.00 1st Qu.:
0.3190 low :119
hucao :46 Median :20.20 Median :25.30 Median :60.00
2003 Jul 27
2
Ogg ouput using libvorbisfile
Hi, I'm new to writing any kind of sound program and somewhat new to C.
I am on linux and I've been trying to get the example code
(http://www.xiph.org/ogg/vorbis/doc/vorbisfile/example.html)for the
decoder using libvorbisfile to work. I think my main problem is output
to /dev/dsp. If I use the example where the only change I made were to
open a file instead of using stdin and I ouput
2007 Aug 10
3
Using rcov and ouput to screen
I''d like to output my rcov data to the screen in ascii instead of
html...is that possible using the rake spec:rcov command?
Also, is there somewhere that will allow me to search the mail
archives...I''m pretty sure someone else has asked similar questions.
Thanks for the help.
Mike B.
----------------------------------------------------------------
This message was sent
2005 Mar 13
1
Use of htest class for different tests
Hello!
First of all I must appologize if this has been raised previously, but
search provided by Robert King at the University of Newcastle seems to
be down these days. Additionally let me know if such a question should
be sent to R-help.
I did a contribution to function hwe.hardy in package 'gap' during the
weekend. That functions performs Hardy-Weinberg equilibrium test using
MCMC. The
2011 Dec 15
1
printing all htest class members
Hello,
I've posted a question about this subject yesterday, but since there was no
R code to comment,
no one did.
I'm trying to have the print method for class 'htest' print some extra
information common in some test, like the time series linearity related
tests. Many of them have an 'order' parameter, representing a lag or
embedding dimension, and it would be a nice