Displaying 20 results from an estimated 3000 matches similar to: "'magic' symlink support"
2009 Feb 12
0
Sign differences amoung QR solutions.
I was noticing mainly sign differences amoung the solutions to QR decomposition. For example R:
> x <- matrix(c(12,-51,4,6,167,-68,-4,24,-41),nrow=3,byrow=T)
> x
[,1] [,2] [,3]
[1,] 12 -51 4
[2,] 6 167 -68
[3,] -4 24 -41
> r <- qr(x)
> r$qr
[,1] [,2] [,3]
[1,] -14.0000000 -21.0000000 14
[2,] 0.4285714 -175.0000000 70
[3,]
2006 Aug 15
1
[LLVMdev] Fwd: OOPLSA 2006 Call for Participation
From: Jack Davidson <jwd at VIRGINIA.EDU>
Date: August 15, 2006 11:27:06 AM ADT
To: SIGPLAN-ANNOUNCE at LISTSERV.ACM.ORG
Subject: OOPLSA 2006 Call for Participation
Reply-To: Jack Davidson <jwd at VIRGINIA.EDU>
ACM SIGPLAN Conference on Object-Oriented Programming, Systems,
Languages, and Applications (OOPSLA 2006)
OOPSLA 2006 will be held October 22-26 in historic Portland,
2006 Jan 12
3
Introspecting Active Record Associations
Hi,
I''m looking into write scaffold generators that will, amoung other
things, scaffold active record associations (eg. generate select
boxes for belongs_to where you can choose a parent object) for quicker
prototyping. But...
My question is: Is there anyway of finding out what associations
exist from examining the lodel classes themselves or indeed any other
way of finding out this
2004 Jun 07
2
[LLVMdev] TargetFrameInfo: what's local area offset
The TargetFrameInfo, amoung other things, specifies "local area offset" --
which, as comment say, is:
the offset of the local area from the stack pointer on entrance to a
function.
The question is -- what's local area? Is this the first stack location which
can be used by function for allocating its own variables?
- Volodya
2018 Mar 31
1
R and Java 10 ➜ rJava not able to build
Don't waste too much time on this. It is due to a change introduced in Java 10 at short notice. I believe the rJava maintainers are working on a fix/workaround.
-pd
> On 31 Mar 2018, at 10:22 , John <jwd at surewest.net> wrote:
>
> On Tue, 27 Mar 2018 22:25:33 +0300
> Luis Puerto <luiss.puerto at gmail.com> wrote:
>
> I don't run a Mac so this may not
2004 Aug 07
3
Message waiting
The message waiting options seem to be geared for a normal office
environment where there is a one-to-one relationship between a
user and a phone/mailbox.
I want to have a mailbox that is shared amoung a number of people
and want the message waiting light to turn on on multiple phones.
I can direct the voice mail to the common mail box.
I can direct the individual users to the common mail
2006 Aug 21
1
Passing parameters for the server's hostname/ip to the client?
Hey everyone --
Is there a way to refer to the server with the tftpboot images so that
when a client is booting diskless, it can mount an nfs directory to that
tftp server?
That is to say that I have a tftp server on 192.168.0.244. The usr
directory is set to be shared amoung the diskless clients via nfs. In the
root image, I have /etc/fstab set to something like:
blah
blah
2009 Jan 23
1
XML package help
Please consider this:
<Manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<!-- eName : name of the element.
eValue : value of the element. -->
<OutputFilePath>./XYZ</OutputFilePath>
<FilesList>
<File>
<FileTypeId>10</FileTypeId>
2004 Jun 07
0
[LLVMdev] TargetFrameInfo: what's local area offset
On Mon, 7 Jun 2004, Vladimir Prus wrote:
>
> The TargetFrameInfo, amoung other things, specifies "local area offset" --
> which, as comment say, is:
>
> the offset of the local area from the stack pointer on entrance to a
> function.
>
> The question is -- what's local area? Is this the first stack location which
> can be used by function for
2004 Dec 22
1
errors compiling with svn as of today
Hi. I just checked out the latest icecast from svn and I am now
getting errors in format_vorbis.c amoung which are the following:
Note: These were detected at link time.
format.o(.text+0x9d): In function `format_get_plugin':
/usr/src/icecast/src/format.c:69: undefined reference to
`format_ogg_get_plugin'
format_vorbis.o(.text+0x296): In function `get_buffer_audio':
2011 Jul 21
2
fyi: RHEL 5.7 is out
hi fyi,
it seems redhat has just pushed RHEL 5.7 out.
I see amoung others:
kernel-2.6.18-274.el5.x86_64.rpm
redhat-release-5Server-5.7.0.3.x86_64.rpm
Rainer
2008 Sep 15
1
Jitter Buffer issues
I am trying to using Speex for some Wireless voice transfers. I am using
the 8K narrow band but am feeding it 11025 sample rate. Each Speex frame
is about 14.5ms instead of 20ms. In order to minimize WiFi packet
traffic I am sending 7 Speex frames at a time for a packet rate of about
10 per second so each WiFi packet has about 101ms of voice data.
I have three modes
1. Simplex - voice messaging
2004 Aug 04
1
installing package with version number using namespaces & dynamic library
Hi,
I wonder whether a package with namespace & dynamic library can be installed
with the version number attached, ie. with the argument --with-package-versions.
Is this currently possible?
Using R 1.9.1 on Debian 3.0 I encounter a problem when trying to load a package
installed with
R91 CMD INSTALL --with-package-versions -l /mnt/local/R/R-1.9.x-libs-EpiR RIO
in R started with
R91
2008 Jul 14
3
insert select statements from different database
Hello,
i want to insert a select field into my form.
The fields of the select-field should come from a database that is
created in a different modell in the same project.
I don´t need relations simply the content from one field in the table
that should populate the select-field.
How can i do this?
The selected item from the select-field will then be saved amoung other
fields in a second database
2018 Apr 01
0
R and Java 10 ➜ rJava not able to build
Hi John!
Java was installed with Homebrew Cask as a user, if my memory doesn?t fail me.
Thanks a lot for your help! Let?s see how the problem evolves.
> On 31 Mar 2018, at 11:22, John <jwd at surewest.net> wrote:
>
> On Tue, 27 Mar 2018 22:25:33 +0300
> Luis Puerto <luiss.puerto at gmail.com> wrote:
>
> I don't run a Mac so this may not help. Did you
2018 Apr 01
0
R and Java 10 ➜ rJava not able to build
Thanks Peter!
Yeah, I don?t think we users can fix this issue. Let?s wait for a fix from rJava team.
Luis.
> On 31 Mar 2018, at 17:03, peter dalgaard <pdalgd at gmail.com> wrote:
>
> Don't waste too much time on this. It is due to a change introduced in Java 10 at short notice. I believe the rJava maintainers are working on a fix/workaround.
>
> -pd
>
>>
2013 Feb 22
1
[LLVMdev] llvm-ar llvm-link
Hi Ahmad,
Yes, merging works good.
However, my problem is like this - I have a C library which consists of
1000's of functions spread through various files. The functions do not have
dependency amoung each other. I want to link only relavant files( files
which have functions called from my application). Since ar has a global
symbol table, I believe it should be faster to look for a symol in
2004 Jun 08
1
[LLVMdev] TargetFrameInfo: what's local area offset
Chris Lattner wrote:
> On Mon, 7 Jun 2004, Vladimir Prus wrote:
> > The TargetFrameInfo, amoung other things, specifies "local area offset"
> > -- which, as comment say, is:
> >
> > the offset of the local area from the stack pointer on entrance to a
> > function.
> >
> > The question is -- what's local area? Is this the first stack
2006 Aug 19
0
info: Apache 2 bandwidth limitation problems solved
Hello all,
Just a little info for users of Apache 2 amoung you who use bandwidth limitation, mainly ISPs.
I was using mod_bwshare (old: bw_share), one of the only bandwidth limitation by IP available, during one year with big problems for the bandwidth limitation (by IP and maximum amount), on CentOS 4. That introduced a slowness on the apache server and depending on the main DNS used, it did
1998 Feb 17
0
a very preliminary lme for R
Jose and I have a version of the lme (linear mixed effects) library
that is known to work with at least one example on at least one
version of R on at least one computer so that means it is time to
upload to CRAN, right?
In the near future a file lme_2.8-0.tar.gz will appear in the
src/contrib/devel area under CRAN. Please remember this is a snapshot
of the development version. We know there