Displaying 4 results from an estimated 4 matches for "oooooh".
Did you mean:
ooooh
2008 Jan 19
5
"should_not ==" vs "should !="
describe "should_not == vs. should !="
it do
5.should_not == 6
end # passes
it do
5.should != 6
end # fails
end
# I''m running the rspec 1.1.2 gem with the corresponding Textmate bundle
# The second failure surprises me.
# Is != not supported?
# I''d like to hear what you all think.
-------------- next part --------------
An HTML attachment was
2012 Jun 05
2
par and complex graph
Dear R-Users, I'd like to have some tips about printing graph.
I use the command par to print more graphs in one window:par(mfrow=c(6,1)); par(oma=c(2.5, 2.5, 2.5, 2.5)); par(mar=c(0.5,4, 0.5, 0.5))
But this command doesn't run with complex graphic command (i.e. xyplot, ternaryplot).How can I print more than one graph per page, when I work with this "elaborated" graph?Many
2001 Feb 15
3
Vorbis newbie questions
Greetings:
I'm writing an article for the O'Reilly Network, and the focus is on
streaming audio with Linux. I would like to include material concerning
Vorbis, but I need some information:
1) What's up with www.vorbis.com and www.icecast.org ? Can anyone
say when they'll be back on-line ?
2) Where should I go to get the latest Vorbis sources ?
3) What players,
2011 Mar 11
9
Why is it so hard to make a sane nagios server config?
I''ve tried to achieve my overall goals with several different features
of Puppet, but I''ve hit a bit of a wall here. I think it''s time for me
to explain what I''m trying to accomplish:
I want the enabling of a service in my manifests to configure
the monitoring of that service by a nagios server, without
needless repetition.
Let me explain how my