Displaying 20 results from an estimated 24 matches for "preconceptions".
2004 Aug 09
2
Sound file quality
I'm building a phone-in demo system to use for introducing Asterisk to
prospective clients.
One of the things I'm wary of is their likely preconceptions that VoIP
systems will have poor audio quality.
As a result, I'd like to ensure that the voice prompts I'm using have the
best possible audio quality.
Is it possible to use sound files at higher than 8kHz sampling? My callers
will be coming in over PSTN to a VoIP gateway and then to me by...
2020 Sep 07
2
[RFC] Introducing the maynotprogress IR attribute
...e only
> really interested in what's written in the very first clause of that
> C++ spec section, but that's totally non-obvious from what the
> proposed patch to the LangRef says. The point is that the proposed
> language is misleading to somebody who approaches it without
> preconceptions.
I guess we can say something like:
[6, see the first section under the title "forward progress"]
if you think that makes it easier to read.
Would that address your concern or did I still not understand?
~ Johannes
> Cheers,
> Nicolai
>
>
>
>
>> ~ Johannes...
2003 Nov 17
1
confint: which method attached?
the function
confint
uses the profiling method of the function of the package MASS
confint.glm
even after the package has been detached!
1: might this be the intenden behavior?
2. How does the function remember its 'MASS' functionality after detaching the package?
R: 1.8.0; Windows 2000
Here is a sample program
> set.seed(7882)
> x<-rep(c(0,1),c(20,20))
>
2007 Mar 19
0
Provider features
In my neverending quest to generate documentation so I don''t have to
write it myself, I am proud to announce a new form of documentation
generation: Provider features.
Each resource type can now declarate "features" (currently defined as
a list of methods a provider must define). Providers can then be
tested to see whether they provide a given feature; for instance:
2012 Jan 27
2
help with Box plot
Dear researchers
I wish to plot a box plot without the mean line (the black line) and the i
wish a full line for the standard deviation
This is an example
mytest <- c(2.1,2.6,2.7,3.2,4.1,4.3,5.2,5.1,4.8,1.8,1.4,2.5,2.7,3.1,2.6,2.8)
boxplot(mytest)
really thanks
Gianni
[[alternative HTML version deleted]]
2005 Aug 23
1
matrix conformity with matrix 1x1 and scalars
Hello,
I am calculating this thing with vectors (b) and matrices (G,P):
b'G/sqrt(b'Pb)
where the denominator is a quadratic form and therefore always a scalar.
In Scilab, it is quite simple:
b'*G/sqrt(b'*P*b)
However, in R, the denominator is an (1x1)matrix and R claims it is non
conformable and I have to use drop() or as.numeric(). Like this:
> b = 1:2
> G=diag(1,2)
>
2015 Jan 07
2
Design changes are done in Fedora
On Tue, Jan 6, 2015 at 7:52 PM, Warren Young <wyml at etr-usa.com> wrote:
> On Jan 6, 2015, at 6:49 PM, John R. Dennison <jrd at gerdesas.com> wrote:
>
>> On Tue, Jan 06, 2015 at 06:37:42PM -0700, Warren Young wrote:
>>
>> Noise removed.
>>
>> Quick question, if I may? What does this have to do with CentOS?
>
> Some people are annoyed that
2001 Feb 18
2
No subject
Hi,
How can we use the command BATCH (or where could I find help), there is not
enough help in the help command.
-what the structure of infile ?
-what can we do with BATCH ?
-Is it possible to analyse with the same stat method many file or dataset ?
thanks in advance
N.VALIERE
************************************************
VALIERE Nathaniel
Laboratoire Biom?trie et Biologie Evolutive
2007 Apr 19
5
Creating and deleting users...
This this definition:
group {
"puppettestgroup2":
gid => 1235,
ensure => present
}
user {
"puppettestuser2":
gid => "puppettestgroup2",
uid => 1235,
ensure => present
}
I see this:
notice: Starting
2006 Mar 13
0
dabbleability
i like to call this attribute "dabbleability", in the sense that anyone
without preconceptions or prerequisite skills (besides posessing a
brain) can pick something up and create something with it..the dabble
factor is influenced holistically by the intuitive easy of use and
comfortability of a system''s underlying framework. this is why artists
have traditionally used macs inste...
2006 Sep 20
2
Defining function in template files?
Hi,
Is it possible to define a function in a template file?
For example, I thought it might be a good idea to define my Debian
systems'' /etc/apt/sources.list files based on what level of stability
and freeness a system should have. So I have this puppet code:
#---------- apt.pp ----------------
define apt-sources-list
2008 Feb 13
7
dependency to storeconfig
Hi all,
I''ve noticed, that once using storeconfig, if the db (in my case mysql) is
down than puppet wont start...
is there a real reason for making puppet depend on the db?
Thanks,
Ohad
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Jan 06
5
alternate gem repo?
Hey folks,
I''ve looked through the docs, and the mailing list, but for the life of me
I can''t figure out how to specify an alternate gem repository for a
package.
From the docs, it looks like I should be able to do source => whatever,
but this seems to just send gem looking for a specific gem at a url,
rather then the more general alternate source for the gem. It looks
2005 Nov 23
1
ADS mode / MIT realm trust problem (3.0.20b)
Hi,
A final repost of the below issue -- we still are not making any
progress. It is unclear whether we need to be using winbind -- I don't
believe so, and the Terpstra Samba 3 book doesn't suggest that this is
necessary in this configuration; but please correct me if my
preconception is flawed.
If this is the 'wrong place' to ask -- any suggestions about where I
should be
2003 Mar 23
6
A comparison of VP3, and two MPEG-4 variants
a couple points before I look at this too hard:
"For VP3, since you can't do a constant quality encode"
what? that should not be the case. Could be a QT-specific bug. Theora at any rate is certainly capable of doing constant-quality encode. This probably explains your standard deviation complaint -- VP3 is running a rate control alg, where the other codecs are just shooting for
2020 Sep 07
4
[RFC] Introducing the maynotprogress IR attribute
On 9/7/20 2:52 PM, Nicolai Hähnle wrote:
> Hi Johannes,
>
> On Mon, Sep 7, 2020 at 6:51 PM Johannes Doerfert
> <johannesdoerfert at gmail.com> wrote:
>> On 9/7/20 10:56 AM, Nicolai Hähnle wrote:
>> > Hi Johannes and Atmn,
>> >
>> > On Sat, Sep 5, 2020 at 7:07 AM Johannes Doerfert via llvm-dev
>> > <llvm-dev at
2006 Apr 25
5
XenAccess Library: Introspection for Xen
I''m pleased to announce a new project called XenAccess. The project
goals are to provide a full featured introspection library for Xen.
Introspection is a technique where applications in one domain can
view memory from another domain. For example, you can run an
application in dom0 to list the processes or LKMs in a domU. More
information is available on the website:
2006 May 29
7
re-coding a sizable PHP app in rails
Hello,
I am the developer of a fairly major PHP app. It has the full
compliment of web application goodies -- email, batch processes, cc
transactions, multi-level authentication, security, content management,
curl-type interaction with other applications, etc. I am obsessed with
the idea of re-doing a year and a half of work in Rails and the more I
learn the worse my itch gets. I feel
2007 Jan 15
7
Yaml Segfaults on ubuntu puppetd client
While running puppetd on a linux client I get the following, the
actual spot that the segfault happens varies, but it always happens.
This is on ubuntu with the stock apt ruby1.8.4 package. Puppet also
installed from apt. Puppet version 0.18.4
It seems very likely that this isnt a bug in puppet per se, but it is
tickling a yaml bug (regardless of where it fails, it is always yaml).
But I
2007 Apr 23
8
exec resources
I am consistently getting the following error from puppetd when an exec resource is
triggered by a refresh event:
Apr 23 10:36:11 mailhub puppetd[37884]: Reopening log files
Apr 23 10:36:11 mailhub puppetd[37884]: Starting Puppet client version 0.22.3
Apr 23 10:36:11 mailhub puppetd[37884]: Starting configuration run
Apr 23 10:36:12 mailhub puppetd[37884]: