Displaying 20 results from an estimated 80 matches for "intermingles".
Did you mean:
intermingled
2008 Jan 04
1
PIC issues... Linking statically to speex when generating a shared library..
...package - so all that is needed
is to drop a single plugin that is then dlopened by our application to
supply support for the speex codec (and other codecs too, but that
conversation doesn't belong here).
Here's how I link statically to libspeex now in the plugin's Makefile.am --
which intermingles PIC code (the non-library source in the new shared
library) and position dependent code (libspeex.a):
codec_speex_la_SOURCES = PlgSpeex.c speex_nb.c speex_uwb.c speex_wb.c
codec_speex_la_LIBADD = @SPEEX_ROOT@/libspeex/.libs/libspeex.a
codec_speex_la_LDFLAGS = -module -avoid-version
(wh...
2004 Aug 08
1
[fdo] Inkscape BOF @ Siggraph LOS ANGELES - MON, AUG 9, 4-5 PM
*PLEASE FORWARD*
Inkscape: An Open Source Vector Graphics (SVG) Editor Overview
Birds of a Feather Meeting in Co-operation with Siggraph 04 at the Los
Angeles Convention Center
http://www.siggraph.org/s2004/conference/birds/index.php?pageID=conference
Monday, 9 August
4 - 5 pm
Holiday Inn City Center
Santa Monica Room
Jon Phillips + Jon Cruz
###
Inkscape: Draw Freely.
2010 Aug 16
1
Changing latitude data to decimal degrees
Hi All,
I have location data set up as degrees: minutes: seconds (for example,
122:45:45) I need to get this data into decimal degree form (eg, 122.7625).
I know that I need to use the formula:
Decimal degrees = Degrees + (Minutes/60) + (Seconds/3600)
Does anyone know how I can get R to do this?
The original data is all in one column (called 'lat') and the degrees, mins and
secs
2010 Jun 08
0
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
On Tue, 8 Jun 2010 11:42:41 +0100, David Terei <davidterei at gmail.com>
wrote:
> Hi All,
>
> The GHC developers would like to add support to llvm to enable the
> order that code and data are laid out in, in the resulting assembly
> code produced by llvm to be defined by the user. The reason we would
> like to have this feature is explained in the blog post on GHC's
2010 Jun 08
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
Let me point out that projects using standard toolchain (e.g.
binutils) can already reorder code and data pretty much arbitrary
using sections and linker scripts.
I think it's still attractive to have reordering in LLVM to be
independent from external toolchain. This will allow reordering in JIT
and other interesting things.
I agree with John that special global with ordered list looks like
2015 Feb 16
1
/etc/ssl/certs/dovecot.pem erased by OpenSuse's update mechanism
Thanks for the note. I had never seen anything in the postfix and apache documentation that the CRLs could be intermingled with the CRTs in the CRT file. The documentation for those programs suggests putting the CRLs in a separate file (e.g. apache SSLCARevocationFile) or doesn't talk about putting CRLs in with the certs (e.g. postfix smtpd_tls_cert_file). If it works to put them all in one
2012 Jun 30
1
Scientific Linux
Greetings!
I have just signed up to r-sig-fedora because I have
installed Scientific Linux 6.2 (my first Red Hat based
Linux since over 10 years ago ... ). I'm trying this for
basically 2 reasons: first, I expect CERN and FermiLab
should do a good job of maintaining their distribution,
and in particular to take care of its compatibility with
scientific software; second, because it still has
2006 Mar 15
2
Still getting a generator hang on 2.6.7
I've gotten around to testing the generator hang bug using stunnel
under 2.6.7, and I still occasionally get the same problem. It
seems to be around 50% of the time. Here's some strace output from the
generator and receiver from two runs, one where the generator exits
properly, and one where it doesn't. Run 2 hangs indefinately.
Run 1
Generator:
Process 14581 attached - interrupt
2004 Oct 28
1
[LLVMdev] Automatic Loadable Linker Optimization Modules
Hi,
I'm soliciting feedback on a design feature for llvm-ld, loadable linker
optimization modules.
The Problem:
The llvm-ld tool expects that the bytecode files it is linking to already have
been compile-time optimized appropriately. When it links all the bytecode
together, it needs to apply link-time optimizations, if appropriate. The
problem is, because of various front-ends involved,
2002 May 10
1
QSG
I just installed Shorewall for the first time
and had no working knowledge of iptables other than
a couple magazine articles prior to this time.
The use of the QSG is fresh in my mind.
It was the single most helpful guide of any on
the site.
Comments:
1) The /etc/shorewall/masq section shows
the use of the third column but then says you don''t
need it if you have a dynamic ip.
Its
2010 Jun 08
0
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
On Tue, Jun 8, 2010 at 4:15 PM, Eugene Toder <eltoder at gmail.com> wrote:
> Let me point out that projects using standard toolchain (e.g.
> binutils) can already reorder code and data pretty much arbitrary
> using sections and linker scripts.
> I think it's still attractive to have reordering in LLVM to be
> independent from external toolchain. This will allow reordering
2012 Oct 02
0
[LLVMdev] JIT and libgcc_s.so
Hi Eric,
This makes total sense, thanks.
One thing though; it seems a lot of functionality is being foisted onto
the client. This is all well and good, but it seems that clients are
expected to reinvent the wheel quite a bit for no real purpose - an
example is the implementation of getPointerToNamedFunction,
allocate{Code,Data}Section and invalidateInstructionCache in lli.cpp.
Many clients will
2012 Oct 01
2
[LLVMdev] JIT and libgcc_s.so
So this is likely just an accident rather than on purpose. There's
totally room for that to happen, but it'll be the job of the client
and not MCJIT itself.
Basically whomever should call dlopen if they want to and it's the
problem of the client application (which could be lli as the canonical
mcjit example) to link in the correct bits.
Make sense? If you can see a use case in
2009 Oct 25
2
Move Windows within an LV to another pv safely
----- "Ben M." <centos at rivint.com> wrote:
> Does this appear to be a sound procedure? I have one inline question.
I read your version of the procedure and it looks like you want to skip the pvmove. That's fine, but it means more downtime (an unreliable estimate is one minuted per GB). In that case, you don't even need the snapshot. You won't need a point in time
2010 Jun 09
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
Yes, the global structure is constant. This is indeed a side-table.
Overriding section of global to be in text is simple -- LLVM already
supports section attribute on globals and functions. However we also
need a specific ordering in text.
With some extra work this ordering can be achieved with gnu linker (I
posted example implementation earlier) without any changes to LLVM, so
the main points for
2006 Oct 14
0
Rsync 2.6.9pre2 released
I've just released rsync 2.6.9pre2. This version is mainly some fixes
and general cleanup that I made after getting to run the source through
IBM's code checker.
Please test this out and email the rsync mailing list with any
questions, comments, bug reports, etc. Thanks!
Here are direct links for the tar file and its signature:
2006 Apr 23
0
Don''t you think RDoc should be changed when used in Rails?
DOnt you think it would be great if RDoc was changed when used with
rails? At the moment there are 3 sections at the top : Files, Classes
and Methods. In the Classes section Models, Helpers and Controllers are
intermingled. I think it would make more sense and be more useful if
there were seperate sections for these.
What do you think?
Thanks,
Chris
--
Posted via
2008 Jul 11
1
mpirun question with Rmpi
Dear R People:
I'm running Rmpi on a single machine and I have the following
statement from the command line:
mpirun -np 3 ./R --no-save < eek1.in >stuff4.out
The stuff4.out file only contains the third result. Is there a way to
fix this such that it shows all 3 sets, please
Thanks in advance,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical
2003 Jun 07
0
TDMxx weirdness with 2-line SBC portable phone
This is a really strange one, IMO.
I just bought an SBC 900Mhz two-line portable phone. My intent was to
use it with one of my TDM20 lines with asterisk, and have the other line
be a PSTN line.
But it appears as if for some reason I can't intermingle the two types
of lines. If I hook *both* lines from the TDM20 to the unit it works
just fine. If I hook *both* of my PSTN lines to the
2011 Jan 28
2
[PATCH] Add a prefix to output when tracing (RHBZ#673479).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-------------- next part --------------
>From 21d41177fd8bc429f514227903329bc18bc33a64 Mon Sep 17 00:00:00 2001
From: Richard W.M. Jones