Displaying 20 results from an estimated 8000 matches similar to: "recursive matrix multiplication question"
2006 Mar 13
2
winecfg fails to open X window
List serv subscribers,
I am relatively new to Linux and of course this is my first time using Wine.
I get this error message when trying to run winecfg:
err:module:load_builtin_dll failed to load .so lib for builtin
L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such
file or directory
err:imagelist:ImageList_ReplaceIcon no color!
2003 Nov 05
3
using LSODA in R
R help list subscribers,
I am a new user of R. I am attempting to use R to explore a set of
equations specifying the dynamics of a three trophic level food chain. I
have put together this code for the function that is to be evaluted by
LSODA. My equations Rprime, Cprime, and Pprime are meant to describe the
actual equation of the derivative. When I run LSODA, I do not get the
output that
2004 May 04
2
Epidemiology Tools
Hi all,
Please help on this. We will be teaching epidemiology using opensource
software. What are R built-in functions or functions in available packages
that are capable of doing these:
a) Logistic regression (glm?)
b) Conditional logistic regression
c) Logistic regression with random effects
d) Beta-binomial regression
e) Poisson regression
f) Weibull regression (eha?)
g) Exponential
2010 Jun 25
2
Forcing scalar multiplication.
I am trying to check the results from an Eigen decomposition and I need to force a scalar multiplication. The fundamental equation is: Ax = lx. Where 'l' is the eigen value and x is the eigen vector corresponding to the eigenvalue. 'R' returns the eigenvalues as a vector (e <- eigen(A); e$values). So in order to 'check' the result I would multiply the eigenvalues
2000 Oct 01
4
CVS Problem
I've been kind of busy lately, but I wanted to see what's up with ao after the
build change. I was able to check out the vorbis module, but when I tried to
check out the ao module I saw this:
[stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot
co -r branch_postbeta2 ao
cvs server: Updating ao
cvs server: Updating ao/doc
cvs server: Updating ao/include
cvs
2007 Nov 28
1
ifelse function
Hi there,
I need help with IFELSE function.
The column g of my dataset pth, pth$g consists of "aa", "ao", "dcl", "iy",
"sh".
The last few values of pth$g looks like:
[4496] sh ao ao sh iy dcl dcl aa iy iy aa sh ao ao
Levels: aa ao dcl iy sh
I want to convert these values into 1,2,3,4,5. I tried to use a loop and I
found the following
2014 Aug 12
2
Strange behaviour with "force user" parameter
Hi,
I'm in trouble with a share, I found that the problem comes from the
"force user" parameter in my smb.conf.
This is my smb.conf :
[global]
netbios name = filserv
workgroup = SAMDOM
security = ADS
realm = SAMDOM.FR
encrypt passwords = yes
log level = 8
log file = /var/log/samba/log.%m
idmap config *:backend = tdb
idmap config *:range =
2000 Dec 27
1
ao_arts
Hi,
I've written an ao plugin for aRts, the soundserver that comes with KDE.
Any chance of including this in the ao distribution ? Pretty please ? :)
Sources and patches attached. This is a very simple plugin because it
uses the easy-to-use 'artsc' C wrapper that aRts installs.
configure.in.diff is for ao/configure.in
Makefile.am.diff is for ao/src/plugins/Makefile.am
Makefile.am
2000 Sep 29
1
ao/
I dived into automake, autoconf, etc. waters a little while ago, and somehow
got libao to actually compile (!!!) (sort of...). Still not right, though.
The commit looks sorta like this:
* make configure.in in coordination with autoheader and automake properly
create config.h. I put it in ao/include/config.h so that the build won't
need an extra include directory, but if anybody thinks
2001 Jan 07
2
A Top Level README for the nightly CVS snapshot
I ran into a dependency problem while compiling the CVS snapshot which
did not occur while compiling the beta 3 tarballs. For some missing
resources, autogen.sh echoes very helpful messages (such as if automake
is not present), but there was no indication that the kdelibs-devel
package was required for ao (in order to get artsc.h into /usr/include -
I'm sure it is possible to edit the
2014 Aug 02
3
libvirt and lvm thin pool
Hi all. I'm using libvirt 1.2.6
I want to use lvm storage for my virtual machines.
But i want to use new lvm2 feature - thin pool. How can i do that in
libvirt? If libvirt can't create it via pool xml, does (and how) to
use this setup under libvirt?
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2006 Aug 24
1
Time problem
Hello,
I have a little problem regarding time.
I want to preserve all time when i transfert for my backup.
So i used the following option "-t", but when i transfert it i have
nothing about times just the day when it was transfered.
Here is a snapshot of what i try to explain
I transfert my data though this command
rsync -trvu 192.169.10.69::original /mnt/disque3
Client side
ls -la
2020 Aug 19
1
Boot fails with lvm snapshot
Hi Gordon,
my dracut package is the latest available for Centos7 (this occur just
after my "yum update" and reboot). It is dracut-033-568.el7.x86_64 in
CentOS Linux release 7.8.2003 (Core)
I'm going to rebuild my initrd as suggested with the snapshot setup.
Thanks for the links.
Patrick
Le 19/08/2020 ? 17:31, Gordon Messmer a ?crit?:
> On 8/19/20 1:02 AM, Patrick B?gou wrote:
2001 May 08
2
libao AU driver
Hi,
I noticed there was some discussion on this list about the desire
for ogg123 to support output to stdout via Sun's .au file format, so
I decided to give implementing an AU driver for libao a shot. Here
is my first attempt.
To test the driver:
* Apply the patch below (against ao in CVS)
* Copy the attached ao_au.c into ao/src
* Run ao/autogen.sh, compile, and
2010 Feb 28
3
puzzling md error ?
this has never happened to me before, and I'm somewhat at a loss. got a
email from the cron thing...
/etc/cron.weekly/99-raid-check:
WARNING: mismatch_cnt is not 0 on /dev/md10
WARNING: mismatch_cnt is not 0 on /dev/md11
ok, md10 and md11 are each raid1's made from 2 x 72GB scsi drives, on a
dell 2850 or something dual single-core 3ghz server.
these two md's are in
2024 Oct 22
1
invalid permissions
Gurus:
I have a new version of my quantreg package with minimal changes, mainly to fix some obscure fortran problems. It fails R CMD check ?as-cran with the error:
Running examples in ?quantreg-Ex.R? failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.rqss
> ### Title: Plot Method for rqss Objects
2006 Jul 10
3
compile will not link from elf64-x86-64 to elf32-i386
first off im running on an AMD64 3800+, Ubuntu 6.06,
2.6.15-25-amd64-generic
ive been working on getting this thing to work for the past few hours,
setup symbolic links like in the howto run wine on amd64 tutorial, plus
some. and started compiling, make depend went well, and so was make all
until this happened
make[2]: Entering directory `/home/anolis/Desktop/wine-0.9.16/dlls/gdi'
2008 Nov 29
3
Can't run Evidence Scribe
Hello, I have a program called "Evidence Scribe" it runs with .NET
Whenever I try to run it I receive this:
Code:
blake at blake-desktop ~ $ env WINEPREFIX="/home/blake/.wine" wine "C:\Program Files\Idoneum\Evidence Scribe\Evidence Scribe.exe"
fixme:gdiplus:GdipGetFontHeightGivenDPI Unhandled unit type: 3
Unhandled Exception: System.InvalidOperationException:
2006 Apr 17
1
ksoftirqd
Hi
After a few days of very fine work, my dom0 went mad. (using xen-3.0.2)
It''s ksoftirqd keeps 70% of cpu all the time.
Is there anything I can do?
Regards,
Steffen
begin 666 smime.p7s
M,( &"2J&2(;W#0$''`J" ,( "`0$Q"S )!@4K#@,"&@4`,( &"2J&2(;W#0$''
M`0``H(())#""`JPP@@(5H ,"`0("`P]Z''3
2004 Dec 03
3
trying to encode from dvd using mplayer
Hello. I'm trying to encode an Ogg Theora file from an unencrypted
dvd using mplayer and encoder_example.
I set up named pipes stream.wav and stream.yuv.
I then run:
mplayer -ao pcm -aofile stream.wav -vo null /dev/dvd &
mplayer -vo yuv4mpeg -ao null -nosound /dev/dvd &
encoder_example -v1 -a 1 stream.wav stream.yuv > lec1.ogg
but I get the following error:
File stream.wav is