search for: filtres

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

Did you mean: filters
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
Hi ! I have an error in this script as it is not working and I can''t figure out what that is. Anyone can help? Thanks! #!/bin/bash ### unitati de masura pt debit # kbps - kilobytes per second # mbps - megabytes per second # kbit - kilbits per second # mbit - megabits per second EXT_IF="eth0" INT_IF="eth1" TC=/sbin/tc IPTABLES=/sbin/iptables # RATE
2005 Oct 01
0
Re: RE: Control Traffic
Hi Andreas! I mainly understand what you mean, I tried to fix something on the script, I don''t know if I did it well. Can you take another look on it please and if is wrong to make the corrections directly on it so that I see where the mistake is... With this script I want to make limits for IP class 85.120.48.0/25 for international traffic in 256 KBps classes and for metropolitan
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 ?
Hi, Reading http://tools.ietf.org/html/rfc3028#section-2.7.2 I thought that out-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") {
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
Hi, I contact you as i have difficulties to use nwfilter with KVM host. I want to implemente flow filtering between my Linux guests. I created the following filter : cat admin-dmz-internet.xml <filter name='admin-dmz-internet'> <!-- this zone is an SSH ingoing only zone --> <!-- but SSH can go to an other SSH proxy --> <filterref
2007 Dec 05
1
confidence intervals for y predicted in non linearregression
Hi Thanks for your suggestion, I'm trying to install this package in Ubuntu (7.10) but unsuccessfully. Also tried in MacOSX, and no success too. _____ De: Ndoye Souleymane [mailto:ndoye_p@hotmail.com] Enviado el: miércoles, 05 de diciembre de 2007 13:38 Para: bady@univ-lyon1.fr; Florencio González CC: r-help@stat.math.ethz.ch Asunto: RE: [R] confidence intervals for y predicted in
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