search for: filtre

Displaying 12 results from an estimated 12 matches for "filtre".

Did you mean: filter
2004 Aug 06
0
DirectShow filter for Speex
...tudiants de la session d'automne en traitement de signal. J'avais remarque ton projet d'encodeur de parole et comme je cherchais un moyen de l'utiliser et de me mettre a jour en programmation sur Windows (j'ai surtout de l'experience sur Linux), j'ai decide de faire des filtres directshow tel que suggere dans ta todo list (ils ont maintenant ete remplaces par un codec ACM). J'ai donc une premiere version de ces filtres. Il y a deux filtres, l'encodeur et le decodeur. Pour l'instant l'encodeur supporte seulement une entree format PCM 8khz 16bits et il...
2005 Sep 28
1
Control Trafic
...T_IF ]" $TC qdisc show dev $EXT_IF echo "* [ disciplinele interfata $INT_IF ]" $TC qdisc show dev $INT_IF echo "* [ clase interfata $EXT_IF ]" $TC class show dev $EXT_IF echo "* [ clase interfata $INT_IF ]" $TC class show dev $INT_IF echo "* [ filtre interfata $EXT_IF ]" $TC filter show dev $EXT_IF $TC filter show dev $EXT_IF parent 1:20 $TC filter show dev $EXT_IF parent 1:30 echo "* [ filtre interfata $INT_IF ]" $TC filter show dev $INT_IF $TC filter show dev $INT_IF parent 1:20 $TC filter show dev $INT_IF parent...
2005 Oct 01
0
Re: RE: Control Traffic
...T_IF ]" $TC qdisc show dev $EXT_IF echo "* [ disciplinele interfata $INT_IF ]" $TC qdisc show dev $INT_IF echo "* [ clase interfata $EXT_IF ]" $TC class show dev $EXT_IF echo "* [ clase interfata $INT_IF ]" $TC class show dev $INT_IF echo "* [ filtre interfata $EXT_IF ]" $TC filter show dev $EXT_IF $TC filter show dev $EXT_IF parent 1:20 $TC filter show dev $EXT_IF parent 1:30 echo "* [ filtre interfata $INT_IF ]" $TC filter show dev $INT_IF $TC filter show dev $INT_IF parent 1:20 $TC filter show dev $INT_IF parent...
2006 Jun 26
4
Can i attach another qdisc under classes or root qdisc?
now, i''m learning and try to read a lot of article about tc command in linux for setting traffic shaper. but i''m doubt about In the theory about tc command ... In general, we define class under root qdisc but Is it can be possible ???? If we define another qdisc under root qdisc, Can i do it? because i have just read tc command syntax and i found this point ... syntax: tc qdisc
2004 Aug 24
3
diablo 1 fun and troubles
I have installed Diablo 1 lately and found Wine can't load the game succesfully. I see a few frames of Blizzard's intro, then it freezes. With Cedega 4.0 it works pretty well> I played for a couple hours then found later I can't load my games back. Ain't that funny? It seems to be a menu problem. Another thing I noticed with Cedega is, multiplayer hangs really quick.
2007 Nov 06
1
UTF-8 in dovecot-sieve ?
...-of-the-box dovecot can filter messages by matching header in UTF-8. But when I tested it, it failed : (I'm using 1.0.5 with sieve plugin) Here is my .dovecot.sieve file : ---------- require ["fileinto", "imapflags"]; if allof(header :contains "subject" "filtre") { addflag "test_1"; } if allof(header :contains "subject" "l?") { addflag "test_2"; } if allof(header :comparator "i;ascii-casemap" :contains "subject" "h?") { addflag "test_3"; } ---------- Only the fir...
2005 Aug 09
4
Too slow computer?
Hello! I''ve put some questions on this list some weeks ago and I''ve got good answers. Thank you! Now I''ve finished my (beautyful) script and I ran it on my router... About my script: It routes packages based on their destination on the Internet. I have about 1650 preffered destination networks listed in some file. The script read this file and marks every package for
2016 Mar 01
0
nwfilter : iptables rules not working
.../> </rule> <!-- deny explicitly all other flows to go outside --> <rule action='drop' direction='inout'> <all/> </rule> </filter> then i define it : irsh nwfilter-define admin-dmz-internet.xml Filtre r?seau admin-dmz-internet d?fini depuis admin-dmz-internet.xml The filters are defined : virsh nwfilter-list UUID Nom ------------------------------------------------------------------ 4ae1f709-4767-4148-9b02-9065da3d8d8a admin-dmz-internet 7d32639b-5e6e-4dfe...
2007 Dec 05
1
confidence intervals for y predicted in non linearregression
...t.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. _____ Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail et bénéficiez d'un filtre antivirus gratuit ! Windows Live <http://www.windowslive.fr/hotmail/default.asp> Hotmail La información contenida en este e-mail y sus ficheros adjuntos es totalmente confidencial y no debería ser usado si no fuera usted alguno de los destinatarios. Si ha recibido este e-mail por error, p...
2007 Feb 27
2
Creating a contended section of bandwidth with HTB and IMQ
Hi All, I''m trying to create a contended section of bandwidth using IMQ. I have the imq0 device up and running, with traffic passing through it. Firstly, I need to throttle the entire device imq0 to 2mbit/s. I would then like to add throttle rules for individual IP addresses, allowing them to pass up to 512kbit/s each, as long as imq0 has not reached its 2mbit/s. The configuration
2017 Mar 16
2
Pregunta (debate) sobre licencia R
Hola, ¿qué tal? ¿Qué significa "basado en R"? ¿Modificando el código fuente de R? No te refieres a "un programa escrito en R", ¿verdad? Un saludo, Carlos J. Gil Bellosta http://www.datanalytics.com El 16 de marzo de 2017, 17:43, Francisco Rodríguez <fjroar en hotmail.com> escribió: > Hola buenos días, una pregunta que quiero realizar de R sobre el tema de > la
2013 Feb 13
14
[Bridge] [PATCH v10 net-next 00/12] VLAN filtering/VLAN aware bridge
Changes since v9: * series re-ordering so make functionality more distinct. Basic vlan filtering is patches 1-4. Support for PVID/untagged vlans is patches 5 and 6. VLAN support for FDB/MDB is patches 7-11. Patch 12 is still additional egress policy. * Slight simplification to code that extracts the VID from skb. Since we now depend on the vlan module, at the time of input skb_tci is