Displaying 20 results from an estimated 74 matches for "rottener".
Did you mean:
obtener
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$oft
2007 Aug 19
2
[LLVMdev] c const
Hi Christopher,
On Friday 17 August 2007 19:42:31 Christopher Lamb wrote:
> On Aug 16, 2007, at 9:09 AM, Chris Lattner wrote:
> > On Thu, 16 Aug 2007, Holger Schurig wrote:
> >>> if the programmer is going to tell you that the memory pointed
> >>> to by a pointer argument is never written.
>
> If you use a const * __restrict pointer then you should get the
2008 Mar 13
3
scrolling in a <select multiple="multiple"> list
I have a <select multiple="multiple"> list with a fixed height. It
contains several <option> elements that extend well past the viewable
area. I added code that would track which options had been previously
selected so that users could select multiple items without holding the
ctrl key.
I''m storing the previous selections in an array whose index
corresponds with
2006 Mar 28
2
Skewed t distribution
Dear All,
I am working with skewed-t copula in my research recently, so I needed to
write an mle
procedure instead 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
2019 May 29
1
Updateinfo file is not valid XML
Hi,
Since last night, all my servers spew out the following error when
trying to run an update, either via yum-cron or manually:
# yum check-update
Loaded plugins: fastestmirror, priorities
Determining fastest mirrors
...
194 packages excluded due to repository priority protections
Updateinfo file is not valid XML: <open file
2002 Jan 04
0
Testing a Port...
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C19533.5BC03B40
Content-Type: text/plain
I've been porting a library from the STATLIB site from S+ to R.
Unfortunately, I don't have the capability to test the port against the
original application. Is there anyone out there who
2009 Oct 21
3
Rails generator fails to generate all files
Hi
Ive lost all idea of why this can happen
I normally use rails to generate a new project
rails myproject -d mysql
inside 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
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?
I have this problem with the POSIX functions
>version
_
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1
minor 3.1
year 2001
month 08
day 31
language R
>
> dates <-
2007 Aug 19
0
[LLVMdev] c const
On 2007-08-19, at 15:41, Duncan Sands wrote:
> can you please explain more about what restrict 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
2001 Nov 26
1
Sorting Posix Data
I have a fairly large set of data with the following attributes:
>str(raw.data)
`data.frame': 1429 obs. of 16 variables:
$ TStamp :`POSIXlt', format: chr "2001-11-25 02:00:00" "2001-11-25
01:55:00" "2001-11-25 01:50:00" "2001-11-25 01:45:00" ...
$ iPDT.AHU14.14: num 0.0122 0.0125 0.0120 0.0120 0.0122 ...
$ iPDT.AHU14.15: num 0.0121
2004 Mar 10
1
MD4 checksum_seed
Hi,
The following lines in compat.c are rather imprudent:
if (read_batch || write_batch)
checksum_seed = 32761;
else
checksum_seed = time(NULL);
write_int(f_out,checksum_seed);
Setting checksum_seed to a constant in batch mode means block collisions
are reproducible and predictable. Thus, some files will be permanently
"unlucky" in batch mode and will
2017 Nov 02
2
corrupted db after upgrading to 4.7
On Thu, 2017-11-02 at 15:56 +0100, Denis Cardon via samba wrote:
> Hi Samba team and Maxence,
>
> > last week we updated three domain controllers (Sernet Samba) from 4.2 to
> > 4.7, typical upgrade path (4.3->4.4->4.5->4.6->4.7), everything was ok.
> >
> > The next day we got a mail from the Sernet team informing they fixed a
> > bug affecting the
2006 Jun 05
2
grep() and factors
Hi all,
Based upon an offlist communication this morning, I am somewhat confused
(more than I usually am on most Monday mornings...) about the use of
grep() with factors as the 'x' argument.
The argument guidance in ?grep indicates:
x, text a character vector where matches are sought. Coerced to
character if possible.
and in the Details section:
Arguments which should be
2009 Nov 04
1
s4 generic issue
I'm hoping that someone with deeper insight into S4 than I,
that is to say virtually everyone reading this list, could help
resolve the following problem in SparseM. We have
setGeneric("backsolve",
function(r, x, k = NULL, upper.tri = NULL, transpose = NULL,
twice = TRUE, ...)
standardGeneric("backsolve"),
useAsDefault= function(r, x,
2004 Feb 04
5
Date Time Conversion problems...
At one time (version 1.7), the code below used to work for converting and
extracting based on the Date Time. In version 1.8.1, something changed I
know, but I cannot for the life of me figure out what...
Data:
UserName,RequestDate,PO,OrderDate,ExpDelivDate,Vendor,Total
"Woody, Jim",12/19/2002,AP15063,1/7/2003,2/10/2003,Ames ,8570
"Harrold,
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