Displaying 20 results from an estimated 20000 matches similar to: "No subject"
2001 Sep 25
1
Cannot start Notes Rnext Beta 3
I am using wine release 20010824 on SuSE Linux 7.2 and
am having problem starting the notes client.
Everytime I start, having used 4 different versions of
oleaut32.dll, I keep getting:
err:win32:PE_fixup_imports No implementation for
OLEAUT32.dll.97 imported from
C:\Lotus\Notes\nnotesws.dll, setting to 0xdeadbeef
err:win32:PE_fixup_imports No implementation for
OLEAUT32.dll.127 imported from
2001 Sep 04
2
fastest way to multiply each column of a matrix by a single vlaue
Let A be a m by n matrix and b a length n vector. What is the fastest
vectorized code for doing
for(j in 1:n) A[, j] <- A[, j]/b[j] ?
solution 1:
t(t(A)/b)
solution 2:
B <- matrix( rep(b, m), byrow=T, nrow=m )
A/B
anything else?
I have a program that uses this kind of operation million of times and
I appreciate your input.
Thanks.
Jason Liao
=====
Jason G. Liao
Department of
2004 Sep 10
0
about libFLAC
--- Daniel Souza <danielrsouza@hotmail.com> wrote:
> Hi Josh,
>
> As you know, I'm writing a FLAC ACM codec using libFLAC. The Audio
> Codec
> Manager sends messages to the driver with blocks of data to be
> converted. I
> think it will be much easier to decode the data if we could use
> FLAC__stream_decoder_process_whole_stream() to process the first
>
2004 Aug 06
0
Icecast log format
Due to my inability to find such a utility I'm going
to hack something toghether (in Java most likely) to
parse the icecast log files and insert the entries
into an SQL database. Although I've managed to piece
together most of the format for the access log the
nature of a couple still elude me, as well as the
organization of the icecast log. I've gone through the
icecast source what I
2004 Aug 06
1
Sample rates on ices
I'm trying to send out multiple streams. My encoder is a PII 233, so I
have to conserve CPU cycles. I encoded my mp3s as 96kb/s with a 44.1
sampling rate. I send my 96k stream without reencoding and it sounds
great. I also sned a 24k stream that is being reencoded from the 96k
mp3s. It works pretty good, the load on my linux box is about 0.5 on
average. However, the sampling rate is 8k.
2004 Aug 06
0
use_meta_data problem
Hi all,
I'm new to this list. I'm helping a friend set up Icecast on his
machine, but it seems the meta data isn't being used. I basically
copied over my config file (in which the titles work fine when
streamed), and made slight changes like the url, server_name, and
things like that.
I also set up his xmms and liveice 1.0 to mine (except for description
of server and passwords
2001 Sep 08
0
R-function available for noncentral hypergeometric distribution
For those who are interested, I have made available a R function for
noncentral hypergeometric distribution at
http://www.geocities.com/jg_liao/software/Hypergeometric/hypergeometric_in_R.txt
The paper that describes the algorithm will appear in The American
Statistician.
The function does not run on S-plus as the R's scoping rule is used.
Here is how the function can be used:
> n1
2004 Aug 06
3
Ices memory leak?
Is anyone else experiencing what seems to be a memory
leak with Ices? I can have icecast up and running with
WinAmp streaming to it from my '98 box for days at a
time with no problem. As soon as I start Ices I'll
launch top to watch and my free mem starts dropping
-fast-. Starting from about 160MB free, in 4-5 hours I
have 2MB free with Ices crashed and the memory
unrecovered which sends
2001 Aug 30
3
Question about file system capacity
Dear list,
pardon my ignorance on ext2/3fs. Is the ext2fs' 4Tb file system
and 2GB maximum file size limit still true in ext3fs?
Thanks for your reply,
Gotze
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
2003 Sep 25
0
Re: Please check if your are sending offending emails
Hi Ron,
YES
you are correct i am getting tons a day and opend a ticket at microsoft site
but didnt get any reply upto now.
Recent days i got an email from RAV antivirus domain name ends with "br"
saying that one of their server caught the email has antivirus and my email
id is in the list too as i know i donno any single member of bunch of email
adddress, some are
2001 Aug 23
1
ssh_identification error
i do have a Redhat7.0 with
open-ssh-2.9 installed together with
openssh-server-2.9 and openssh-clients in my linux
server.
i used the default configuration under
/etc/ssh/sshd_config. but when i ran ssh -v
root at x.x.x.x, it doesn't establish a connection and i
have this error: ssh_exchange_identification
connection closed by remote host.
i'm using secureCRT3.3 on my
2007 Jun 28
1
Webcam under wine
Hi,
I recently installed a webcam under Linux, and I'd like to use it with
wine. I'd like to test x-lite with this webcam, but I have no idea how
to make it see my webcam. I tried in winecfg, but it doesn't seem to
contain anything related to the webcam.
I searched on internet, but only found some doc about msn messenger.
Apparently, it's kind of a hack, not a way to make the
2001 Aug 22
1
open-ssh error...
hi everyone,
i do have a Redhat7.0 with
open-ssh-2.1.1p4-1.src.rpm installed together with
openssh-server-2.1.1p4 and openssh-clients in my linux
server.
i used the default configuration under
/etc/ssh/sshd_config. but when i ran ssh -v
root at x.x.x.x, it doesn't establish a connection and i
have this error: ssh_exchange_identification error
what does it mean? and can
2010 Jun 07
0
No subject
it was mentioned that echo cancellation will not work if the playback and
capture is done on 2 different soundcard. I would like to know whether this
is true. I trying to use Speex Echo Cancellation on capture audio from a
webcam mic with the playback through my onboard audio.
Based on what is mentioned in the troubleshooting guide, does this mean that
I would never be able to get the Echo
1998 Jun 25
1
R-beta: PostScript tick marks in 62.1
R-users/developers,
I am loosing tick marks that I add to a plot with axis() when plotting
to the postscript device. They show up fine on the x11 device, and work
with the postscript device when the default tickmarks are used (those
added by plot()).
I am using R-62.1 from the RedHat5.0 rpm's on i86 Linux.
Do later snapshots correct this, or is this a running bug in R awaiting
the
1998 Jun 25
1
R-beta: PostScript tick marks in 62.1
R-users/developers,
I am loosing tick marks that I add to a plot with axis() when plotting
to the postscript device. They show up fine on the x11 device, and work
with the postscript device when the default tickmarks are used (those
added by plot()).
I am using R-62.1 from the RedHat5.0 rpm's on i86 Linux.
Do later snapshots correct this, or is this a running bug in R awaiting
the
2003 Jul 09
1
more abou msn
Hi,
Talking about messenger,,, it's still necesary to do
HKEY_CURRENT_USER\Software\Microsoft\MessengerService\Corp2PC_Phone
equals to '1' ??? But it's still sending the '+'
digit, so it's necesary to stripMSD?
Thanks a lot
cmayor
___________________________________________________
Yahoo! Messenger - Nueva versi?n GRATIS
Super Webcam, voz, caritas animadas, y m?s...
2008 May 02
1
yahoo messenger 8 - not working
Hello dear linux users that hate so much the microsoft corporation. :)
I am a usual user of kanotix or mandriva distros and I want to eradicate my windows simulation from my vmware machine but I can't because I need some win softwares like yahoo messenger.
I have installed on my sistem kopete with the webcam for yahoo or ghyachy but is not the same. I want all the features from the windows
2004 Sep 20
2
Getting the real names of variables within functions
Greetings.
These days I find myself writing a lot of functions to handle routine
things. One of these is a function to create a scatterplot of
variables and draw a lowessed line so I can get some idea if there's
any relationship between them.
lowessed.plot <- function(x, y)
{ plot(x, y)
lines(lowess(x, y))
}
However, there's a slight problem: the plot axes come out labeled
2010 Apr 01
0
OfficeSIP Communications Makes Its VoIP SIP Products Open Source
Press Release
For Immediate Release
OfficeSIP Communications
http://www.officesip.com/
info at officesip.com
OfficeSIP Communications Makes Its VoIP SIP Products Open Source
OfficeSIP Communications makes its two enterprise VoIP SIP clients
officially open-source. OfficeSIP Softphone and OfficeSIP Messenger are now
publicly available, and their source code published under the GPL license.
The