Displaying 20 results from an estimated 29 matches for "readibl".
Did you mean:
readible
2009 Oct 20
2
Created a DVD from Gnome Desktop -CentOS-5.3
...disc
Please put a disc, with at least 4.3 GiB free, into the drive. The
following disc types are supported:
DVD+R DL, DVD-RAM, DVD-R, DVD-RW, DVD+R, DVD+RW
I get the same thing if I use a DVD-RAM. What is going on? I have
used the same model dvd writer on a MSWindows stations and have
created readible dvds therefrom.
Any ideas on how to proceed?
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario...
2012 Mar 15
0
[LLVMdev] How to set constant pool section?
...ionELF::ShouldOmitSectionDirective), and everything works, but
> it is ugly. May be you can advise further?
I think you are off the mark here. The fragment above is used to create
.text
instead of
.section ".text"
or other more ugly forms. This is really just an optimisation for
readiblity and compatibility with ancient tools.
Joerg
2008 Mar 11
2
R-Latex question
..."&",Table[1,1], "&",Table[1,2], "\n");flush.console()
cat("\hline \n");flush.console()
cat("&",Table[2,1], "&",Table[2,2], "\n");flush.console()
etc, to have specific output which I can paste (or save) in latex readible
format.
but '\' was not accepted by R. Is there any way to over come this obstacle
or maybe other way to 'implement' R table output into latex format
thank you in advance
rob
--
View this message in context: http://www.nabble.com/R-Latex-question-tp15980281p15980281.html
Sent f...
2009 Jul 15
1
partial-dir not being used?!
Here's a running instance caught by ps (lines broken for readibility):
rsync --perms --times --timeout=3600 --stats --no-motd -hh --force
--hard-links -ii --links --partial-dir=.~tmp~ --recursive --exclude
<some excludes> --out-format=<format> --delete-during
--max-delete=75000 --ignore-errors source dest
During download files are being created at
path/.filename.random-string
2000 Nov 04
1
Beginner's Stumbling Blocks
...ps*.rpm in Red Hat''s own or contributed
directories, or a dvips*.tar at sunsite ... so it must be a part of some set
of utilities? It''s wonderful that Alexey''s written these core tools, but if
documentation isn''t to be obscure it should be provided in universally
readible ASCII or HTML or manpage formats.
I do see the link to an HTML version from 10/23/99 in the HOWTO''s "Further
reading" section - but are the docs the same a year later?
Maybe the HOWTO should include full quotations of Alexey''s documents so
those of us who don''...
2000 Mar 01
1
tiny bug in R installation (redhat)
...ome statistical way?)
I'm writing to point out an error in the file permissions in the
linux/redhat version. (I'm using R-base-1.0.0-1.i386.rpm, by the way.)
The permissions in /usr/lib/R/doc/html aren't correct, since
'function.html' and 'packages.html' are both only readible by the owner
(who is the system user, named 'root'), and not by normal users.
Sure, I can fix this on my machine (and have, of course), but I thought it
was worth pointing out so that somebody can tweak either the "spec"
file that was used in generating the linux/redhat package,...
2012 Mar 15
3
[LLVMdev] How to set constant pool section?
Hi,
Thanks for pointing direction. As far, as I understand by reversing,
logic, that I want to overwrite is digged into:
lib/MC/MCSectionELF.cpp
MCSectionELF::PrintSwitchToSection
if (ShouldOmitSectionDirective(SectionName, MAI)) {
OS << '\t' << getSectionName() << '\n';
return;
}
// otherwise print ".section" directive and then section
2000 Apr 13
1
Can we get rid of && and ||?
...nd 'a && b' are both syntactically and
semantically quite different. Programmers should get to realise that,
after which you start to read code with a better understanding of the
implications. If you blurred the distinction between & and && you would
make code less readible (to the informed reader, at least) and make the
interpreter more complex for no good purpose.
>
>b) a warning (or syntax error) is given if '&&' is used with at least
> one non-scalar argument.
Well it cannot be a syntax error since the properties of the arguments,...
2015 Feb 17
2
[LLVMdev] Moving towards a singular pointer type
On Tue, Feb 17, 2015 at 8:56 AM, Antoine Pitrou <antoine at python.org> wrote:
>
> Hi,
>
> Dirkjan Ochtman <dirkjan <at> ochtman.nl> writes:
> >
> > As far as I understand, this change is wanted because the LLVM
> > infrastructure derives no value from knowing the types, and there's a
> > cost in terms of code spent to support all of it.
2001 Nov 13
1
rarefaction variance
...willing to take a whack at it.
I'm trying to write a function to calculate the large sample variance of
species richness estimates by rarefaction using the Heck et al (1975)
equation. I won't try to reproduce the equation here because it's complex
and I don't know how to render it readibly in ASCII characters, but if
anyone wishes a faxed copy I'll gladly provide one. If you have Krebs
_Ecological_Methodology_ it's on page 415 of the second edition. It's on
page 27 of Gotelli and Graves _Null_Models_in_Ecology_, and in lots of
other references as well.
The problem is...
2006 Aug 08
8
Generating a unique id ?
Hello, I need to generate a unique ID, so far I''ve unit tested this
under 100000 iterations and it seems to work :
now.to_i.to_s + ''-'' + now.usec.to_s + ''-'' + rand(1000).to_s
Is there a better way ?
Thanks
Notes :
1) without usec, few percents of generated values are not uniques
2) the id generated is a string so the presence of
2002 Aug 10
1
GLM Contingency table regressions
I have a contingency table with a 0/1 variable (fwr) that flags a particular
condition, a weight variable (cnt) and other variables (e.g. zz)
characterizing that observation of the table.
I am trying to use GLM. By converting the variables to factors and running
the following regression:
fwr1<-factor(fwr)
zz1<-factor(zz1)
res1<-glm(fwr1 ~ zz1,weights=cnt)
Is that appropriate?
Paul M.
2009 Nov 09
1
HDT 0.3.5 (mojito) is out
HDT 0.3.5 is out !
As you noticed, we've been adding codenames ;)
You can grab this release on our webiste
http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt_0_3_5.c32
http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img
http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.iso
http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img.gz
A dedicated page
2009 Nov 01
1
HDT 0.3.5-pre2
The -pre2 release of HDT 0.3.5 is out.
The changelog from the previous release is :
- Adding pci.ids in the hdt.iso
- Fixing misdetection of Syslinux & Grub MBRs
- 'make hdt.img.gz' now generates a gzipped version of the floppy image
- Fixing some typo
- Adding & enhancing SMI detection
- Resetting cursor position when exiting the menu mode
- Inactive items are now brighter to
2009 Nov 09
1
HDT 0.3.5 (mojito) is out
HDT 0.3.5 is out !
As you noticed, we've been adding codenames ;)
You can grab this release on our webiste
http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt_0_3_5.c32
http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img
http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.iso
http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img.gz
A dedicated page
2017 May 16
2
stopifnot() does not stop at first non-TRUE argument
>>>>> Herv? Pag?s <hpages at fredhutch.org>
>>>>> on Mon, 15 May 2017 16:54:46 -0700 writes:
> Hi,
> On 05/15/2017 10:41 AM, luke-tierney at uiowa.edu wrote:
>> This is getting pretty convoluted.
>>
>> The current behavior is consistent with the description at the top of
>> the help page -- it does not
2012 Nov 15
1
strip.custom() with more than one conditioning variable
Suppose I wanted to plot the barley data like this:
dotplot(variety ~ yield | year+ site, barley,
strip = strip.custom(style = 4))
The factor levels are far too long for that to be useful. I can
overcome that problem if I shorten the levels like this:
dotplot(variety ~ yield | year + site, barley,
strip = strip.custom(style = 4,
factor.levels =
2015 Mar 03
2
[R] Why does R replace all row values with NAs
Diverted from R-help :
.... as it gets into musing about new R language "primitives"
>>>>> William Dunlap <wdunlap at tibco.com>
>>>>> on Fri, 27 Feb 2015 08:04:36 -0800 writes:
> You could define functions like
> is.true <- function(x) !is.na(x) & x
> is.false <- function(x) !is.na(x) & !x
> and use
2015 Feb 09
2
[LLVMdev] Moving towards a singular pointer type
Hi there,
Sorry, I don't have the thread history to reply to since I normally
read llvmdev through the archives, but wanted to give my .02 of
feedback anyway.
As far as I understand, this change is wanted because the LLVM
infrastructure derives no value from knowing the types, and there's a
cost in terms of code spent to support all of it. I've been creating a
frontend that mostly
2015 Mar 03
2
[R] Why does R replace all row values with NAs
On 3/3/15 1:26 PM, Herv? Pag?s wrote:
>
>
> On 03/03/2015 02:28 AM, Martin Maechler wrote:
>> Diverted from R-help :
>> .... as it gets into musing about new R language "primitives"
>>
>>>>>>> William Dunlap <wdunlap at tibco.com>
>>>>>>> on Fri, 27 Feb 2015 08:04:36 -0800 writes:
>>
>> >