Displaying 20 results from an estimated 361 matches for "yell".
Did you mean:
sell
2007 Apr 19
4
general question about plotting multiple regression results
Hi all,
I have been bumbling around with r for years now and still havent come up
with a solution for plotting reliable graphs of relationships from a
linear regression.
Here is an example illustrating my problem
1.I do a linear regression as follows
summary(lm(n.day13~n.day1+ffemale.yell+fmale.yell+fmale.chroma,data=surv))
which gives some nice sig. results
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.73917 0.43742 -1.690 0.093069 .
n.day1 1.00460 0.05369 18.711 < 2e-16 ***
ffemale.yell 0.22419 0.06251 3.586 0.000449...
2004 Dec 17
2
Asterisk receives busy..but its not...
I'm guessing this is a problem with the phone itself. We all have Cisco
7960s with 7.3 firmware.
I can yell down the hall at 3091 and say "are you on the phone?" and she
yells back "no".
But when I try and call her extension, I get this:
-- Executing Dial("SIP/3044-8eb6", "SIP/3091|15") in new stack
-- Called 3091
-- Got SIP response 486 "Busy here" back...
2009 Jul 30
2
Any more details on Lance? (just curious; no pressure)
...t to the main page and read the letter and the "Facts." Are
there any more details, mainly along the lines of CentOS sticking
around - I know you folks all work really hard on this, and you know
better than me how many others depend on you - but - there's that
little specter of doubt yelling in my virtual ears (has to yell 'cuz
it's really tiny) and I'd like nothing better (well, almost) than to
gag it.
Thanks for all you do, and for keeping us all informed.
mhr
2008 Oct 08
1
make func_realtime work like app_realtime (1.6)
Yell at me if you will, but I hate func_realtime - it's not very usable nor
is it change-friendly (update your database and your dialplan completely
breaks).
I'm getting a new 1.6 box built out and working, and wanted to emulate the
functionality of APP_realtime somehow, so I started digging ar...
2007 Sep 14
1
Illegal Characters in filename
...fectly fine, as samba on
the Mac allows for these odd characters. However, if someone tries to
access one of these files on a windows client, the operation errors
out. The errors range from "not sufficient permissions" to "the file
doesn't exist"
For internal use, we can yell at the offenders to have them stop
adding odd characters to the names. This will work somewhat. But
some of these files and folders are created by external clients that
are much harder to yell at.
Is there any way to either use the mac samba client to limit the
allowed characters, or to somehow...
2005 May 27
2
I never made any assumption athat anyone had any obligation to do anything
...problem being ignored.I asked a question that the archives did not
satisfactorily answer. I appreciate the help of the poeple on this list
as they are an invaluable resource, especially since the R documentation
is sketchy at times. I am sorry for wasting everyones time. I just dont
like being yelled at first thing in the morning for asking for help on a
help list. See you all around ~Erithid
2004 Sep 10
3
const issue in FLAC__lpc_compute_residual_from_qlp_coefficients (libFLAC/lpc.c:233)
Hello,
I just tried to compile libFLAC (using Borland C++ Builder 6 on Windows).
The compilers yells at me on line 233 of libFLAC/lpc.c
*(residual++) = *(data++) - (sum >> lp_quantization);
--> data is const and cannot be modified
Funny thing is, if data is declared:
const FLAC__int32 *data
instead of
const FLAC__int32 data[]
everything is ok.
Is this a bug in my compiler, or a...
2009 Oct 23
4
5.4 DVD
I admit I wasn't following the screaming and yelling about 5.4, so excuse
me if this has been answered....
My boss tells me he wants me to start rolling out 5.4. I want to d/l &
burn a DVD... but when I looked at a number of mirrors, the .iso is from 1
Oct, while the CD .iso's are from the 14th... yet 5.4 was officially
announced the othe...
2006 Jul 05
2
Procmail patch for dovecot delivery
...int deliver_replace_inbox_name = isyes("DELIVER_REPLACE_INBOX_NAME");
+
+ char* s_deliver_new_inbox_name = getenv("DELIVER_NEW_INBOX_NAME");
+ char* recipient = getenv("RECIPIENT");
+ char* inbox_name = "INBOX";
+
+ if (!recipient)
+ {
+ yell("NO RECIPIENT", "");
+ }
+ else
+ {
+ yell("RECIPIENT", recipient);
+ }
+
+ if (isinbox && deliver_replace_inbox_name)
+ {
+ if (s_deliver_new_inbox_name)
+ {
+ inbox_name = s_deliver_new_inbox_name;
+ }
+ boxna...
2017 Oct 21
2
Why dup(), again and again?
On Fri, 20 Oct 2017, David Newall wrote:
> WHAT CAN I DO TO HELP STEWARD THIS CHANGE INTO THE MASTER SOURCE?
> What do I need to do?
Stop yelling and go file a bug at https://bugzilla.mindrot.org/
As I mentioned previously, your suggested change is wrong and we'd
(at least) need to replace fd 1 with /dev/null prior to assigning
it to the channel.
-d
2005 May 24
2
RealPlayer on CentOS 4
Any ideas folks??
have installed RealPlayer10GOLD on CentOS 4, I have tried to uninstall it
with the rpm -e command but I am being told it doesn't exist...when I try to
download it again I am told that it is already installed!
many thanks in advance
_________________________________________________________________
Want to block unwanted pop-ups? Download the free MSN Toolbar now!
2018 Oct 18
7
What are the differences between systemd and non-systemd Linux distros?
...le laptops, whereas run
> Linux, or UNIX-like, or [truly] UNIX servers.
Actually, I've got CentOS on my 9 yr old Netbook, that I use while
traveling. Otherwise, my home workstation is CentOS 6, and I am NOT
looking forward to EOL.
But Valeri's correct: people are tired of screaming and yelling about
systemd, because we've had years now of the response being "tough, it's
the Wave of the Future", and Poettering is like upper management: they
know, I mean, Everything, so why should they need to talk to end users (or
working sysadmins)?
Lack of screaming and yelling fil...
2009 Feb 18
0
[LLVMdev] svn pre-commit hook: help needed
...e difficult.
>
> Reply to me privately if you're interested in helping out.
>
> -scooter
Yet another _fun_ way of doing this is to setup a buildbot slave just
for that. The slave can fix minor stuff like tabs and trailing
whitespaces on its own (checking the changes back in), and yell for
things like 80-col violations and whatnot where the changes would not be
so trivial.
People who don't care are not bothered too much (their code might be
changed by the slave), and fascis^H^H^H^H^H^Hpeople who care can quickly
find out where the errors are.
By setting the tree stable time...
2007 Jul 13
2
Postfix Question
...from Neophasis and the
like searching for just the syntax and what file (I assume it's
main.cf) I should be using; however, any smtpd_ lines I have tried
result in postfix hanging and refusing to deliver mail.
I could simply cease using smarthost, but my ip address is dynamic
(yes I know stop yelling at me I'm poor right now) so mail bounces
to some domains if I don't use smarthost.
The server I'm running postfix on is CentOS 4 (fully updated).
Postfix version is 2.2.10-1.1.el4 (from rpm -qa). I have not had
sufficient downtime to upgrade to CentOS 5. Should I do that?
Sincerel...
2017 Mar 27
5
firewalld management on a headless server
Hi,
> I recently converted my employer's firewall from pure iptabes to
> firewalld and looked for something similar, more along the lines of
> webmin, etc.
funny,
my webmin installation on a banana-pi has webmin 1.831, which has
support for firewalld.
I am not sure, but I believe I got it directly from www.webmin.com.
best regards
---
Michael Schumacher
2013 Nov 26
5
Most efficient way to create a CentOS 3 test VM
I'm about to create a new CentOS 3 VM for testing, since we still have a
bunch of deployed machines running that OS.
(Don't yell at me about using old OSes. These machines won't get
"un-deployed" until they fall over dead of natural causes. Until the
last one dies, we need test and build VMs around to service them.)
I have the CentOS 3.9 *.iso files plus a local cache of RPMs against 3.9
that is probably...
2016 Jul 27
2
[RFC] One or many git repositories?
On 27 July 2016 at 17:47, Chris Bieneman via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> First and foremost please don’t consider lack of dissent on the thread as
> presence of consensus.
Hi Chris,
First things first: I give you my word that I will be yelling louder
than others if this ever happens. (I can be *very* loud! :)
People can push and yell all they want, changes like this are not done
over mailing list discussions.
I have volunteered to "take on" the discussion and try to make it fair
and sound, and I'll do my best to includ...
2006 Jul 19
2
Mouse Location
...e;">Login</a
The other thing I''m wondering, is how would I reference the javascript
variables MOUSEX and MOUSEY in that line of code?
Or is there a better way to do this?
-Ben Lisbakken
p.s. how do i post that full h ref without all the weird modifications?
this forum keeps yelling at me because:
Your post seems to contain Spam: "".
--
Posted via http://www.ruby-forum.com/.
2004 Sep 10
2
const issue in FLAC__lpc_compute_residual_from_qlp_coefficients (libFLAC/lpc.c:233)
On Tue, Jan 13, 2004 at 02:04:48PM -0800, Josh Coalson wrote:
> --- Denis Chatelain <listes@octopodus.com> wrote:
> > Hello,
> >
> >
> > I just tried to compile libFLAC (using Borland C++ Builder 6 on
> > Windows).
> >
> > The compilers yells at me on line 233 of libFLAC/lpc.c
> >
> > *(residual++) = *(data++) - (sum >> lp_quantization);
> > --> data is const and cannot be modified
> >
> > Funny thing is, if data is declared:
> > const FLAC__int32 *data
> > instead of
> >...
2007 Jul 19
3
InPlace[Collection]Editor rewrite: it's in trunk!
...rewrite of InPlaceEditor / InPlaceCollectionEditor just made it
into the trunk.
You''ll find all the juicy details on Thomas'' post:
http://mir.aculo.us/2007/7/17/in-place-editing-the-summer-2007-rewrite
Do note that this is my rewrite, so if you find bugs etc., don''t go
yelling at Thomas: I''m the one to blame!
We''ve seen a striking increase of posts here about IPE, and I can only
hope you''ll find the new version great. A lot of you monkeypatched your
IPE to fit your needs, and this monkeypatching may very well need to be
ported over to the...