Displaying 20 results from an estimated 74 matches for "rotten".
Did you mean:
gotten
2005 Jun 03
2
Dirty Rotten Hack. (reversing tickmarks on axes?)
I feel dirty.
I have some graphs I'm building to communicate chargeback rates and service
usage for our backup system here at the University of Florida. These come
down to daily data points on a graph of number-of-bytes transferred and
stored.
Since we chargeback on the same basis (price per MB this, price per KB that)
the same chart with a different scale can be used to communicate bytes
2014 Jan 13
1
(no subject)
Thanks
Can you help on "the big question" ? which is under the name "installing
syslinux on a fresh system (SATA)"
Mau
On Mon, Jan 13, 2014 at 12:17 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sun, Jan 12, 2014 at 3:33 PM, Mau Z <zmau1962 at gmail.com> wrote:
> > Hi!
> >
> > I was looking to download EXTLINUX in the following page
2007 Apr 15
3
Fwd: Response from Canon - MultiPASS (KMM7153196V60774L0KM)
My apologies for this because it is, technically, OT, but it is a classic
example of what rotten support Linux (and CentOS) get in the US from
equipment manufacturers. The whole email is a lie because they DO have the
drivers on their asia site, they just don't want us 'Murkins to get our
hands on them. Or maybe it's part of some clever little nuance of their
agreement with Micro...
2007 Aug 19
2
[LLVMdev] c const
...means: it may help
in improving code quality for Ada. In Ada you have runtime constants
that are really constant, for example array bounds. The bounds are
passed around by pointer, which causes LLVM to think they may be
aliased and changed by function calls (which is impossible). This
results on rotten code since (for example) the array length and
bounds checks are recalculated again and again when one calculation
would do. [The front-end outputs a bound check for every array access,
expecting the optimizers to remove redundant checks, which LLVM often
does not do]. If I could teach LLVM that a...
2008 Mar 13
3
scrolling in a <select multiple="multiple"> list
...ay
});
An unintended consequence is that the select list is scrolled to the
bottom as I iterate through each one, forcing the user to manually
scroll back up to select another option.
I''ve tried using Element.scrollTo(), but it scrolls the whole page,
and I''m doing a rotten job of figuring out how to use scroll offsets
and wondering if they''re applicable to a <select>.
I''m hoping someone can suggest a strategy to either update the
<option> elements without scrolling the <select> list, or a way that I
can scroll back to the last opt...
2006 Mar 28
2
Skewed t distribution
...d of using a standard fit one; I stick to the sn package. On
subsamples of the entire population that I deal with, everything is fine.
However, on the total sample (difference in cross-sectional
dimension: 30 vs 240) things go wrong - the objective function diverges to
infinity. I located the "rotten" line
to be
t1 <- dmst(vector, mu, P, alpha, nu)
where "vector" is the matrix row, on which I evaluate my likelihood and the
rest in parametrized in a standard
way, just as the help pages give it. In large dimensions, I get a zero value
of the density (which is probably due to n...
2019 May 29
1
Updateinfo file is not valid XML
...ed due to repository priority protections
Updateinfo file is not valid XML: <open file
'/var/cache/yum/x86_64/7/epel/92f2e15cad66d79ea1ad327e2af7af89d98e4d153d7a3e27ff41946f476af5b4-updateinfo.xml.zck',
mode 'rt' at 0x7fbd0e3e2f60>
Any idea what's going on here? Something rotten in the state of EPEL?
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Mail : info at microlinux.fr
T?l. : 04 66 63 10 32
Mob. : 06 51 80 12 12
2002 Jan 04
0
Testing a Port...
...e
original application. Is there anyone out there who has S+ inhouse that can
help in this manner?
Also, this is a first time port for a relative newbie, so there are some
things that need to be worked out yet...
--------------------------
"Don't rush me, you rush a miracle, you get a rotten miracle."
-Miracle Max, The Princess Bride
--------------------------
Shawn Way
------_=_NextPart_001_01C19533.5BC03B40
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META H...
2009 Oct 21
3
Rails generator fails to generate all files
...the myproject directory normally there would be a file called
application.html.erb, with in the public directory a file called
style.css
Now I dont get anything at all, they are missing
All my previous projects have those files,
using 2.3.4 Ruby 1.9.1 Windows
Any ideas? Its bugging me somthing rotten that I havent a copy of those
files anywhere on my PC to copy from
Does any one else know what i can do?
Thanks
--
Posted via http://www.ruby-forum.com/.
2002 Oct 23
2
CVS vorbis, fatal cc1
current Vorbis cvs gives:
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0\" -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I../include -O20
--fast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -O2 -march=i686
-mcpu=i686 -DUSE_MEMORY_H -Wp,-MD,.deps/envelope.cpp -c envelope.c
-fPIC -DPIC -o .libs/envelope.lo
gcc: Internal compiler error: program cc1 got fatal
2001 Nov 26
1
Possible Bug?
...] "2001-11-20 12:00:00"
> z2 <- strptime(x[2], "%m/%d/%Y %H:%M:%S %p")
z2 <- strptime(x[2], "%m/%d/%Y %H:%M:%S %p")
> z1 == z2
z1 == z2
[1] TRUE
>
As you can see, this is a problem, I believe...
"Don't rush me, you rush a miracle, you get a rotten miracle."
-Miracle Max, The Princess Bride
Shawn Way
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011126/18836e9b/attachment.html
2007 Aug 19
0
[LLVMdev] c const
...ing code quality for Ada. In Ada you have runtime
> constants that are really constant, for example array bounds. The
> bounds are passed around by pointer, which causes LLVM to think
> they may be aliased and changed by function calls (which is
> impossible). This results on rotten code since (for example) the
> array length and bounds checks are recalculated again and again
> when one calculation would do. [The front-end outputs a bound
> check for every array access, expecting the optimizers to remove
> redundant checks, which LLVM often does not do]....
2001 Nov 26
1
Sorting Posix Data
...PDT.AHU16.20B: num 0.0532 0.0536 0.0534 0.0532 0.0535 ...
>
Unfortunately, the data is in the reverse order based on the date TStamp. Is
there any fairly easy method for reordering this set of data byt the first
column, a PosiX Date?
"Don't rush me, you rush a miracle, you get a rotten miracle."
-Miracle Max, The Princess Bride
Shawn Way
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011126/9199c570/attachment.html
2004 Mar 10
1
MD4 checksum_seed
....W. Schultz's code.
Another note is that Donovan Baarda's formula for the probability of
retransmission (and thus J.W. Schultz's code) assumes that the hashes
are random. This is a reasonable assumption for the truncated MD4
checksum2 when checksum_seed is random, but it's a pretty rotten
assumption for the Fletcher checksum1. For the purpose of evaluating the
probability of retransmission, rsync uses s2length bytes of good hash
plus 4 bytes of wishful thinking, and Baarda's analysis doesn't really
apply.
Eran
2017 Nov 02
2
corrupted db after upgrading to 4.7
...ldbmodify) , then add back the users to the groups. It needed some
> scripting to automate the stuff but it worked fine and dbcheck is now
> happy.
>
> Actually, as that specific domain has seen most upgrades from early 4.0
> beta to 4.7, I was not sure if I was stumbling on some rotten entries in
> my ldb database, or if it was a more widespread bug :-)
Metze has some patches that should better fix the backlink issue in
dbcheck, and I've proposed some patches to ensure that additional
backlinks don't cause trouble if the object needs to be deleted.
If dbcheck gives...
2006 Jun 05
2
grep() and factors
...easiest example here might be:
# On R Version 2.3.1 (2006-06-01) on FC5
> grep("[a-z]", letters)
[1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[23] 23 24 25 26
> grep("[a-z]", factor(letters))
numeric(0)
Thanks for any comments or any virtual rotten tomatoes coming my way at
high speed. :-)
Marc Schwartz
2009 Nov 04
1
s4 generic issue
...refix,
getOption("continue"), sep = ""), verbose = verbose,
max.deparse.length = Inf,
encoding = encoding, skip.echo = skips, keep.source = TRUE)
1: example(lars)
So clearly base::backsolve is getting called as would be desired in
this case,
but something is rotten in the way arguments are being passed.
I'm aware that the R-extensions manual suggests another strategy than
setGeneric for making generics, but I would like to understand what is
going
wrong here.
Roger
url: www.econ.uiuc.edu/~roger Roger Koenker
email rkoenker at uiuc.e...
2004 Feb 04
5
Date Time Conversion problems...
...o work for replacing the dates with POSIX values...
Also of interest is the extraction for data3, is this the correct method for
extraction?
What I'm looking at is the spending habits of individuals...
Thanks for your help...
_____
"Don't rush me, you rush a miracle, you get a rotten miracle."
-Miracle Max, The Princess Bride
_____
Shawn Way, PE Tanox, Inc.
Engineering Manager 10301 Stella Link
sway at tanox.com Houston, TX 77025
2018 Dec 18
2
Interprocedural AA
Hi,
I'm looking for interprocedural AAs and have, of course, found
https://llvm.org/docs/AliasAnalysis.html. However, the AAs that come
bundled with LLVM do not work interprocedurally in a way that I need it
(on/with stack variables). The two interesting looking AAs come with the
optional `poolalloc' module that hasn't been updated in years (I guess
2006 Feb 26
9
State of the Breezy
What''s the current state of Rails installation on a fresh Ubuntu Breezy?
I''ve just set up a laptop with a fresh installation, and tried to
install ruby et al, and got nowhere fast. The default ruby is 1.8.3,
and compiling the source for 1.8.4 leaves the rubygems setup.rb breaking
unable to find zlib (and yes, I have checked for zlib1g-dev and
readline). Is there a known