Displaying 15 results from an estimated 15 matches for "preponderance".
2013 Jul 01
2
[LLVMdev] [bikeshed] Anyone have strong feelings about always putting `template <...>` on its own line?
...ngly
> common style (& it's not a case where it used to be the style, the
> style has been updated, and nothing has been migrated yet) then just
> make clang-format agree with reality - this doesn't require a
> discussion or bikeshed.
>
It's not overwhelming, but the preponderance seems to be towards putting it
on its own line (the exceptions are usually small trait specializations
like isPodLike). I give some rough numbers here <
http://thread.gmane.org/gmane.comp.compilers.llvm.devel/63378> (and see
Daniel's reply). Daniel is open to changing it, but asked me to...
2009 Jul 30
1
DNS probe sources
These source addresses are likely spoofed, but am still curious whether
other FreeBSD admins saw a preponderance of DNS probes originating from
Microsoft corp subnets ahead of the recent ISC bind vulnerability
announcement?
Roger Marquis
Jul 28 16:51:23 PDT named[...]: client 94.245.67.253#10546: query (cache) 'output.txt/A/IN' denied
Jul 28 16:51:23 PDT named[...]: client 94.245.67.253#10543:...
2013 Jul 01
0
[LLVMdev] [bikeshed] Anyone have strong feelings about always putting `template <...>` on its own line?
...e (& it's not a case where it used to be the style, the
>> style has been updated, and nothing has been migrated yet) then just
>> make clang-format agree with reality - this doesn't require a
>> discussion or bikeshed.
>
>
> It's not overwhelming, but the preponderance seems to be towards putting it
> on its own line (the exceptions are usually small trait specializations like
> isPodLike). I give some rough numbers here
> <http://thread.gmane.org/gmane.comp.compilers.llvm.devel/63378>
Fair enough - could we draw any further stylistic conclusions...
2013 Jul 01
2
[LLVMdev] [bikeshed] Anyone have strong feelings about always putting `template <...>` on its own line?
...here it used to be the style, the
> >> style has been updated, and nothing has been migrated yet) then just
> >> make clang-format agree with reality - this doesn't require a
> >> discussion or bikeshed.
> >
> >
> > It's not overwhelming, but the preponderance seems to be towards putting
> it
> > on its own line (the exceptions are usually small trait specializations
> like
> > isPodLike). I give some rough numbers here
> > <http://thread.gmane.org/gmane.comp.compilers.llvm.devel/63378>
>
> Fair enough - could we draw...
2004 Aug 06
1
Live stream equalizer
Question 2:
I've been asked to stream a live event (no music, just talking). the
problem is that the audio source is not perfect, having a lot of bass
preponderance. Now I have to adjust this audio source or I won't be
able to keep the compression standard (16 Kbps).
I'm searching for an mp3 streamer with equalizing capabilities that
runs under windows.
At the moment I'm using M3w (http://www.informatik.fh-
muenchen.de/~ruckert/m3w/).
Any sugge...
2004 Aug 06
1
Live stream equalizer
...ph.org
>To: icecast@xiph.org
>Subject: [icecast] Live stream equalizer
>Date: Thu, 30 Oct 2003 10:40:00 +0100
>
>Question 2:
>
>I've been asked to stream a live event (no music, just talking). the
>problem is that the audio source is not perfect, having a lot of bass
>preponderance. Now I have to adjust this audio source or I won't be
>able to keep the compression standard (16 Kbps).
>
>I'm searching for an mp3 streamer with equalizing capabilities that
>runs under windows.
>At the moment I'm using M3w (http://www.informatik.fh-
>muenchen.de/~ruc...
2006 Nov 04
0
populating select boxes, view or controller?
...ect boxes in the view; that is:
<% options = Model.find(:all, ...).map{|m| [m.name, m.id]} -%>
<%= select(:object, :attribute, options, ... %>
Is this the preferred way of doing this? I''ve generally done this in
my controller, where I can catch exceptions and such, but the
preponderance of this way makes me think I''m doing something out of
the ordinary.
Thoughts welcome.
--
Quidquid latine dictum sit, altum viditur. (Anything sounds profound in Latin)
2001 Oct 17
3
Type III sums of squares.
...te that the hypothesis being tested, while possibly of dubious
import, is perfectly comprehensible to the human mind.
(Remark: In real life, if we were really interested in averaging
over the levels of B at all, we would probably want a ***weighted***
average, with the weights corresponding to the preponderance of
the levels of B in the population.)
Note that if there is no interaction (if the gamma_ij are all zero)
then the hypothesis being tested is that for each fixed j, the mu_ij
are all ***identical*** (say mu_ij = tau_j) and hence the averages
over j are equal (mu_i.-bar = tau.-bar, independent of...
2015 May 08
2
Backup PC or other solution
On Fri, May 8, 2015 07:59, Timothy Murphy wrote:
> Sorin Srbu wrote:
>> Yeah, well, but it's free.
>> I'm not sure you can complain too much in that case. 8-)
>
> I find this comment, often made, completely unacceptable.
> The implication is that inferior code is OK
> if the developer is not being paid.
>
> (Actually, the premise is probably nonsense,
>
2013 Jul 01
0
[LLVMdev] [bikeshed] Anyone have strong feelings about always putting `template <...>` on its own line?
...tyle, the
>> >> style has been updated, and nothing has been migrated yet) then just
>> >> make clang-format agree with reality - this doesn't require a
>> >> discussion or bikeshed.
>> >
>> >
>> > It's not overwhelming, but the preponderance seems to be towards putting
>> > it
>> > on its own line (the exceptions are usually small trait specializations
>> > like
>> > isPodLike). I give some rough numbers here
>> > <http://thread.gmane.org/gmane.comp.compilers.llvm.devel/63378>
>>...
2013 Jul 01
0
[LLVMdev] [bikeshed] Anyone have strong feelings about always putting `template <...>` on its own line?
On Mon, Jul 1, 2013 at 2:21 PM, Sean Silva <silvas at purdue.edu> wrote:
> tl;dr If there are no objections I'd like to change clang-format's LLVM
> style to always put `template <...>` on its own line. I think it's a general
> code-layout consistency win and avoids some cases where trivial code changes
> result in significant formatting differences (see the
2013 Jul 01
4
[LLVMdev] [bikeshed] Anyone have strong feelings about always putting `template <...>` on its own line?
tl;dr If there are no objections I'd like to change clang-format's LLVM
style to always put `template <...>` on its own line. I think it's a
general code-layout consistency win and avoids some cases where trivial
code changes result in significant formatting differences (see the last
example).
Examples of the current behavior:
--------------
template <class ELFT>
class
2003 Aug 02
0
Re: how l (PR#3614)
--FE8A9_158F__B2CBD0A46E.
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<title>Home Page</title>
</head>
<body>
Howdy R-bugs
<p><font face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D"3"
color=3D=
1998 Mar 22
3
R-0.61.1 compiled with egcs-mingw32
I have made available the work of the last weekend that I mentioned
in my previous messages on ftp://sirio.stat.unipd.it/pub/R.
Many thanks to Peter D. and Ross I. for their suggestions.
If you think that the work is of some interest, I can upload it
to CRAN.
guido m.
This is the README enclosed in the distribution.
-------------------------------------------------------------------------
2011 Mar 03
3
R usage survey
Hi R users,
I request members of the R community to consider filling a short survey
regarding the use of R.
The survey can be found at http://goo.gl/jw1ig
Please accept my apologies for posting here for a non-technical reason.
The data collected will be suitably analyzed and I'll post a link to the
results in the coming weeks.
Thank you all for your interest and for sharing your R usage