Displaying 17 results from an estimated 17 matches for "boucles".
Did you mean:
boucle
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:
2007 Apr 24
2
(no subject)
I wanna display some data which there are subsets of a dataframe called "don" but there are errors like this
> L=as.numeric(levels(factor(don$Id_Cara)))
> for(i in L){
+ donC(i)=subset(don, Id_Cara == i, select = c( Id_TrT1, Id_Geno, Id_Rep, Val_O))
+ donC(i)
+ }
Erreur dans donC(i) = subset(don, Id_Cara == i, select = c(Id_TrT1, Id_Geno, :
impossible de trouver la
2006 Oct 23
1
Lmer, heteroscedasticity and permutation, need help please
...r2))
var1<-factor(var1)
var2<-factor(var2)
# model initial
model.ini<-lmer(vardep~factor(var1)*factor(var2)+(1|var.random),data=data)
vc<-vcov(model.ini)
b <- fixef(model.ini)
se<- sqrt(diag(vc))
z<- b/se
p<- 2*(1-pnorm(abs(z)))
# boucle de permutation
for(i in 1:nboot){
#boucles de randomisation des traitements
for (j in 1:nlevels(var1)){
var2.permut[var1==j]<-sample(var2[var1==j])}
for (j in 1:nlevels(var2)){
var1.permut[var2==j]<-sample(var1[var2==j])}
data2<-data.frame(vardep,var1,var2,var.random,var1.permut,var2.permut)
#test var1:
m1<-lmer(vardep~factor(v...
2007 Jun 05
6
xen network Dom0
hi,
i''ve tried again Debian testing, with xen 3.1 binary.
it works fine but i can''t have the networt working:
i''ve have an ethernet card with
static IP: 172.20.2.160
gateway: 172.20.2.1
uname -r :2.6.18-xen
without xen, the network works fine.
here''s my output:
eth0 Lien encap:Ethernet HWaddr 00:0F:FE:6B:57:32
inet adr:172.20.2.160
2006 Aug 21
0
Fw:Xend start and after lose network
Objet : Xend start and after lose network
Hi everybody :
My configuration :
Dapper 6.06 LTS with all updates
Xen 3.0.2.2
My problem :
After making ''xend start'', I lose network connections between
my server and local network or internet.
Nota : domU cas normally access to network
I read about a similar problem in the bugtracker (N. 62) but
it seems that this is normally
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
2009 May 24
1
Re: C&C Red Alert 3 - Lan (and also hamachi) play
Well, I found a solution and posted it on the appdb's page of Red Alert 3.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14371
Here's a copy of the informations I posted on the Red Alert's Appdb webpage :
> Thanks to raphael, here's a mini "how to play on LAN to RA3 with Wine + windows users, when the LAN is a VPN"
>
> My hostname, in
2012 Apr 13
0
FLAC QUESTION
On Apr 12, 2012, at 07:12, Rafael Velasquez wrote:
> 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 ?
First of all, the FLAC API does not work with WAV format data -
2007 Apr 18
1
[Bridge] When I add br0 (brctl addbr br0), and I show bridge list (brctl show) it's eth0 which is in the list. It's a bug ?
All is in subject.
Example :
root@harobed:~ # brctl show
bridge name bridge id STP enabled interfaces
root@harobed:~ # ifconfig
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:H?te
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:16510 errors:0 dropped:0 overruns:0 frame:0
2009 Jan 06
0
openvpn and samba interfaces
Hi list,
I use Samba 3.0.24 on Etch.
I want to connect to my Samba share trough routed vpn.
Samba server works well from the lan, and my openvpn works fine.
But something is strange ...
In my smb.conf :
hosts allow = 127.0.0.1 192.168.10.0/24 10.8.0.0/24
hosts deny = 0.0.0.0/0
bind interfaces only = yes
interfaces = 127.0.0.1 192.168.10.254 10.8.0.1
where 192.168.10.254 is my lan
2003 Jul 01
0
Step - wise
Madame , Monsieur,
J'aimerais utiliser la fonction step dans une boucle "for" pour pouvoir
prédire des valeurs (à chaque pas) suivant le modèle proposé par step.
Est-il possible de le faire ?
Merci d'avance,
Cordialement
Athanasia
2009 Mar 02
0
Xapian, PHP bindings and
Hello,
With PHP, I try to get spelling corrections but after 2 days of trying I can
make it work !!!
Here is my < simple > code :
<?php
require_once( '../global.info.php' );
require_once( 'xapian.class.php' );
require_once( 'xapianencode.func.php' );
// Open the database for searching.
try {
$database = new XapianDatabase(
2008 Aug 07
0
[FIX] GL_INVALID_OPERATION with legacy nvidia drivers
Hi,
If you have Legacy Drivers of Nvidia (96.43.05), every D3D games will return a boucle of "GL_INVALIDE_OPERATION".
We can't upgrade drivers to >= 100.x.x because (e.g Ti4200) il not supported.
This incrass game speed.
To 'fix' it, just disable debugging log :
Code:
WINEDEBUG=-all
I post it here, because I haven't found this issue on the web. ;)
If this was
2008 Aug 01
3
Xen Networking problem!
Hi,
I ''ve got a CentOS 5.2 server running xen 3.0 with 2 DomUs also running
CentOS 5.2.
All my boxes are up-to date.
I''m experiencing trouble with networking.
Dom0 can reach the outside world when no DomU are started. It can also
reach the outside world when only one DomU is running.
The troubles begin when I start the second DomU. At first, this new
DomU, called DomU2,
2010 Mar 11
0
Xen problem network dom0
Hello,
I''ve install Xen on a Debian Lenny 5.04 and after reboot on my xen machine
I can''t have the same configuration that documentation.
************************************************************************
***********
Command "uname -r" =
2.6.26-2-xen-686
************************************************************************
************
Command
2006 Jun 20
9
no eth0 on guest
Hi,
I''ve setup a box with xen. For the root machine, it''s ok, it see the network card:
alian@yoda:~> /sbin/lspci
...
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 Gigabit
Ethernet Controller (rev 19)
alian@yoda:~> lsmod
....
sk98lin 208748 1
alian@yoda:~> /sbin/ifconfig
eth0 Lien encap:Ethernet HWaddr 00:15:F2:39:D4:DF
2020 Mar 03
6
Upgrade 4.9 -> 4.11 oups
Hello !
I decided to upgrade my fileservers from stretch/samba 4.9 to buster/samba 4.11
I just realized that smbd is not working anymore :-/
If someone has an idea It would be amazing... as an idiot, I upgraded my 20 servers.... without snapshot....
Thank you so much
Here's some logs :
root at ef113:~# tail /var/log/samba/log.smbd
#1