Displaying 20 results from an estimated 1000 matches similar to: "How To Run a Top-Notch Press Trip or Wine Junket"
2007 Feb 16
1
My Fashon is in My Hands - what about You
*Hand bags Collection*
*Fashon in Hand*
[image: Latest Fashon Purses] <http://hand-bags.50webs.com/>
*Fashon bags*
*Ladies Handbags*
*Wallets*
**
*Gift packs*
**
**
**
*Handbag Site. <http://hand-bags.50webs.com/>*
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2010 Oct 24
1
building compiled help html files
Dear R People
I figured it out. I should RTFM before asking questions, particularly
on Saturday nights!
Thanks for your patience.
Sincerely,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com
2009 Sep 03
6
rsync
Hi
?
I put the rsync in cronjob
but it won't work
?
in root user cron
?
*/30? * * * *? /home/chloe/rsy.sh >/dev/null 2>&1
?
1/ why it needs pw when I run this rsy.sh in root?
but if I run it in chloe user, it doesn't need pw as I put authoized_key in remote host chloe
?
2/ why this root cronjob is not working? what wrong? I can't see this cron in message
?
the rsy.sh is
2009 Jun 17
6
script help
Hi
?
I have a file. list.txt (two columns)
?
column1??? column2
name??????? address
?
?
I need to put in the letter file letter.txt eg:
?
Dear: Chloe
Address: CA
?
Can I use this
?
for i `cat list.txt` | sed 's/Chloe/$i.1; /CA/$i.2/g' $i.letter.txt
?
Thank you for your help
?
?
?
?
?
__________________________________________________________________
Looking for the perfect gift?
2024 Aug 16
1
boxplot notch
Dear community
I tried the following code using geom_boxplot() and notch=TRUE. Does anyone
know if the command ?notch=TRUE? is at the wrong place in my special code
construct?
Without notch=TRUE the code provides the planned ggplot.
Kind regards
Sibylle
Code:
MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
MS1$Jahr<-as.factor(MS1$Jahr)
MS1s <-
2006 Oct 05
1
unexpected behavior of boxplot(x, notch=TRUE, log="y")
A function I've been using for a while returned a surprising [to me,
given the data] error recently:
Error in plot.window(xlim, ylim, log, asp, ...) :
Logarithmic axis must have positive limits
After some digging I realized what was going on:
x <- c(10460.97, 10808.67, 29499.98, 1, 35818.62, 48535.59, 1, 1,
42512.1, 1627.39, 1, 7571.06, 21479.69, 25, 1, 16143.85, 12736.96,
2009 Mar 20
1
w command about user
Hi
I use w command to get user is "2 users" but I only have connection one
ls any process dead? But I check other centos machine is same
How can I check it?
Thank you
[root at host ~]# w
7:22:26 up 20 days, 23:20, 2 users, load average: 0.00, 0.00, 0.00
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
chloe pts/0
2008 Apr 21
3
Choice of notch size in R
Is there a way to modify the choice of notch size [1] in R's boxplot
routine from outlining a 5% significance region, to say 1% or lower?
Thanks,
Alex
[1] McGill, Tukey, and Larsen. "Variations of Box Plots", The American
Statistician, Vol. 32, No. 1, 12-16.
2010 Mar 03
3
Notch Filter in AEC
Hi,
The notch filter in AEC is only used to remove DC signal, and the time of convergence is not important, right?
If so, I think preset value of notch_radius is too small, and it causes noticeable distortion(freq < 200hz cut).
There is a picture in attachment to show signals under different radius in time-domain.
By setting notch_radius to 0.999 for all sampling rates, I found better
2010 Mar 03
0
Notch Filter in AEC
The notch filter is specifically designed to cut below 200 Hz when
working in narrowband. In wideband, the cutoff is more around 50 Hz. The
reason is that in narrowband operation (irrespective of the codec),
you're not really supposed to have anything below ~200 Hz, but a lot of
people forget that.
Jean-Marc
On 2010-03-03 02:40, brant wrote:
> Hi,
>
> The notch filter in
2010 Mar 04
0
Notch Filter in AEC
On 03/03/2010 10:22 PM, QianBin wrote:
> Hi,
>
> But in fact, it really affects the voice quality. One of my tester says, "Is your mouth far way from the mic?"
> Could you explain why we should cut 200hz below?
>
We already said it affects the quality when the voice is compressed. Are
you asking why that should be?
Even with a simple form of lightly lossy
2010 Mar 03
2
Notch Filter in AEC
Hi Jean-Marc,
You make that sound like its just a matter of meeting some arbitrary
spec. Let's be more specific.....
If you use narrow band voice down to deep bass frequencies:
- 16 bit linear audio sounds good
- alaw or ulaw sounds muddy
- low bit rate codecs, like speex or G.729, sound awful.
I assume QinBin only listened to some uncompressed audio in his evaluation.
2011 Jul 28
0
Great Find
Just a good joke
An old couple went into a restaurant and ordered something to eat: one Coca Cola and one portion of French fries. The old man sat down and the woman, his wife, sat opposite him, and he began to divide the Coca Cola into two glasses, half for him and half for his wife. He divided all the French fries half-and-half. He gave half to his wife and kept half for himself. Then he began
2024 Aug 16
1
boxplot notch
I don't see anything obviously wrong here. There may be something
subtle, but we probably won't be able to help without a reproducible
example ...
On 2024-08-16 9:24 a.m., SIBYLLE ST?CKLI via R-help wrote:
> Dear community
>
>
>
> I tried the following code using geom_boxplot() and notch=TRUE. Does anyone
> know if the command ?notch=TRUE? is at the wrong place in
2010 Mar 03
2
Notch Filter in AEC
Hi,
But in fact, it really affects the voice quality. One of my tester says, "Is your mouth far way from the mic?"
Could you explain why we should cut 200hz below?
>The notch filter is specifically designed to cut below 200 Hz when
>working in narrowband. In wideband, the cutoff is more around 50 Hz. The
>reason is that in narrowband operation (irrespective of the
2024 Aug 16
1
boxplot notch
That's not really a reprex Sibylle.? I did try to use it to see if I
could work out what you were trying to do and help but there is so much
in there that I suspect is distraction from the notch issue and its
error message.
Please can you give us something stripped of all unecessary things and
tell us what you want?
Something like data that we can read as a tribble() or from a dput() of
2006 Mar 25
0
Notch Novelty Breaks Sales Records at VNU Expo's ASD Show in Las Vegas
2024 Aug 16
2
boxplot notch
Thanks Ben,
Here the reproducible example.
It works without notch=TRUE, but provides an error with notch=TURE
Error in `geom_boxplot()`:
! Problem while converting geom to grob.
? Error occurred in the 1st layer.
Caused by error in `ans[ypos] <- rep(yes, length.out = len)[ypos]`:
! replacement has length zero
Run `rlang::last_trace()` to see where the error occurred.
Warning message:
In
2009 Nov 22
2
how to read BRFSS file
hello,
I am trying to do exploratory factor analysis with BRFSS dataset (
http://www.cdc.gov/brfss/technical_infodata/surveydata/2008.htm) for a
couple of days, but I was not able to do that and got frustrated. Can
anybody help me with step by step guide? BRFSS dataset provides ASCII or SAS
format.
Thank you.
chloe
[[alternative HTML version deleted]]
2008 Dec 05
3
Fwd: Re: ssh forwarding as putty in window
Thank you
I check in rpmfind.net
it is only available on fedora.
how can I install it in centos?
thank you
Mark Snyder <mark at jmktdis.com> wrote:
Date: Fri, 05 Dec 2008 12:29:39 -0600
From: Mark Snyder <mark at jmktdis.com>
To: CentOS mailing list <centos at centos.org>
Subject: Re: [CentOS] ssh forwarding as putty in window
chloe K wrote:
>