search for: exepect

Displaying 9 results from an estimated 9 matches for "exepect".

Did you mean: expect
2010 Apr 22
2
R and S-Plus: Two programs separated by a common language?
..., such as reshape, appear not to be in the program but I thought maybe they could be imported.   I know that R and S-Plus code are supposed to be very similar. I was just wondering how similar. Yesterday, I ran some code from the MASS package in S-Plus but the program didn't produce the graph I exepected to see. I've been able to use windows() in R to correct this, but S-Plus doesn't recognize that. So I was wondering how often code written in one program would fail to work in the other.   Any insights you can offer will be most appreciated.   Thanks,   Paul    [[alternative HTML versi...
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 wrote: > >> I'm using fla...
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 document root. I works fine except for the default index document. For example http://myserver/ returns 404 not found, it does not find the index.asp file which exists and is readable by the NT. I...
2005 Jun 07
0
question of domain group memberships
...ectional 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 both domains. The group also contains another group A+group2. Users in A+group2 can do all exepected operations on the share. Users in A+group from domain A can do all expected operations also. Users from domain B can add files, but not delete or rename them. Further: getent group A+group Only shows the members from domain A, not domain B. Also group A+group2 does not show even though appare...
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) { chom...
2010 Apr 22
0
Subject: R and S-Plus: Two programs separated by a common language?
...such as reshape, appear not to be in the program but I thought maybe they could be imported. I know that R and S-Plus code are supposed to be very similar. I was just wondering how similar. Yesterday, I ran some code from the MASS package in S-Plus but the program didn't produce the graph I exepected to see. I've been able to use windows() in R to correct this, but S-Plus doesn't recognize that. So I was wondering how often code written in one program would fail to work in the other. Any insights you can offer will be most appreciated. Thanks, Paul LEGAL NOTICE \ T...
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