Displaying 20 results from an estimated 120 matches for "outset".
Did you mean:
outlet
2010 Jun 20
10
RSpec 2 view example: render_template
...scribe "events/index.html.erb" do
it "renders _event partial for each event" do
assign(:events, [stub_model(Event), stub_model(Event)])
render
view.should render_template(:partial => "_event", :count => 2)
end
end
Is this indeed correct? From the outset, it looks wrong because it sets
an expectation (view.should ...) after the call to render.
Then, no matter if I leave that line where it is or put it before the
render, I get an exception
undefined method `render_template'' for
#<RSpec::Core::ExampleGroup::Nested_1:0x7f6c0632fea0>...
2005 Jul 03
3
Use of ogg vorbis for real time audio streaming?
...cumentation, and it seems to me
that there are several barriers (for example, ogg pages are recommened to be
4-8kB, this is 0.5 - 1 sec worth of audio for a 64kbps stream). Could I work
around these limitations by aggressively setting certain parameters in the
code, or is this a no-brainer from the outset?
Any suggestions would be gratefully received!
Best regards,
Tom
2010 Nov 30
2
IE problem with submit_tag
I''m having some difficulty with IE8 on a Rails 2.3.5 app. I''ll state
from the outset that this problem does not occur with Firefox, Chrome,
or Opera when run on the same system so I''m reasonably certain I''ve
got an IE issue here.
Here''s a simple description:
I''m ending a Users#new form with:
<p><%= submit_tag, "Sign Up&qu...
2007 May 19
2
Ser vs. DUNDi
With all of the recent talk on the list about DUNDi, I have a question. From
the outset it appears that SER is often used for high availability solutions
and as a tool for almost clustering Asterisk boxes behind it. It appears to
me that DUNDi is providing a lot of this as well. Now I know DUNDi is not an
application by itself to proxy SIP requests but can I hear any information
out t...
2009 Aug 27
2
Fw: PROBLEM - - COMPARING AND COMBINING two DATASETS
Dear Sirs,
?
At the outset I sincerely apologize for reproducing my query to you. I also thank all of you for the solution you had provided. It has worked on the actual data I am working with.
?
However, there is this peculiar problem which I had realized only after I had obtained my results.
?
e.g. in the example I had...
2011 Sep 22
0
[LLVMdev] ../llvm/configure fails in Cygwin with space character in path name?
....c Makefile
$ make
make: *** No rule to make target `foo bar.o', needed by `foo bar'. Stop.
Make seems unable to find the link from "foo bar.c" to "foo bar.o"
Shell quoting with ' ' does not apply.
It's probably best to avoid spaces in filenames from the outset.
Csaba
--
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People di...
2004 Aug 06
1
SXSW.com fun
...t;p><p><p>----- Original Message -----
From: mike
To: icecast@xiph.org
Sent: Sat, 15 Mar 2003 12:37:25 -0600
Subject: [icecast] SXSW.com fun
We finally got icecast/ices streaming audio for 6 venues in Austin here
for SXSW. We are streaming wirelessly and that gave us a fit at the outset.
Anyway, the url is http://sxsw.com/music/livestreams
Thanks to all the developers and the Vorbis Communiy
--
Michael H. Collins
http://linuxlink.com
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list,...
2008 Dec 31
1
names help?
I am unclear what names(x) <- does?
On the outset it seems relatively clear.
But what if there are already names?
What if there are already names on the object and they are in a different order than specified in the names on the right hand side? I tried it and it just replaces what was there as seems the simplest approach. But doesn't that...
2005 Jun 20
1
r: integration question
hi all
at the outset i must APOLOGIZE for sending the following mail. it is not
R related but since there are many stats and maths buffs that use the
list i decided to send the following question.
integrate ((1+((y-bx)^2)/(av))*(1+(x^2)/(bv)))^(-0.5*(v+1))
over the interval 0 to inf
a>0, b>0 and v>4
y trea...
2009 Jan 02
3
[LLVMdev] Private headers and testing
...it is in include/llvm/Transform/Utils/FunctionUtils.h, with only the
high-level API.
If I want to test some corner-case (consider the number of code paths in
that code), I have to strain to come up with some combination of a Function
and input BasicBlocks that will fit all the conditions from the outset. Or,
I can just feed each individual method in the class exactly the corner cases
I will want it to handle, and verify its output (or side effects) exactly,
to make sure I pin-pointed the issue.
Or, let's say I want to write some tests for the LLParser -- the only public
API is "ParseAss...
2003 Oct 09
1
Rsync for backups - possible major speedup when local files renamed.
...'. The 'add' results in a complete retransfer of the file.
This could be optimized.
For example, if I move local file 'huge_file' to 'old/huge_file',
a complete retransfer happens to the remote end of the
'new' file.
My proposed implementation is that out the outset, during generation
of file lists of local and remote, the checksums of entire files
be computed (already happening with --checksum, I believe).
Then the local and remote files are sorted by checksum and
compared. If two files (one local, one remote) have the same
checksums but have a different fil...
2006 Jul 13
1
Web page development, NVU: anybody with experience?
...as anything bad to say about
it, other than it's for insophisticates like myself, I'd like to see it
in the CentOS community and available.
Any comments? It's open, free, has some financial support from this
product http://www.linspire.com/lindows_sales_intro.php. Only neg I see
at the outset is that it's been a little dormant. As I use it, I'll post
thoughts if anybody requests such.
--
Bill
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message...
2011 Sep 21
2
[LLVMdev] ../llvm/configure fails in Cygwin with space character in path name?
Why shouldn't they accept paths with spaces in them? *nix supports that, generally. So long as the paths are properly escaped in any input, things should work. If they don't, it's a bug.
On Sep 21, 2011, at 3:51 AM, NAKAMURA Takumi wrote:
> I don't think autoconf build scripts would be tolerant of whitespace pathname.
> To build tools and liibs, I recommend you should build
2009 Jun 14
2
Rosetta Stone suddenly stopped working
Hello,
I installed Rosetta Stone 3 yesterday, and it worked perfectly. I ran it several times. When I tried to run it again today, it just crashed at the outset with the following error messages:
Code:
ALSA lib pcm.c:2171:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib pcm.c:2171:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib seq_hw.c:457:(snd...
2009 Jan 04
0
[LLVMdev] Private headers and testing
...s/FunctionUtils.h,
> with only the high-level API.
>
> If I want to test some corner-case (consider the number of code
> paths in that code), I have to strain to come up with some
> combination of a Function and input BasicBlocks that will fit all
> the conditions from the outset. Or, I can just feed each individual
> method in the class exactly the corner cases I will want it to
> handle, and verify its output (or side effects) exactly, to make
> sure I pin-pointed the issue.
Sure, ok. But that is a public API, I'm specifically interested in
cases y...
2009 Jun 16
1
Running stats on individual data.frames from the split() function list
...r(sapply(split(x$'1'$var1, x$'1'$var2), length)), etc.
Is there an efficient means for me to process the entire list x so that
I needn't call each data.frame (i.e., day) from list x individually? No
doubt there is a more sophisticated way to obtain this information from
the outset, but I'm not yet familiar with it.
Thanks again for all the help,
Eric
--
Eric Vander Wal
Ph.D. Candidate
University of Saskatchewan, Department of Biology,
112 Science Place, Saskatoon, SK., S7N 5E2
"Pluralitas non est ponenda sine neccesitate"
1999 Jun 08
3
histograms
...estimate; but average statistics software users
> *do* learn histograms differently..
I hope there are many of us that agree 100% with Bill. Bad practice,
as enshrined in the default behaviour of histogram, should be
discouraged. We should aim to introduce density-based histograms from
the outset, and the default behaviour of histograms in many packages
acts against this principle. The current default behaviour conveys a
misleading and arguably useless summary, and I don't go with the
argument that we should persist with it because it is simple to
understand where the numbers come from....
2004 Aug 23
1
Two factor ANOVA with lm()
...$, $l=1,2$, Dobson, page 102.
My question is: how can I incorporate restrictions like
$\alpha_1+\alpha_2+\alpha_3=0$, $\beta_1+\beta_2=0$,
$(\alpha\beta)_{21}+\alpha\beta)_{22}=0$,
$(\alpha\beta)_{31}+(\alpha\beta)_{32}=0$ and
$(\alpha\beta)_{11}+(\alpha\beta)_{21}+(\alpha\beta)_{31}=0$ from the
outset? Or put another way: Why is it that lm() uses the corner point
constraints by default? Where can I find a documentation for this
behavior?
I know that I can use something like lm(y~X) where y <- c(6.8, 6.6,
5.3, 6.1, 7.5, 7.4, 7.2, 6.5, 7.8, 9.1, 8.8, 9.1) and X is an
appropriate design matr...
2009 Jan 07
1
[LLVMdev] Private headers and testing
...ransform/Utils/FunctionUtils.h, with only the
> high-level API.
>
> If I want to test some corner-case (consider the number of code paths in
> that code), I have to strain to come up with some combination of a Function
> and input BasicBlocks that will fit all the conditions from the outset. Or,
> I can just feed each individual method in the class exactly the corner cases
> I will want it to handle, and verify its output (or side effects) exactly,
> to make sure I pin-pointed the issue.
>
> Sure, ok. But that is a public API, I'm specifically interested in cases...
2023 Nov 04
1
Adding columns to a tibble based on a value in a different tibble
I think a simple reproducible example ("reprex") may be necessary for you
to get a useful reply. Questions with vague specifications such as yours
often result in going round and round with attempts to clarify what you
mean without a satisfactory answer. Clarification at the outset with a
reprex may save you and others a lot of frustration.
Cheers,
Bert
On Sat, Nov 4, 2023 at 1:41?AM Alessandro Puglisi <
alessandro.puglisi at gmail.com> wrote:
> Hi everyone,
>
> I have a tibble with various ids and associated information.
>
> I need to add a new column...