Displaying 9 results from an estimated 9 matches for "exepecting".
Did you mean:
excpecting
2010 Apr 22
2
R and S-Plus: Two programs separated by a common language?
Hello Everyone,
My company purchased S-Plus before it was bought out by Tibco. My understanding is that we own version 7.0 outright.
So far, I've been learning in R but thought I might also try working in S-Plus. My understanding is that S-Plus has some useful extra features. Another potential benefit would be the ability to purchase technical support, which I thought might help me to
2012 Apr 19
1
FLAC QUESTION
Hello, in fact :
this error(FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DAT) occurs when
the sample size is bigger than the exepected size in the encoder.
Now, can someone tell me how to model the signal, for example :
*using a Fixed linear predictor for the input signal ? *
2012/4/13 Brian Willoughby <brianw at sounds.wa.com>
>
> On Apr 12, 2012, at 07:12, Rafael Velasquez
2013 Oct 17
3
Speeding up configuration log regeneration?
Hi,
We run four-node Lustre 2.3, and I needed to both change hardware
under MGS/MDS and reassign an OSS ip. Just the same, I added a brand
new 10GE network to the system, which was the reason for MDS hardware
change.
I ran tunefs.lustre --writeconf as per chapter 14.4 in Lustre Manual,
and everything mounts fine. Log regeneration apparently works, since
it seems to do something, but
1999 Jun 27
0
Problem with IIS and Samba 2.04b
Hello,
I recently upgraded from samba 1.9.18 to 2.04b and now have a
strange problem. My setup:
- Linux 2.2.7 with samba 2.04b (not domain controller)
- NT 4sp3 (domain controler) with IIS 4
From the NT I can browse shares on the Linux server without any
problem, everything works as exepected. Some virtual hosts on the IIS
server are configured to use a directory on the Samba server as their
2005 Jun 07
0
question of domain group memberships
We've been using samba w/ ADS for quite ahile now and we're quite
happy with it. However, we have run into an interesting impasse
recently.
We have domains A and B. There is bi-directional trust between
the domains. The samba server has membership to domain A.
Recently a new share was created and it's access is controlled by
the domai ngroup A+group. A+group contains users from
2004 Jun 22
0
Perl Script for pulling information from a mysql database
...ingleSQL {
my($sql) = @_;
my($gotit, $return, $hash);
$sth = $dbh->prepare("$sql");
$sth->execute();
while ($hash = $sth->fetchrow_array) {
unless ($gotit) {
$return = $hash;
$gotit++;
} else { warn "got multiple SQL returns when exepecting only
one"; }
}
return $return;
}
sub SimpleSQL {
my($sql) = $_[0];
my $rows_affected;
$rows_affected = $dbh->do($sql);
return $rows_affected;
}
sub Action {
my($action) = @_;
# print"Performing: $action\n";
$warn=`$action 2>&1`;
if ($warn) {
chomp($...
2010 Apr 22
0
Subject: R and S-Plus: Two programs separated by a common language?
Paul
Just as in your implied analogy there are significant differences
beneath the surface between these programs despite superficial
similarities.
You will soon get frustrated trying to use both simultaneously as you
will not be sure that the critical step you've discovered in one will
work in the other. Most basic functions will work but I suspect that you
will soon discover some
2012 Apr 12
3
FLAC QUESTION
Hello,
I'm using flac for an application.
The fact is that i'm trying to encode a file that is not necessary a wav
file.
So, at first, i would like to know if it's possible to encode a file
different from the wav file with the flac encoder ?
When i put my data into : ok =
FLAC__stream_encoder_process_interleaved(encoder, pcm, need);
after some rounds in my boucl i get :
encoding:
2004 Jul 02
24
TC Hashing Filters
Hey all,
I had asked a question a little while ago about CPU usage being
outrageous while using tc and a cbq qdisc. Ed was very kind and offered
a few suggestions. One of these was to look at hashing. So after
pounding away at it for about a week, I have a general understanding of
how it works and have tried to implement it. Unfortunately, and quite
obviously since I''m posting here, it