Displaying 15 results from an estimated 15 matches for "biffed".
Did you mean:
diffed
2008 Mar 04
1
Plot with two different coloured regression lines and legend
It is a trivial problem, but in the book I couln`t figure out how to put
different colours at different regression lines
plot(bif,abund,type="n", xlab= "number_bifurcations", ylab="abundances")
sbif<-split(bif,stage)
sabund<-split(abund,stage)
points(sabund[[2]],sbif[[2]],pch=16, col="red")
for(i in 1:2) abline(lm(sabund[[i]]~sbif[[i]]))
Thanks in
2007 Apr 11
1
Changing the ISOLINUX boot directory
I'm new to the ISOLINUX development cycle, and I've tried a few times to
come up with a solution. I'm trying to recompile isolinux.bin to look for
the config files in a directory other than root, /boot/isolinux, or
/isolinux. Ideally, this directory would be /lpc/isolinux.
I've tried changing the plain text values in isolinux.asm to reflect these
changes and recompiling using
2000 Mar 22
0
solaris build error for version 1.2.2p1
Hi folks,
I'm tryingto build openssh on a Sun Ultra 10 running Solaris 7. I've
installed the latest version of openssl, egd, and zlib without any problems.
I was able to build and install openssh 1.2.2 without problems but could not
create a host key due to an error stating that RSA was not available in the
openssl libraries. So, I decided to build the latest version of openssh
(1.2.2p1)
2012 Apr 14
2
[LLVMdev] RFC: ErLLVM - An LLVM backend for Erlang
Hi,
We 've been working on an LLVM backend for High Performance Erlang (HiPE) [1],
the native code compiler of Erlang/OTP [2]. ErLLVM [3] targets the X86 and AMD64
architectures for now but there is some ongoing work from a team on the Uppsala
University to also support ARM. In our implementation, we have paid special
attention on retaining ABI-compatibility with the Erlang Runtime System in
2012 Apr 24
0
[LLVMdev] RFC: ErLLVM - An LLVM backend for Erlang
Hi,
Following Chris' advice, I will rebase the patches and break them in 3 distinct
emails (one at a time) in order to be easier for a reviewer to
approve/comments. Please note that the three patches while being code-wise
independent, they 're strongly-connected *semantically*, meaning that including
just a subset of these patches to LLVM's code base is quite weak if the others
are
2008 Mar 19
0
Table for clustering dendrogram
Dear all,
I am using the hclust method in R. I am building nice dendrograms with it.
Actually for my further analysis I want to get the number of bifurcations
(bif) for each object (labels) in the dendrogram. That has to be calculated
by the colums merge, height and order.
http://www.nabble.com/file/p16142989/Sc2Mown_Pred.txt Sc2Mown_Pred.txt
Sc2Mpred<-
2008 Mar 20
0
AMD timing issues
I saw a couple of posts about this in the archive, but none seemed
specifically to address the problem I am having. If I missed something
please let me know. Right now I would classify myself as "novice," and
there is probably really nothing so trivial that I couldn't possibly
have screwed it up. :-)
I'm trying to use the AMD command to detect answering machines, and have
2006 Aug 10
2
RPM reporting running two versions of Samba at the same time
I was trying to work through a PDC problem that I was having with
3.0.23a noted in bug 3964. I didn't know how to apply the offered
patch and my distro, FC4, has not offered an update yet to 3.0.23b so
I thought that I would revert to a previous version that is not
affected by this bug.
I forced an install of 3.0.23 samba, common, and client and now rpm
reports that I have two versions of
2010 Apr 19
4
Growing out of floppy images, what's the best alternative?
Hi.
We've been using PXELINUX for years, to kick off OS installations
(floppy images) and booting assorted tools. The addition of ISO support
in memdisk opened up some new alternatives that we also use, e.g.
booting WinPE ISO images over PXE.
Today I downloaded a BIOS for a HP EliteBook 8440p and discovered that
the BIOS file is 3 MB. I could probably squeeze it onto a 2.88 MB floppy
image
2012 Apr 24
2
[LLVMdev] RFC: ErLLVM - Implemented HiPE Calling Convention
This patch (and the others that will follow) are rebased on svn r155440:
"AVX2: The BLENDPW instruction selects between vectors of v16i16 using an i8
immediate. We can't use it here because the shuffle code does not check that
the lower part of the word is identical to the upper part"
Patch 1/3:
The attached commits add a new calling convention to support the LLVM backend
for
2004 Jan 10
2
Need some help on security
Hello all. I am new to the list and relitively new to FreeBSD. I currently
have a server running 4.8 as a dedicated server with cPanel added as a way
to speed up the creation of sites and such on the server. I host only a
couple of site because I do this in my spare time and don't know enough to
be a paid participant in the hosting community.
Anyway, on to the question, lastnight, the server
2005 Oct 17
15
SuSE 10 no network in dom0 - arp problem?
Hello.
I have installed the SuSE Linux 10 XEN kernel but no domU yet. Now I
cannot ping to and from dom0. I get lots of ARP broadcasts from dom0
but dom0 seems to ignore ARP answers. When pinging to dom0 it ignores
arp requests. This happens regardless xend is running or not. This
happens in the xen kernel only, when booting stock kernel all works
as expected.
What can I do?
Robert
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
Already outdated, but rounded ;)
I literally just opened the 5yrs logo, changed the text and then done:
inkscape -z -o logo/fish-10yrs.{png,svg}
cp {logo,website}/fish-10yrs.svg
and then updated the rest of the files.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
Makefile.am | 2 +
logo/fish-10yrs.png | Bin 0 -> 65790 bytes
logo/fish-10yrs.svg |
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
AUTHORS | 17 ++++++
README | 10 +++
conf/ovirt-agent | 12 ++++
conf/ovirt-db-omatic | 12 ++++
conf/ovirt-host-browser | 12 ++++