Displaying 20 results from an estimated 6763 matches for "poorely".
Did you mean:
loosely
2005 Dec 20
1
Help to find only one class and differennt class
Dear R users,
I have a problem, which I can not find a solution.
Probably someone could help me?
I have a result from my classification, like this
> credit.toy
[[1]]
age married ownhouse income gender class
1 20-30 no no low male good
2 40-50 no yes medium female good
[[2]]
age married ownhouse income gender class
1 20-30 yes yes high male
2008 Jul 24
4
POOR: results using 'dig +short porttest.dns-oarc.net TXT'
What are the likely cockpit errors involved when getting POOR results
when running this test on an updated CentOS 5.2?
Kind regards/ldv
[root at shell ~]# dig +short porttest.dns-oarc.net TXT
z.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.
"a.b.c.d is POOR: 26 queries in 1.3 seconds from 1 ports with std dev 0.00"
2009 Apr 26
7
Bumps chart in R
Hi there,
I would like to make a 'bumps chart' like the ones described e.g.
here: http://junkcharts.typepad.com/junk_charts/bumps_chart/
Purpose: I'd like to plot the proportion of people in select countries
living for less then one USD pr day in 1994 and 2004 respectively. I
have already constructed a barplot - but I think a bumps chart would
be better
# The barplot and data
2010 Jun 25
2
Delete rows in the data frame by limiting values in two columns
Hi, folks,
Finally Friday~~ Here comes the question:
x=c('germany','poor italy','usa','england','poor italy','japan')
y=c('Spain','germany','usa','brazil','england','chile')
s=1:6
z=3:8
test=data.frame(x,y,s,z)
#Now I only concern the countries ('germany','england','brazil').
2004 Aug 06
1
poor quality mp3
I noticed a strange bug with poor quality mp3 (< 64 kbps). When a good
mp3 ( > 128) is streamed after a poor one, the client is disconnected
from the channel at the end of the poor one. It seems to happen with any client.
Is it normal ?
--
Ced
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2009 Aug 29
3
help poor performance on ubuntu jaunty
Hi, I'm running bricscad V9 (CAD application) under wine-1.1.28. All installation and functionality is OK, but performance is really poor with respect to the same app. on the same machine under Windows XP.
So I think it's wine's fault. I checked for performance issues on the www, but I found no help. I also noticed the claim that NO performance fall-off should be expected and this is
2005 Jan 11
4
Problems with poor mans install
Hi,
I am trying to figure out a poor mans install ... I want to be able to
boot CD iso thats on my hard disc ..
There is an option to install via hard drive .. but I keep getting
VFAT16 files system errors ..
I know where copied iso image is ... I can boot kernel but linuxrc will
not start LiveCD ...
Maybe I could rewrite linuxrc to allow this but as it works from ram I
am finding hard to
2006 Feb 01
3
SimpleRss: Poorly formatted feed
Based on the suggestions here I decided to use SimpleRSS but no matter what RSS feed I try, I keep getting the error:
"Poorly formatted feed"
I have tried "well formatted" RSS 0.91, 0.92 and 2.0 feeds but to no avail.
Can anyone please come to my rescue?
Thanks
Frank
---------------------------------
Do you Yahoo!?
With a free 1 GB,
2018 Sep 13
5
sftp-server file encryption
Hi,
I wonder if sftp-server could encrypt files before writing to disc. This
would make sshd a poor man's alternative for an encrypting filesystem on a
server.
How to get the crypto key from a client to be used by sftp-server? Upload
the key to a /well/defined/key.pem virtual location? Or can you access the
ssh client certificate from sftp-server?
Can sftp-server call a filter?
Or would one
2001 Dec 27
3
Very poor writing performance
Hi;
I am using Samba 2.2.0 on a small business network (192.168.1.x). I am running
Suse 7.2 on a pentium pro 120. This machine is also the local gateway (isdn) using
masquarading. I have a 10 Mbs utp network.
I am experiencing an extreme difference in read and write speed over the samba server.
Writing from a windows machine (windows 98se) to the linux box gives me data
rates of approx 16
2006 May 09
3
poor performance - multiuser fileserver database (ms-access)
I have a file server running with Samba over Debian Sarge 3.1 R1. This
File server store MDB and XLS files. Could anybody give me an optimal
setup for my samba server (smb.conf). Actually, the performance is very
poor.
[global]
workgroup = REVLON
netbios name = FILE_SRV
security = user
encrypt passwords = yes
passwd program = /usr/bin/passwd %u
unix password sync = yes
socket options =
2005 May 13
3
Poor volume on SPA-2100 due to asterisk?
I just bough a Sipura SPA-2100 to use with Asterisk. When I use the
analog handset plugged into the SPA-2100, the person on the other end
can hardly hear me.
I check the SPA-2100 setup and their is no mic/spk gain control. Is
this a problem with the SPA-2100 or with Asterisk? Any way for asterisk
to compensate for the poor audio level (if the problem is the SPA-2100)?
Thanks,
Mike
2010 Jan 21
2
Windows Xen VM's have high guest CPU usage and poor performance
Hello all,
I have a PowerEdge 2950 that I am using to host Windows XP VM's under
CentOS. I am experiencing poor performance in the Xen VM's. Any time I
try to do something, the CPU usage (as reported by the Windows task
manager) hits 100% for a few and then drops back down. This is causing
the VM's to run sluggish and be quite annoying to use. Example.. I
click IE.. cpu hits
2020 Feb 24
2
How to help improve debug experience w/ optimizations enabled?
Hello,
I'd like to help improve the debug experience in LLVM/Clang when optimizations are enabled, but I'm not sure where to start.
I've seen the umbrella bug for poor debug experiences (38768 https://bugs.llvm.org/show_bug.cgi?id=38768 ).
Is there any bug in this list that isn't being looked at (and that doesn't require a lot of knowledge) that I could work on?
I also tried
2010 Nov 20
2
[LLVMdev] Poor floating point optimizations?
I wanted to use LLVM for my math parser but it seems that floating point
optimizations are poor.
For example consider such C code:
float foo(float x) { return x+x+x; }
and here is the code generated with "optimized" live demo:
define float @foo(float %x) nounwind readnone { entry: %0 = fmul float %x,
2.000000e+00 ; <float> [#uses=1] %1 = fadd float %0, %x
2007 Apr 06
1
Poor analog line quality, wireless "base station", FAX-ing
While pondering several issues, poor quality PSTN POTS lines, potential cost savings with multiple cell numbers, the FAX problems over TDM400p, etc, I wondered about:
Cell phone "Base stations" to replace POTS lines. Devices to "cradle" cell phones and connect to TDM400p, for instance, to mimic PSTN. Are there such beasts, how do they play with asterisk?
Will FAX work over
2009 Oct 06
1
Asterisk + Monitor() Poor quality
Hi. I'm using the Monitor command to record outgoing calls through SIP, but
the quality is very poor, MUCH worse than the call itself who many times is
perfect. I can barely understand anything thats said.
Im using Asterisk 1.4.21.2 on a Ubuntu Server 8.10, on a Pentium R 2ghz with
1gb DDR2.
That also happens if I use the Record command. I'm using Monitor inside an
AGI file, could that
2007 Aug 07
1
Conditional subsetting
Hello-
Upon searching the email archives and reading documentation I haven't found
what I'm looking for. I have a dataset with a time/date stamp on a series
of geographic locations (lat/lon) associated with the movements of animals.
On some days there are numerous locations and some days there is only one
location. Associated with each location is an indication that the quality
of the
2017 Sep 21
0
List of occuring values
unique(x) will give you the distinct values in x. table(x) will give you
the distrinct values and their frequencies as an array with dimnames.
data.frame(table(x)) will give you a 2-column data.frame with the distinct
values and their frequencies.
> values <- c("Small", "Large", "Large", "Large")
> unique(values)
[1] "Small"
2005 Mar 25
1
Poor pstn line quality
I just installed a new asterisk box with a wctdm with 4 FXO modules. The lines
in the office have terrible static (using standard analog phones) and this
static can obviously be heard through the asterisk box on the sipura sip phones
we installed. This by itself would not be a problem as the office is used to
and doesn't mind (I don't know how) the static.
However it appears that this