Displaying 20 results from an estimated 2613 matches for "wildes".
Did you mean:
tildes
2008 May 04
2
Ancova_non-normality of errors
Hello Helpers,
I have some problems with fitting the model for my data...
-->my Literatur says (crawley testbook)=
Non-normality of errors-->I get a banana shape Q-Q plot with opening
of banana downwards
Structure of data:
origin wt pes gender
1 wild 5.35 147.0 male
2 wild 5.90 148.0 male
3 wild 6.00 156.0 male
4 wild 7.50 157.0 male
5 wild 5.90
2012 Oct 23
3
Export/Import wild card SSL
Hi all,
This topic is one that I am ignorant on and appreciate any guidance.
My scenario;
I have a wild card SSL installed on one of my CentOS boxes.
As I understand it, this server was used as a sort of master when originally generating and receiving the wild card SSL cert (got the cert from GoDaddy BTW).
So, now I must export some file(s) from that server so that I can import it/them to
2006 Apr 29
4
Wild SQL -- public/500.html -- postgres-pr
Every page of my DEPOT on Postgresql rails app now gets an error from postgres-pr about
some wild left-join SQL that has nothing to do with my tables:
SQL (0.000000) NameError: undefined local variable or method `errors'' for
#<PostgresPR::Connection:0x3b200c0>: SELECT a.attname, format_type(a.atttypid,
a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN
2008 Feb 11
5
local root exploit
I saw that there is a local root exploit in the wild.
http://blog.kagesenshi.org/2008/02/local-root-exploit-on-wild.html
And I see my centos box still has: 2.6.18-53.1.4.el5
yum says there are no updates... am I safe?
Valent.
2008 May 04
4
improvement of Ancova analysis
Dear Helpers,
I just started working with R and I'm a bit overloaded with information.
My data is from marsupials reindroduced in a area. I have weight(wt),
hind foot
lenghts(pes) as continues variables and origin and gender as categorial.
condition is just the residuals i took from the model.
> names(dat1)
[1] "wt" "pes" "origin" "gender"
2007 Mar 13
3
How to match wild card inside a GoToIf?
How can I match wildcards inside a GoToIf?
I have something like this, but it doesn't work:
[default]
exten => _2XXXXXXXX,1,Macro(outcall,${EXTEN})
[macro-outcall]
exten => s,1,GotoIf($["${ARG1}" = "220408XXX"]?2:3)
exten => s,2,Hangup
Any ideas?
Regards,
Ricardo.
2012 May 21
1
Complex text parsing task
Hello Everyone,
I have what I think is a complex text parsing task. I've provided some sample data below. There's a relatively simple version of the coding that needs to be done and a more complex version. If someone could help me out with either version, I'd greatly appreciate it.
Here are my sample data.
haveData <-
structure(list(profile_key = structure(c(1L, 1L, 2L, 2L, 2L,
2004 Aug 11
1
FreeBSD-SA-04:13.linux in the wild
Has anyone else seen this in the wild?
We just had an attempted attack yesterday from a live attacker on one of
our machines using this vulnerability. It wasn't all that clever, and
they're long gone, but I *did* manage to catch them in the act and grab
a copy of the binary they tried to run from /tmp/, as well as the PHP
injection code they used to subvert a virtual web site's
2005 Jun 06
0
stats and generating a figure for a simple sign test with high inter-experiment variance
Hello all,
Sorry if this is an FAQ. I have been trying to search the archives
without success.
I have a dataset (ChiPs microarray) where the experiment to experiment
variability is very high
but where within an experiment, the data nearly always goes in the
"right" (hypothesis confirming) direction.
I am trying to figure out the right way to use R to do the statistics
and generate
2005 Jun 06
0
analysis and figure for sign test in setting of high inter-experiment variance
Hello all,
Sorry if this is an FAQ. I have been trying to search the archives
without success.
I have a dataset (ChiPs microarray) where the experiment to experiment
variability is very high
but where within an experiment, the data nearly always goes in the
"right" (hypothesis confirming) direction.
I am trying to figure out the right way to use R to do the statistical
analysis and
2011 Jun 06
1
Higher weight on exact matches when doing wild card search
Hi
I am working on a search which needs wild card support. Unfortunately
this makes some searches for short words return bad results, because
they match a lot of words that aren't related to what the user actually
wants. I'm wondering if there's a good way to make specific matches get
a higher weight than longer words?
Example: when search for car, documents containing car are
2005 Jun 10
1
Wildly inaccurate CDR records
My CDR is displaying wildly inaccurate results.
When I make a call the CDR records the time between connecting into the
server and hanging up, instead of recording the time between dialling
from the server to the PSTN destination via VOIP termination.
It is alright to log the duration of the connection to the server, but
why it does not log calls for termination via voip provider is the main
2008 Jul 20
0
Exploit 'in the wild' for Trixbox
Just in case anyone else needs to know - there's an exploit 'in the wild'
for Trixbox (which is CentOS based) that allows malicious code to be
installed on a server. I discovered that one of my Trixbox servers was
running 3 instances of a perl-based IRC botnet process called httpdse and
this was pegging the CPU at 100%.
Notes, comments, removal instructions, patches etc. here:
2005 Apr 26
2
"wild" function example in optim
Dear all,
Firstly, I do apologize if my question is simple and posted in the wrong place but I had no reply from the R-help mailing list (maybe it is too simple!).
I was wondering why parscale is set to 20 in the "wild" function example used in ?optim. This function has only one parameter and if we set parscale equal to 1 then the solution near the global minimum is not found.
I
2011 Feb 25
1
limma function problem
Hi,
I have two data set of normalized Affymetrix CEL files, wild type vs Control
type.(each set have further three replicates).
> wild.fish
AffyBatch object
size of arrays=712x712 features (10 kb)
cdf=Zebrafish (15617 affyids)
number of samples=3
number of genes=15617
annotation=zebrafish
notes=
> Dicer.fish
AffyBatch object
size of arrays=712x712 features (10 kb)
cdf=Zebrafish (15617
2009 Feb 06
2
[patch] 'c' and 'd' in setacl
Hi Timo,
Hi *,
I just recognized that the new imap-acl plugin in dovecot 1.2 does not
know the obsolete rights 'd' and 'c' when setting. According to RFC
4314 section 2.1.1.:
If a client includes the "d" right in a rights list, then it MUST be
treated as if the client had included every member of the "delete"
right.
and
If a client includes
2006 Jan 09
4
Wild Idea for a feature
OK - this is a wild idea and wondering what it would take to make it
possible.
I get a lot of email from a lot of different people about a lot of
different issues. What I need is a way to do some server side presorting
of email into specific folders. I can build a LOT of Mozilla rules but
that is too cumbersome for what I have in mind.
Here's what I'm thinking - one classification of
2013 Feb 21
3
SSHD rootkit in the wild/compromise for CentOS 5/6?
Hello everyone,
I hope you are having a good day. However, I am concerned by this:
https://isc.sans.edu/diary/SSHD+rootkit+in+the+wild/15229
Has anyone heard yet what the attack vector is, if 5.9 and 6.4 are
affected, and if a patch is coming out?
Thanks!
Gilbert
*******************************************************************************
Gilbert Sebenste
2005 Aug 28
2
Feature Request - wild idea - folders for executing programs
Timo,
I have a wild idea for a feature that is somewhat unusual, would be very
powerful, and easy to implement. What I want is ...
Special folders that when someone drags a message into them - it pipes
the message into a program.
The reason I want this is - for example - reporting of spam. Suppose you
want everyone to have a spam-missed folder so that if a spam gets
through then the user
2018 Aug 20
1
[Bug 107628] New: On GeForce 8200M G, driver reports wild temperature fluctuations, effectively blocking the system at boot
https://bugs.freedesktop.org/show_bug.cgi?id=107628
Bug ID: 107628
Summary: On GeForce 8200M G, driver reports wild temperature
fluctuations, effectively blocking the system at boot
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal